Skip to content

Commit

Permalink
Update steamos-compositor and steamos-modeswitch-inhibitor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
johnv authored and Plagman committed Sep 9, 2019
1 parent 6bac64f commit c970517
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
steamos-compositor (1.2) alchemist; urgency=low

* fix multiarch paths

-- John Vert <[email protected]> Tue, 22 Oct 2013 10:54:50 -0700

steamos-compositor (1.1) alchemist; urgency=low

* Add steamos-session

-- John Vert <[email protected]> Tue, 22 Oct 2013 09:42:37 -0700

steamos-compositor (1.0) alchemist; urgency=low

* Initial release.
Expand Down
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (quilt)
3.0 (native)
1 change: 1 addition & 0 deletions debian/steamos-compositor.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr
17 changes: 17 additions & 0 deletions usr/bin/steamos-session
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh
export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0

export HOMETEST_DESKTOP=1
export HOMETEST_USER=steambox
export HOMETEST_DESKTOP_USER=steambox-desktop
export HOMETEST_DESKTOP_SESSION=gnome

# do that for both archs with the right paths
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu;/usr/lib/i386-linux-gnu
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libmodeswitch_inhibitor.so;/usr/lib/i386-linux-gnu/libmodeswitch_inhibitor.so

steamcompmgr &

# loadargbcursor /home/steambox/arrow.png

steam -tenfoot -steamos -windowed
7 changes: 7 additions & 0 deletions usr/share/xsessions/steamos.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=SteamOS
Comment=Starts a SteamOS session
Exec=steamos-session
Icon=steamicon.png
Type=Application

0 comments on commit c970517

Please sign in to comment.