Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome3/systemd Vs. Xorg [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Thu Jun 29, 2017 9:19 am    Post subject: Gnome3/systemd Vs. Xorg [solved] Reply with quote

Hi, I've a strange problem, as user, with desktops.
I can't move windows between different workspaces.
If I try to move, system freeze for 10 secs. and I see an error in the journal.

Code:
gnome-shell[4034]: The program 'gnome-shell' received an X Window System error.
                                                  This probably reflects a bug in the program.
                                                  The error was 'BadCursor (invalid Cursor parameter)'.
                                                    (Details: serial 107902 error_code 6 request_code 95 (core protocol) minor_code 0)
                                                    (Note to programmers: normally, X errors are reported asynchronously;
                                                     that is, you will receive the error a while after causing it.
                                                     To debug your program, run it with the GDK_SYNCHRONIZE environment
                                                     variable to change this behavior. You can then get a meaningful
                                                     backtrace from your debugger if you break on the gdk_x_error() function.)
giu 29 10:41:20 webandhardware kernel: traps: gnome-shell[4034] trap int3 ip:7fc6efc61121 sp:7ffd94826cd0 error:0


I'm trying to find something in google or in the forum, but nothing is the same problem.


Last edited by 198728 on Thu Jun 29, 2017 11:09 am; edited 1 time in total
Back to top
View user's profile Send private message
potuz
Guru
Guru


Joined: 30 Jan 2010
Posts: 378

PostPosted: Thu Jun 29, 2017 10:29 am    Post subject: Reply with quote

Does this happen with any window? and does this happen on a just booted system or are you running other software?
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Thu Jun 29, 2017 10:35 am    Post subject: Reply with quote

This happen with any windows, always.
This problem affect only my user, as root all works fine, and it's very strange.
Back to top
View user's profile Send private message
potuz
Guru
Guru


Joined: 30 Jan 2010
Posts: 378

PostPosted: Thu Jun 29, 2017 10:36 am    Post subject: Reply with quote

potuz wrote:
and does this happen on a just booted system or are you running other software?
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Thu Jun 29, 2017 10:38 am    Post subject: Reply with quote

I'm not running other software.
The problem strart with boot and end with shutdown
Back to top
View user's profile Send private message
potuz
Guru
Guru


Joined: 30 Jan 2010
Posts: 378

PostPosted: Thu Jun 29, 2017 10:42 am    Post subject: Reply with quote

mrl4n wrote:
I'm not running other software.
The problem strart with boot and end with shutdown

could you check if your env has an unset XCURSOR_PATH variable and root's environment has it set?

Or even you can try to load your X session with something like
Code:
export XCURSOR_PATH=~/.icons:usr/share/cursors:/usr/share/icons
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Thu Jun 29, 2017 10:58 am    Post subject: Reply with quote

I'm sorry, but I never have set Xcursor_path for user or root.
Where I can check? :oops: :oops:

I'm trying to load X session with command, but the problem don't disappear.
Back to top
View user's profile Send private message
potuz
Guru
Guru


Joined: 30 Jan 2010
Posts: 378

PostPosted: Thu Jun 29, 2017 11:03 am    Post subject: Reply with quote

mrl4n wrote:
I'm sorry, but I never have set Xcursor_path for user or root.
Where I can check? :oops: :oops:

I'm trying to load X session with command, but the problem don't disappear.

Log in as root and in the terminal run
Code:
env | grep XCURSOR


As for your user, add the line
Code:
export XCURSOR_PATH=~/.icons:usr/share/cursors:/usr/share/icons

to your ~/.profile file
Back to top
View user's profile Send private message
198728
l33t
l33t


Joined: 08 Apr 2009
Posts: 693

PostPosted: Thu Jun 29, 2017 11:10 am    Post subject: Reply with quote

Works, thanks.
Back to top
View user's profile Send private message
potuz
Guru
Guru


Joined: 30 Jan 2010
Posts: 378

PostPosted: Thu Jun 29, 2017 12:38 pm    Post subject: Reply with quote

Glad I could help
Back to top
View user's profile Send private message
steveL
Watchman
Watchman


Joined: 13 Sep 2006
Posts: 5153
Location: The Peanut Gallery

PostPosted: Sat Jul 01, 2017 12:48 pm    Post subject: Reply with quote

Code:
export XCURSOR_PATH=~/.icons:usr/share/cursors:/usr/share/icons
Looks like a missing '/' at start of /usr/share/cursors.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum