Tagged Questions
0
votes
2answers
89 views
How to get name of Display Manager on Linux? [duplicate]
I want to see Display Manager name (Gnome, KDE etc.) via python or bash script. Is there any command for it as uname? (I try fedora and Debian)
2
votes
1answer
55 views
Can't open Gajim
When I try to open Gajim using terminal on gnome I get the following:
Traceback (most recent call last):
File "gajim.py", line 106, in <module>
import common.configpaths
File ...
2
votes
3answers
559 views
How to install StackApplet on Debian?
I would love to install StackApplet on Debian 6.0.2!
I downloaded 'stackapplet_1.4.0_all.deb' and ran following command:
root@debian:/home/dagrevis/Downloads# dpkg -i stackapplet_1.4.0_all.deb
...
1
vote
1answer
171 views
Python in GNOME code base
Is Python present in the Gnome code base? If so, how is it involved?
Note:
My question concerns the core GNOME Desktop Environment only (e.g. nautilus, gnome-session, NetworkManager) and any ...