X só como root e i3-wm prejudicado

1. X só como root e i3-wm prejudicado

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 12/01/2016 - 22:59h

Boa noite, pessoal!

O meu x só inicia o i3 como root, porém, na wiki do Arch mostra que o correto seria o x iniciar como usuário comum. Eu já tentei apagar a pasta que é acessada como root e deixar só a de usuário comum, porém, mesmo colocando exec i3 e comentando a linha exec xterm -geometry 80x66+0+0 -name login o i3 não carrega, e sim o x de teste.

Quando em root o meu .xinitrc é o seguinte:
# nano ~/.xinitrc
exec i3


Quando em usuário comum ele é o seguinte:
$ nano ~/.xinitrc
#!/bin/sh


userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login


Aproveitando o tópico, não sei se pode ser por isso o problema, mas é o seguinte, eu não consigo criar atalhos no i3, eu alterei normalmente o terminal que queria usar, tirei o padrão e coloquei o Terminator, porém, alterar algumas coisas do i3 como a posição do status, criar atalho para o firefox entre outras coisas eu não consigo.. não sei se pode ter a ver com o problema acima relatado.



  


2. Re: X só como root e i3-wm prejudicado

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 12/01/2016 - 23:07h

Você salvou o xinitrc na pasta do usuário?


3. Re: X só como root e i3-wm prejudicado

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 12/01/2016 - 23:10h

Arthur_Hoch escreveu:

Você salvou o xinitrc na pasta do usuário?


Agora eu não lembro, como posso ver?



4. Re: X só como root e i3-wm prejudicado

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 12/01/2016 - 23:19h

FerAeroespacial escreveu:

Arthur_Hoch escreveu:

Você salvou o xinitrc na pasta do usuário?


Agora eu não lembro, como posso ver?


Executando:

 $ ls -al 


Na pasta /home/<seuusuario>


5. Re: X só como root e i3-wm prejudicado

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 12/01/2016 - 23:22h

Sim, tá salvo aqui, veja:
total 56
drwx------ 8 fernando_uvinha users 4096 Jan 12 22:45 .
drwxr-xr-x 6 root root 4096 Jan 12 17:47 ..
-rw------- 1 fernando_uvinha users 0 Jan 12 22:45 .Xauthority
-rw------- 1 fernando_uvinha users 3869 Jan 12 22:44 .bash_history
-rw-r--r-- 1 fernando_uvinha users 21 Nov 23 20:20 .bash_logout
-rw-r--r-- 1 fernando_uvinha users 57 Nov 23 20:20 .bash_profile
-rw-r--r-- 1 fernando_uvinha users 141 Nov 23 20:20 .bashrc
drwx------ 3 fernando_uvinha users 4096 Jan 12 17:52 .cache
drwxr-xr-x 4 fernando_uvinha users 4096 Jan 12 17:37 .config
-rw-r--r-- 1 fernando_uvinha users 0 Jan 11 18:06 .dmenu_cache
-rw------- 1 fernando_uvinha users 16 Jan 12 17:37 .esd_auth
drwxr-xr-x 2 fernando_uvinha users 4096 Jan 12 14:47 .i3
drwxr-xr-x 3 fernando_uvinha users 4096 Jan 11 12:41 .local
drwx------ 4 fernando_uvinha users 4096 Jan 12 17:52 .mozilla
-rw-r--r-- 1 fernando_uvinha users 757 Jan 12 22:43 .xinitrc
drwxr-xr-x 2 fernando_uvinha users 4096 Jan 12 17:52 Desktop



6. Re: X só como root e i3-wm prejudicado

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 12/01/2016 - 23:24h

FerAeroespacial escreveu:

Sim, tá salvo aqui, veja:
total 56
drwx------ 8 fernando_uvinha users 4096 Jan 12 22:45 .
drwxr-xr-x 6 root root 4096 Jan 12 17:47 ..
-rw------- 1 fernando_uvinha users 0 Jan 12 22:45 .Xauthority
-rw------- 1 fernando_uvinha users 3869 Jan 12 22:44 .bash_history
-rw-r--r-- 1 fernando_uvinha users 21 Nov 23 20:20 .bash_logout
-rw-r--r-- 1 fernando_uvinha users 57 Nov 23 20:20 .bash_profile
-rw-r--r-- 1 fernando_uvinha users 141 Nov 23 20:20 .bashrc
drwx------ 3 fernando_uvinha users 4096 Jan 12 17:52 .cache
drwxr-xr-x 4 fernando_uvinha users 4096 Jan 12 17:37 .config
-rw-r--r-- 1 fernando_uvinha users 0 Jan 11 18:06 .dmenu_cache
-rw------- 1 fernando_uvinha users 16 Jan 12 17:37 .esd_auth
drwxr-xr-x 2 fernando_uvinha users 4096 Jan 12 14:47 .i3
drwxr-xr-x 3 fernando_uvinha users 4096 Jan 11 12:41 .local
drwx------ 4 fernando_uvinha users 4096 Jan 12 17:52 .mozilla
-rw-r--r-- 1 fernando_uvinha users 757 Jan 12 22:43 .xinitrc
drwxr-xr-x 2 fernando_uvinha users 4096 Jan 12 17:52 Desktop


O que será que tem dentro dele?


7. Re: X só como root e i3-wm prejudicado

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 12/01/2016 - 23:27h

#!/bin/sh


userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then








xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login



8. Re: X só como root e i3-wm prejudicado

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 12/01/2016 - 23:33h

FerAeroespacial escreveu:

#!/bin/sh


userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then








xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login


O que acontece quando você edita o teu /home/<seuusuario>/.xinitrc deixando assim:
exec /usr/bin/i3


E depois roda startx com o teu usuário?



9. Re: X só como root e i3-wm prejudicado

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 12/01/2016 - 23:39h

Arthur_Hoch escreveu:

FerAeroespacial escreveu:

#!/bin/sh


userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then








xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login


O que acontece quando você edita o teu /home/<seuusuario>/.xinitrc deixando assim:
exec /usr/bin/i3


E depois roda startx com o teu usuário?

Mas aí eu comento a linha
exec xterm -geometry 80x66+0+0 -name login
no fim do arquivo?




10. Re: X só como root e i3-wm prejudicado

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 12/01/2016 - 23:42h

FerAeroespacial escreveu:
Mas aí eu comento a linha
exec xterm -geometry 80x66+0+0 -name login
no fim do arquivo?


Só e somente:

exec /usr/bin/i3 





11. Re: X só como root e i3-wm prejudicado

fernando uvinha
FerAeroespacial

(usa Debian)

Enviado em 12/01/2016 - 23:48h

não deu certo não... Aí tentei comentando a última linha e também não deu...


12. Re: X só como root e i3-wm prejudicado

Arthur J. Hoch
Arthur_Hoch

(usa FreeBSD)

Enviado em 12/01/2016 - 23:50h

FerAeroespacial escreveu:

não deu certo não... Aí tentei comentando a última linha e também não deu...


Qual é o erro?






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts