Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonynguyen/linux-urt-launcher
Small script to launch UrT from a browser on Linux
https://github.com/anthonynguyen/linux-urt-launcher
Last synced: 12 days ago
JSON representation
Small script to launch UrT from a browser on Linux
- Host: GitHub
- URL: https://github.com/anthonynguyen/linux-urt-launcher
- Owner: anthonynguyen
- Created: 2014-05-21T00:26:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T19:34:50.000Z (over 10 years ago)
- Last Synced: 2024-11-14T14:55:01.006Z (about 2 months ago)
- Language: Python
- Size: 152 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linux UrT Launcher
==================The urbanterror.info website has had a server browser for quite some time now, and it even comes with a nifty little program to start UrT by clicking on a link in the browser. Unfortunately, this program is Windows and Mac only and there hasn't been a Linux option, *until now*.
If you follow these simple steps, it should be up and running in no time.
## Instructions ##
1. Download these files:
+ [urt-handler-2.py](urt-handler-2.py) or [urt-handler-3.py](urt-handler-3.py) depending on your version of Python
+ [urt-handler.desktop](urt-handler.desktop)
+ [mimeapps.list](mimeapps.list)
2. Move the `urt-handler.py` to a location of your choosing
3. Update the `urt-handler.desktop` and change the line that starts with `Exec` to match the location where you put the `urt-handler.py` file.
4. Move the `urt-handler.desktop` file to `~/.local/share/applications/`
5. Go to `~/.local/share/applications/` and look for a file called `mimeapps.list`
+ If it exists, add the line `x-scheme-handler/urt=urt-handler.desktop` under the heading `[Added Associations]`
+ If it doesn't exist, copy the `mimeapps.list` file that I've given you to `~/.local/share/applications/`
6. That's it! Have fun using the online server browser!If you have any issues, feel free to email me, message me on the UrT forums, or leave an issue here on Github.