<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>67581</bug_id>
          
          <creation_ts>2003-11-08 15:00:13 +0000</creation_ts>
          <short_desc>Does not acccept non-local files</short_desc>
          <delta_ts>2004-11-30 17:03:12 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>k3b</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Compiled Sources</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>66665</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="John Tapsell">john.tapsell</reporter>
          <assigned_to name="Sebastian Trueg">trueg</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>20</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>173833</commentid>
    <comment_count>0</comment_count>
    <who name="John Tapsell">john.tapsell</who>
    <bug_when>2003-11-08 15:00:13 +0000</bug_when>
    <thetext>Version:            (using KDE Devel)
Installed from:    Compiled sources

In:

kdeextragear-1/k3b/src/k3b.cpp, line 1193 -- QStringList urls = KFileDialog::getOpenFileNames( &quot;.&quot;, &quot;*|All Files&quot;, this, i18n(&quot;Select Files to Add to Project&quot;) );


This should be: 
KURL::List fileNames = KFileDialog::getOpenURLs(&quot;.&quot;, &quot;*|All Files&quot;, this, i18n(&quot;Select Files to Add to Project&quot;));

And before the burning, do something along the lines of:

 QString tmpFile;
 if( KIO::NetAccess::download( filenameiterator, tmpFile ) )
 {
  //Add file to list of files to burn
   loadFile( tmpFile );
 }

//after burning
   KIO::NetAccess::removeTempFile( tmpFile );</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>263174</commentid>
    <comment_count>1</comment_count>
    <who name="Jens">jens-bugs.kde.org</who>
    <bug_when>2004-08-27 11:06:58 +0000</bug_when>
    <thetext>Has this been implemented yet? Or is this bug still valid?

I think it&apos;s a bit misleading for new users that you cannot expect the same network transparency within K3B that all other KDE apps offer. And the fix above really seems quite simple.

Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>290403</commentid>
    <comment_count>2</comment_count>
    <who name="Stephan Binner">binner</who>
    <bug_when>2004-11-30 17:03:12 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 66665 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>