GNOME is an open source desktop environment. It is composed of many API which form the GNOME Platform, and a set of official applications.
-1
votes
1answer
17 views
Alt+Ctrl+F7 Doesn't Work, X may have crashed Ubuntu but so have the other TTYs [closed]
When modifying the extremely cool interface and making my desktop panels=infinity, I accidentally pressed Alt+Ctrl+F12 when setting a key configuration. After some research, it seems that some options ...
-2
votes
0answers
14 views
How to add a program link to the menu in debian [closed]
Sometime I compile software myself, and it brings me a problem.How to add it in the menu?
My system is Debian 7 Wheezy.
My desktop is Gnome Classic.
Thanks.
0
votes
0answers
10 views
Latin characters in a gnome terminal [migrated]
In vi I type latin-1 characters like ö by doing ctlr-k o:
Can one do something like this in a gnome terminal?
0
votes
2answers
38 views
thread for callback function in timeout_add
On which thread does the callback function gets executed after every "interval" milliseconds when we schedule a function using the following method??
def glib.timeout_add(interval, callback, ...)
...
0
votes
0answers
18 views
Program works in GNOME but does not work in XFCE (Ubuntu 12.04)
I wrote some C++ program, using qt and gstreamer, where I take photo from the webcam, then I open the folder with the saved image with image icon selected.
To open folder I have tried :
...
0
votes
0answers
12 views
Gnome 3 - how to arrange multiple windows in row
I am using Gnome 3.4 and the feature I really miss is to arrange multiple windows in a row/column (Windows XP has this feature, for example). I tried google but couldn't find any answer. Does anybody ...
0
votes
0answers
30 views
CinnArch Update; Downgrade to Cinnamon
I've updated my CinnArch-OS (window-manager: gdm) and then noticed, that Gnome was installed. If i switch my session to Cinnamon, the fallback will be loaded and an error message (no hidden info ...
0
votes
0answers
14 views
Misplaced letter in terminal [closed]
I have installed centos and GNOME inside a Virtual Box but the letter position is misplaced which look like following picture.
How could it resolved?
0
votes
0answers
25 views
Gnome Python Tkinter Iconify [duplicate]
The iconify method in Windows is used to minimize an application to the taskbar. Unfortunately, the same is not true for Gnome. I do however know that there is some possible way to achieve this effect ...
0
votes
1answer
15 views
GNOME configuration database type-inference
My desktop is GNOME and I am programmatically changing its settings via Python.
The database has simple value types, e.g. strings, ints, lists of strings, list of ints, ...
A simple CLI tool to ...
0
votes
1answer
29 views
How can I prevent Gnome from intercepting the Alt+Shift+~ key?
I often want to type Alt+Shift+~ while using emacs (to run its command "not-modified"). However, since upgrading the Debian Wheezy, which upgraded Gnome to 3.4), I find that when I type those keys, ...
-1
votes
1answer
35 views
Beginning to script window placement in GNOME [closed]
Today I wanted to put together a script for doing my daily timed writing exercise, and I realized that perhaps it's finally time to understand how to do window placement and vim run-on-launch ...
2
votes
1answer
73 views
How do i make my gtk app use the dark theme?
Some apps on the gnome desktop like the image viewer use a dark variation of the theme.
What code is required to make my own gtk program use this dark variation of the theme?
0
votes
0answers
962 views
Will Debian 7.0 have GNOME 3.8? [closed]
Do you know if the next Debian big release, Debian 7.0 (Wheezy) will have GNOME 3.8, or at least GNOME 3.0?
Do you have a single idea when Debian 7.0 will be released? Normaly it should be soon... Do ...
0
votes
0answers
65 views
gnome default keyring centos 6.4
I cannot set my default keyring password properly.
I know there are many tutorials out there that tell you to just
rm -rf ./gnome2/keyring
Been there, done that. It prompts me for a new password, ...
1
vote
1answer
46 views
Ruby, GNOME, 2D animation, sort of
I want to make a simple app to do simple animation.
Mostly a filled-circle/s rotating on a circular or ellipse path..
Something like planets rotating around a Sun.
The problem is there is not much ...
0
votes
1answer
106 views
nvidia drivers on backtrack 5 gnome 32 bit (X session failed to start)
i've got 2 graphic cards on my laptop : 1- intel integrated HD 3000 2-Nvidia GT540m
just disabled nouveau drivers and installed nvidia drivers (official drivers from nvidia.com)
now when trying to ...
0
votes
1answer
41 views
Use gnome-screensaver-command on python
I have the following code to check whether the screen is locked or not (using gnome-screensaver)
gnome-screensaver-command -q | grep "is active"
From this link, ...
-1
votes
2answers
26 views
Connecting to VM Gnome GUI [closed]
I have a remote VM running CentOS 6, and I wanted to try out a GUI, so I connected to the VM in Terminal using SSH and followed a guide to install gnome with the yum package manager. Now its installed ...
2
votes
1answer
57 views
Gnumeric Python plugin : service file_opener and file_saver
Is it possible to write a gnumeric python plugin for the file_opener and file_saver service?
It seems implemented in the python-loader plugin, there are corresponding sections in the Gnome ...
4
votes
1answer
87 views
Linux: how to get a list of all visible windows
Disclaimer: I know there is a very similar question on this topic.
I am trying to get exactly the same result that NoozNooz42 described here. However mdma answer doesn't fit my needs, because I'm ...
0
votes
0answers
44 views
Gnome/xdg menu : How do I sort desktop menu entries by category in <Layout> (ie: without <Filename>)?
after N readings of http://standards.freedesktop.org/menu-spec/menu-spec-latest.html I just can't figure out how to achieve the following. I suspect this may be not feasible or too complex...As I ...
2
votes
1answer
82 views
gnome terminal tabs open multiple ssh connections
I have a file with a list of servers:
SERVERS.TXT:
192.168.0.100
192.168.0.101
192.168.0.102
From a gnome terminal script, I want open a new terminal, with a tab for each server.
Here ...
0
votes
1answer
35 views
How to install libraries on jhbuild?
I want to start to use jhbuild. It creates an isolated system to compile unstable packages ant try them. But it's not clear to me how to add a missing library to it.
Steps:
$ sudo apt-get install ...
0
votes
1answer
40 views
Tweak Gnome with Python
I'd like to change the default behavior of some windows in gnome. I'd like to use python for this. So far I've only found pygtk tutorial but that's not what I actually want. I'd like to find something ...
0
votes
1answer
46 views
How to remove broken menu links from Centos [closed]
http://imtp.me/50k001tmy
Please check this link, I am trying to remove a broken link from Centos. I removed netbeans7.3.desktop file also but I think I am missing something.
Can anyone help?
0
votes
1answer
68 views
GDBus : Migrating to GDBUS and understanding the GVariants and GTypes
GVariant is opaque data structure used in the GDBUS bindings for libDBus.
Its been mentioned that GVariant is a floating reference count system. What actually does a floating reference mean in this ...
0
votes
1answer
26 views
Error with Gtk.init in main.js
I'm following this tutorial. But I keep getting this error when I try to run it;
JS ERROR: !!! Exception was: Error: Expected type utf8 for Argument 'argv' but got type 'number' (nil)
JS ...
2
votes
2answers
52 views
Gnome's libgda and SQL injections
I'um using Gnome Data Access (libgda) to access a database in a C program.
I use the GdaSqlBuilder to build my queries.
Here is an exemple code for adding an equal condition on a field for a request :
...
1
vote
1answer
34 views
What Widget is Ubuntu's Settings Application Using for Lists?
In Ubuntu, there are several places in the settings app that have a very nice list view, with add/remove buttons, including Appearance, Keyboard Layout, Privacy, Bluetooth, etc. What widget(s) are ...
0
votes
3answers
45 views
Gtk.RadioToolButton with icon and text?
Here is my code for the toolbutton (in a toolbar):
self.mainWindow.mainBox.mainToolbar.overviewRadio = Gtk.RadioToolButton(stock_id=Gtk.STOCK_ABOUT)
...
0
votes
1answer
40 views
Want to change gtkfilechooser
I wish to change this popup for every program calling
public class OpenFileDialog : FileChooserDialog {
Ideally it would involve removing desktop and changing search etc. I was just hoping ...
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
1answer
111 views
Using C++ bindings with GObject Introspection
I decided I want to use the Goffice library in my project. But I write it in C++, so I prefer to have a C++ class interface, just like I use gtkmm and not GTK+ directly.
The documentation (see link ...
0
votes
1answer
79 views
jhbuild failed to build yelp-xsl for libxslt and libxml2 dependencies
I am trying to compile via jhbuild the yelp-xsl (The core XSLT stylesheets used by libyelp and yelp).
I am using Ubuntu Raring 13.04 fully updated from today.
I have all the dependencies recommended ...
0
votes
1answer
37 views
Blank window when lanching about dialogue twice?
I have an application design done, without any useful stuff happening, but I have two windows. One is the main window, and one is the about dialogue. They are all on one .ui file from Glade.
When I ...
1
vote
0answers
46 views
Unable to create a GArray in Gjs
I try to create a GArray but I have always the same error :
const GLib = imports.gi.GLib;
var garray = new GLib.Array(true, true, 1); // Unable to construct
boxed type Array since it has no ...
0
votes
1answer
46 views
Strange behavior of “Run in terminal”, it kills processes
I wrote a shell script that runs a service. I open the terminal, I run the script that runs the service and, after the script ends, I close the terminal but the service keeps running, and this is what ...
0
votes
0answers
104 views
With gjs, how can I write Soup.Buffer chunks of data to a file?
I'm writing a GTK javascript program that downloads a file and writes it to disk. Here's what my code looks like:
const Gio = imports.gi.Gio;
const Soup = imports.gi.Soup;
// start an http session ...
0
votes
2answers
25 views
is there a way to pause gnome from other tty?
To run a virtual machine on my computer and to have more resources for it, I'd like to pause gnome. The idea is to go on other tty pause gnome from it and run my virtual machine with lower ram for the ...
3
votes
1answer
103 views
Purpose of GValue, GTypeValueTable, GTypeInfo and GParamSpec
GObject library is really awfully documented. It's damn hard to figure the purposes of entities created. Namely, I don't get the roles of GValue, GTypeValueTable, GTypeInfo, GParamSpec and TypeData.
...
0
votes
2answers
52 views
How do I create draggable and resizable subwindows within a toplevel window in GTK+?
My question seems very simple, but I failed to find an answer in the internet:
The picture is taken from Eclipse, which is implemented in GTK+ on Linux, so it should be theoretically possible, but ...
0
votes
0answers
103 views
Debian Squeeze transferring Keyboard Shortcuts
I'm using Debian Squeeze and I've added a bunch of keyboard shortcuts that I'd like to be able to transfer over to my other Debian (and Ubuntu) installs.
Is there any way of doing this, whether by ...
0
votes
0answers
56 views
Automatic encryption/decryption: detect file is closed in Mate/Gnome application
I'm writing a bash script to automatically decrypt file for editing and encrypt it back after file is closed. File type could be any: plain-text, office document, etc. I am on Linux Mint with Mate.
...
1
vote
1answer
88 views
Can I start tmux as a child of gnome-session?
I'm running Ubuntu and use gnome-terminal and would like to run tmux in such a way that it can use all of the gnome-session environment in the same way opening a new terminal window would. E.g. using ...
0
votes
1answer
32 views
python app in WM-Menu
BI wrote a python app for controlling one of my network devices. Now in want to add it to the Gnome Menu (Applications).
How can I create a new overall section like "My Apps" and then an entry for my ...
0
votes
0answers
63 views
Gnome Projects - “Planner” failing with error MS Visual c++ library on Windows 7 Professional
I have tried a lot looking for a solution for the error being shown when I try starting Gnome Projects "Planner" it gives the following error -
I have tried Openprojects and Libreprojects as a ...
0
votes
1answer
168 views
How do I reset mplayer's geometry/window size? [closed]
my problem is that when I play a .flv,.mp4, etc. with mplayer(not mplayer2) and re-size the window to something bigger it blows it up. Now, I want to reset the window back to its default size, i.e. ...
0
votes
1answer
130 views
How to set method priority in order to update Java-Gnome GUI components from a worker thread at runtime
I have a Java-Gnome GUI that is initialised like this:
public static void main(String[] args) {
Gtk.init(args);
new GTK();
Gtk.main();
}
public GTK() {
initUI(this);
//Exit GUI ...
0
votes
1answer
110 views
Scroll Lock support in Gnome 3.6
I have keyboard backlight when "Scroll Lock" is pressed.
But, by default in Gnome 3.6 i haven't xmodmap for "Scroll Lock":
$xmodmap
shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock ...



