Tagged Questions

GNOME is an open source desktop environment. It is composed of many API which form the GNOME Platform, and a set of official applications.

learn more… | top users | synonyms

30
votes
15answers
48k views

Best PHP IDE for Linux / Gnome? [closed]

Hey, I'm on a continuous mission to find the ultimate PHP IDE that will work with Gnome on Linux. Let me know what you think. Thanks a million!
14
votes
7answers
2k views

How do you get the icon, MIME type, and application associated with a file in the Linux Desktop?

Using C++ on the Linux desktop, what is the best way to get the icon, the document description and the application "associated" with an arbitrary file/file path? I'd like to use the most "canonical" ...
14
votes
6answers
6k views

java TrayIcon using image with transparent background

I am using the following code to set a tray icon in Windows and Linux. It works wonderful in Windows and works okay in Linux. In Linux (Ubuntu) I have my panel set to be (somewhat) transparent and ...
12
votes
5answers
5k views

Material to learn GObject and Glib

I am comfortable with C. but need to learn GObject and Glib for gstreamer. All i found on net is Gobject reference manual. Its good but looking for tutorial for Gobject/Glib as the main focus is on ...
11
votes
1answer
442 views

Simple Gnome Panel Applet in Python

When I'm on the train to work I connect my netbook to my Nexus One's wifi hotspot. As I go through a tunnel my phone obviously loses it's 3G connection and takes a while to re-establish once the train ...
10
votes
10answers
4k views

Best GUI Python Interpreter [closed]

When I'm trying to hack out an idea I find the Python interpreter is an invaluable to tool to quickly get a working prototype and iterate on it. I've been using IDLE bundled with Python on Windows and ...
9
votes
1answer
5k views

Creating your own syntax highlighting in GEdit?

How do you add a 'keyword' to the GEdit list of keywords? I basiclly want to make the printf function look like a keyword. printf("Hello World\n");
8
votes
8answers
1k views

Should I learn Python or Java to develop GUI apps for Ubuntu?

I'm a long-time Mac user making the switch to Ubuntu. I have programming experience in Objective-C and REALbasic. I want to develop native looking applications that will look pretty in the Gnome ...
8
votes
2answers
964 views

Integrate Emacs copy/paste with System copy/paste

I have (cua-mode t) in my .emacs, so that C-c is copy and C-v is paste just like most other programs on my desktop (Ubuntu, Gnome, Linux). However, Emacs does not seem to share the clipboard/copy ...
7
votes
2answers
254 views

How to create a login-screen replacement for Ubuntu

I'm interested in writing a replacement login screen for Ubuntu that would present the user with a puzzle rather than prompt for a password. I'm looking for some advice on how to go about creating ...
7
votes
2answers
529 views

What's the newest way to develop gnome panel applets (using python)

Today I've switched to GNOME (from XFCE) and found some of the cool stuff missing and I would like to (try to) do them on my own. I tried to find information on how to develop Gnome applets (items you ...
7
votes
9answers
23k views

copy and paste from terminal with keyboard in linux (ubuntu)

So I'm trying to move away from using the mouse as much as I can (just a pet project). I know that in the terminal you can do c-k to cut a line and c-u to paste that line back into that same ...
7
votes
8answers
8k views

How to make Linux C++ GUI apps

What is the easiest way to make Linux C++ GUI apps? I'm using GNOME and ubuntu 8.10.
7
votes
4answers
3k views

Linux GUI development

I have a large GUI project that I'd like to port to Linux. What is the best framework to use for GUI programming in Linux? Should KDE / Gnome frameworks be used? Or can I use something more generic ...
6
votes
3answers
158 views

How to block a linux program from being print screened? [closed]

I need to prevent my users from print screening the data that my program displays. Right now the idea I have is to make it a full screen program, where probably calling any other linux shortcuts or ...
6
votes
4answers
15k views

How do you find out which version of the GTK Ubuntu is using?

I need to determine which version of GTK Ubuntu is using. Man does not seem to help
6
votes
3answers
3k views

How to set my application's desktop icon for Linux: KDE, Gnome etc?

I have a cross platform program that runs on Windows, Linux and Macintosh. My windows version has an Icon but I don't know how to make have one for my Linux build. Is there a standard format for KDE, ...
5
votes
2answers
401 views

Would you recommend JavaScript for GNOME desktop apps?

With the arrival of the new GNOME Developer Center I stumbled across JavaScript bindings for the gobject libraries. Now I would love to read a comment from an expert if he (or she) would recommend / ...
5
votes
3answers
254 views

rpm installing an icon to the desktop

In Fedora Gnome... Using a .desktop file in my rpm, I have successfully put my gui software into the gnome application menu. I am wondering if there is a way to also put the icon onto the gnome ...
5
votes
2answers
265 views

How can I prevent Gnome from showing two windows when doing alt-tab? (c++ qt app)

(see edits) I'm developing a QT/c++ application under gnome. The application a main window and QListBox child window. Both of these windows show up as separate main windows when I alt-tab away ...
5
votes
7answers
3k views

How to mount from command line like the Nautilus does?

On my Ubuntu linux box I can easily mount USB connected drives or CDROM clicking on devices icons that I can found on the Desktop. For example if I click on a USB connected drive icon the following ...
5
votes
2answers
1k views

Global hotkey for Python application in Gnome

I would like to assign a global hotkey to my Python application, running in Gnome. How do I do that? All I can find are two year old posts saying, well, pretty much nothing :-)
4
votes
1answer
95 views

How do I get a list of processes in a gnome-shell-extension?

I am writing a gnome-shell-extension and I am trying to get a list of all the processes that are currently running. I have tried using glibtop, which has a function for retrieving processes ...
4
votes
3answers
818 views

I'm completly confused with PyObject, PyGTK and GNOME 3 as well

I installed Fedora 15 to use Python3 and GObject do develop a desktop-application, because PyGTK looks outdated: PyGTK 2.24.0 released Friday 01 April 2011 by Rafael Villar Burke PyGTK 2.24.0 ...
4
votes
1answer
106 views

change Gnome preferred applications without installing Gnome?

I'm using KDE, but I also use some GTK applications. When those GTK apps make a call to an external program, they use the preferred applications set for Gnome rather than the ones I've set. One ...
4
votes
3answers
887 views

Ruby bindings for GTK+ 3?

I’ve spent some time learning Ruby, and I wanted to move over to some GUI programming. GNOME 3 is the environment most appealing to me at the moment, so I thought I would have a look at GTK+ 3. ...
4
votes
1answer
2k views

How to make Gtk+ window background transparent?

I'd like to make the background of a Gtk+ window transparent so that only the widgets in the window are visible. I found a few tutorials: ...
4
votes
3answers
758 views

How can I run a Perl script as root yet still affect user gconf settings

THE NEW QUERY: I am trying to make a unified script that initializes a new Ubuntu install to my liking, it must be run under sudo to install packages, but using gconftool-2 to affect gconf setting ...
4
votes
2answers
272 views

How should a Gnome applet store its configuration data?

I have a Gnome applet written in Python. In order to save configuration data/settings, it creates a file ~/.appname. However, this prevents multiple instances of the applet from being added to the ...
4
votes
3answers
824 views

User Crontab + Python + Random wallpapers = Not working?

I have a python script that correctly sets the desktop wallpaper via gconf to a random picture in a given folder. I then have the following entry in my crontab * * * * * python ...
4
votes
6answers
990 views

Do Qt Applications require KDE?

Do all Qt applications require KDE to be installed? Is it enough if the Qt runtime is installed along with GNOME? Can I make a Qt application look exactly like a GTK application under GNOME? Could ...
4
votes
1answer
470 views

access to gnome configuration information using python

Is there a standard way of accessing Gnome configuration information (i.e. ~/.gconf) using Python? Updated: please provide a short example.
4
votes
3answers
338 views

GTK+ Startup Notification Icon

In Gnome, whenever an application is started, the mouse cursor changes from normal to an activity indicator (a spinning wheel type thing on Ubuntu). Is there any way to inform Gnome (through some ...
4
votes
3answers
1k views

Changing wallpaper on Linux programmatically

How would I change the wallpaper on a Linux desktop (using GNOME) within a C/C++ program? Is there a system API to do it?
4
votes
4answers
1k views

X11: run a gnome app as another user

I have ubuntu + x11 + gnome. I want to run a graphical application as another user. However, when I start it from the command line using sudo -u otheruser app I get the error "No protocol ...
4
votes
5answers
1k views

How to make Java execute jars from the current directory in Gnome?

On Ubuntu Linux with Gnome, running my Swing application by double clicking on the jar file in Gnomes file browser leads to errors because required libraries that are dynamically loaded via the Java ...
4
votes
3answers
2k views

Access aliases in Gnome “Run Application” dialog

I'd like to be able to run my aliases from my .bashrc in the "Run Application" dialog that comes up when you hit Alt+F2 in Ubuntu/Gnome. Does anyone know how to do this?
4
votes
2answers
1k views

X/Gnome: How to measure the geometry of an open window

Is there a standard X / Gnome program that will display the X,Y width and depth in pixels of a window that I select? Something similar to the way an xterm shows you the width and depth of the window ...
3
votes
1answer
84 views

In gnome w/ xmonad, how can I call a script when a monitor is plugged in OR when docking my laptop?

Problem: I have an extra set of top and bottom gnome-panels for a second monitor. When I undock my lenovo Thinkpad (T510), the extra top and bottom panels remain, so I have two on top and two on the ...
3
votes
3answers
83 views

How to pass env variables to GNOME

I want to replace some utilities(like telnet) with transparent wrappers(with loggers). At first I used aliases, that worked nicely at the command line but gnome doesn't understand shell aliases so ...
3
votes
1answer
63 views

Is there an API for setting user profile icon/tile pictures for Gnome 3?

I am trying to programmatic-ally set the Gnome 3/GDM 3 user profile/tile/face picture for a user's account in Gnome3/GDM. This is my first attempt at a simple program for Linux and I'm unfamiliar with ...
3
votes
2answers
99 views

How to load image BACK from OpenGL?

I have succeed in loading an image to OpenGL as a texture (I use Gdk::Pixbuf from GTKmm library), but I have no idea how to get modified image from OpenGL and load it to Gdk::Pixbuf... I want to ...
3
votes
1answer
41 views

Why does nautilus read directories in advance?

I'm creating a tool base on FUSE that populates a directory (~/sites) with fuse filesystems. When you read a subdir (for example ~/sites/stackoverflow.com) a sftp/ftp/webdav/s3 connection is made to ...
3
votes
1answer
138 views

Basic development on the Gnome platform

I'm trying to write a C++ application on Gnome/Ubuntu as my first non-academic exercise in programming and I'm having trouble getting started with it. I can't find any information on the different ...
3
votes
1answer
135 views

gobject/gnome/glib bindings for D using GIR?

Does anyone know if there are bindings for the gobject family of librares (glib, Gnome, clutter, etc) available for the D language that use the GIR introspection mechanism? I would like to write an ...
3
votes
1answer
232 views

How can I get the full file path of an icon name?

How can I get the full file path from an icon name in GNOME?
3
votes
2answers
354 views

Howto start gvim with a maximized window from a bash-script in gnome

I want to write a bash-script that starts a gvim-session directly in a maximized window. That is my bash-script: #!/bin/bash - set -o nounset cd /home/alexthebird/vim-stuff; # directory of the ...
3
votes
1answer
146 views

About mouse controlling in c/c++ [ubuntu] gnome or kde??? probably

Several questions about how to write a mouse controlling module in c/c++ Any comments are much appreciated. I have a mobilephone which can connect to my ubuntu 11.04 laptop through wireless network. ...
3
votes
2answers
250 views

Documentation for gnomekeyring Python lib

Is there a documentation for Python 'gnomekeyring' lib somewhere in the Web?
3
votes
1answer
73 views

getting localised string

I have created a localized fr_FR_Locale.mo files from fr_FR.po. I have used sgettext, msginit and msgfmt command from terminal. I have changed my local to french(fr_FR.utf8). But when i execute my ...

1 2 3 4 5 7