You are not logged in.

#1 2020-05-07 07:08:19

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Bizarre differences when logging in via tty vs lightdm [solved]

Hello everyone

I have discovered a bizarre issue with my Arch Installation that I have tried and tried to fix but without making any progress.

There's a range of possibly related issues that I will describe below but basically the main thing is that when I log in to my system (which is Xorg/i3 based) using Lightdm, most things work as you would expect except I am not able to run gui programs from the command line. Logging in via tty causes a range of bizarre problems where I am only able to run some programs as sudo.

I log in to my system using startx /usr/bin/i3 in tty.

SYMPTOMS

The output of ps -o user $(pgrep Xorg)
- In tty: it's User <username>
- in Lightdm: It's User root

My user is part of the following groups:
network users audio wheel

My sudoers file only has these two settings:

root ALL=(ALL) ALL
%wheel ALL=(ALL) ALL

In tty login I've tried running without user config files for X but it did not make any immediate difference.

Possibly related symptoms:
When logging in via tty, I have to run some programs as sudo, for example chromium, whereas others can run without sudo, for example telegram-desktop. Both of these were installed in the same fashion using yay and I tried cleaning out and reinstalling both to see if that would make a difference but it didn't.

When logging in via lightdm, I cannot run gui programs like chromium from the terminal, getting a (firefox:12605): Gtk-WARNING **: 09:00:23.126: cannot open display: :0 error. For the record I tried variants of the xhost +-command to fix this, as seems to normally be the case but also to no avail.

Does anyone have any tips for dealing with this ? I am no longer sure where to start with this problem.

Last edited by laszlohehehe (2020-05-07 15:03:25)

Offline

#2 2020-05-07 10:55:27

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,407

Re: Bizarre differences when logging in via tty vs lightdm [solved]

I log in to my system using startx /usr/bin/i3 in tty.

That's not the method advised by the i3 wiki page . follow the link and setup  an ~/.xintirc as described .


Both of these were installed in the same fashion using yay

chromium and telegram-desktop are both in repos and should be installed through pacman, not an aur helper.

The lightdm stuff sounds weird, should probably be asked in a separate thread.

Last edited by Lone_Wolf (2020-05-07 10:55:59)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2020-05-07 12:19:16

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Lone_Wolf wrote:

I log in to my system using startx /usr/bin/i3 in tty.

That's not the method advised by the i3 wiki page . follow the link and setup  an ~/.xintirc as described .


Both of these were installed in the same fashion using yay

chromium and telegram-desktop are both in repos and should be installed through pacman, not an aur helper.

The lightdm stuff sounds weird, should probably be asked in a separate thread.

Thanks for the reply.

I should have mentioned, but I also tried with an xinitrc file.

More specifically, I created a file called ~/.xinitrc copied over the defaults and added exec /usr/bin/i3 at the bottom. Then I started x using just startx with no arguments which seemed to source it. It did not make much of a difference though if any.

Regarding the installation of the packages - it does not make difference (regarding this problem) whether it was installed using yay or pacman, I tried both.

I am open for more suggestions if anyone has any

Offline

#4 2020-05-07 12:50:42

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

One key difference between logging in via tty and logging in via lightdm is that lightdm uses a wrapper:
https://wiki.archlinux.org/index.php/Li … on_wrapper

But I cannot for the life of me figure out how that affects my situation

Offline

#5 2020-05-07 13:01:50

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,519
Website

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Do not run gui programs as root, especially web browsers.  You posted the error attempting to run chromium as your normal user after starting from lightdm, but you didn't post it for when you started via startx.  Please do so.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#6 2020-05-07 13:13:23

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Trilby wrote:

Do not run gui programs as root, especially web browsers.  You posted the error attempting to run chromium as your normal user after starting from lightdm, but you didn't post it for when you started via startx.  Please do so.

You are right - sorry about that. I get the classic GTK error:
(chromium:1199): Gtk-WARNING **: 15:06:21.774: cannot open display: :0

To fix this I tried running
xhost +
and
xhost +localhost

This did not work

My DISPLAY env var is ":0"

Offline

#7 2020-05-07 13:22:35

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,519
Website

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Please post the full output of `env` right after getting that error.

Last edited by Trilby (2020-05-07 13:22:46)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#8 2020-05-07 13:29:11

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Trilby wrote:

Please post the full output of `env` right after getting that error.

SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
LESS=-R
I3SOCK=/run/user/1000/i3/ipc-socket.5413
EDITOR=vim
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/myusername
LOGNAME=myusername
XDG_SESSION_TYPE=tty
NVIM_TUI_ENABLE_CURSOR_SHAPE=1
NOTE=/home/myusername/Dropbox/notes
XAUTHORITY=/home/myusername/.Xauthority
DESKTOP_STARTUP_ID=i3/kitty/5413-0-hehehe_TIME453183
PG_OF_PATH=/home/myusername/OF/of_v20200405_linux64gcc6_release
WINDOWPATH=1
HOME=/home/myusername
LANG=en_DK.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
_ZSH_TMUX_FIXED_CONFIG=/home/myusername/.oh-my-zsh/plugins/tmux/tmux.only.conf
INVOCATION_ID=e6c0e18364c24e6f9fdf25b75d20438b
SCQ=/home/myusername/.local/share/SuperCollider/downloaded-quarks
NVM_DIR=/home/myusername/.nvm
SCRIPTS=/home/myusername/.scripts
XDG_SESSION_CLASS=user
TERM=xterm-kitty
ZSH=/home/myusername/.oh-my-zsh
RUSTUP_HOME=/home/myusername/.rustup
USER=myusername
VISUAL=vim
DISPLAY=:0
SHLVL=3
PAGER=less
WWWDIR=/var/www
XDG_VTNR=1
PROJECTS=/home/myusername/projects
XDG_SESSION_ID=1
CONFIGDIR=/home/myusername/.config
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
OF_ROOT=/home/myusername/OF/of_v20200405_linux64gcc6_release
XDG_RUNTIME_DIR=/run/user/1000
ZSH_TMUX_TERM=screen-256color
SCEXT=/home/myusername/.local/share/SuperCollider/Extensions
SCDIR=/home/myusername/code/sc/
JOURNAL_STREAM=9:24782
GDK_BACKEND=X11
BROWSER=firefox
PATH=/home/myusername/.local/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/local/sbin:/home/myusername/bin:/home/myusername/OF/of_v20200405_linux64gcc6_release:/home/myusername/OF/of_v20200405_linux64gcc6_release:/home/myusername/.local/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/local/sbin:/home/myusername/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/myusername/.scripts:/home/myusername/.fzf/bin:/home/myusername/.scripts
NVIM_TUI_ENABLE_TRUE_COLOR=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
RUST_BACKTRACE=1
MAIL=/var/spool/mail/myusername
CODE=/home/myusername/code
OLDPWD=/home/myusername
_=/usr/bin/env
KITTY_WINDOW_ID=1
WINDOWID=18874382
COLORTERM=truecolor
TERMINFO=/usr/lib/kitty/terminfo

Last edited by laszlohehehe (2020-05-07 14:33:17)

Offline

#9 2020-05-07 14:23:32

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,519
Website

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Can you disable or temporarily remove OMZ and try reloging in to try again.  Every time "bizarre error" and "oh my zsh" have appeared in the same thread, there has been a direct cause-effect relationship.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#10 2020-05-07 14:25:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,819

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Please edit your post and wrap the output in "code" tags.

For clarification, you *can* start chromium from the GUI launcher, it's just in the console where it fails w/ "cannot open display: :0"?

Trilby wrote:

Every time "bizarre error" and "oh my zsh" have appeared in the same thread, there has been a direct cause-effect relationship.

+1 but if you cannot start chromium at all (as regular user) try to move its configuration away (esp. if you previously sudo-fix-broke it)

Last edited by seth (2020-05-07 14:28:00)

Offline

#11 2020-05-07 14:30:30

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,519
Website

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Also, following what Seth might be getting at (in the first half of his post), the output of the following may be useful:

tr '\0' '\n' < /proc/$(pgrep i3)/environ

Last edited by Trilby (2020-05-07 14:31:05)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#12 2020-05-07 14:37:40

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Thanks for the replies!

I have tried uninstalling oh-my-zsh now, logging out and logging and am running things from Bash. The situation seems unchanged.

Running

tr '\0' '\n' < /proc/$(pgrep i3)/environ

  results in

bash: /proc/$(pgrep i3)/environ: ambiguous redirect

.

Last edited by laszlohehehe (2020-05-07 14:38:56)

Offline

#13 2020-05-07 14:46:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,819

Re: Bizarre differences when logging in via tty vs lightdm [solved]

me previously wrote:

For clarification, you *can* start chromium from the GUI launcher, it's just in the console where it fails w/ "cannot open display: :0"?

for i3pid in `pgrep i3`; do tr '\0' '\n' < /proc/$i3pid/environ; done

Offline

#14 2020-05-07 14:51:50

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

seth wrote:
me previously wrote:

For clarification, you *can* start chromium from the GUI launcher, it's just in the console where it fails w/ "cannot open display: :0"?

for i3pid in `pgrep i3`; do tr '\0' '\n' < /proc/$i3pid/environ; done

here's the very long output of that:

SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
NANNOU_DIR=/home/username/code/rust/nannou/sketches
LESS=-R
I3SOCK=/run/user/1000/i3/ipc-socket.836
EDITOR=vim
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/username
LOGNAME=username
XDG_SESSION_TYPE=tty
NVIM_TUI_ENABLE_CURSOR_SHAPE=1
NOTE=/home/username/Dropbox/notes
XAUTHORITY=/home/username/.Xauthority
PG_OF_PATH=/home/username/OF/of_v20200405_linux64gcc6_release
WINDOWPATH=1
HOME=/home/username
LANG=en_DK.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
_ZSH_TMUX_FIXED_CONFIG=/home/username/.oh-my-zsh/plugins/tmux/tmux.only.conf
INVOCATION_ID=e6c0e18364c24e6f9fdf25b75d20438b
SCQ=/home/username/.local/share/SuperCollider/downloaded-quarks
NVM_DIR=/home/username/.nvm
SCRIPTS=/home/username/.scripts
XDG_SESSION_CLASS=user
TERM=linux
ZSH=/home/username/.oh-my-zsh
RUSTUP_HOME=/home/username/.rustup
USER=username
VISUAL=vim
DISPLAY=:0
SHLVL=2
PAGER=less
WWWDIR=/var/www
XDG_VTNR=1
PROJECTS=/home/username/projects
XDG_SESSION_ID=1
CONFIGDIR=/home/username/.config
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
OF_ROOT=/home/username/OF/of_v20200405_linux64gcc6_release
XDG_RUNTIME_DIR=/run/user/1000
ZSH_TMUX_TERM=screen
SCEXT=/home/username/.local/share/SuperCollider/Extensions
SCDIR=/home/username/code/sc/
JOURNAL_STREAM=9:24782
GDK_BACKEND=X11
BROWSER=firefox
PATH=/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/.local/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/local/sbin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/username/.scripts:/home/username/.fzf/bin
NVIM_TUI_ENABLE_TRUE_COLOR=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
RUST_BACKTRACE=1
MAIL=/var/spool/mail/username
CODE=/home/username/code
OLDPWD=/home/username
_=/usr/bin/i3-battery-popup
SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
NANNOU_DIR=/home/username/code/rust/nannou/sketches
LESS=-R
I3SOCK=/run/user/1000/i3/ipc-socket.5413
EDITOR=vim
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/username
LOGNAME=username
XDG_SESSION_TYPE=tty
NVIM_TUI_ENABLE_CURSOR_SHAPE=1
NOTE=/home/username/Dropbox/notes
XAUTHORITY=/home/username/.Xauthority
PG_OF_PATH=/home/username/OF/of_v20200405_linux64gcc6_release
WINDOWPATH=1
HOME=/home/username
LANG=en_DK.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
_ZSH_TMUX_FIXED_CONFIG=/home/username/.oh-my-zsh/plugins/tmux/tmux.only.conf
INVOCATION_ID=e6c0e18364c24e6f9fdf25b75d20438b
SCQ=/home/username/.local/share/SuperCollider/downloaded-quarks
NVM_DIR=/home/username/.nvm
SCRIPTS=/home/username/.scripts
XDG_SESSION_CLASS=user
TERM=linux
ZSH=/home/username/.oh-my-zsh
RUSTUP_HOME=/home/username/.rustup
USER=username
VISUAL=vim
DISPLAY=:0
SHLVL=2
PAGER=less
WWWDIR=/var/www
XDG_VTNR=1
PROJECTS=/home/username/projects
XDG_SESSION_ID=1
CONFIGDIR=/home/username/.config
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
OF_ROOT=/home/username/OF/of_v20200405_linux64gcc6_release
XDG_RUNTIME_DIR=/run/user/1000
ZSH_TMUX_TERM=screen
SCEXT=/home/username/.local/share/SuperCollider/Extensions
SCDIR=/home/username/code/sc/
JOURNAL_STREAM=9:24782
GDK_BACKEND=X11
BROWSER=firefox
PATH=/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/.local/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/local/sbin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/username/.scripts:/home/username/.fzf/bin
NVIM_TUI_ENABLE_TRUE_COLOR=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
RUST_BACKTRACE=1
MAIL=/var/spool/mail/username
CODE=/home/username/code
OLDPWD=/home/username
_=/usr/bin/i3-battery-popup
SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
NANNOU_DIR=/home/username/code/rust/nannou/sketches
LESS=-R
EDITOR=vim
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/username
LOGNAME=username
XDG_SESSION_TYPE=tty
NOTE=/home/username/Dropbox/notes
NVIM_TUI_ENABLE_CURSOR_SHAPE=1
XAUTHORITY=/home/username/.Xauthority
PG_OF_PATH=/home/username/OF/of_v20200405_linux64gcc6_release
WINDOWPATH=1
HOME=/home/username
LANG=en_DK.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
_ZSH_TMUX_FIXED_CONFIG=/home/username/.oh-my-zsh/plugins/tmux/tmux.only.conf
INVOCATION_ID=e6c0e18364c24e6f9fdf25b75d20438b
SCQ=/home/username/.local/share/SuperCollider/downloaded-quarks
NVM_DIR=/home/username/.nvm
SCRIPTS=/home/username/.scripts
XDG_SESSION_CLASS=user
TERM=linux
ZSH=/home/username/.oh-my-zsh
RUSTUP_HOME=/home/username/.rustup
USER=username
VISUAL=vim
DISPLAY=:0
SHLVL=2
PAGER=less
WWWDIR=/var/www
XDG_VTNR=1
PROJECTS=/home/username/projects
XDG_SESSION_ID=1
CONFIGDIR=/home/username/.config
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
OF_ROOT=/home/username/OF/of_v20200405_linux64gcc6_release
XDG_RUNTIME_DIR=/run/user/1000
ZSH_TMUX_TERM=screen
SCEXT=/home/username/.local/share/SuperCollider/Extensions
SCDIR=/home/username/code/sc/
JOURNAL_STREAM=9:24782
GDK_BACKEND=X11
BROWSER=firefox
PATH=/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/.local/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/local/sbin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/username/.scripts:/home/username/.fzf/bin
NVIM_TUI_ENABLE_TRUE_COLOR=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
RUST_BACKTRACE=1
MAIL=/var/spool/mail/username
CODE=/home/username/code
OLDPWD=/home/username
SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
NANNOU_DIR=/home/username/code/rust/nannou/sketches
LESS=-R
I3SOCK=/run/user/1000/i3/ipc-socket.48663
EDITOR=vim
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/username
LOGNAME=username
XDG_SESSION_TYPE=tty
NVIM_TUI_ENABLE_CURSOR_SHAPE=1
NOTE=/home/username/Dropbox/notes
XAUTHORITY=/home/username/.Xauthority
PG_OF_PATH=/home/username/OF/of_v20200405_linux64gcc6_release
WINDOWPATH=1
HOME=/home/username
LANG=en_DK.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
_ZSH_TMUX_FIXED_CONFIG=/home/username/.oh-my-zsh/plugins/tmux/tmux.only.conf
INVOCATION_ID=e6c0e18364c24e6f9fdf25b75d20438b
SCQ=/home/username/.local/share/SuperCollider/downloaded-quarks
NVM_DIR=/home/username/.nvm
SCRIPTS=/home/username/.scripts
XDG_SESSION_CLASS=user
TERM=linux
ZSH=/home/username/.oh-my-zsh
RUSTUP_HOME=/home/username/.rustup
USER=username
VISUAL=vim
DISPLAY=:0
SHLVL=2
PAGER=less
WWWDIR=/var/www
XDG_VTNR=1
PROJECTS=/home/username/projects
XDG_SESSION_ID=1
CONFIGDIR=/home/username/.config
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
OF_ROOT=/home/username/OF/of_v20200405_linux64gcc6_release
XDG_RUNTIME_DIR=/run/user/1000
ZSH_TMUX_TERM=screen
SCEXT=/home/username/.local/share/SuperCollider/Extensions
SCDIR=/home/username/code/sc/
JOURNAL_STREAM=9:24782
GDK_BACKEND=X11
BROWSER=firefox
PATH=/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/.local/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/local/sbin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/username/.scripts:/home/username/.fzf/bin
NVIM_TUI_ENABLE_TRUE_COLOR=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
RUST_BACKTRACE=1
MAIL=/var/spool/mail/username
CODE=/home/username/code
OLDPWD=/home/username
_=/usr/bin/i3bar
SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
NANNOU_DIR=/home/username/code/rust/nannou/sketches
LESS=-R
I3SOCK=/run/user/1000/i3/ipc-socket.48663
EDITOR=vim
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/username
LOGNAME=username
XDG_SESSION_TYPE=tty
NVIM_TUI_ENABLE_CURSOR_SHAPE=1
NOTE=/home/username/Dropbox/notes
XAUTHORITY=/home/username/.Xauthority
PG_OF_PATH=/home/username/OF/of_v20200405_linux64gcc6_release
WINDOWPATH=1
HOME=/home/username
LANG=en_DK.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
_ZSH_TMUX_FIXED_CONFIG=/home/username/.oh-my-zsh/plugins/tmux/tmux.only.conf
INVOCATION_ID=e6c0e18364c24e6f9fdf25b75d20438b
SCQ=/home/username/.local/share/SuperCollider/downloaded-quarks
NVM_DIR=/home/username/.nvm
SCRIPTS=/home/username/.scripts
XDG_SESSION_CLASS=user
TERM=linux
ZSH=/home/username/.oh-my-zsh
RUSTUP_HOME=/home/username/.rustup
USER=username
VISUAL=vim
DISPLAY=:0
SHLVL=2
PAGER=less
WWWDIR=/var/www
XDG_VTNR=1
PROJECTS=/home/username/projects
XDG_SESSION_ID=1
CONFIGDIR=/home/username/.config
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
OF_ROOT=/home/username/OF/of_v20200405_linux64gcc6_release
XDG_RUNTIME_DIR=/run/user/1000
ZSH_TMUX_TERM=screen
SCEXT=/home/username/.local/share/SuperCollider/Extensions
SCDIR=/home/username/code/sc/
JOURNAL_STREAM=9:24782
GDK_BACKEND=X11
BROWSER=firefox
PATH=/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/.local/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/local/sbin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/username/.scripts:/home/username/.fzf/bin
NVIM_TUI_ENABLE_TRUE_COLOR=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
RUST_BACKTRACE=1
MAIL=/var/spool/mail/username
CODE=/home/username/code
OLDPWD=/home/username
_=/usr/bin/i3-battery-popup
SHELL=/usr/bin/zsh
LSCOLORS=Gxfxcxdxbxegedabagacad
NANNOU_DIR=/home/username/code/rust/nannou/sketches
LESS=-R
I3SOCK=/run/user/1000/i3/ipc-socket.48663
EDITOR=vim
GTK_MODULES=canberra-gtk-module
XDG_SEAT=seat0
PWD=/home/username
LOGNAME=username
XDG_SESSION_TYPE=tty
NOTE=/home/username/Dropbox/notes
NVIM_TUI_ENABLE_CURSOR_SHAPE=1
_=/usr/bin/i3blocks
XAUTHORITY=/home/username/.Xauthority
PG_OF_PATH=/home/username/OF/of_v20200405_linux64gcc6_release
WINDOWPATH=1
HOME=/home/username
LANG=en_DK.UTF-8
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
_ZSH_TMUX_FIXED_CONFIG=/home/username/.oh-my-zsh/plugins/tmux/tmux.only.conf
INVOCATION_ID=e6c0e18364c24e6f9fdf25b75d20438b
SCQ=/home/username/.local/share/SuperCollider/downloaded-quarks
NVM_DIR=/home/username/.nvm
SCRIPTS=/home/username/.scripts
XDG_SESSION_CLASS=user
TERM=linux
ZSH=/home/username/.oh-my-zsh
RUSTUP_HOME=/home/username/.rustup
USER=username
VISUAL=vim
DISPLAY=:0
SHLVL=2
PAGER=less
WWWDIR=/var/www
XDG_VTNR=1
PROJECTS=/home/username/projects
XDG_SESSION_ID=1
CONFIGDIR=/home/username/.config
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
OF_ROOT=/home/username/OF/of_v20200405_linux64gcc6_release
XDG_RUNTIME_DIR=/run/user/1000
ZSH_TMUX_TERM=screen
SCEXT=/home/username/.local/share/SuperCollider/Extensions
SCDIR=/home/username/code/sc/
JOURNAL_STREAM=9:24782
GDK_BACKEND=X11
BROWSER=firefox
PATH=/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/OF/of_v20200405_linux64gcc6_release:/home/username/.local/bin:/usr/local/opt/ruby/bin:/usr/local/bin:/usr/local/sbin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/username/.scripts:/home/username/.fzf/bin
NVIM_TUI_ENABLE_TRUE_COLOR=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
RUST_BACKTRACE=1
MAIL=/var/spool/mail/username
CODE=/home/username/code
OLDPWD=/home/username

Offline

#15 2020-05-07 14:56:10

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Wait! Instead of just logging out, I now tried rebooting after removing OMZ and things seemed to be working now!

Offline

#16 2020-05-07 14:56:35

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,519
Website

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Ok, mismatched DISPLAY can be ruled out (I believe).  But that still shows oh my zsh being used.  I don't know how it works, but I gather uninstalling the package is not likely sufficient as it puts all sorts of generated configs around your home directory.

Edit: Cross posted with the above.  Another reason to avoid OMZ.  I'm not sure if I'm surprised or not.  I almost didn't mention OMZ when I first noticed it.  OMZ does all kinds of horrible, outrageous, destructive, and down-right stupid things - but even I doubted it could result in the errors you were seeing.  Part of me was thinking "Not even OMZ is that bad".  I guess it is.

Last edited by Trilby (2020-05-07 14:58:16)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#17 2020-05-07 14:57:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,819

Re: Bizarre differences when logging in via tty vs lightdm [solved]

me previously wrote:
me even previouslier wrote:

For clarification, you *can* start chromium from the GUI launcher, it's just in the console where it fails w/ "cannot open display: :0"?

But of course it was OMZ… search the forum to get an idea about the general consensus on how crappy that thing really is and don't install it again.

Offline

#18 2020-05-07 14:58:23

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Trilby wrote:

Ok, mismatched DISPLAY can be ruled out (I believe).  But that still shows oh my zsh being used.  I don't know how it works, but I gather uninstalling the package is not likely sufficient as it puts all sorts of generated configs around your home directory.

Edit: Cross posted with the above.  Another reason to avoid OMZ.

I have been using OMZ for a few years now but had no idea it could mess up things like this. Thanks so much for the pointers and the help!

Offline

#19 2020-05-07 15:03:54

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

To be clear for anyone else ending up here: Remove Oh My Zsh and reboot. That's the solution. Holy moly.

Offline

#20 2020-05-07 18:50:18

laszlohehehe
Member
Registered: 2020-05-07
Posts: 18

Re: Bizarre differences when logging in via tty vs lightdm [solved]

Okay, here's an update:

I spent a lot of time tracking down the exact issue and it was NOT Oh My Zsh but my .zshrc file sourcing my .export file (which didn't happen on bash because I hadn't setup a .bashrc to do the same). This .export file contained

export GDK_BACKEND=X11

for Wayland purposes and it was exactly this line that caused the problem. Removed it and it was solved]

Last edited by laszlohehehe (2020-05-07 18:51:32)

Offline

Board footer

Powered by FluxBB