On Sat, 2014-05-31 at 01:59 -0300, Marco Calistri wrote: > I executed your command but here on my machine something is not > working: > > If I use --no-daemon the result is this: > > marco@linux-turion64:~/upower> > /usr/lib/gnome-settings-daemon-3.0/gnome-settings-daemon --no-daemon > --debug > > ** (gnome-settings-daemon:3296): WARNING **: Opzione --no-daemon > sconosciuta (unknown option) > > > If I remove --no-daemon the result is this: > > marco@linux-turion64:~/upower> > /usr/lib/gnome-settings-daemon-3.0/gnome-settings-daemon --debug > > ** (gnome-settings-daemon:3309): WARNING **: Name taken or bus went > away > - shutting down > ** (gnome-settings-daemon:3309): DEBUG: Shutting down > ** (gnome-settings-daemon:3309): DEBUG: SettingsDaemon finished
Absolutely right, my mistake, that'll teach me for spitting out debug commands from memory the right command to run gnome-settings-daemon in debug mode and replacing the one that is currently running in your gnome session is: /usr/lib/gnome-settings-daemon-3.0/gnome-settings-daemon --replace --debug If you could throw the output of that in a log during some of your power management problems, it should give us some very interesting clues Hope this helps, Richard -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
