![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Wine This is the place for questions about using Windows programs under Linux using Wine, including productivity software, games, and anything else. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2006
Beans: 153
|
*Note: This how-to requires wine, steam, and firefox.
Ever want those cool links like: Code:
steam:"-applaunch 70 +connect vnny.dyndns.org:27015" It can be done. This is how I did it.
-Tres Last edited by fatbuttlarry; May 11th, 2007 at 02:41 PM.. |
|
|
|
|
|
#2 |
|
5 Cups of Ubuntu
![]() |
Re: Steam: Firefox Protocol Handler How-To
I just spotted a mistake.
network.protocol-handler.external.steam is in the image but you do not specify to add that preference
__________________
![]() Pour me another cup of fresh Ubuntu please. w00t!!! Party over here!!
Last edited by Darko-TheRaven; May 7th, 2007 at 04:25 PM.. |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2006
Beans: 153
|
Re: Steam: Firefox Protocol Handler How-To
Thanks! Fixed! Cheers.
-Tres |
|
|
|
|
|
#4 |
|
Gee! These Aren't Roasted!
![]() Join Date: Jun 2005
Beans: 185
|
Re: Steam: Firefox Protocol Handler How-To
Im pretty sure you could do this in gconf... then the links would work in all gnome apps
|
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2006
Beans: 153
|
Re: Steam: Firefox Protocol Handler How-To
|
|
|
|
|
|
#6 |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2006
Beans: 153
|
Re: Steam: Firefox Protocol Handler How-To
Currently running the following command to get gconf installed:
Code:
apt-get install gconf-editor I re-opened the program and some stuff was listed. Looks kind of like a registry. Cool. Lol I'm stopping that project right there. -Tres ![]() Last edited by fatbuttlarry; May 8th, 2007 at 04:49 AM.. |
|
|
|
|
|
#7 |
|
Gee! These Aren't Roasted!
![]() Join Date: Jun 2005
Beans: 185
|
Re: Steam: Firefox Protocol Handler How-To
gconf is like a registry (windows like *ugg* ) only in the fact that its centralised... you can delete it corrupt it etc any everything will still work as the settings are actually distributed xml files.
Just to clarify it is NOT like the windows regiestry END RANT anyway you can create gconf keys like this (NOTE: you are ment to create an XML fall back but this hack works fine) gconftool-2 -t string -s /desktop/gnome/url-handlers/steam/command exec wine "c:\\program files\\steam\\steam.exe" "%s" gconftool-2 -t bool -s /desktop/gnome/url-handlers/steam/enabled true gconftool-2 -t bool -s /desktop/gnome/url-handlers/steam/needs_terminal false for KDE you can do this [Protocol] exec=wine "c:\\program files\\steam\\steam.exe" '%u' protocol=steam input=none output=none helper=true listing=false reading=false writing=false makedir=false deleting=false icon=package Description=steam Save this code in ${KDEHOME}/share/services/steam.protocol Last edited by KillerKiwi; May 8th, 2007 at 07:55 PM.. |
|
|
|
|
|
#8 | |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2006
Beans: 153
|
Re: Steam: Firefox Protocol Handler How-To
Quote:
This is really cool stuff. Perhaps it's a better solution around the Firefox hack that started this thread. I guess I make a false assumption that most people using steam run firefox, which may not be the case. If I can get these changes to take and work, I will update the how-to with the more abstract settings. BTW - Does anyone know how to remove these settings from Firefox once they've been created? Lol, I might want to take them back out for testing! -Tres Last edited by fatbuttlarry; May 8th, 2007 at 11:01 PM.. |
|
|
|
|
|
|
#9 | |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 1
Ubuntu 7.04 Feisty Fawn
|
Re: Steam: Firefox Protocol Handler How-To
I also had to do a
Code:
sudo chmod +x /usr/bin/steam Quote:
|
|
|
|
|
|
|
#10 |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2006
Beans: 153
|
Re: Steam: Firefox Protocol Handler How-To
Thanks Orffen! Added to How-To!
-Tres |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|