I'm able to locate stuff with the dash home then drag it down to the launcher bar on the left of the desktop, but what if the application installed via Wine isn't found via the dash search? I've right clicked on the application in the .wine directory and found no options to create a launcher either.
You can create a Launcher item in /usr/share/applications. For Wine applications, say foobar.exe, you can create a foobar.desktop file like:
replacing USER and FOOBAR_FOLDER with appropriate values.
So you'll be able to locate your application in the Launcher by typing "FooBar".
To get a wine application into the unity bar, the following worked for me:
alacarte
.Now I could find the program in the unity dash and just move it to the unity bar.
Didn't work out of the box for me, but with a small detail I got it working. Simply give the full path for sh like:
Tested with
When you install an app through wine, a corresponding .desktop file is created in the /home/ash/.local/share/applications folder.
Once you locate that file, go through the following steps:
We are done. Cheers ...
The best solution by some distance is to use a script such as wine-launcher-creator which will take care of creating the desktop launcher, and also do nice things like extract the necessary icons and so on. No need to fiddle around doing it by hand :)
Unity Dash works like the old Gnome2 menu did with adding stuff through the "Edit Main Menu" feature but for some reason Canonical decided to make that difficult to know you can even do that.
All you do is...
Close the Main Menu app and you're done.
This is a bit more involved but this solution does not require any file editing.
Important Note - not all versions of Ubuntu come with the Main Menu app installed by default so if it is not then just go to the Ubuntu Software Center and search for "alacarte" install that and the tip above will work with no problem.
You can do that really easily with the third-party program alacarte. I wrote a noobs guide on how to do it here: http://develop.alpdesigns.ch/pages/linux/add_exe_program_to_linux.html