Skip to content

Instantly share code, notes, and snippets.

@matalangilbert
Created April 18, 2012 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matalangilbert/2414022 to your computer and use it in GitHub Desktop.
Save matalangilbert/2414022 to your computer and use it in GitHub Desktop.
Linux Redcar Launcher - http://matalangilbert.blogspot.com
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_GB]=/home/<USERNAME>/.rvm/gems/ruby-1.9.3-p125/gems/redcar-icons-0.3/icons/redcar-icon-beta.png
Name[en_GB]=Redcar
Exec=/home/<USERNAME>/Documents/Scripts/start_redcar.sh
Name=Redcar
Icon=/home/<USERNAME>/.rvm/gems/ruby-1.9.3-p125/gems/redcar-icons-0.3/icons/redcar-icon-beta.png
#!/bin/bash
source ~/.bashrc
/home/<USERNAME>/.rvm/gems/ruby-1.9.3-p125/bin/redcar
@matalangilbert
Copy link
Author

Replace with Linux username, and use which redcar to find redcar installation path (/home//.rvm/gems/ruby-1.9.3-p125/bin/redcar in start redcar.sh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment