Gimp no see driver smb with ubuntu 7.04

Asked by C.M.MOretti

with my installation ubuntu I can see machine windows,I can edit files and save with oppenoffice
but with gimp I can see the machine windows and I can edit a file bmp or jpg.

where I can get help for this?

I dont lnow if the problem is with GIMP or samba in ubuntu.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
exactt (giesbert) said :
#1

are you saying that you can NOT load/save files on a windows share with gimp?

then it probably is a problem with gnomeVFS and GIMP. maybe search for these keywords on google or launchpad...

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

To open a remote share from Gimp you must mount the remote resource locally.
You can do this installing smbfs (deprecated better use cifs) and using mount -t smbfs command
To use cifs, see this howto http://ubuntuforums.org/showthread.php?t=288534&highlight=cifs

To use the deprecated smbmount way you must get smbfs, with terminal do a:
sudo apt-get update; sudo apt-get install smbfs
create a local dir as your local mount point of remote shared resource
sudo mkdir /media/xx_dir
sudo mount -t smbfs -o username=xx_user,password=xx_password //192.168.1.50/xx_sharename /media/xx_dir/
after that you can open the local resource /media/xx_dir with Gimp

HTH

Revision history for this message
C.M.MOretti (mtt-netwizard) said :
#3

Tks a lot for your fast answer.

Moretti
Antonielle Calçados Ltda
----- Original Message -----
From: "exactt" <email address hidden>
To: <email address hidden>
Sent: Thursday, August 23, 2007 11:41 AM
Subject: Re: [Question #12044]: Gimp no see driver smb with ubuntu 7.04

Your question #12044 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/12044

    Status: Open => Answered

exactt proposed the following answer:
are you saying that you can NOT load/save files on a windows share with
gimp?

then it probably is a problem with gnomeVFS and GIMP. maybe search for
these keywords on google or launchpad...

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/12044/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/12044

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
C.M.MOretti (mtt-netwizard) said :
#4

Thanks elart, that solved my question.