[RELEASE] Steam Launcher - Start Steam Big Picture Mode from within Kodi
#29
Ok so I figured out how to set up the Linux version to re-open XBMC once Steam has closed, using the program Cuttlefish. In addition, I need my XBMC to run with root privilages, due to some other programs I have synched up to it. This causes problems with Steam because, smartly, they don't allow Steam to be run with root privilages. Unfortunatly there is no easy way to turn that feature off. As a result I configured Steam Launcher to launch Steam from a non-elevated user id. I'll admit it is a little janky, but it gets the job done splendidly for me. Figuring this might be helpful to someone else, I will (as best I can) list the steps needed to relaunch XBMC once Steam closes, and seperately list the steps I took to launch XBMC in root (without password prompt!) and Steam not in root.

HOW TO LAUNCH XBMC AFTER STEAM CLOSES IN LINUX

Note: This was performed in Lubuntu and assumes you have a graphical interface

1.
Code:
sudo apt-get install cuddlefish

2. Open cuddlefish

3. Click New

4. Name it something recognizable IE. Steam to XBMC

5. Turn off notification

6. Click Stimulus > Set Application Stops > Set application to Steam

7. Go to the reaction tab

8. Click plus sign at bottom

9. Choose Start Application > Choose XBMC

10. DONE! Test it out! Depending on your situation you will probably want to add Cuttlefish to the list of programs opened in startup.

How to start Steam from a root-privilaged XBMC, with Steam Launcher. Then restart root-privilaged XBMC in Cuttlefish

Note: Running XBMC in root is probably frowned upon, and certainly a potential security risk. Only do this if you are sure of what you are doing! Also make sure you change the username and paths in the instructions to your own username and file paths, obviously.

1. Edit default.py in
Code:
~/.xbmc/addons/script.SteamLauncher/default.py

2. Change the third line to:
Code:
os.system('killall -9 xbmc.bin && sudo -u username steam -bigpicture')

3. Change username to a username on the computer (IE. whatever username you normally log in to)

4. Create a new document called xbmcroot

5. Put this in the document:
Code:
#!/bin/bash
xbmc

6. Save, then right click the doc > properties > permissions > Allow executing (you may need to change the owner to root with chown)

4. Create a new document called xbmcrootcuttlefish

5. Put this in the document:
Code:
#!/bin/bash
sudo /absolute/path/to/xbmcroot

6. Save, then right click the doc > properties > permissions > Allow executing

7. Set up Cuttlefish as in above tutorial BUT use Start Program Advanced in the reaction tab.

8. For the executable, choose xbmcrootcuttlefish

9. Open a terminal and type:
Code:
sudo visudo

10. Add these lines to the end of your sudoers file:
Code:
#custom xbmc
username ALL = NOPASSWD: /absolute/path/to/xbmcroot

11. Save and exit. All done!

If everything worked you should be able to use root XBMC to open non-root Steam, then re-open root XBMC using Cuttlefish when Steam exits. All without inputing a password, desirable for a seamless transition.

Obviously, to reiterate: This is potentially dangerous, from a security angle as well as by allowing you to muck around in root for probably too long. Also these instructions are as best as I could type them. I am not too great at giving instructions but I tried to keep it simple. At worst they will at least point people in the right direction.

Also... I am hardly an adept at coding and had to figure most of this out myself... so expect it to be janky and probably inefficient. But it works perfectly for me, and hopefully this will be usefull to someone else out there!
Reply


Messages In This Thread
RE: [RELEASE] Steam Launcher - by DJ_Izumi - 2013-04-26, 06:47
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-04-26, 23:55
RE: [RELEASE] Steam Launcher - by DJ_Izumi - 2013-05-11, 19:55
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-11, 05:27
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-11, 06:39
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-11, 08:13
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-11, 10:07
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-12, 04:18
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-12, 05:06
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-12, 05:48
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-12, 06:29
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-12, 08:55
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-12, 08:58
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-12, 09:56
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-12, 10:49
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-13, 00:15
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-13, 04:02
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-13, 13:02
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-14, 08:39
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-14, 09:00
RE: [RELEASE] Steam Launcher - by inque54 - 2013-05-14, 09:35
RE: [RELEASE] Steam Launcher - by K3v1 - 2013-05-15, 21:14
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-15, 21:36
RE: [RELEASE] Steam Launcher - by K3v1 - 2013-05-16, 14:13
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-16, 23:37
RE: [RELEASE] Steam Launcher - by K3v1 - 2013-05-20, 20:04
RE: [RELEASE] Steam Launcher - by Anthraxination - 2013-05-22, 23:20
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-23, 10:58
RE: [RELEASE] Steam Launcher - by bassdal - 2013-05-29, 00:17
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-29, 01:34
RE: [RELEASE] Steam Launcher - by bassdal - 2013-05-29, 02:50
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-05-29, 04:47
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-06-10, 08:41
RE: [RELEASE] Steam Launcher - by mohanman - 2013-07-07, 01:20
RE: [RELEASE] Steam Launcher - by mohanman - 2013-07-11, 13:18
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-07-12, 01:08
RE: [RELEASE] Steam Launcher - by relaxis - 2013-07-09, 11:38
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-07-09, 12:38
RE: [RELEASE] Steam Launcher - by Stildawn - 2013-07-13, 03:15
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-07-13, 06:11
RE: [RELEASE] Steam Launcher - by Stildawn - 2013-07-14, 22:47
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-07-14, 23:45
RE: [RELEASE] Steam Launcher - by Stildawn - 2013-07-15, 00:27
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-07-17, 09:43
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-07-18, 06:33
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-07-18, 15:21
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-08-03, 09:05
RE: [RELEASE] Steam Launcher - by NorDemoniac - 2013-08-24, 15:19
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-08-25, 04:46
RE: [RELEASE] Steam Launcher - by NorDemoniac - 2013-08-26, 12:28
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-08-29, 18:30
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-08-29, 23:39
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-08-30, 00:01
RE: [RELEASE] Steam Launcher - by xeibo - 2013-09-01, 15:58
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-01, 22:45
RE: [RELEASE] Steam Launcher - by Megatron - 2013-09-02, 05:38
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-02, 08:43
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-04, 09:24
RE: [RELEASE] Steam Launcher - by xeibo - 2013-09-04, 14:48
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-04, 23:55
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-09-05, 03:19
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-05, 04:19
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-09-05, 04:59
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-05, 14:38
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-06, 15:29
RE: [RELEASE] Steam Launcher - by buymeapc - 2013-09-06, 18:49
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-07, 02:37
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-09-07, 20:39
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-09-14, 11:24
RE: [RELEASE] Steam Launcher - by edru - 2013-09-18, 04:56
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-18, 08:37
RE: [RELEASE] Steam Launcher - by bwall244 - 2013-09-26, 01:00
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-09-26, 01:09
RE: [RELEASE] Steam Launcher - by aoaaron - 2013-10-04, 02:39
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-10-04, 07:07
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-10-04, 02:43
RE: [RELEASE] Steam Launcher - by aoaaron - 2013-10-04, 18:19
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-10-05, 01:36
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-10-23, 05:43
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-10-23, 20:03
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-10-24, 05:35
RE: [RELEASE] Steam Launcher - by Booza - 2013-10-26, 00:58
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-10-26, 01:30
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-10-26, 08:30
RE: [RELEASE] Steam Launcher - by MeMeMe - 2013-10-26, 14:11
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-10-27, 10:05
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-11-02, 02:08
RE: [RELEASE] Steam Launcher - by Booza - 2013-11-03, 19:17
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-11-03, 20:44
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-11-04, 08:00
RE: [RELEASE] Steam Launcher - by culprit - 2013-11-06, 23:47
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-11-07, 02:50
RE: [RELEASE] Steam Launcher - by culprit - 2013-11-07, 09:10
RE: [RELEASE] Steam Launcher - by wagnumpi - 2013-11-09, 01:24
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-11-09, 01:34
RE: [RELEASE] Steam Launcher - by wagnumpi - 2013-11-09, 14:03
RE: [RELEASE] Steam Launcher - by DJ_Izumi - 2013-12-05, 03:36
RE: [RELEASE] Steam Launcher - by BraveBuc - 2013-12-06, 06:47
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-12-06, 12:41
RE: [RELEASE] Steam Launcher - by BraveBuc - 2013-12-06, 15:50
RE: [RELEASE] Steam Launcher - by bs0d - 2013-12-13, 05:21
RE: [RELEASE] Steam Launcher - by jeayese - 2013-12-13, 06:03
RE: [RELEASE] Steam Launcher - by Excelsis - 2013-12-13, 11:30
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-12-14, 00:45
RE: [RELEASE] Steam Launcher - by Excelsis - 2013-12-14, 12:34
RE: [RELEASE] Steam Launcher - by bakito - 2013-12-19, 20:10
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-12-20, 00:28
RE: [RELEASE] Steam Launcher - by ComeGetIt - 2013-12-20, 10:33
RE: [RELEASE] Steam Launcher - by DJ_Izumi - 2013-12-20, 19:39
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-12-21, 00:20
RE: [RELEASE] Steam Launcher - by DJ_Izumi - 2013-12-21, 00:27
RE: [RELEASE] Steam Launcher - by ComeGetIt - 2013-12-22, 11:47
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-12-22, 23:51
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-12-23, 14:49
RE: [RELEASE] Steam Launcher - by teeedubb - 2013-12-25, 04:07
Error on load - by easytc - 2014-08-17, 12:52
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Steam Launcher - Start Steam Big Picture Mode from within Kodi7