Skip to content

Commit 1700ea7

Browse files
committed
feat(just): add warning message for looking-glass shm creation.
until we move over to the KVMFR kernel module
1 parent 247cb67 commit 1700ea7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

system_files/desktop/shared/usr/share/ublue-os/just/84-bazzite-virt.just

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)