<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> I am also VERY new to wine - and to Linux. I was already aware of how to call a program via wine in a terminal window & perhaps the original poster was also. I know how to create a shortcut in Windows but a similar attempt in Linux did not work. <br> <br> My question (& probably the one originally meant) is: How do you convert commands (such as the one you mention below) into a desktop link in Linux to save calling a term & typing in the command?<br> <br> Ray<br> <br> <blockquote cite="midE1FFE3l-00017s-FR@wine.codeweavers.com" type="cite"> <pre wrap="">From: Jonathan Ernst <a class="moz-txt-link-rfc2396E" href="mailto:jonathan@ernstfamily.ch"><jonathan@ernstfamily.ch></a> Subject: [Wine] Re: New to WINE Wine will not show you Windows, but Windows Programs. Just install a windows program using: wine install.exe (for example) and you'll get icons (depending on your desktop).</pre> <blockquote type="cite"> <pre wrap="">. How do I get a WINE icon over to my desktop so as start it with a mouse click(s) </pre> </blockquote> <pre wrap=""><!----> If you don't get an icon, you can start your application with wine ~/.wine/drive_c/Program\ Files\YourApp\YourApp.exe for example. </pre> </blockquote> <br> </body> </html>
Le vendredi 03 mars 2006 ? 14:05 -0600, Agape' Fellowship Church a ?crit :> I am also VERY new to wine - and to Linux. I was already aware of how > to call a program via wine in a terminal window & perhaps the original > poster was also. I know how to create a shortcut in Windows but a > similar attempt in Linux did not work. > > My question (& probably the one originally meant) is: How do you > convert commands (such as the one you mention below) into a desktop > link in Linux to save calling a term & typing in the command? > > RayI don't know what desktop you are using, but something like right clicking on the desktop/new launcher and then typing the command in the command field will work. However most installer will create these launchers automatically. It's just like Windows, isn't it ? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?Url : http://www.winehq.org/pipermail/wine-users/attachments/20060304/e6450588/attachment.pgp
Agape' Fellowship Church napisa?(a):> I am also VERY new to wine - and to Linux. I was already aware of how > to call a program via wine in a terminal window & perhaps the original > poster was also. I know how to create a shortcut in Windows but a > similar attempt in Linux did not work. > > My question (& probably the one originally meant) is: How do you > convert commands (such as the one you mention below) into a desktop > link in Linux to save calling a term & typing in the command? > > Ray >Just create a new activator and as a command try - wine '/path/to/program/exe'. This solution works for sure under gnome, but since most of todays desktops are compliant to freedesktop.org's specifications, it should also work for KDE,etc. e.g. wine '/home/miles/.wine/drive_c/Program\ Files/LeechGet\ 2005/LeechGet.exe' But please don't use .ico files. There's plenty of icons made by linux users for linux users. Many of them are .svg.:) Best regards