mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 18:35:30 +00:00
chore: Remove KDE check for xwaylandvideobridge now that we ship a tray icon area
This commit is contained in:
parent
de76430f55
commit
e4ff5b8991
@ -431,17 +431,9 @@ _toggle_wayland:
|
||||
enable-flatpak-theming:
|
||||
flatpak override --user --filesystem=xdg-config/gtk-4.0:ro --filesystem=xdg-config/gtk-3.0:ro --filesystem=~/.icons:ro --filesystem=~/.themes:ro
|
||||
|
||||
# Enable XwaylandVideoBridge for screensharing on KDE
|
||||
# Enable XwaylandVideoBridge for screensharing under Wayland
|
||||
fix-screenshare:
|
||||
#!/usr/bin/env bash
|
||||
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
|
||||
BASE_IMAGE_NAME=$(jq -r '."base-image-name"' < $IMAGE_INFO)
|
||||
if [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then
|
||||
mkdir -p $HOME/.config/autostart
|
||||
cp /usr/share/applications/org.kde.xwaylandvideobridge.desktop $HOME/.config/autostart/
|
||||
else
|
||||
echo "This is only supported under KDE."
|
||||
fi
|
||||
cp /usr/share/applications/org.kde.xwaylandvideobridge.desktop $HOME/.config/autostart/
|
||||
|
||||
# Add user to "input" group required by certain controller drivers
|
||||
add-user-to-input-group:
|
||||
|
@ -247,17 +247,9 @@ unhide-grub:
|
||||
enable-flatpak-theming:
|
||||
flatpak override --user --filesystem=xdg-config/gtk-4.0:ro --filesystem=xdg-config/gtk-3.0:ro --filesystem=~/.icons:ro --filesystem=~/.themes:ro
|
||||
|
||||
# Enable XwaylandVideoBridge for screensharing on KDE
|
||||
# Enable XwaylandVideoBridge for screensharing under Wayland
|
||||
fix-screenshare:
|
||||
#!/usr/bin/env bash
|
||||
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
|
||||
BASE_IMAGE_NAME=$(jq -r '."base-image-name"' < $IMAGE_INFO)
|
||||
if [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then
|
||||
mkdir -p $HOME/.config/autostart
|
||||
cp /usr/share/applications/org.kde.xwaylandvideobridge.desktop $HOME/.config/autostart/
|
||||
else
|
||||
echo "This is only supported under KDE."
|
||||
fi
|
||||
cp /usr/share/applications/org.kde.xwaylandvideobridge.desktop $HOME/.config/autostart/
|
||||
|
||||
# Add user to "input" group required by certain controller drivers
|
||||
add-user-to-input-group:
|
||||
|
Loading…
x
Reference in New Issue
Block a user