> > @paolocchio: Here's a script you can use to call Gimp with a Windows > path. It uses winepath to turn the Windows path into a Unix path so Gimp > can see it: > > #!/bin/sh > gimp `winepath -u "$*"` > > Associate bitmap files with this script, and you should be able to open > them with Gimp. > > Chip I have created the script you suggested and I've called it 'gimpcall'. I have given the following commands: utente@utente-desktop:~$ sudo cp /home/utente/Scrivania/gimpcall /usr/local/bin[sudo] password for utente: utente@utente-desktop:~$ sudo chmod +x /usr/local/bin/gimpcall utente@utente-desktop:~$ cd ~/.wine/drive_c/Programmi utente@utente-desktop:~/.wine/drive_c/Programmi$ wine DVDSubEdit.exe fixme:dwmapi:DwmIsCompositionEnabled 0x4889ac fixme:bitblt:client_side_dib_copy potential optimization: client-side color-index mode DIB copy err:richedit:CharAttr unknown font 3 err:richedit:CharAttr unknown font 3 err:richedit:CharAttr unknown font 3 err:richedit:CharAttr unknown font 3 err:richedit:CharAttr unknown font 3 'Gimp' gives the message: Opening of "/home/utente/.wine/dosdevices/c:/users/utente/Temp/tempbitmap.bmp" has failed: Cannot open '/home/utente/.wine/dosdevices/c:/users/utente/Temp/tempbitmap.bmp' in read mode: non existing file or directory Best regards, Paolo