File tree Expand file tree Collapse file tree
airootfs.x86_64/etc/skel/Desktop
airootfs.x86_64/etc/skel/Desktop
airootfs.x86_64/etc/skel/Desktop 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 44
55[[ -f ~ /.bashrc ]] && . ~ /.bashrc
66[[ -f ~ /.setup.sh ]] && bash ~ /.setup.sh
7- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
7+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
88 exec startx
99fi
Original file line number Diff line number Diff line change 33#
44
55[[ -f ~ /.setup.sh ]] && bash ~ /.setup.sh
6- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
6+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
77 exec startx
88fi
Original file line number Diff line number Diff line change 1+ [Desktop Entry]
2+ Version =1.0
3+ Type =Application
4+ Name =Welcome to Alter Linux
5+ Exec =/usr/bin/chromium https://fascode.net/projects/linux/alter/welcome.php
6+ Terminal =false
7+ Comment =This page is useful for using AlterLinux.
8+ Icon =/usr/share/icons/hicolor/scalable/alter.svg
9+ URL =https://fascode.net/projects/linux/alter/welcome.php
10+
11+ Name[ja]=AlterLinuxへようこそ
12+ GenericName[ja]=AlterLinuxへようこそ
13+ Comment[ja]=AlterLinuxの利用に役立つページです。
Original file line number Diff line number Diff line change 22Version =1.0
33Type =Application
44Name =Welcome to Alter Linux
5- Exec =/usr/bin/chromium https://fascode.net/projects/linux/alter/welcome.php
5+ Exec =/usr/bin/chromium https://fascode.net/en/ projects/linux/alter/welcome.php
66Terminal =false
77Comment =This page is useful for using AlterLinux.
88Icon =/usr/share/icons/hicolor/scalable/alter.svg
9- URL =https://fascode.net/projects/linux/alter/welcome.php
9+ URL =https://fascode.net/en/ projects/linux/alter/welcome.php
1010
1111Name[ja]=AlterLinuxへようこそ
1212GenericName[ja]=AlterLinuxへようこそ
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 44
55[[ -f ~ /.bashrc ]] && . ~ /.bashrc
66[[ -f ~ /.setup.sh ]] && ~ /.setup.sh
7- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
7+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
88 exec startx
99fi
Original file line number Diff line number Diff line change 33#
44
55[[ -f ~ /.setup.sh ]] && ~ /.setup.sh
6- if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
6+ if [[ $( systemctl is-active graphical.target) = " active " ]] && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
77 exec startx
88fi
Original file line number Diff line number Diff line change 1+ [Desktop Entry]
2+ Version =1.0
3+ Type =Application
4+ Name =Welcome to Alter Linux
5+ Exec =/usr/bin/chromium https://fascode.net/projects/linux/alter/welcome.php
6+ Terminal =false
7+ Comment =This page is useful for using AlterLinux.
8+ Icon =/usr/share/icons/hicolor/scalable/alter.svg
9+ URL =https://fascode.net/projects/linux/alter/welcome.php
10+
11+ Name[ja]=AlterLinuxへようこそ
12+ GenericName[ja]=AlterLinuxへようこそ
13+ Comment[ja]=AlterLinuxの利用に役立つページです。
Original file line number Diff line number Diff line change 22Version =1.0
33Type =Application
44Name =Welcome to Alter Linux
5- Exec =/usr/bin/chromium https://fascode.net/projects/linux/alter/welcome.php
5+ Exec =/usr/bin/chromium https://fascode.net/en/ projects/linux/alter/welcome.php
66Terminal =false
77Comment =This page is useful for using AlterLinux.
88Icon =/usr/share/icons/hicolor/scalable/alter.svg
9- URL =https://fascode.net/projects/linux/alter/welcome.php
9+ URL =https://fascode.net/en/ projects/linux/alter/welcome.php
1010
1111Name[ja]=AlterLinuxへようこそ
1212GenericName[ja]=AlterLinuxへようこそ
You can’t perform that action at this time.
0 commit comments