File tree 3 files changed +1
-8
lines changed
deck/shared/usr/share/ublue-os/just
desktop/shared/usr/share/ublue-os/just
3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ RUN /tmp/image-info.sh && \
408
408
sed -i 's@Exec=discover-overlay@Exec=/usr/bin/bazzite-discover-overlay@g' /usr/etc/xdg/autostart/discover_overlay.desktop && \
409
409
sed -i 's@\[ Desktop Entry\] @\[ Desktop Entry\]\n NoDisplay=true@g' /usr/share/applications/discover_overlay.desktop && \
410
410
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
411
+ echo "import \" /usr/share/ublue-os/just/70-bazzite.just\" " >> /usr/share/ublue-os/justfile" && \
411
412
pip install --prefix=/usr yafti && \
412
413
pip install --prefix=/usr hyfetch && \
413
414
sed -i 's/stage/none/g' /etc/rpm-ostreed.conf && \
Original file line number Diff line number Diff line change @@ -405,10 +405,6 @@ _toggle_wayland:
405
405
enable-flatpak-theming :
406
406
flatpak override --user --filesystem=xdg-config/ gtk-4.0 :ro --filesystem=xdg-config/ gtk-3.0 :ro --filesystem=~ / .icons:ro --filesystem=~ / .themes:ro
407
407
408
- # Enable XwaylandVideoBridge for screensharing under Wayland
409
- fix-screenshare :
410
- cp / usr/ share/ applications/ org.kde.xwaylandvideobridge.desktop $HOME/ .config/ autostart/
411
-
412
408
# Add user to "input" group required by certain controller drivers
413
409
add-user-to-input-group :
414
410
#!/ usr/ bin/ bash
Original file line number Diff line number Diff line change @@ -182,10 +182,6 @@ unhide-grub:
182
182
enable-flatpak-theming :
183
183
flatpak override --user --filesystem=xdg-config/gtk-4.0 :ro --filesystem=xdg-config/gtk-3.0:ro --filesystem=~/.icons:ro --filesystem=~/.themes:ro
184
184
185
- # Enable XwaylandVideoBridge for screensharing under Wayland
186
- fix-screenshare :
187
- cp /usr/share/applications/org.kde.xwaylandvideobridge.desktop $HOME/.config/autostart/
188
-
189
185
# Add user to "input" group required by certain controller drivers
190
186
add-user-to-input-group :
191
187
# !/usr/bin/bash
You can’t perform that action at this time.
0 commit comments