JoseExposito / eggwm

Automatically exported from code.google.com/p/eggwm
3 stars 1 forks source link

newer versions of libx11 seem to not allow eggwm to run #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, I'm running Ubuntu 11.04 and it seems I can't get eggwm to run.

With sudo Xephyr :1 -ac -screen 900x700 & eggwm -display :1 
output: eggwm: cannot connect to X server :1

It appears to be something with libx11 1.4.0 and on but I'm not entirely sure...

plz fix it it's on your end!

Original issue reported on code.google.com by Samples...@gmail.com on 2 Jul 2011 at 3:26

GoogleCodeExporter commented 9 years ago
Are you using the DEB packages? The DEBs are for Natty, download and compile 
the code ;)

Original comment by jose.exposito89@gmail.com on 2 Jul 2011 at 10:44

GoogleCodeExporter commented 9 years ago
I compiled the code from source and tried to run it and I got the result above. 
Also what deb package? The only one I can find is the one on your Downloads 
page and that's for 10.10 and i386; wrong arch for me (uname -m: x86_64.)  I 
have natty-proposed enabled and I don't see any eggwm in synaptic/USC.

Original comment by Samples...@gmail.com on 4 Jul 2011 at 9:13

GoogleCodeExporter commented 9 years ago
I'm sorry, not Natty, Maverick xD I haven't got this problem, I make this:

$ Xephyr :1 -ac -screen 900x700 &
$ eggwm -display :1

And it works fine, then only is neccesary launch apps in the display :1, for 
example:
$ konsole -display :1

Greetings!

Original comment by jose.exposito89@gmail.com on 4 Jul 2011 at 11:54

GoogleCodeExporter commented 9 years ago
This is what I get when I run that.

It opens up the Xephyr window and displays nothing I waited about 5 mins before 
killing the application, I tired clicking on it to see what would happen.

gnomy@gnomy:~$ Xephyr :1 -ac -screen 900x700 & eggwm -display :1
[1] 6173
Reading configuration from home 
[+] ButtonPress event 0x 121 
    La ventana no es un marco 
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 45 requests (45 known processed) with 0 events remaining.
<unknown>: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.
[1]+  Exit 1                  Xephyr :1 -ac -screen 900x700

Original comment by Samples...@gmail.com on 4 Jul 2011 at 9:22

GoogleCodeExporter commented 9 years ago
But try to run first Xephyr, and later eggwm! I have errors too if I try to run 
the two commands at the same time.

Original comment by jose.exposito89@gmail.com on 5 Jul 2011 at 6:02

GoogleCodeExporter commented 9 years ago
Ok I just tried that...

gnomy@gnomy:~$ Xephyr :1 -ac -screen 900x700
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 45 requests (45 known processed) with 0 events remaining.

and then..

gnomy@gnomy:~$ eggwm -display :1
Reading configuration from home 
[+] ButtonPress event 0x 121 
    La ventana no es un marco 
[+] ButtonPress event 0x 121 
    La ventana no es un marco 
<unknown>: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.

I opened up another tab in Terminal after I did the Xephyr command, and ran the 
eggwm I waited about 2 mins nothing showed up.. I tired clicking on it nothing 
happened except for the output on terminal.

Original comment by Samples...@gmail.com on 5 Jul 2011 at 12:04

GoogleCodeExporter commented 9 years ago
Yes... And this is the desired output xD EggWM is a window manager, you need to 
launch applications in the display :1 to see the result

For example
$ xcompmgr -cf -d :1
to add composition

To launch a terminal
$ konsole -display :1

Or any application that you will need like Docky, gimp...

This is a screenshot runing EggWM, Docky and Xcompmgr
http://lh3.ggpht.com/_ReRtolbPWnI/TSXgeOfZm7I/AAAAAAAAABw/-NplY1hLLb4/s800/eggwm
%2Bdocky%2Bxcompmgr.png

Original comment by jose.exposito89@gmail.com on 5 Jul 2011 at 1:08

GoogleCodeExporter commented 9 years ago
Check the wiki to know what is and what not is a WM
http://code.google.com/p/eggwm/wiki/Main?wl=en

Original comment by jose.exposito89@gmail.com on 5 Jul 2011 at 1:09

GoogleCodeExporter commented 9 years ago
Ah thanks.

Original comment by Samples...@gmail.com on 6 Jul 2011 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by jose.exposito89@gmail.com on 6 Jul 2011 at 5:50