bbidulock / blackboxwm

A window manager for X11
Other
167 stars 28 forks source link

Can't launch using gsettings #36

Closed micwoj92 closed 3 years ago

micwoj92 commented 3 years ago

Hello, I am using blackbox 0.76-1 from Arch Linux community repo. I am using MATE desktop and I tried to change to this WM using instructions from the wiki

Using gsettings it did not work, but I could just add blackbox to autostart and I am using it right now.

I checked with different wm's (metacity and ukwm) it worked as expected so it is not gsettings issue.

bbidulock commented 3 years ago

Well, yes, it is the way that gsettings invokes the window manager. It works with Metacity because Metacity is gnome2's original window manager. It works with ukwm because ukwm has the same command line options as Metacity. Also, both support X11R6 session management: blackbox does not. See man metacity, man ukwm and man blackbox to see what I mean.

micwoj92 commented 3 years ago

In todo there is item called "session support via the X session management protocol". Is this the same thing you are talking about?