Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6473  / 2 Years ago, fri, september 23, 2022, 8:27:00

I installed new Ubuntu 13.04 and Wine 1.5.29 trough ppa. But I noticed that on older Ubuntu versions, after installation of wine and winetricks (they install together now), there is a "Winetricks" icon in the menu (Cairo dock) and in the dash.
On Ubuntu 13.04, after successful installation of both, there is NO "winetricks" in dash or the menu.
It works trough terminal command normally but I want the dash icon (I'm a new user, used to "point and click"!


More From » 13.04

 Answers
0

You can use the terminal to add an application shortcut. You'll only have to do this once and it's fairly easy.



Open up a terminal window by searching for "Terminal" or pressing Ctrl+Shift+T.



Type in the following:



nano ~/.local/share/applications/winetricks.desktop


This will open a text editor.



Copy and paste in the following into the terminal window:



[Desktop Entry]
Version=1.0
Name=Winetricks
Comment=Wine Package Manager
Exec=winetricks --gui
Terminal=false
Type=Application
Categories=Applications
Comment[en_GB]=Wine Package Manager


Then press Ctrl+O then enter to save it. Now press Ctrl+X to exit.



The last thing you'll need to do is to make it executable. To do this, type the following:



chmod 777 ~/.local/share/applications/winetricks.desktop


Done. Now when you look for "Winetricks" in the Unity search lens, it will appear. The icon will be a blank page.



Edit:
You can put this winetricks.desktop wherever you want, you could make the file in gedit then right click > properties > allow executing file as program. Then you can put it where you want and double click it to run it.


[#31162] Friday, September 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itagde

Total Points: 241
Total Questions: 113
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
2 Years ago
itagde questions
Thu, Jun 10, 21, 21:24, 3 Years ago
Sat, Aug 13, 22, 22:41, 2 Years ago
Thu, May 20, 21, 11:52, 3 Years ago
Tue, Aug 23, 22, 06:19, 2 Years ago
;