Skip to content

Commit

Permalink
feat(deck): Remove nested desktop support. This has been broken under…
Browse files Browse the repository at this point in the history
… GNOME since launch, and is now broken under KDE as of KDE6.
  • Loading branch information
KyleGospo committed Apr 19, 2024
1 parent 1fe466f commit 3032dae
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 129 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ cp -rv usr/bin/* %{buildroot}%{_bindir}
# are going to be installed into target system where the rpm is installed.
%files
%{_bindir}/steamos-add-to-steam
%{_bindir}/steamos-nested-desktop
%{_datadir}/nautilus-python/extensions/steamos-add-to-steam.py
%{_datadir}/applications/steam/steamos-nested-desktop/*

# Finally, changes from the latest release of your application are generated from
# your project's Git history. It will be empty until you make first annotated Git tag.
Expand Down
10 changes: 0 additions & 10 deletions spec_files/steamdeck-gnome-presets/usr/bin/steamos-nested-desktop

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
9 changes: 4 additions & 5 deletions spec_files/steamdeck-kde-presets/steamdeck-kde-presets.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ Source1: steamdeck-le.svg
Source2: bazzite_logo.svgz
BuildArch: noarch
Patch0: fedora.patch
Patch1: nested-desktop-resolution.patch
Patch2: kdeglobals.patch
Patch3: bazzite_logo.patch
Patch1: kdeglobals.patch
Patch2: bazzite_logo.patch

Requires: kde-filesystem

Expand Down Expand Up @@ -54,6 +53,8 @@ rm %{buildroot}%{_datadir}/plasma/look-and-feel/com.valve.vapor.desktop/contents
rm %{buildroot}%{_datadir}/plasma/look-and-feel/com.valve.vgui.desktop/contents/splash/images/deck_logo.svgz
rm %{buildroot}%{_sysconfdir}/xdg/autostart/jupiter-plasma-bootstrap.desktop
rm %{buildroot}%{_bindir}/jupiter-plasma-bootstrap
rm %{buildroot}%{_bindir}/steamos-nested-desktop
rm -rf %{buildroot}%{_datadir}/applications/steam/steamos-nested-desktop
cp %{SOURCE2} %{buildroot}%{_datadir}/plasma/look-and-feel/com.valve.vapor.desktop/contents/splash/images/bazzite_logo.svgz
cp %{SOURCE2} %{buildroot}%{_datadir}/plasma/look-and-feel/com.valve.vgui.desktop/contents/splash/images/bazzite_logo.svgz

Expand Down Expand Up @@ -86,9 +87,7 @@ cp %{SOURCE2} %{buildroot}%{_datadir}/plasma/look-and-feel/com.valve.vgui.deskto
%{_sysconfdir}/xdg/plasma-workspace/env/ibus.sh
%{_sysconfdir}/xdg/powermanagementprofilesrc
%{_bindir}/steamos-add-to-steam
%{_bindir}/steamos-nested-desktop
%{_prefix}/lib/udev/rules.d/99-kwin-ignore-tablet-mode.rules
%{_datadir}/applications/steam/steamos-nested-desktop
%{_datadir}/X11/xorg.conf.d/99-pointer.conf
%{_datadir}/icons/*
%{_datadir}/konsole/*
Expand Down

0 comments on commit 3032dae

Please sign in to comment.