You are not logged in.
Pages: 1
In the same vein as my recent post on preventing the desktop menu from appearing when right-clicking on the desktop, is there a way to have no panel ?
( The plan is for boxes in self-service in a library, that will have a reduced number of applications launched from desktop-launcher icons, and those protected from modifications with (as root) chattr +i ~/.config/xfce4/desktop/icons*
and chattr +i ~/desktop/* )
Last edited by rolgiati (2018-02-21 16:39:31)
Offline
Not sure if you can just uninstall the package if you don't need it - depends on how your distro handles it with dependencies. The other option is to override the executable. Create a /usr/local/bin/xfce4-panel executable file with the following content:
#!/bin/sh
exit 0
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks.
First one not applicable, as un-installing xfce4-panel caused a number of others to be pulled too, including Thunar and PCmanFM ;-3(
Second one, sadly, did not work; panel still came up after boot.
But it gave me the idea for a third one that worked:
Wrote a new xfce4-panel as per your advice, but plonked it in /usr/bin after doing there a mv xfce4-panel xfce4-panel.bak
I will now protect the new xfce4-panel with chattr +i to ensure it does not get replaced in a future software update.
Thanks again.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 523.4 KiB (Peak: 529.81 KiB) ]