Skip to content

Commit

Permalink
fix: Switch to 70-bazzite.just for custom just scripts, frees up 60-c…
Browse files Browse the repository at this point in the history
…ustom.just for downstream

fixes #679
  • Loading branch information
KyleGospo committed Jan 14, 2024
1 parent 0e731cd commit 9ebd1c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ebd1c4

Please sign in to comment.