Questions tagged [xinit]
23 questions
2
votes
1 answer
I changed my .xinitrc file and can't log into Ubuntu, how to fix it?
I use vim to build an empty file ~/.xinitrc as a tutorial tells me. And then I change its content to exec wmii. wmii is the window manager I intended to use. I've already installed it on my Ubuntu.
After I reboot my computer, I can't log in with my…

Zen
- 683
- 1
- 7
- 17
0
votes
0 answers
Using .xinitrc, some apps take a long time to open
I'm using ~/.xinitrc (and startx) to start my window manager. It works just fine but some apps are taking a long time to open (i.e. thunar, nemo, etc). Can someone offer some advice on how to track the problem down?
~/.xinitrc:
#!/bin/sh
if [ -d…

vaskark
- 243