dimesio wrote: > > MindGap wrote: > > > > Aside some permission troubles, which are now solved, I was able to run this setup successfully in KDE using the "work path" field in launcher's properties. > > The problem is that now I'm using gnome and there's no such field in launcher's properties. > > > > Could someone please enlight my path? > > > > Write a shell script that cds to the correct directory and starts the program, and point the launcher at that. Hi dimesio and thank you for your reply! >From your sugestion I realised it was possible to mount the network share, cd into it and launch wine from there. I tried that and it worked! Now I'm working on making the mount permanent and creating the script, which I confess is going to be a major pain in the *** because I've never made one before. I believe the script should be someting like this but i'm unsure of the correct syntax: cd /mounted_share wine my_exe form_name db_login/db_pass@db_sid (this is exactly the way I call my application in windows) Could you be so kind to help me with the script? Thanks in advance!