File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
system_files/desktop/shared/usr/share/ublue-os/just Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,16 @@ setup-virtualization ACTION="":
136136 echo "IOMMU is not supported on Steam Deck"
137137 exit 0
138138 fi
139+ echo "Bazzite currently uses a deprecated implementation of the Looking Glass shm."
140+ echo "This implementation will not be supported in the future and we are in the process"
141+ echo "of moving over to the KVMFR kernel module."
142+ echo "Until this is done please open any Looking Glass issues you have in Bazzite"
143+ echo "in the $(Urllink "https ://discord.bazzite.gg/" "Bazzite Discord") or the $(Urllink "https://github.com/ublue-os/bazzite/issues" "Bazzite Github issue tracker" ) "
144+ echo "~ @HikariKnight"
145+ CONFIRM =$(Choose Ok Cancel )
146+ if [ "$CONFIRM" == "Cancel" ]; then
147+ exit 0
148+ fi
139149 echo "Creating tmpfile definition for shm file in /etc/tmpfiles.d/"
140150 sudo bash -c "tee << LOOKING_GLASS_TMP > /etc/tmpfiles.d/10-looking-glass.conf
141151 # Type Path Mode UID GID Age Argument
You can’t perform that action at this time.
0 commit comments