feat(kde): Add MangoHud, DXVK, and vkBasalt configs under the "Create new" menu.

This commit is contained in:
Kyle Gospodnetich 2024-06-18 23:19:11 -07:00
parent 00b629b701
commit 12bed03824
4 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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