How to check the desktop environment you are using on Linux
What makes Linux distributions interactive and user-friendly often goes unnoticed - it's the desktop environment.
Most beginner Linux users don't know about the desktop environment and don't even know which one they are using. This is how you can check which desktop environment is currently installed on your Linux system.
Check current desktop environment on Linux
With so many desktop environments (DEs) available for free, it becomes really difficult for users to choose what suits their tastes. And not knowing which DE I'm currently using doesn't make the situation any better.
There are many ways to check which DE is installed on a Linux distribution, both by command line and graphically.
Using environment variables
On Linux, environment variables store system-related data required by processes and applications to function properly. You can view the value of some specific environment variables that store information about the system's desktop environment.
Run the following command:
echo $XDG_CURRENT_DESKTOP
The output will show the name of the desktop environment.
You can also look at the *-session binary file commonly found in the /usr/bin directory to achieve the same result.
ls /usr/bin/*-session
A quick look at the displayed items will give you an idea of the system's desktop environment. As you can see, the file xfce4-session indicates that the system is using Xfce.
Using Neofetch
Neofetch is a command line tool that displays system related information in a human readable format. Neofetch is not part of standard Linux packages, so you will have to manually install it on your system.
Once installed, run the following command to launch Neofetch:
neofetch
Output:
In addition to the desktop environment, Xfce 4.16, in this case, Neofetch also displays the operating system name, kernel version, hostname, display resolution, shell name, etc.
Using GUI
Not surprisingly, you can also check the name of the desktop environment using the desktop environment itself. You can go to your system settings and see the About section for detailed information about your operating system. While not all desktops have this option, most of them are available.
For example, on the GNOME desktop, you can quickly check system details using the About section in Settings.
More simply, you just need to Google which desktop environment comes with your Linux distribution by default. Because in most cases you will still have the default DE installed, unless of course you change it manually.
Above are some ways to find out the Linux desktop environment you are using on the system that Tipsmake wants to share with readers!
Hope you are succesful.
You should read it
- 5 reasons why Linux distros create their own desktop environment
- Learn about Linux MATE desktop environment
- 5 ways to make Linux desktops look great
- 6 best Linux desktop environments in 2022
- Differences in the types of desktop environments on Linux
- How to set up XFCE desktop environment on Arch Linux
- Should I use Linux desktop KDE or GNOME?
- 5 ways Librem 5 phones affect Linux desktop
- How to install Deepin desktop environment on Ubuntu
- Learn about LXQt desktop environment
- 5 major developments in Linux desktop in 2022
- Compare LXDE, Xfce and MATE