You are not logged in.

#1 2011-10-23 17:44:38

ThisNameWasFree
Member
Registered: 2011-10-21
Posts: 11

[SOLVED] Gnome 3. Unlock button.

I've got a problem with my gnome, a lot of applet's buttons are unclickable, for example:

174d091e28652cc42cfec1330d5b863f.png
(right top corner)


... i'm sorry for non-default language on this picture. Anyway, I don't know how to fix it. Any ideas? sad

Last edited by ThisNameWasFree (2011-10-23 18:24:03)

Offline

#2 2011-10-23 17:52:54

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [SOLVED] Gnome 3. Unlock button.

Can you "su" to the root user in the console? How are you starting gnome?

Offline

#3 2011-10-23 17:59:13

ThisNameWasFree
Member
Registered: 2011-10-21
Posts: 11

Re: [SOLVED] Gnome 3. Unlock button.

lucke wrote:

Can you "su" to the root user in the console?

Do you mean 'do you have su-workable root system'? Yep, I have workable sudo.

lucke wrote:

How are you starting gnome?

I'm starting OS, then in my terminal (tty1) typing user&pass (non-root user), then "xinit /usr/bin/gnome-session".

Last edited by ThisNameWasFree (2011-10-23 18:02:21)

Offline

#4 2011-10-23 18:02:05

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Gnome 3. Unlock button.

it means that you didn't login correctly into gnome. check gnome wiki


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2011-10-23 18:03:04

ThisNameWasFree
Member
Registered: 2011-10-21
Posts: 11

Re: [SOLVED] Gnome 3. Unlock button.

wonder wrote:

it means that you didn't login correctly into gnome. check gnome wiki

Do you mean 'startx'?

Offline

#6 2011-10-23 18:04:53

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Gnome 3. Unlock button.

sure, look how to configure correctly ~/.xinitrc


Give what you have. To someone, it may be better than you dare to think.

Offline

#7 2011-10-23 18:23:45

ThisNameWasFree
Member
Registered: 2011-10-21
Posts: 11

Re: [SOLVED] Gnome 3. Unlock button.

Ty, it's working for me big_smile

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

exec ck-launch-session dbus-launch gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice

Last edited by ThisNameWasFree (2011-10-23 18:24:39)

Offline

Board footer

Powered by FluxBB