mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 06:39:59 +00:00
fix: Switch to 70-bazzite.just for custom just scripts, frees up 60-custom.just for downstream
fixes #679
This commit is contained in:
parent
0e731cdbe4
commit
9ebd1c47f8
@ -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 && \
|
||||
|
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user