Navigatrix.net - A Voyager's Companion
http://navigatrix.net/

wine
http://navigatrix.net/viewtopic.php?f=4&t=551
Page 1 of 1

Author:  kenkoknz [ 01 Nov 2013, 16:54 ]
Post subject:  wine

Hi,
Looks like wine is installed but i cannot find it under system tools or anywhere. I know u can use the command line i.e. 'wine program.exe', is there a gui somewhere. Thks,
Ken

Author:  Moe [ 01 Nov 2013, 18:15 ]
Post subject:  Re: wine

Wine in itself is nothing much to look at. If, however, you've installed an application and you don't have a Menu item to launch the application it is either because one was not created, created in the wrong spot and overlooked, or created for a sub-menu that isn't being listed with the other sub-menus....such as /usr/share/applications/wine-browsedrive.desktop

Take a look at it:
Code:
sudo medit /usr/share/applications/wine-browsedrive.desktop
All menu items have a structure similar
Quote:
[Desktop Entry]
Name=Browse C: Drive
Name[cs]=Procházet disk C:
<snip for brevity>
Comment[nl]=Bekijk uw virtuele C: schijf
Exec=xdg-open .wine/dosdevices/c:
Terminal=false
Type=Application
Icon=folder-wine
Categories=Wine;
NoDisplay=true
Change the NoDisplay=true to NoDisplay=false. Save the file and it will magically appear.


If there's something specific?

Author:  kenkoknz [ 01 Nov 2013, 21:18 ]
Post subject:  Re: wine

Wow, I did what u said and sort of understand that i changed a config parameter from no display to enable display (ie display =false) and it did magically appears! just as you said!

Thks,
Ken

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/