-
It would be nice if the displayed date on the clock would (optionally) use the system locale instead of always using english for it.
Maybe I can come up with a usable patch, but for now I just compiled it with
#include
and
setlocale (LC_TIME,""); added to myinithandler() in g15_plugin_clock.c
Works great, now it uses german.
2009-12-04 14:03:49 UTC by penna222
-
When I start g15daemon I get streaming messages in dmesg like:
Oct 30 12:26:55 localhost [ 904.756839] uhci_hcd 0000:00:1d.1: reserve dev 5 ep81-INT, period 1, phase 0, 36 us
Oct 30 12:26:55 localhost [ 904.778737] uhci_hcd 0000:00:1d.1: release dev 5 ep81-INT, period 1, phase 0, 36 us
Oct 30 12:26:55 localhost [ 904.818928] uhci_hcd 0000:00:1d.1: reserve dev 5 ep81-INT, period 1, phase...
2009-10-30 09:40:43 UTC by nitso
-
steelside committed revision 523 to the G15Daemon SVN repository, changing 3 files.
2009-10-17 22:22:46 UTC by steelside
-
steelside committed revision 522 to the G15Daemon SVN repository, changing 2 files.
2009-10-15 15:53:54 UTC by steelside
-
steelside committed revision 521 to the G15Daemon SVN repository, changing 2 files.
2009-10-15 15:46:43 UTC by steelside
-
czarnyckm made 3 file-release changes.
2009-07-27 20:27:01 UTC by czarnyckm
-
czarnyckm made 1 file-release changes.
2009-07-27 20:26:01 UTC by czarnyckm
-
czarnyckm committed revision 520 to the G15Daemon SVN repository, changing 4 files.
2009-07-22 22:24:45 UTC by czarnyckm
-
Hello,
I am trying to package g15daemon for my distribution, but g15daemon won't start because of this error:
open(/usr/var/run/g15daemon.pid): No such file or directory
Unable to create PID File! Exiting
I'd wish to create the PID file in /var/run instead of /usr/var/run, and the "./configure" part won't seem to help.
How can I modify the PID path? Has it something to do with...
2009-07-19 09:54:01 UTC by ejisneos
-
czarnyckm committed revision 519 to the G15Daemon SVN repository, changing 3 files.
2009-07-16 22:11:49 UTC by czarnyckm