Skip to main content

How to Install the Lightweight LXDE Desktop on Ubuntu

How to Install the Lightweight LXDE Desktop on Ubuntu

LXDE is a lightweight desktop alternative to Unity, GNOME and KDE. It’s ideal for old computers or anyone looking for a fast, lightweight system. It’s even lighter than Xubuntu’s XFCE.
LXDE contains the basic features for a stripped-down, yet approachable, desktop environment. It doesn’t have a lot of shiny graphical effects or unnecessary features that get in your way.

Installation

Run the following command to install both Lubuntu’s customized LXDE and vanilla LXDE on Ubuntu:
sudo apt-get install lubuntu-desktop
Use this command instead to install only vanilla LXDE:
sudo apt-get install lxde
You can also give LXDE a spin by downloading a Lubuntu live CD.  Lubuntu is a Ubuntu derivative that has LXDE installed by default.

Starting LXDE

Log out after installing either package and select either the Lubuntu or LXDE session from the login screen.
Each environment differs only in its default settings. They come with different themes, wallpapers and panel layouts. For example, the Chromium browser is the default on Lubuntu, while Mozilla Firefox is the default on vanilla XFCE. Of course, you can use any browser you like with either.
Here’s what Lubuntu’s customized version looks like:
t
And here’s the vanilla LXDE environment:
There’s also a Lubuntu-netbook environment, which uses LXDE’s LxLauncher. It replaces the desktop with an applciation launcher designed for netbooks.

A Tour

At the bottom left corner, you’ll find the typical menu button, launcher area, and a workspace switcher. At the right side, you’ll find the typical notification area, clock and a logout button.
LXDE uses the PCManFM file manager, a lightweight replacement for the Nautilus file manager found in GNOME.
The “Customize Look and Feel” utility, found under Preferences in the menu, allows you to customize LXDE’s theme and appearance settings.
You can also right-click the desktop and select “Desktop Preferences” to customize your desktop wallpaper and appearance settings.
Right-click LXDE’s panel and and select “Panel Settings” to customize it. From the Panel Preferences window, you can change its location on the scren, size, and appearance. You can also toggle panel applets and reorder them to your liking.
There’s also a basic Task Manager, found under System Tools in the menu. It displays total CPU and memory usage and a list of processes. Right-click a process to kill it or change its priority level.
Click the logout button at the bottom-right corner of the screen when you’re done.

If you’re looking for a desktop environment that’s more forward-looking without abandoning traditional desktop conventions, try Cinnamon.

Comments

Popular posts from this blog

sxhkd volume andbrightness config for dwm on void

xbps-install  sxhkd ------------ mkdir .config/sxhkd cd .config/sxhkd nano/vim sxhkdrc -------------------------------- XF86AudioRaiseVolume         amixer -c 1 -- sset Master 2db+ XF86AudioLowerVolume         amixer -c 1 -- sset Master 2db- XF86AudioMute         amixer -c 1 -- sset Master toggle alt + shift + Escape         pkill -USR1 -x sxhkd XF86MonBrightnessUp          xbacklight -inc 20 XF86MonBrightnessDown          xbacklight -dec 20 ------------------------------------------------------------- amixer -c card_no -- sset Interface volume run alsamixer to find card no and interface names xbps-install -S git git clone https://git.suckless.org/dwm xbps-install -S base-devel libX11-devel libXft-devel libXinerama-devel  vim config.mk # FREETYPEINC = ${X11INC}/freetype2 #comment for non-bsd make clean install   cp config.def.h config.h vim config.h xbps-install -S font-symbola #for emoji on statusbar support     void audio config xbps-i

Hidden Wiki

Welcome to The Hidden Wiki New hidden wiki url 2015 http://zqktlwi4fecvo6ri.onion Add it to bookmarks and spread it!!! Editor's picks Bored? Pick a random page from the article index and replace one of these slots with it. The Matrix - Very nice to read. How to Exit the Matrix - Learn how to Protect yourself and your rights, online and off. Verifying PGP signatures - A short and simple how-to guide. In Praise Of Hawala - Anonymous informal value transfer system. Volunteer Here are five different things that you can help us out with. Plunder other hidden service lists for links and place them here! File the SnapBBSIndex links wherever they go. Set external links to HTTPS where available, good certificate, and same content. Care to start recording onionland's history? Check out Onionland's Museum Perform Dead Services Duties. Introduction Points Ahmia.fi - Clearnet search engine for Tor Hidden Services (allows you

download office 2021 and activate

get office from here  https://tb.rg-adguard.net/public.php open powershell as admin (win+x and a ) type cmd  goto insall dir 1.         cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 2.           cd /d %ProgramFiles%\Microsoft Office\Office16 try 1 or 2 depending on installation  install volume license  for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" activate using kms cscript ospp.vbs /setprt:1688 cscript ospp.vbs /unpkey:6F7TH >nul cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH cscript ospp.vbs /sethst:s8.uk.to cscript ospp.vbs /act Automatic script (windefender may block it) ------------------------------------------------------------------------------------------------------------------- @echo off title Activate Microsoft Office 2021 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&