Cannot get a command to work from a desktop icon

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
alansecker
Level 2
Level 2
Posts: 18
Joined: Sun Aug 30, 2009 12:33 pm

Cannot get a command to work from a desktop icon

Post by alansecker »

From the virtual Windows cmd console, this command works, but

c:\Program Files\Microsoft Office\Office\excel.exe

From Linux konsole, this does not:

# wine "C:\\Program Files\\Microsoft Office\\Office\\Excel.exe"

Can someone tell me why?

TIA
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot get a command to work from a desktop icon

Post by dimesio »

alansecker wrote: # wine "C:\\Program Files\\Microsoft Office\\Office\\Excel.exe"
You shouldn't be running Wine as root.
Kudzu
Newbie
Newbie
Posts: 4
Joined: Fri Jul 18, 2014 7:37 am

Re: Cannot get a command to work from a desktop icon

Post by Kudzu »

Don't type #
alansecker
Level 2
Level 2
Posts: 18
Joined: Sun Aug 30, 2009 12:33 pm

Re: Cannot get a command to work from a desktop icon

Post by alansecker »

Oops! Thank you.
Locked