Hi all!
I want to switch from KDE Plasma to LXDE - what is the most correct way to do this, or at least how to first try the new environment in work and, if it does not suit, then return to the previous one? I read the manuals, but did not find anything, and there is no way to read everything in a row and search for a long time. I think that the question of switching graphical environments should also be one of the first for noobs. What I found in Perplexity and Google (via Porteus Package Manager (PPM) or by downloading the corresponding LXDE module) - I did not find this in the menu at all. In general, I am at a dead end.
Probably, to simplify the search for information, manuals and the forum should use some GPT system for analyzing personal/corporate document flow (libraries), which will analyze the forum more deeply and will be able to answer any question most accurately.
Correct switching between graphical environments
-
- White ninja
- Posts: 13
- Joined: 17 Jan 2025, 17:57
- Distribution: Porteus-KDE-v5.1-alpha-x86_64
-
- Warlord
- Posts: 787
- Joined: 04 Jan 2014, 04:27
- Distribution: Porteus 5.0 x64 OpenBox
- Location: NZ
- Contact:
Correct switching between graphical environments
The easiest is to get the 003-lxde.xzm and put it into base or /modules. Then rename 003-kde5.xzm -> 003-kde5.xz_ for example. Then back up copy your current /changes folder to /changesKDE. It should be okay to share /changes folder between DEs even if a bit adventurous as they will cross-contaminate that folder perhaps with some unwanted interference ... but sharing all saved Apps settings etc. is a plus. Alternatively, make a fresh, empty /changes ... and reboot.
Last edited by rych on 29 Jan 2025, 11:09, edited 1 time in total.
- Blaze
- DEV Team
- Posts: 3998
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Correct switching between graphical environments
How about noload cheat code? More info is here http://www.porteus.org/tutorials/26-gen ... -them.html
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
- Ed_P
- Contributor
- Posts: 8954
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Correct switching between graphical environments
Kinda like this one:
Code: Select all
noload=kde;jinn;lxqt;xfce;lxde;mate;open;dat.xzm;mychanges;autonet;pipe

-
- Full of knowledge
- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Correct switching between graphical environments
Put the 003-DEs you want into the base folder.
Make an entry for each in porteus.cfg and assign a separate changes folder to each.
Example:
LABEL GRAPHICAL
MENU LABEL Graphics mode KDE
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND from=UUID:<your-string> changes=UUID:<your-string>/porteus/changes-kde noload=003-lxde
LABEL GRAPHICAL
MENU LABEL Graphics mode LXDE
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND from=UUID:<your-string> changes=UUID:<your-string>/porteus/changes-lxde noload=003-kde
Make an entry for each in porteus.cfg and assign a separate changes folder to each.
Example:
LABEL GRAPHICAL
MENU LABEL Graphics mode KDE
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND from=UUID:<your-string> changes=UUID:<your-string>/porteus/changes-kde noload=003-lxde
LABEL GRAPHICAL
MENU LABEL Graphics mode LXDE
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND from=UUID:<your-string> changes=UUID:<your-string>/porteus/changes-lxde noload=003-kde