Hello,

I have investigated a little bit. The problem occurs when soundconverter
is loading my previous settings (my gconf settings are attached below).

I could bypass the conversion problem, by manually forcing a the output
location with:
  gconftool --type string --set /apps/SoundConverter/selected-folder 
/tmp/inexistent
or puring all the settings with:
  gconftool --recursive-unset  /apps/SoundConverter


The problem is that my target directory was set to and samba/cifs share,
and GnomeVFS don't support that anymore (smb:// was removed in gnome-vfs
1:2.24.4-4, see changelog[1]).
  import  gnomevfs
  print gnomevfs.URI("smb://anyserver/anyshare")
  TypeError: could not parse URI

So I guess that SoundConverter should be prepared to handle that error
nicely. Also, gnomevfs seems to be deprecated now, in favor or gio. 

Regards,

Franklin

[1] 
http://metadata.ftp-master.debian.org/changelogs//main/g/gnome-vfs/testing_changelog


==== My SoundConverter Settings ====
$ gconftool --dump /apps/SoundConverter
<gconfentryfile>
  <entrylist base="/apps/SoundConverter">
    <entry>
      <key>create-subfolders</key>
      <value>
        <int>1</int>
      </value>
    </entry>
    <entry>
      <key>output-mime-type</key>
      <value>
        <string>audio/mpeg</string>
      </value>
    </entry>
    <entry>
      <key>same-folder-as-input</key>
      <value>
        <int>0</int>
      </value>
    </entry>
    <entry>
      <key>selected-folder</key>
      <value>
        <string>smb://freebox/disque%20dur/Musiques</string>
      </value>
    </entry>
  </entrylist>
</gconfentryfile>


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to