Tagged Questions
2
votes
1answer
178 views
Run metacity without gnome-shell (gnome 3)
Hi how can i use metacity with composite manager without gnome-shell. I'm trying to do so in my custom xsession
#!/bin/bash
if test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax ...
1
vote
2answers
2k views
Gnome 3.6.1 doesn't work with startx anymore, only with gdm
I normally prefer my system to boot in text mode and manually start Gnome with startx but if I do that with Gnome 3.6.1, I get many errors and a basically unusable operating system. After installing ...
1
vote
0answers
140 views
How do I set my login avatar in MATE? (Fedora 17)
Plain old GNOME 2 had a panel applet which displayed your user long name. It had a menu option under which you could set an image to be a login avatar, and it appeared in the gdm display manager (aka ...
2
votes
2answers
145 views
How to make KDE3 visible for GDM?
I have Gnome (default), KDE4 and KDE3 installed.
When I log out, GDM kicks in and I can select other desktop than Gnome -- among window managers, there is KDE4 (as KDE), but no KDE3.
Question: how ...
7
votes
3answers
8k 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 ...
3
votes
1answer
1k views
gdm graphical login prompt problem (OpenSUSE 11.2)
I'm trying to figure out why the graphical login prompt won't show up at the login page. I see the wallpaper just fine, but the graphical login prompt wont show up no matter how long I wait.
So, In ...
6
votes
2answers
1k 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 ...
4
votes
3answers
544 views
How to resume a gnome session?
I am in the middle of a project where I repeatedly have to stop X11 to debug. I stop with Ctrl+Alt+F1 then login and
$ sudo /etc/init.d/gdm stop
Then I go about my debugging. then restart gdm ...
1
vote
1answer
544 views
How to disable multiple logins in GNOME?
Basically, I want to disable multiple logins. The family laptop (not mine) has a problem with the x server -- at least it seems to be the x server. When two users are logged in simultaneously the ...