Re: [PyQt] desktop workspace

2011-08-07 Thread Baz Walter
On 06/08/11 23:59, Hans-Peter Jansen wrote: On Saturday 06 August 2011, 01:35:55 emmanuel_mays...@lynceantech.com wrote: I am trying to save the geometry and and the workspace where the application has been closed. Is there a way with Python/Qt to get the info on the workspace number!? While A

Re: [PyQt] desktop workspace

2011-08-06 Thread Hans-Peter Jansen
On Saturday 06 August 2011, 01:35:55 emmanuel_mays...@lynceantech.com wrote: > I am trying to save the geometry and and the workspace where the > application has been closed. Is there a way with Python/Qt to get the > info on the workspace number!? While Arnold is generally right, there might be

Re: [PyQt] desktop workspace

2011-08-06 Thread Arnold Krille
On Saturday 06 August 2011 01:35:55 emmanuel_mays...@lynceantech.com wrote: > I am trying to save the geometry and and the workspace where the > application has been closed. Is there a way with Python/Qt to get the info > on the workspace number!? Why? Its either the window-managers task to restor

Re: [PyQt] desktop workspace

2011-08-06 Thread Baz Walter
On 06/08/11 00:35, emmanuel_mays...@lynceantech.com wrote: I am trying to save the geometry and and the workspace where the application has been closed. Is there a way with Python/Qt to get the info on the workspace number!? you could use dbus: >>> import dbus >>> bus = dbus.SessionBus() >>>

[PyQt] desktop workspace

2011-08-05 Thread emmanuel_mayssat
I am trying to save the geometry and and the workspace where the application has been closed. Is there a way with Python/Qt to get the info on the workspace number!? -- Emmanuel ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankc