Re: About this computer

2007-12-19 Thread (``-_-´´) -- Fernando
On Tuesday 18 December 2007 20:53:03 Ted Gould wrote: > On Mon, 2007-12-17 at 23:17 +, (=?utf-8?q?=60=60-=5F-=C2=B4=C2=B4?=) > -- Fernando wrote: > > [sudo] > > Traceback (most recent call last): > > File "test.py", line 113, in > > main() > > File "test.py", line 10, in main > > '

Re: About this computer

2007-12-18 Thread Cody A.W. Somerville
I've updated the xfce4-utils package. The command xfce4-about will return the version of Xfce installed when passed --xfce-version Thanks, Cody A.W Somerville On Dec 18, 2007 4:53 PM, Ted Gould <[EMAIL PROTECTED]> wrote: > On Mon, 2007-12-17 at 23:17 +, (=?utf-8?q?=60=60-=5F-=C2=B4=C2=B4?=)

Re: About this computer

2007-12-18 Thread Ted Gould
On Mon, 2007-12-17 at 23:17 +, (=?utf-8?q?=60=60-=5F-=C2=B4=C2=B4?=) -- Fernando wrote: > [sudo] > Traceback (most recent call last): > File "test.py", line 113, in > main() > File "test.py", line 10, in main > '/org/freedesktop/Hal/Manager') > File "/var/lib/python-support/pytho

Re: About this computer

2007-12-18 Thread (``-_-´´) -- Fernando
[sudo] Traceback (most recent call last): File "test.py", line 113, in main() File "test.py", line 10, in main '/org/freedesktop/Hal/Manager') File "/var/lib/python-support/python2.5/dbus/bus.py", line 244, in get_object follow_name_owner_changes=follow_name_owner_changes) File

Re: About this computer

2007-12-14 Thread Corey Burger
uld run > > > it on various configurations and see what breaks. It's nothing fancy, > > > but I want to try to vet out problems before more code depends on them. > > > Here's an example output from my Mac mini: > > > > How does this jive with the ex

Re: About this computer

2007-12-14 Thread Ted Gould
On Fri, 2007-12-14 at 09:28 +0100, Loïc Minier wrote: > In [11]: rootfses > Out[11]: dbus.Array([], signature=dbus.Signature('s')) > > So according to hal, I don't have any volume mounted on /; my setup is > LVM over MD, /dev/mapper/raid1-root is my /; /dev/md1 is the PV. Hmm, I'm not sure wh

Re: About this computer

2007-12-14 Thread Vincent Untz
ry to vet out problems before more code depends on them. > > Here's an example output from my Mac mini: > > How does this jive with the existing work on the System-Monitor tab > "System" tab? Might it be smart just to name System Monitor to About > this computer an

Re: About this computer

2007-12-14 Thread Stemp Ubuntu
Same problem here but cause by Screen 0 line. So I've changed if xorgconf_indev == True : finalnode = xorgline.split('"')[1] if xorgline.find('Identifier') != -1 : xorgconf_id = finalnode if xorgline.find('Driver') != -1 : xorgconf_dev = fin

Re: About this computer

2007-12-14 Thread Denis Washington
On Fri, 2007-12-14 at 05:00 +, Ted Gould wrote: > It needs to be cleaned up, but I'm currently more worried about > correctness. I don't need posts from everyone unless the values come > out with something that is incorrect. If everything is right don't > worry about it. If I run the script

Re: About this computer

2007-12-14 Thread Loïc Minier
On Fri, Dec 14, 2007, Ted Gould wrote: > It needs to be cleaned up, but I'm currently more worried about > correctness. I don't need posts from everyone unless the values come > out with something that is incorrect. If everything is right don't > worry about it. Processor: Intel(R) Core(TM)2 Du

Re: About this computer

2007-12-13 Thread Corey Burger
i: How does this jive with the existing work on the System-Monitor tab "System" tab? Might it be smart just to name System Monitor to About this computer and extend it to understand packages? Corey -- ubuntu-desktop mailing list ubuntu-desktop@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop

About this computer

2007-12-13 Thread Ted Gould
[1] https://blueprints.launchpad.net/ubuntu/+spec/about-this-computer #!/usr/bin/env python import dbus import os def main () : system_bus = dbus.SystemBus() halmanager = system_bus.get_object('org.freedesktop.Hal', '/org/freedesktop/Hal/Manager') processors =