Bug 62749

Summary: KGet doesn't integrate when konq is in FTP mode - kget button doesn't display on the toolbar
Product: [Applications] kget Reporter: Unknown <null>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Adrian Head 2003-08-16 10:54:24 UTC
Version:           0.8.3 (using KDE KDE 3.1.2)
Installed from:    Gentoo Packages
Compiler:          gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/specs Configured with: /var/tmp/portage/gcc-3.2.3-r1/work/gcc-3.2.3/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.2 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib --enable-languages=c,c++,ada,f77,objc,java --enable-threads=posix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext Thread model: posix gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)  
OS:          Linux

When Konq is in HTML viewing mode the KGet button in the toolbar is displayed.

Whereas when Konq is in FTP viewing mode the KGet button is not displayed in the toolbar.  FTP mode is the most common mode for wanting to use KGet for me.

The problem also exists when Konq is in file manager mode.

The expected behaviour I would expect is that in both FTP and file manager mode the KGet button should be available.

Konq ver 3.1.2
Comment 1 Wilbert Berendsen 2004-01-10 17:57:26 UTC
Same problem here, with Konqueror and KGet CVS as of Jan 10, 2004.
Comment 2 Stephan Kulow 2004-06-01 19:13:01 UTC
Replaced ahead@bigpond.net.au with null@kde.org due to bounces by reporter
Comment 3 Lukas Appelhans 2007-10-22 20:55:56 UTC
I think FTP-Mode/Filemanager-Mode are nearly similar. 
AFAIK a bugfix for needs changes in Konqueror, so, perhaps we can change this for 4.1^^


Cheers

Lukas
Comment 4 Matthias Fuchs 2010-07-03 00:18:08 UTC
SVN commit 1145427 by mfuchs:

Show KGet icon in Konqueror/Dolphin, when ftp/sftp protocoll is being used.
BUG:62749

 M  +2 -1      CMakeLists.txt  
 M  +179 -145  kget_plug_in.cpp  
 M  +30 -1     kget_plug_in.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1145427
Comment 5 Matthias Fuchs 2010-07-03 00:19:01 UTC
SVN commit 1145428 by mfuchs:

Fowardport r1145427
Show KGet icon in Konqueror/Dolphin, when ftp/sftp protocoll is being used.
CCBUG:62749

 M  +2 -1      CMakeLists.txt  
 M  +179 -145  kget_plug_in.cpp  
 M  +30 -1     kget_plug_in.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1145428