You are not logged in.
Pages: 1
Hey !
Xfdesktop/Thunar is good, but I really love pcmanfm. To switch I tried this :
xfconf-query -c sxfce4-session -p /sessions/Failsdafe/Client4_Command
xfdesktop
xfconf-query -c sxfce4-session -p /sessions/Failsdafe/Client4_Command -as "pcmanfm --desktop"
And it doesn't work.
Any idea ?
EDIT : found out that
xfconf-query -c sxfce4-session -p /sessions/Failsdafe/Client4_Command -as "pcmanfm"
does launch pcmanfm. Guess xfconf doesn't like spaces, hey ?
EDIT2 : the less worst workaround I found was to make a script /usr/local/bin/pcmanfmdesktop with
#!/bin/sh
/usr/bin/pcmanfm --desktop
and
xfconf-query -c sxfce4-session -p /sessions/Failsdafe/Client4_Command -as "pcmanfmdesktop"
Any idea how to do this in a less workaround way ?
Last edited by otyugh (2018-12-16 01:18:18)
Offline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 511.03 KiB (Peak: 530.78 KiB) ]