How can I get the temporary directory path in Ub开发者_Python百科untu?On most Unix-like systems, you\'d be looking for /tmp. If that\'s not quite the answer you were after, you should specify which bi
I have created a dead simple gtk python app (just a pycairo animation) for gnome. I am trying to make an rpm so that it is easy for others to install it.I was hoping to make my app appear in the gnome
I am trying to detect time since last user input using the X11 Screen Saver extension client library. I make periodic calls to XScreenSaverQueryInfo to get the idle time. The problem I am facing is th
I开发者_JAVA技巧s there a documentation for Python \'gnomekeyring\' lib somewhere in the Web?There is the reference for the C library which the Python package uses. Most function names are identical (
I want to have a clock which can always sit on top o开发者_如何学JAVAf other windows so that I can always see the time. I was playing with xclock but I am not sure if it has an always on top feature?
Specifically, I\'m using Fedora 13 but I believe the code would be similar across any Gnome-ish flavor of Linux.I just need to be able to adjust the master volume using C++, and accomplish the exact s
I have a file which needs to be copied into file system of ubuntu OS 10.10 from a gtk program. I can copy from terminal using sudo, but my requirement is i have to use gtk or gnome f开发者_如何学编程r
on FreeBSD, how to exit from Gnome Sessio开发者_JAVA技巧n to Pure terminal mode. Thanks!Try Ctrl+Alt+F2 key combination to go to text terminal, use Ctrl+Alt+F9 to come back to Gnome or whatever you ar
I know 开发者_高级运维there\'s several type of selection in Linux: primary, secondary, and clipboard, I treat the first two as short-term clipboard, and clipboard as long-term clipboard. Am I right?
I ran into troubles trying to create a gnome-panel applet with gtkmm. I dealt with most of them, but I\'m now kind of blocked.