You are not logged in.

#1 2022-09-23 17:42:36

m2arch
Member
Registered: 2022-08-28
Posts: 23

How to add qtile on xfce4?

sudo xfconf-query -c xfce4-session -p /general/SaveOnExit -n -t bool -s false
Failed to init libxfconf: Error spawning command line “dbus-launch --autolaunch=c5fe14f2beb54f0babac995f691b9c9d --binary-syntax --close-stderr”: Child process exited with code 1.
/etc/xdg/xfce4/kiosk/kioskrc

this file has not been created.

sudo xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -sa xfsettingsd
Failed to init libxfconf: Error spawning command line “dbus-launch --autolaunch=c5fe14f2beb54f0babac995f691b9c9d --binary-syntax --close-stderr”: Child process exited with code 1.

Wow, I guess I am wrong with code? I think "string" maybe need command but I don't understand what I need to add there.

Last edited by m2arch (2022-09-23 17:51:44)


English is not my native language. Please excuse my typing errors. You free to correct me.

Offline

#2 2022-09-24 10:54:36

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,300

Re: How to add qtile on xfce4?

Why do you think you need to run that command as root? What happens if you run it as a normal user?

Offline

#3 2022-09-25 08:23:23

m2arch
Member
Registered: 2022-08-28
Posts: 23

Re: How to add qtile on xfce4?

V1del wrote:

Why do you think you need to run that command as root? What happens if you run it as a normal user?

I already tried it as a normal user but it didn't work but I tried the following command and it worked as a normal user.

env DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$UID/bus" xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false' 

I think I made another mistake with arch. Anyway, I decided to stay at xfwm4 and not waste time with qtile. Thank you for your reply. I appreciated it.


English is not my native language. Please excuse my typing errors. You free to correct me.

Offline

Board footer

Powered by FluxBB