mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 12:32:37 +00:00
chore: Restore Konsole desktop file change, dependencies need additional changes
This commit is contained in:
parent
1eceab9f45
commit
9c02d6a100
@ -30,7 +30,6 @@
|
||||
* Prepare mdBook workflow for documentation ([#1441](https://github.com/ublue-os/bazzite/issues/1441)) ([181497b](https://github.com/ublue-os/bazzite/commit/181497bc1741418ad580f5f464f5e6916d22d4f4))
|
||||
* **rechunk:** enable previous layer checks to improve successive downloads and version bump ([#1443](https://github.com/ublue-os/bazzite/issues/1443)) ([11b1eba](https://github.com/ublue-os/bazzite/commit/11b1ebaa8336196f12dd6f2bd503def49ff41e7d))
|
||||
* **rechunk:** Introduce image rechunking to lower update sizes ([#1439](https://github.com/ublue-os/bazzite/issues/1439)) ([54fad61](https://github.com/ublue-os/bazzite/commit/54fad6162643d3f9d5e4cf04e9118534c82e59c2))
|
||||
* Remove Konsole & GNOME Terminal to save space in-image, Ptyxis remains ([#1550](https://github.com/ublue-os/bazzite/issues/1550)) ([ee89f5f](https://github.com/ublue-os/bazzite/commit/ee89f5f76b665d90dc63dd8d7e5445ff35db7c29))
|
||||
* standardize versioning across OSTree and os-release ([#1442](https://github.com/ublue-os/bazzite/issues/1442)) ([677891a](https://github.com/ublue-os/bazzite/commit/677891a8bb2c1b0b0d2d3ad1212530cb449547f7))
|
||||
* Switch to scx-scheds package for additional sched_ext schedulers ([ccd7b52](https://github.com/ublue-os/bazzite/commit/ccd7b52221e1a0971aeb9ace17fdc262108d8865))
|
||||
* **ujust:** add post-gamescope-logs ujust ([#1533](https://github.com/ublue-os/bazzite/issues/1533)) ([0bba7d3](https://github.com/ublue-os/bazzite/commit/0bba7d316b8bd7525bf755dbe3c20ad0e98cfcba))
|
||||
|
@ -504,8 +504,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
qt \
|
||||
krdp && \
|
||||
rpm-ostree override remove \
|
||||
plasma-welcome \
|
||||
konsole && \
|
||||
plasma-welcome && \
|
||||
rpm-ostree override replace \
|
||||
--experimental \
|
||||
--from repo=copr:copr.fedorainfracloud.org:ublue-os:staging \
|
||||
@ -537,6 +536,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
||||
sed -i 's@Exec=ptyxis@Exec=kde-ptyxis@g' /usr/share/applications/org.gnome.Ptyxis.desktop && \
|
||||
sed -i 's@Keywords=@Keywords=konsole;console;@g' /usr/share/applications/org.gnome.Ptyxis.desktop && \
|
||||
cp /usr/share/applications/org.gnome.Ptyxis.desktop /usr/share/kglobalaccel/org.gnome.Ptyxis.desktop && \
|
||||
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/org.kde.konsole.desktop && \
|
||||
rm -f /usr/share/kglobalaccel/org.kde.konsole.desktop && \
|
||||
setcap 'cap_net_raw+ep' /usr/libexec/ksysguard/ksgrd_network_helper \
|
||||
; else \
|
||||
rpm-ostree override replace \
|
||||
|
Loading…
x
Reference in New Issue
Block a user