Questions tagged [gnome]

For questions about code that uses any of the GNOME libraries.

GNOME is a desktop environment, composed entirely by free and open-source software. Mostly used on Linux, but also supported by BSD derivates. GNOME Shell is the official user interface to the desktop environment.

Developed by the GNOME Project, under GPL and LGPL Licenses.

Links:

1430 questions
149
votes
10 answers

How to use git with gnome-keyring integration

Git 1.8.0 supports integration with gnome-keyring. http://www.h-online.com/open/news/item/Git-1-8-0-can-access-Windows-and-GNOME-keyrings-1733879.html After reading the docs about the git credentials helpers:…
marcosdsanchez
  • 2,529
  • 2
  • 17
  • 20
106
votes
14 answers

How do you find out which version of GTK+ is installed on Ubuntu?

I need to determine which version of GTK+ is installed on Ubuntu Man does not seem to help
Craig Angus
  • 22,784
  • 18
  • 55
  • 63
60
votes
7 answers

Start Script when Gnome Starts Up

I have a script that I need to start up after the user logs in via a nx client. From what I understand, Gnome starts up after a user logs in (correct me if I am wrong here). Where would I put my script so that it starts up after the user logs…
Jason Zhu
  • 2,194
  • 3
  • 23
  • 27
58
votes
6 answers

Alt key shortcuts not working on gnome terminal with Vim

I'm running Vim on a gnome terminal. But the alt key mappings are not working. For example: :imap It works fine in GVim. But when I run the same command with Vim in the gnome terminal it does nothing. I'm using Windows 7, The problem…
Jesse
  • 1,449
  • 2
  • 15
  • 20
58
votes
4 answers

How do I get the active window on Gnome Wayland?

Background: I'm working on a piece of software called ActivityWatch that logs what you do on your computer. Basically an attempt at addressing some of the issues with: RescueTime, selfspy, arbtt, etc. One of the core things we do is log information…
erb
  • 14,503
  • 5
  • 30
  • 38
56
votes
10 answers

Gnome-terminal - How to Copy selection to clipboard automatically?

I want to make gnome-terminal behave in such a way that when the end user selects a region on the terminal (with a mouse or mouse key), it gets automatically copied into the clipboard. Is it possible at all? If so, how?
OTZ
  • 3,003
  • 4
  • 29
  • 41
51
votes
6 answers

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 gstreamer. So pls share any other resources to…
rahijain
  • 885
  • 1
  • 8
  • 10
44
votes
9 answers

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 things happen: a /media/LABEL directory is…
Andrea Francia
  • 9,737
  • 16
  • 56
  • 70
32
votes
5 answers

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 buffer with other programs. For example, if I C-c in…
sligocki
  • 6,246
  • 5
  • 38
  • 47
31
votes
2 answers

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: http://live.gnome.org/GnomeShell/Extensions The problem here is GJS and it's bindings.…
lzap
  • 16,417
  • 12
  • 71
  • 108
30
votes
4 answers

How to start GNOME Wayland session from command line/tty?

I'm experimenting with wayland. You can start Gnome with X through startx command. Is there an way to start Gnome with wayland through some command? I would like to be able to run Gnome/X on my main display. Then switch to display :2…
Leo Ufimtsev
  • 6,240
  • 5
  • 40
  • 48
30
votes
4 answers

Creating an Application Launcher for GNOME 3 in Ubuntu

I have Ubuntu 12.04 LTS installed on my machine. I also have installed GNOME 3. I then installed the IDE IntelliJ without issue. However I installed it to a custom location and now the only way to run it is through the terminal via "./idea.sh". I…
Marc M.
  • 3,631
  • 4
  • 32
  • 53
29
votes
2 answers

Prevent git from popping up gnome password box

I have not asked a question of this nature before, so this may not be the correct site for this. I use the xfce terminal in drop-down mode connected to a hotkey. It closes when another window becomes active, which is just fine. What is not fine,…
Los Frijoles
  • 4,771
  • 5
  • 30
  • 49
29
votes
9 answers

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" way to find icons, mime-type/file type…
Joe Soul-bringer
  • 3,294
  • 5
  • 31
  • 37
29
votes
8 answers

Gsettings with cron

I wrote a bash script that changes the wallpaper (for GNOME3). #!/bin/bash # Wallpaper's directory. dir="${HOME}/images/wallpapers/" # Random wallpaper. wallpaper=`find "${dir}" -type f | shuf -n1` # Change wallpaper. #…
Mateusz Jagiełło
  • 6,854
  • 12
  • 40
  • 46
1
2 3
95 96