Hi there;
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?
|
2
|
|||||
|
|
|
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:
|
|||
|
|
|
|
I couldn't get the aliases working, so I did this instead:
It works! |
||
|
|
|
|
Thanks for the great post.... I'd been doing the script that calls an alias named after itself trick, but this is great to know too! Thanks again for the help... Brad. |
||
|
|