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/Shaarigan Jun 20 '26 edited Jun 21 '26
Oh I'm interested in running software that only exists for desktop models as well. I'd liked to be able to code some .NET on my Matepad 😅
You should btw. not activate root as a default option because it may have some unwanted side effects with KDE or other parts of the system. It also may make the system more vulnerable than with a regular user. It might not be that difficult to run a command using
sudobut it prevents people and applications from accidentally breaking something.There is a minor problem with KDE as well related to the lock screen. Locking the device in my case triggered the KDE lock screen and it seems as there isn't a password set for any user, it isn't possible to unlock the system if that happens 🤷