Gnome 3 is the third major version of the Gnome Desktop Environment. This tag refers to the Gnome desktop itself, or applications using the Gnome frameworks.
0
votes
0answers
13 views
Gnome/Unity not working [migrated]
I wanted to try the gnome 3.9 UI on ubuntu 12.04 LTS. So I installed the following ppa
add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get upgrade
Then I added the following ...
0
votes
1answer
57 views
Gnome 3 Javascript (GJS) - TreeView - Select next/previous item
One month ago I heard about GJS for GNOME 3 and I wanted to try it out. What do I want to make? A simple Media Player for GNOME 3 with GJS.
So, the base has been programmed, eg.:
Create and connect ...
0
votes
0answers
153 views
low graphic mode issue after install GNOME 3 on ubuntu 12.10 [closed]
hi friend i'm using windows and ubuntu on my lenovo G580 Laptop which has 4GB RAM and i5 3rd generation processor.Now the problem is i tried to to install GNOME 3 on my laptop.after installed using ...
2
votes
1answer
102 views
How can I get results from the HUD DBus service under GNOME?
I'd like to (programatically) access results from Ubuntu's heads-up display (HUD) menu service under GNOME 3.6. I've been playing around with the DBus interface for the HUD with some success, but ...
1
vote
0answers
102 views
Qt5 OpenFileDialog behaves strange on Gnome3
I am trying to get a file path at my Qt project. When I was using KDE4 and Qt 4.8 everything worked fine but now I updated to Qt 5 and Gnome 3. And the QFileDialog now looks like this:
Or even like ...
0
votes
0answers
46 views
Get URL Contents - Gnome 3 Extension
I'm looking for a way to retrieve the contents of a URL for a simple extension I'm writing for Gnome 3 (Extensions are written in javascript).
1
vote
1answer
78 views
How can i access to a Gnome application JavaScript function from a HTML page?
I learned that how to embedded a HTML page to a gnome JavaScript application and show it in a Gtk+ frame.
// Create a webview to show the web app
this._webView = new Webkit.WebView ();
// Put the ...
-1
votes
1answer
153 views
Which programming language has complete implementation API of Gnome 3 (binding)? [closed]
As far as i know there are several programming language to develop program for Gnome 3 (Python, JavaScript, Vala, C, C++).
I was wondering which language has complete implementation API of Gnome 3 ...
0
votes
2answers
287 views
slow keyboard layout switching in gnome 3.6
when I upgraded from gnome 3.4 to gnome 3.6 I realized that I could not change my keyboard layout using Alt+Shift anymore. so I installed gnome-tweak-tool and in Typing tab I selected Alt+Shift from ...
2
votes
0answers
67 views
How to get the gnome icon name from a folder path in a Cinnamon applet
I created a "Places" Cinnamon applet (a drop down list filled with folders).
And I would like to get the gnome icon name of a specific folder path. For instance, I would like to get the gnome icon ...
0
votes
2answers
137 views
unpacking GVariant in javascript
I have an array stored as a GVariant of type a(ss) in GSettings, that I want to use in a Cinnamon Applet. I can retrieve the value successfully using the following code:
let schema = ...
0
votes
2answers
135 views
Change directory and execute file in one command
When I want to execute a file, it seems that I always have to first 'cd' into that file's directory before executing it, unless it fails on a can't-find-my-dataz type error.
How can I get around ...
-2
votes
1answer
268 views
Adding minimize and maximize buttons to windows in Gnome [closed]
I have added the minimize and maximize buttons as described here.
I tried both command line and GUI options.
They don't add...
And when in GUI I see a red marker stating "The key has no schema"
Does ...
2
votes
1answer
917 views
org.gnome.SessionManager in Ubuntu 12.04 chroot
I'm trying to test totem in a minimal chroot (host and chroot both ubuntu 12.04 amd64). When I load a video, I get the error
** (totem:25660): WARNING **: Problem inhibiting the screensaver: ...
0
votes
0answers
202 views
Add icons to the Gnome 3 desktop
By default, the Gnome 3 desktop is empty.
I found a switch that makes Nautilus manage the desktop, which allows you to put regular icon files in the appropriate folder and have them show up on the ...
0
votes
0answers
112 views
GNOME3 slow animation
I have installed Debian Wheezy Beta2 with GNOME3. And I faced with slow animation problem.
Examle on YouTube: http://www.youtube.com/watch?v=d2bW-8omVVs
After installing the nvidia driver (302.17-3) ...
1
vote
0answers
280 views
I made an automatic wallpaper changing script that works on one computer but not another, unsure why
My title might be a bit misleading, as I don't actually have access to the working computer and therefore I can't verify that it's ACTUALLY working on the other computer, but someone through IM told ...
0
votes
0answers
94 views
Gnome shell reverts to Gnome 2
I cannot run Gnome 3, only Gnome 2, even though I have gnome-shell installed and set as the default Window Manager.
Here is what I see after I run gnome-shell --replace
(gnome-shell:3136): ...
1
vote
1answer
36 views
Replacement for gnome.help_display()
I'm looking at porting a pygtk application to Gtk 3 and gobject-introspection. When help is selected in the menu, the code calls gnome.help_display('appname') to display it.
The gnome package is ...
3
votes
1answer
407 views
GNOME/Vala application to run on Windows
I want to port my C# WinForms application to be usable both with Windows and Linux. I have some experience with Java and more experience with Python but I don't really like the first and I'm concerned ...
0
votes
1answer
33 views
ClientDC and WindowDC do not draw under Fedora 16 Gnome 3, only PaintDC
I am writing an app which draws text and shapes in a ClientDC of a Frame. When I run the app under my Fedora 16(Gnome 3) nothing is drawn in the Frame, but if I run it under Windows all drawings ...
0
votes
1answer
170 views
Vala/GTK+ 3: Getting data from GtkIconView
In my application, I have a GtkIconView with single selection mode. I want to get the text of the selected item (and act upon that further down the line). Right now, I have some code that I thin will ...
3
votes
1answer
441 views
Sending notifications with GObjects
There seems to be a distinct lack of documentation of the GObjects module for python at the moment, so maybe somebody can help me.
I am making an application which occasionally will have to notify ...
2
votes
1answer
358 views
Unicode file I/O with Javascript and gjs?
Can anybody give any working example of how to read/write Unicode text files using Javascript and Gjs, possibly using Gio and/or Glib? I'm experienced in Javascript, but these APIs are still alien to ...
1
vote
1answer
231 views
Read Gnome Shell Notifications
I need to read the gnome-shell notifications to send an e-mail whenever event X happens (like a torrent was successfully downloaded). Is there a file or a callback that I can read/set in C code?
0
votes
1answer
128 views
'Document' object has no attribute 'get_uri'
I'm working on porting some Gedit 2 plugins to Gedit 3 and I've run into the error 'Document' object has no attribute 'get_uri' and am stumped as to what's wrong. For what it's worth, the Gedit 2 ...
1
vote
2answers
674 views
Installing Cinnamon on Ubuntu 12.04 (running on VirtualBox)
So I've installed the Cinnamon desktop environment on my Virtual machine but it looks exactly the same as the classic Gnome desktop (fact, I tried installing Gnome 3 and it looks the same as classic ...
9
votes
1answer
380 views
Gnome shell privilege escalation
I'm building a Gnome shell extension, and I want to be able to do some things with escalated privileges. So, I'm thinking I need to use "policy kit", but I don't know how to do go about doing this.
...
1
vote
0answers
491 views
Fixed minimum workspaces in gnome3 [closed]
I switched to gnome3 in my ubuntu installation, and one of the features that I missed allot was having a pre-defined number of workspaces. I love the dynamic workspaces, but I love having at least 4 ...
1
vote
1answer
183 views
Settings as a modal for a gnome shell extension
I'm working a Gnome Shell Extension and this one will require some settings (a path to a folder, an url and checkbox (switch on/off)).
I was wondering if it was possible to make it only using ...
1
vote
1answer
246 views
Gnome shell extension, copy text to clipboard
I'm working on a Gnome Shell Extensions and I can't find any documentation on how to copy some string into the clipboard for the user.
I searched the Gnome extensions git but without any success.
...
1
vote
1answer
702 views
Gnome shell extensions: stdout from GLib.IOChannel
So I'm making a Gnome Shell extension. And I want to be able to run some command. (The command is actually "synclient -m 100", but that is off topic)
So, what I have done so far is
...
1
vote
1answer
305 views
Problems with GNOME Panel applet execution
I'm developing a GNOME Panel applet for GNOME 3 (with D-Bus) in Python.
I'm having a problem with this, when I open the Add to panel dialog, my applet appear, but when I select it and press on Add, ...
1
vote
2answers
335 views
How to hide error messages automaticly in libnotify in gnome shell?
Im using ubuntu 11.10 and gnome-shell 3. I`m using Guard to notify test pass or failure.
When I have green test notification hide automatically after few seconds but When my test have errors I have ...
1
vote
1answer
89 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 ...
1
vote
1answer
385 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 ...
5
votes
1answer
674 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 ...
1
vote
0answers
451 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
...
0
votes
1answer
211 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 ...
1
vote
1answer
456 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 ...
0
votes
2answers
1k 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?
2
votes
1answer
323 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 ...
12
votes
2answers
4k views
How to test / debug GNOME Shell extensions? Is there any tool for that?
I'm a javascript programmer and would like to develop an extension for GNOME Shell. I found it's really easy to step into the development process but I still can't figure out how to debug / test my ...
16
votes
2answers
6k 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
290 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 ...
3
votes
1answer
446 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 ...
0
votes
1answer
449 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.
1
vote
0answers
559 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.
...
7
votes
3answers
5k 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 ...
3
votes
1answer
288 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 ...

