Pau Oliva
Pau Oliva
Make sure you have the development/unstable version of radare2 installed (0.9.1), webserver is not available on the current stable version (0.9).
does it happen when trying to open any file? try with some file with no spaces on PATH and make sure it is world readable on your system. Also making...
Hello, In file dbus.c, change all the references to "org.gnome.SettingsDaemon" to "org.mate.SettingsDaemon", it should work with this change.
Looks like mate settings daemon doesn't work the same as gnome settings daemon. Can you change the backlight using the function keys?
that's what gnome-settings-daemon does, it forks gsd-backlight-helper to change the backlight with root permissions when instructed to do so via dbus. For some reason, mate-settings-daemon doesn't work the same way,...
I will implement a mode that doesn't use gnome or kde dbus wrappers to set the brightness/backlight, so it will work on every window manager, but then it will have...
You can change the minbacklight / maxbacklight parameters in the configuration file, if you put a smaller range there will be less steps and you'll experience less switches between steps....
Hi, it looks like your panel is already initialized... try rebooting, and launch opengalax without touching the panel, if this does not help make sure there is no other driver...
change line 41 on opengalax.h to read #define DEBUG 1, then compile again and send me the output of opengalax -f after touching the pannel during a while.
Should work with the last merged pull request. https://github.com/poliva/lightum/commit/bce6e779e0f3cdf49353ebffb16a20c258708187 Please let me know if you have any issues after that.