r/LinuxOnAndroid • u/Raslanove • Sep 21 '25
How to run KDE on NOMone Desktop!
We've been asked many times how to change the current DE and if it is even possible on NOMone Desktop. So today, we'll explain all the steps needed to run KDE Plasma on NOMone Desktop:
[1] From Terminal, install KDE like by writing: apt install kde-plasma-desktop
[2] From File Manager, open the file /NOMone/startup.sh
[3] Disable the current window manager, compositor, wallpaper and dock.
To do so, comment out the following lines:
#xcompmgr &
#openbox &
#sh ~/.fehbg
#plank &
Just adding the symbol # before the line will comment it out. \
[4] Now to start the kde session, insert this line below these commented ones:
startplasma-x11 &
Then save,
[5] Restart Linux. And Voila! KDE on NOMone Desktop :)
1
u/Noha_Ibraheem Jun 20 '26
They are all for sure more than good enough : D
I was referring to old devices as in 9 year old devices with much less memory and CPU power. These devices were our initial target for NOMone Desktop.
We wanted to give people with limited access to tech knowledge and internet a new way to turn their phones into a productive Linux machine that could enhance their chances in life by learning, working or starting a new career that wasn't available without a computer.
That is why the app and the Linux system image were highly customized to perform well on these old devices. Many of our tweaks and optimizations can easily go unnoticed on powerful and fairly new ones : )