[dev] [dwm] Several xinitrc processes running on Ubuntu

2012-11-05 Thread clamiax
Hi, I'm on Ubuntu 12.04 with the following session file: claudio@clabook:~$ cat /usr/share/xsessions/xinitrc.desktop [Desktop Entry] Name=xinitrc Exec=/home/claudio/.xinitrc That's what I get once I restart dwm several times (not sure if it can happen without restart at all): claudio@clabook:~$

Re: [dev] [dwm] Several xinitrc processes running on Ubuntu

2012-11-05 Thread Raphael Proust
On Mon, Nov 5, 2012 at 8:45 AM, clamiax wrote: > Hi, > > I'm on Ubuntu 12.04 with the following session file: > > claudio@clabook:~$ cat /usr/share/xsessions/xinitrc.desktop > [Desktop Entry] > Name=xinitrc > Exec=/home/claudio/.xinitrc > > That's what I get once I restart dwm several times How d

Re: [dev] [dwm] Several xinitrc processes running on Ubuntu

2012-11-05 Thread clamiax
2012/11/5 Raphael Proust > > How do you restart dwm? > meta-shift-q > How do you invoke it in your .xinitrc? > exec dwm > Basically, paste your .xinitrc (or a simplified version that still > exposes the behaviour you have) to get some help. (Your dwm/config.h > might be useful, depending on yo

Re: [dev] [dwm] Several xinitrc processes running on Ubuntu

2012-11-05 Thread Raphael Proust
On Mon, Nov 5, 2012 at 9:05 AM, clamiax wrote: > > 2012/11/5 Raphael Proust >> >> How do you restart dwm? > > meta-shift-q > >> >> How do you invoke it in your .xinitrc? > > exec dwm > >> >> Basically, paste your .xinitrc (or a simplified version that still >> exposes the behaviour you have) to g

Re: [dev] [dwm] Several xinitrc processes running on Ubuntu

2012-11-05 Thread clamiax
It seems the problem has been solved by changing the session file like this: [Desktop Entry] Name=Xsession Exec=/etc/X11/Xsession Then, since Xsession doesn't read the ~/.xinitrc but the ~/.xsession one, I had to link them: $ ln -s ~/.xinitrc ~/.xsession That's all. Thanks for the help! 2012/