I'd like to be able to run my aliases from my .bashrc in the "Run Application" dialog that comes up when you hit Alt+F2 in Ubuntu/Gnome.
Does anyone know how to do this?
feedback
|
|
http://www.freedesktop.org/wiki/Specifications is probably a good place to start. I find these quite hard to follow most of the time, but sometimes you can figure it out. Specifically, the "Desktop Entry Specification". Also, I don't think you'll be able to use any aliases from (Which, for reference, goes like this:
Investigating...Some casual investigation reveals that creating these is fairly simple if you use Nautilus, (at least the version I have):
Here at least, I get the follow file:
4: Looking at the system xterm .desktop I find this:
5: Editing the .usercreated.desktop file to this:
6: Run xdg-desktop-menu forceupdate --mode user 7: "xtermz" now shows up in the list... Success! 8: Yuck! This also makes it appear in the main menu, under "Other". Weird! Some notes:
| ||||
|
feedback
|
|
I couldn't get the aliases working, so I did this instead:
It works! | |||
|
feedback
|
It works because /usr/bin is in your path variable. a better alternative would be to create a hidden directory in your home, like ~/.scripts/ and then add this directory to your path. you can now put all your scripts in that dir. | |||
|
feedback
|