Add startwayland script

This commit is contained in:
Сергей Морозов 2026-01-03 18:25:11 +03:00
parent a3eb72fa1c
commit 32cb3bac67
4 changed files with 5 additions and 1 deletions

View File

@ -9,4 +9,4 @@ Description = Add instructions for startx
When = PostTransaction When = PostTransaction
Depends = xorg-xinit Depends = xorg-xinit
Depends = sh Depends = sh
Exec = /bin/sh -c 'echo -e \\nTo start GUI, type \\033\[0\;35mstartx\\033\[0\;0m.\\n >> /etc/motd' Exec = /bin/sh -c 'echo -e \\nTo start GUI, type \\033\[0\;35mstartx\\033\[0\;0m or \\033\[0\;35mstartwayland\\033\[0\;0m.\\n >> /etc/motd'

View File

@ -0,0 +1,2 @@
#!/bin/bash
dbus-run-session startplasma-wayland

View File

@ -22,4 +22,5 @@ file_permissions=(
["/usr/local/bin/choose-mirror"]="0:0:755" ["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/Installation_guide"]="0:0:755" ["/usr/local/bin/Installation_guide"]="0:0:755"
["/usr/local/bin/livecd-sound"]="0:0:755" ["/usr/local/bin/livecd-sound"]="0:0:755"
["/usr/local/bin/startwayland"]="0:0:755"
) )

View File

@ -22,4 +22,5 @@ file_permissions=(
["/usr/local/bin/choose-mirror"]="0:0:755" ["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/Installation_guide"]="0:0:755" ["/usr/local/bin/Installation_guide"]="0:0:755"
["/usr/local/bin/livecd-sound"]="0:0:755" ["/usr/local/bin/livecd-sound"]="0:0:755"
["/usr/local/bin/startwayland"]="0:0:755"
) )