mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 00:32:52 +00:00
chore: Remove input-remapper (No longer maintained), krdp (Crashing, optional - may return)
This commit is contained in:
parent
02620b2e9f
commit
31455b1041
@ -290,7 +290,6 @@ RUN rpm-ostree install \
|
||||
xwininfo \
|
||||
xrandr \
|
||||
compsize \
|
||||
input-remapper \
|
||||
ryzenadj \
|
||||
powertop \
|
||||
i2c-tools \
|
||||
@ -435,8 +434,7 @@ RUN rpm-ostree install \
|
||||
# Configure KDE & GNOME
|
||||
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
|
||||
rpm-ostree install \
|
||||
qt \
|
||||
krdp && \
|
||||
qt && \
|
||||
rpm-ostree override remove \
|
||||
plasma-welcome && \
|
||||
rpm-ostree override replace \
|
||||
@ -601,7 +599,6 @@ RUN rm -f /etc/profile.d/toolbox.sh && \
|
||||
systemctl enable brew-update.timer && \
|
||||
systemctl enable btrfs-dedup@var-home.timer && \
|
||||
systemctl enable displaylink.service && \
|
||||
systemctl enable input-remapper.service && \
|
||||
systemctl unmask bazzite-flatpak-manager.service && \
|
||||
systemctl enable bazzite-flatpak-manager.service && \
|
||||
systemctl disable rpm-ostreed-automatic.timer && \
|
||||
@ -735,7 +732,6 @@ RUN /usr/libexec/containerbuild/image-info && \
|
||||
sed -i 's/Exec=.*/Exec=systemctl start return-to-gamemode.service/' /etc/skel/Desktop/Return.desktop && \
|
||||
rm -f /usr/share/applications/com.github.maliit.keyboard.desktop \
|
||||
; fi && \
|
||||
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/input-remapper-gtk.desktop && \
|
||||
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/usr/etc/yafti.yml" && \
|
||||
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \
|
||||
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.repo && \
|
||||
@ -762,7 +758,6 @@ RUN /usr/libexec/containerbuild/image-info && \
|
||||
systemctl enable bazzite-tdpfix.service && \
|
||||
systemctl --global enable steam-web-debug-portforward.service && \
|
||||
systemctl --global disable sdgyrodsu.service && \
|
||||
systemctl disable input-remapper.service && \
|
||||
systemctl disable ublue-update.timer && \
|
||||
systemctl disable jupiter-fan-control.service && \
|
||||
systemctl disable vpower.service && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user