Tagged Questions
1
vote
4answers
128 views
Installing a program on Linux: providing a short command
Suppose you're distributing a program to run on Linux, call it Foo, and the program executable is called foo.exe (because it's a CLR program so it runs under Mono) and it needs a couple of DLLs in the ...
3
votes
2answers
3k views
How to make a launch command set focus to an already running app instance in ubuntu / linux?
I'm using a program called easystroke to invoke commands from mouse gestures - typically to launch an application. 'gnome-terminal', for example. If I already have a gnome-terminal window open, and ...