You are not logged in.

#1 2009-07-21 21:51:14

B4RR13N705
Member
Registered: 2009-06-08
Posts: 87

Cant put a panel app shorcut in XFCE4

Hi, ive just installed a Fortran 77 compiler trough wine. Its a win32 command line compiler. But i cant make a panel icon shorcut.
If i open a terminal and type

 wine F77.EXE -h

It runs perfect, but i cant make a panel icon that open a terminal and execute that command.
I just get a blank terminal.
I put an icon that executes:

wine "/root/F77.EXE" -h

What can i do?

Last edited by B4RR13N705 (2009-07-21 21:52:34)


OS -----> Arch Linux     DE -----> KDE4
CPU ---> 2.66GHz         RAM ---> 512 MB
SWAP -> 2 G                / -------> 10 G
/home -> 50 G             /boot ---> 64 MB

Offline

#2 2009-07-22 01:08:26

Arisna
Member
Registered: 2009-02-13
Posts: 81

Re: Cant put a panel app shorcut in XFCE4

This is probably happening because the target is under /root, which shouldn't be readable to a normal user.  Move the executable somewhere under /home or /usr.  If it still gives you trouble, you might need to set the working directory to the directory containing the EXE.

Offline

Board footer

Powered by FluxBB