You are not logged in.
Pages: 1
I am using compiz and xfce from shadowhands repo and it seems to work/load fine but when I try to change any of the xfce settings nothing happens. IE I click on:
'XFCE Menu -> Settings -> Settings Manager' and nothing happens
Also if I try the command:
# xfce-mcs-manager
The program 'xfce-mcs-manager' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 117 error_code 10 request_code 33 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 --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Any ideas?
Offline
Are you using the archlinux.org mirrors? I lots of those errors not long ago because of some X upgrade, if your mirror is not up to date you might still be using those X packages (a new, fixed version came out some hours later that day in the archlinux.org repo)
Offline
I think jaboua is right on with this one, I believe the package in question is fixesproto.
·¬»· i am shadowhand, powered by webfaction
Offline
Well when I ran 'pacman -Syu' I got this:
# pacman -Syu
:: Synchronizing package databases...
shadowhand [########################################################] 100% 8K 11.0K/s 00:00:00
error: unresolvable dependencies:
xgl-cvs: requires fixesproto>=4.0
So I downloaded and installed the package fixesproto from Shadowhands repo manually.
# pacman -Uf fixesproto-4.0-1.pkg.tar.gz
loading package data... done.
upgrading fixesproto... done.
But I still get the above error?
Offline
You need to use fixesproto 3.0.2-2
The version you are using (4.0-1) is broken.
Offline
# pacman -Uf fixesproto-3.0.2-2.pkg.tar.gz
loading package data... done.
error: unsatisfied dependencies:
xgl-cvs: requires fixesproto>=4.0
So are you suggesting that I do a 'pacman -Ud' (ignore dependancies?
As I'm warry about breaking xgl
Offline
Ok I installed fixesproto 3.0.2-2
# pacman -Q fixesproto
fixesproto 3.0.2-2
But I am still seing the same issue as in my first post?
Offline
Well I still have this problem:
# xfce-mcs-manager
The program 'xfce-mcs-manager' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 117 error_code 10 request_code 33 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 --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
I cannot find any solution from google. So if anyone has any suggestions I love to hear it.
Offline
Pages: 1