From 9afacd05414d235fb703edf36db0eb6329abd417 Mon Sep 17 00:00:00 2001 From: Thomaz dos Reis Date: Thu, 2 Nov 2017 20:45:10 -0200 Subject: [PATCH] Update to version 10 (and readme to 11) --- README.md | 26 +++++++++++++++++--------- packaging/debian/changelog | 10 ++++++++-- steam-login/DEBIAN/control | 18 +++++++++++++++--- 3 files changed, 40 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 68d3126..4cf7e34 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ Put STEAM BigPicture mode at login screen NEWS ---- +* *Version 11 - Test version with Steam manager*
+This verison add a special manager for Steam that prevents focus loss. +To get this version change to branch steam-manager + +* *Version 10 - Latest traditional version*
+Big script refact and improved openbox support (thanks Nefelim4ag ). + +* *Version 9*
+Some improventes taken from SteamOS + * *Version 8*
Improve primusrun. better performance with "optirun -b primus" than "primusrun" (thanks to xXxDeadStarxXx ). PPA for Ubuntu Saucy. @@ -21,7 +31,7 @@ Shows error message when steam fails to run, add possibility to login with the g Added STEAM badge icon for lightdm, fixed bad quality package and improved package information, script modified to monitor windows, so steam always recover focus after gameplay and there is no need anymore to click in ok to close steam on non-hacked version * *Version 4*
-Improved compatibility with more games, support for nvidia optimus (if bumblebee and/or Primus is present), restart steam if it crashes, hack to close steam when not using the "hacked version", workaround for TF2 black screen bug and for text fonts bug with some specific fonts settings. +Improved compatibility with more games, support for nvidia optimus (if bumblebee and/or Primus is present), restart steam if it crashes, hack to close steam when not using the "hacked version", workaround for TF2 black screen bug and for text fonts bug with some specific fonts settings. * *Version 3*
Improved multimonitor setup, loading gnome (unity) settings, chagend openbox to xfwm4: improving compatibility, removing unecessary new options added to login screen and fixing the need to "alt+tab" after playing a game in hacked version @@ -32,22 +42,20 @@ Now use openbox Window Manager to improve game compatibility corectly setting fo KNOWN ISSUES ------------ -Steam, sometimes, may "hide" itself, mostly when something went wrong with a game or staem itself. If this happens just press ALT+TAB to get back do Steam Big Picture. - +Steam, sometimes, may "hide" itself, mostly when something went wrong with a game or staem itself. If this happens just press ALT+TAB to get back do Steam Big Picture. (**this will likely not happens in version 10**) INSTALL ------- -To install on Ubuntu, just add the ppa so you can keep track of package updates: +You can download deb packges from here: Steam Login +**The PPA is really outdated**, and I'm not much inclined to maitain it anymore. If +anything changes I will update here. ``` -sudo add-apt-repository ppa:thor27-gmail/steam-desktop -sudo apt-get update +sudo add-apt-repository ppa:thor27-gmail/steam-desktop +sudo apt-get update sudo apt-get install steam-login ``` -If you don't (or can't) use PPA, you can directly donwload the latest version from here: -steam-login_8_all.deb - On Arch you can install this by installing steam-session-git on the AUR. HACKING ON IT diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 9be7e95..66cb05f 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,15 +1,21 @@ +steam-login (10) utopic; urgency=low + + * Big script refact and improved openbox support (thanks Nefelim4ag nefelim4ag@gmail.com). + + -- Thomaz Reis Sun, 12 Oct 2014 22:06:00 -0300 + steam-login (9.1~utopic1) utopic; urgency=low * Utopic release -- Thomaz Reis Sun, 12 Oct 2014 22:26:00 -0300 - + steam-login (9) utopic; urgency=low * Some improventes taken from SteamOS -- Thomaz Reis Sun, 12 Oct 2014 22:06:00 -0300 - + steam-login (8~raring1) raring; urgency=low * Backport to raring. diff --git a/steam-login/DEBIAN/control b/steam-login/DEBIAN/control index f7423f9..46585ef 100644 --- a/steam-login/DEBIAN/control +++ b/steam-login/DEBIAN/control @@ -1,10 +1,22 @@ Package: steam-login -Version: 6 +Version: 10 Section: Games Priority: optional Architecture: all -Depends: xfwm4,wmctrl,steam -Suggests: xserver-xorg-input-joystick +Depends: + ${misc:Depends}, + steam | steam-launcher, + wmctrl, + x11-xserver-utils, + xfwm4, + xinput, + zenity +Suggests: + bumblebee, + gnome-settings-daemon, + nvidia-settings, + primus, + xserver-xorg-input-joystick Maintainer: Thomaz Reis Installed-size: 52 Homepage: https://github.com/thor27/steam-login/