fix: Switch to 70-bazzite.just for custom just scripts, frees up 60-custom.just for downstream

fixes #679
This commit is contained in:
Kyle Gospodnetich 2024-01-13 22:48:11 -08:00
parent 0e731cdbe4
commit 9ebd1c47f8
3 changed files with 1 additions and 8 deletions

View File

@ -408,6 +408,7 @@ RUN /tmp/image-info.sh && \
sed -i 's@Exec=discover-overlay@Exec=/usr/bin/bazzite-discover-overlay@g' /usr/etc/xdg/autostart/discover_overlay.desktop && \
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/discover_overlay.desktop && \
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
echo "import \"/usr/share/ublue-os/just/70-bazzite.just\"" >> /usr/share/ublue-os/justfile" && \
pip install --prefix=/usr yafti && \
pip install --prefix=/usr hyfetch && \
sed -i 's/stage/none/g' /etc/rpm-ostreed.conf && \

View File

@ -405,10 +405,6 @@ _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 under Wayland
fix-screenshare:
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:
#!/usr/bin/bash

View File

@ -182,10 +182,6 @@ 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 under Wayland
fix-screenshare:
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:
#!/usr/bin/bash