Results 1 to 4 of 4
I just switched from Gentoo to Arch (and I'm loving it!), but I have two minor problems:
1) My clock is an hour behind. I have HARDWARECLOCK="UTC", TIMEZONE="US/Central", and I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-20-2006 #1
Several Arch problems
I just switched from Gentoo to Arch (and I'm loving it!), but I have two minor problems:
1) My clock is an hour behind. I have HARDWARECLOCK="UTC", TIMEZONE="US/Central", and I use ntpd on startup. Any ideas how to fix this?
2) Pypanel doesn't work; python-xlib seems to be broken. Has anyone gotten it to work correctly on Arch, and if so, how did you do it?
Thanks!Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 07-21-2006 #2
I fixed problem #1 by editing /etc/ntp.conf and changing the NTP server, but problem #2 persists. Any clues on how to fix it?
Thanks again!Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 07-21-2006 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
For problem #2 this worked for me:
Open the following file:
/usr/lib/python<version>/site-packages/Xlib/protocol/display.py
and change line 530 from...
to...Code:recv = self.socket.recv(2048 )
Code:recv = self.socket.recv(4096)
oz
- 07-21-2006 #4
That worked! Thanks, Ozar!
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794


Reply With Quote
