Tagged Questions

The GNOME Project was started in 1997 by two then university students, Miguel de Icaza and Federico Mena. Their aim: to produce a free (as in freedom) desktop environment. Since then, GNOME has grown into a hugely successful enterprise. Used by millions of people across the world, it is the most ...

learn more… | top users | synonyms

9
votes
2answers
2k views

Gnome 3 (Gnome Shell) JavaScript/CSS engine

I am wondering, which type and version of JavaScript/CSS engines is using Gnome 3 aka Gnome Shell ? Is there any information about current version, etc ?
6
votes
4answers
2k views

GTK+ 3.0 and GNOME 3 Programming! Any Blog or Book or Tutorial?

I am new to gtk and gnome programming and like to study GTK+ 3.0 and Gnome 3 programming. Since both of these are recent APIs, I can't find a good tutorial or blog post about these topics. The books I ...
4
votes
1answer
51 views

How to set application title in Gnome Shell?

I am new to Gtk+ development, and am trying to write an app using PyGObject and Gtk+3.0. When I run my app in Gnome Shell from the command line, however, the application name as it appears in the ...
4
votes
2answers
654 views

Disable Gnome 3 notifications/pop-ups/integrated notifications

I would like to disable the Gnome 3 notifications/pop-ups/integrated notifications (if that's even the right term for them). For example, they're the notifications that appear when your receive an IM ...
4
votes
2answers
370 views

Using Org-Mode With the Gnome 3 Calendar

Gnome 3 has a beautiful calendar panel that drops down from the menu bar, and includes a space for your upcoming appointments. By default this appointment manager reads from the calendar in Evolution ...
3
votes
1answer
82 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
1answer
125 views

Extending Gnome 3 control center

I just want to know if is possible to extend Gnome 3 unified control panel (also known as System Settings) with your own modules (assuming network, display, printers, etc, are modules), and how. There ...
2
votes
1answer
90 views

Run script on Fedora screen lock

I'm looking for a way to run a program when locking the screen in Fedora 15 linux. Basically I want to start running a motion detection program when the screen locks, or I manually hit Ctrl+Alt+L, but ...
2
votes
1answer
363 views

How to debug GNOME Shell extensions? Is there any tool for that?

So I'm a web developer and would like to develop an extension for GNOME Shell. I found it really easy to step in the development process but I still can't figure out how to debug my extensions. Are ...
2
votes
1answer
100 views

gnome fallback applet c++

I'm trying to create a panel applet, but I'm stuck at the first step: I've created a file.cpp with the code from the official example at ...
2
votes
2answers
104 views

gnome3 fallback mode applet programming, docs?

Where can I find documentation for writing an "gnome3 fallback mode" applet? Google spits a lot of usless things at me. And the main question: Does it use the gnome3 extensions API or something ...
1
vote
0answers
86 views

Gnome 3 displays two icons for same app in dock

I have created my own .desktop file for an application (sublimetext) in gnome 3 (fedora 16) I have succeeded in that: [Desktop Entry] Version=1.0 Name=Sublime Text 2 Comment=Text Editor ...
1
vote
1answer
100 views

Qt QDialog and GNOME 3, how to display the close button/title bar and make it movable?

In GNOME 3 when displaying any QDialog it appears that it can't be moved and it has no title bar. Is there a way to re-enable the title bar and make it movable? I attempted to use a QMainWindow as a ...
1
vote
2answers
545 views

How to start writing Gnome Shell extensions

I have found it's very hard to find documentation about Gnome Shell Extensions. I found some bits on Gnome Wiki (and it's first-level links), but it's not much: ...
1
vote
1answer
98 views

Persistent Logging in Gnome-Shell-Extension development?

I'm trying around with the Javascript-based bindings to build an own Gnome-Shell-Extension which just embeds an webkitview. But the following 3 lines let completely crash the gnome-shell (top panel ...
1
vote
2answers
120 views

JavaScript Glib.spawn_async stdout file descriptor

I want to spawn a process using spawn_async in the GLib bindings in javascript in a gnome3 shell-extension. I need something like the "standard_output=True" parameter in the python doc ...
1
vote
2answers
282 views

VAPI problems with GTK+ 3

I'm trying to compile some Vala on ArchLinux, and when I try to include the package gtk+-3.0, it seems GDK and GTK+ 2.0 are being included as well; valac --pkg gtk+-3.0 test.vala gives the following ...
1
vote
1answer
73 views

gtk_status_icon_is_embedded Always Returns False On Gnome3 and xfce4

I've been trying to figure out how *gtk_status_icon_is_embedded()* works recently and I've found a tutorial about GtkStatusIcon here. I tried the sample program on both Gnome3 and xfce4. The status ...
0
votes
1answer
18 views

Can Gedit plugins bind to the OnSave event?

I'm writing a gedit 3 plugin, something similar to phsilva's PyLint plugin, which calls out to an external lint program and highlights lines of code in the current document. My question is, if my ...
0
votes
0answers
16 views

Java app has fuzzy icon in the alt-tab list in GNU/Linux Mint

I'm using JFrame.setIconImages to set the icons for a JFrame in my application, working from the example at How to add an image to a JFrame title bar?. On Mint (Cinnamon desktop), I'm getting a fuzzy ...
0
votes
1answer
54 views

Gnome 3 extensions resources

I just installed gnome 3 and I added a few extensions, I noticed they are coded in JS but I don't fully understand how they work. What I am really interested right now is learning how I could add a ...
0
votes
2answers
124 views

Application menu Editor

How can I make changes to my main Application menu In Gnome3, Any configuration files Or any tool do this out There?
0
votes
1answer
186 views

Where is the shutdown option in Gnome3 [closed]

Unable to find shutdown or restart options in Fedora16/Gnome3 while logged in as regular user. All I see is Lock Screen, Switch User, Log Out and Suspend.
0
votes
0answers
279 views

Hacking the GNOME 3 shells application Dock

I saw this cool photo for a gnome 3 theme as you can see the application "dock" displays somewhat differently then is norm. This theme no longer appears this way, the dock is in its usual place. ...
0
votes
1answer
162 views

How to use 128x128 icon for alt-tab in Linux?

I have a problem to show high quality icon in Alt-Tab in Linux. My development is using GTK2, and using gtk_window_set_icon() for a 128x128 png icon. And the environment is GNOME3. However, when I ...
0
votes
1answer
336 views

pydev on aptana3 unable to import gi.repository

the following code should work import gi import gi.repository this works in a python shell. And it also works if I save the file as a script then launch it in a terminal. but in aptana3 i get ...
0
votes
2answers
522 views

Proxy problem Gnome 3 and Chrome 12

I installed Ubuntu 11.04 and Gnome-3. I set the proxy settings through Gnome 3 new proxy manager but Chrome does not seem to like that and not using any proxy server. Any solutions?
0
votes
0answers
124 views

Gdk-WARNING when I typing commands in terminal

After installing gnome3 and gtk3, a warning like following is thrown when I typing commands in terminal: (gnome-terminal:12248): Gdk-WARNING **: Event with type 9 not holding a GdkDevice. It is most ...
0
votes
2answers
464 views

gnome shell extension stylesheet not loading

i'm trying to develop a gnome shell extension and I've created the "Hello World" extension which is created automatically with gnome-shell-extension-tool --create-extension It creates 3 files: ...
-3
votes
0answers
23 views

about ephiphany web browser development [closed]

I'd like to know if the Gnome project will develop their web browser any further. First of all - let me state it clearly: I do absolutely love the idea of a web browser completely integrated in the ...