Bug 51054 - Добавить ярлык Return to SteamDeck Gaming Mode на рабочий стол
Summary: Добавить ярлык Return to SteamDeck Gaming Mode на рабочий стол
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gamescope-session-steam (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: fidel@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on: 51056
Blocks:
  Show dependency tree
 
Reported: 2024-08-05 12:37 MSK by Boris Yumankulov
Modified: 2024-08-20 10:34 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Yumankulov 2024-08-05 12:37:58 MSK
Нужно добавить Return to SteamDeck Gaming Mode для быстрого переключения между игровой сессией и рабочим столом

Так же нужно добавить в скрипт /usr/bin/steamos-session-select подобный код

/usr/libexec/os-session-select $@
# Simply call shutdown on the client
steam -shutdown
# make sure all wine processes are DEAD dead.
kill -9 $(ps -ef | grep -E -i '(wine|processid|\.exe)' | awk '{print $2}')
systemctl --user stop gamescope-session-plus@steam.service

Для реализации возвращения из игровой сессии на рабочий стол
Comment 1 Repository Robot 2024-08-20 10:34:16 MSK
gamescope-session-steam-0.0.3.git015e09-alt1.1 -> sisyphus:

 Sat Aug 17 2024 Boris Yumankulov <boria138@altlinux> 0.0.3.git015e09-alt1.1
 - NMU: added desktop and session return patch (ALT bug: 51054)