mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
feat(kde): Add MangoHud, DXVK, and vkBasalt configs under the "Create new" menu.
This commit is contained in:
parent
00b629b701
commit
12bed03824
@ -535,7 +535,6 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
gnome-extensions-app \
|
||||
gnome-terminal-nautilus \
|
||||
gnome-initial-setup && \
|
||||
curl -Lo /usr/etc/dxvk-example.conf https://raw.githubusercontent.com/doitsujin/dxvk/master/dxvk.conf && \
|
||||
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/org.gnome.Terminal.desktop && \
|
||||
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/org.gnome.SystemMonitor.desktop && \
|
||||
systemctl enable dconf-update.service \
|
||||
@ -657,6 +656,7 @@ RUN /usr/libexec/containerbuild/build-initramfs && \
|
||||
sed -i '/^PRETTY_NAME/s/Silverblue/Bazzite GNOME/' /usr/lib/os-release \
|
||||
; fi && \
|
||||
systemctl disable waydroid-container.service && \
|
||||
curl -Lo /usr/etc/dxvk-example.conf https://raw.githubusercontent.com/doitsujin/dxvk/master/dxvk.conf && \
|
||||
curl -Lo /usr/bin/waydroid-choose-gpu https://raw.githubusercontent.com/KyleGospo/waydroid-scripts/main/waydroid-choose-gpu.sh && \
|
||||
chmod +x /usr/bin/waydroid-choose-gpu && \
|
||||
ostree container commit
|
||||
|
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Comment=Create a new MangoHud config from template
|
||||
Icon=text-x-makefile
|
||||
Name=MangoHud Config...
|
||||
Type=Link
|
||||
URL[$e]=file:/usr/share/doc/mangohud/MangoHud.conf.example
|
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Comment=Create a new DXVK config from template
|
||||
Icon=text-x-makefile
|
||||
Name=DXVK Config...
|
||||
Type=Link
|
||||
URL[$e]=file:/etc/dxvk-example.conf
|
@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Comment=Create a new vkBasalt config from template
|
||||
Icon=text-x-makefile
|
||||
Name=vkBasalt Config...
|
||||
Type=Link
|
||||
URL[$e]=file:/etc/vkBasalt.conf
|
Loading…
x
Reference in New Issue
Block a user