9 Feb 2010 18:49
Re: getting workrave to notice gconf changes to /apps/workrave/gui/operation-mode
Rob Caelers <robc <at> krandor.org>
2010-02-09 17:49:08 GMT
2010-02-09 17:49:08 GMT
Hi, > via a menu instead of a check box?) So I can do “gconftool-2 --type > int --set /apps/workrave/gui/operation-mode 0” and it does not return > Workrave to normal mode. > > It seems this is probably a bug. Workrave does not monitor all (gconf) configuration settings. Operation mode is one of the settings that is not monitored. Will be fixed in the next version. > Is there a way to get Workrave to notice the changed setting of > /apps/workrave/gui/operation-mode, other than killing and restarting > Workrave? You can use DBus to control workrave. Versions 1.8.x: dbus-send --type=method_call --dest=org.workrave.Workrave /org/workrave/Workrave org.workrave.WorkraveInterface.SetOperationMode string:'quiet' Version 1.9.0 and higher: dbus-send --type=method_call --dest=org.workrave.Workrave /org/workrave/Workrave/Core org.workrave.CoreInterface.SetOperationMode string:'normal' Groetjes, Rob(Continue reading)
RSS Feed