File tree Expand file tree Collapse file tree
lxde/airootfs.any/etc/profile.d
plasma/airootfs.any/etc/profile.d
xfce/airootfs.any/etc/profile.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- if [[ -z " ${DISPLAY} " && " ${XDG_VTNR} " -eq 1 ]]; then
1+ if [[ $( systemctl is-active graphical.target ) = " active " ]] && [[ -z " ${DISPLAY} " && " ${XDG_VTNR} " -eq 1 ]]; then
22 exec startx
33fi
Original file line number Diff line number Diff line change 1- if [[ -z " ${DISPLAY} " && " ${XDG_VTNR} " -eq 1 ]]; then
1+ if [[ $( systemctl is-active graphical.target ) = " active " ]] && [[ -z " ${DISPLAY} " && " ${XDG_VTNR} " -eq 1 ]]; then
22 exec startx
33fi
Original file line number Diff line number Diff line change 1- if [[ -z " ${DISPLAY} " && " ${XDG_VTNR} " -eq 1 ]]; then
1+ if [[ $( systemctl is-active graphical.target ) = " active " ]] && [[ -z " ${DISPLAY} " && " ${XDG_VTNR} " -eq 1 ]]; then
22 exec startx
33fi
You can’t perform that action at this time.
0 commit comments