NicoD Posted June 2, 2019 Share Posted June 2, 2019 Hi all. I've done a lot of tests with different desktop environments on Armbian. I wanted an as light as possible desktop environment so I'd have enough ram left to do video rendering with the NanoPi M4(2GB) I had to try a lot of things to get things working fine. So I wanted to save others that hassle. Setting up Display Manager First we need a Display Manager. NODM is installed by default. I tried lightdm but couldn't get it to work. So I went for LXDM. With NODM installed I had problems, so I also removed NODM. To be sure lxdm is configured right, I also manually configure it. sudo apt install lxdm sudo apt remove nodm sudo dpkg-reconfigure lxdm Install LXDE Desktop Next step is to install the desktop environment you want. There is a problem with some Desktop Environments and LXDM what makes you can't login to some DE's out of the box. That we will resolve later. Easiest is to install lxdm first to be able to configure the others well. And reboot. sudo apt install lxde sudo reboot Once booted you should be greeted by the Login screen. Here you can choose your different Desktop Environment. Choose LXDE and login. If you'd try xfce4, then you'd see it doesn't work. To fix this we need to change the file /usr/share/xsessions/xfce.desktop. Use your favorite text editor. I use geany. sudo geany /usr/share/xsessions/xfce.desktop Somewhere at the top of the file you'll see "Name=Xfce Session". Replace that space with a hyphen to "Name=Xfce-Session" and save the file. Now you can also login to the default XFCE4 Desktop. With other desktops this can be the same. Go the the same directory and open the file with the desktop name that doesn't work. Again replace the space with a hyphen Installing different Desktop Environments. For the Mate desktop I also needed to install the applets, else I got errors at login because of these missing applets sudo apt install mate-desktop-environment mate-applets For KDE-Plasma sudo apt install kde-full For Gnome. Modify the file sudo geany /usr/share/xsessions/gnome... sudo apt install gnome-session sudo update-alternatives --config gdm3.css I also tried LXQT. But this one didn't work. You can try others too. Remove Desktop Environment To remove a desktop environment you don't want anymore you do the remove instead of install. sudo apt remove kde-full sudo apt remove mate-desktop-environment . . . Please let me know if there's mistakes made, or if you've got advice. Source for changing the name to make them work @IgorS : Greetings, NicoD 2 Quote Link to comment Share on other sites More sharing options...
TonyMac32 Posted June 2, 2019 Share Posted June 2, 2019 I haven't looked too deeply into the compatibility/resource footprint, but for some HMI environments I like tiling managers https://awesomewm.org/ 1 Quote Link to comment Share on other sites More sharing options...
jstefanop Posted February 18, 2021 Share Posted February 18, 2021 what environment does the latest raspberry pi OS use? It looks clean and modern, the stock desktop on armbiam looks a little dated 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted February 18, 2021 Share Posted February 18, 2021 1 minute ago, jstefanop said: the stock desktop on armbiam looks a little dated WIP https://forum.armbian.com/topic/16895-2021-year-of-the-armbian-desktop/?do=getLastComment 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted February 18, 2021 Share Posted February 18, 2021 1 hour ago, jstefanop said: what environment does the latest raspberry pi OS use? It looks clean and modern, the stock desktop on armbiam looks a little dated Commercial Rpi OS is based on: https://wiki.lxde.org/en/Main_Page which is IMO not near more modern and project they have forked, seems dead. But it certainly appears more modern than its fork ... perhaps more than XFCE. Subjective. Our current amateur desktop is more or less stock XFCE with custom theme and wallpaper and was not changed since years - except internal version, applications within. We only make it to provide something clean, light and stable. It has those most important properties, which is important for serious deployments. Distro hoppers or Rpi users are not our target group and on most hardware we support, Armbian is usually best choice for different reasons. But as @Werner pointed out, for about a year we are developing desktop upgrade - but its again for our internal needs, to make more desktop options and to make package management easier. We hope someone will step up and tweak desktops further so they will look nicer but if not, they will remain as is. If you want to trade stability and security for nice design, just say it It is way way cheaper to make desktop looks nice then keeping OS functional. We can't cover everything and in any case - there is no reward except internal satisfaction. 2 Quote Link to comment Share on other sites More sharing options...
balbes150 Posted February 28, 2021 Share Posted February 28, 2021 18.02.2021 в 22:25, Igor сказал: perhaps more than XFCE. Subjective LXDE does not have any "advanced", its only plus is the primary view closer to the appearance of fucking windows. LXDE has a limited range of settings and features. 0 Quote Link to comment Share on other sites More sharing options...
Jibun no Kage Posted December 8, 2023 Share Posted December 8, 2023 Well, something has changed... sudo apt install lxde sudo reboot Does not result in a GUI, but results in a console shell. 0 Quote Link to comment Share on other sites More sharing options...
ioncube Posted August 7 Share Posted August 7 @NicoD How one can install armbian-gnome-desktop on an armbian-server image? 0 Quote Link to comment Share on other sites More sharing options...
NicoD Posted August 8 Author Share Posted August 8 14 hours ago, ioncube said: @NicoD How one can install armbian-gnome-desktop on an armbian-server image? There might be a package for Debian Bookworm server images. sudo apt install armbian-bookworm-desktop-gnome Or just install the default gnome desktop for any others like Noble or Jammy sudo apt install gnome-desktop I use the Ubuntu desktop on Ubuntu images sudo apt install ubuntu-desktop I think the only difference between default gnome and armbian gnome is the background image. So easy to adjust manually if you want. 0 Quote Link to comment Share on other sites More sharing options...
ioncube Posted August 8 Share Posted August 8 @NicoD I was of the view that armbian-gnome is tweaked to use less resources. What your experience says? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.