GNOME is a full-featured, user-friendly desktop environment for Unix operating systems, based entirely on free software.
10
votes
2answers
2k views
Correctly setting environment
I'm using zsh and gdm to run gnome. Some time ago I discovered that variables are not set correctly. For example LANG/LC_ALL are incorrect ("" instead of en_GB.UTF-8).
I split the .zshrc into .zshrc ...
8
votes
3answers
10k views
How do I configure the GNOME gdm login screen?
I recently installed Arch Linux and have it mostly set up. With many other Linux distributions, there is a tool that is used to configure the look and feel of the login screen. I would like to change ...
5
votes
7answers
976 views
Which run dialog
I just switched from the standard Gnome window manager to openbox (still running inside Gnome) and like it a lot. However, now I need a new run dialog, e.g. the thing popping up when hitting Alt+F2 in ...
12
votes
1answer
4k views
Run script on screen lock/unlock
I'd like to run a screen if the Gnome session is locked and unlocked. Is there a way that I can intercept this and perform certain actions when the desktop is locked or unlocked?
21
votes
7answers
13k views
How to copy text from vim to an external program?
I'm trying to copy-paste some text from vim. I'm doing v to enter visual mode, then y once I selected my block.
It appears to copy the text into vim's clipboard, because p will paste it.
But in ...
10
votes
3answers
6k views
Can a Gnome Terminal profile use UTF-8 by default?
I am on an Ubuntu (I think) system. I don't have root, so I can't change the locale. I want to make my default terminal profile use UTF-8 by default. There should be a way to do this, either in the ...
10
votes
1answer
662 views
how do i tell gnome to reread my ~/.profile
Gnome reads ~/.profile upon login. When I change something in .profile (for example LC_MESSAGES) I want gnome to reread the .profile file without logging out and back in. In bash I can tell bash to ...
4
votes
2answers
925 views
What is making my cursor 'randomly' disappear when using gnome-teminal?
It happens often that my cursor on gnome-terminal disappears, forcing me to work on a new tab/window. It seems like a random occurrence. Does anyone else experience this? What about other X terminal ...
2
votes
0answers
243 views
Debian 6: media keys in gnome-settings-daemon don't work
I am running a minimal Debian 6 x86_64 setup with pulseaudio, alsa and gnome-settings-daemon. Whenever I press a media key, gnome-settings-daemon spits the following out to stderr:
** ...
1
vote
1answer
462 views
Enabling Compiz Viewport Switcher key bindings
I'm running compiz 0.8.2 with compizconfig on Scientific Linux 6.2 with Gnome 2.28.2. In the compizconfig "General Options" I have "Desktop Size" set as follows:
Horizontal Virtual Size: 6
Vertical ...
18
votes
6answers
11k views
13
votes
4answers
1k views
How is the linux graphics stack organised?
Can anybody explain(hopefully with a picture), how is the linux graphics stack organised? I hear all the time about X/GTK/GNOME/KDE etc., but I really don't have any idea what they actually do and how ...
7
votes
3answers
8k views
How to run commands automatically on gnome-terminal after log-in?
After each login, there's certain commands that I run on specific tabs of gnome-terminal. This is a tedious process, so can this be done automatically?
10
votes
1answer
362 views
Can I restrict a user to use special programs?
Is it possible to add a user and restrict him to run special programs?
For example after this user logs in, he can only open Firefox to use Internet and no other programs can be run by this user.
For ...
11
votes
1answer
637 views
What happens when I press “Shut Down” from the GUI?
I have been banging my head against this for quite a while now. It's related to this question. I would like to find out exactly what happens when I choose to shut down my Linux box from the GUI. This ...