Bug 295820 - KDialog doesnt have the option to save full webpage in Google Chrome/Chromium
Summary: KDialog doesnt have the option to save full webpage in Google Chrome/Chromium
Status: RESOLVED FIXED
Alias: None
Product: kdialog
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR minor
Target Milestone: ---
Assignee: Brad Hards
URL:
Keywords:
: 298982 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-03-12 09:10 UTC by Elizabeth Saavedra
Modified: 2014-11-10 19:33 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.9


Attachments
Patch to make \n work (1.02 KB, patch)
2012-04-28 16:36 UTC, Ruslan Kabatsayev
Details
While it says fixed on 4.9, I'm using Linux Mint 17 KDE 64bit which uses KDE 4.13.3. On Chrome 38 64-bit I attach the Save Dialog. There's no option to save complete webpage. (83.02 KB, image/png)
2014-11-08 04:31 UTC, Hendy Irawan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elizabeth Saavedra 2012-03-12 09:10:02 UTC
Google update their code to use KDialog on KDE instead of the GTK dialogs for OPEN/SAVE file operations.
But KDialog doesnt offer the option to save a full webpage, it save only the HTML.

GTK dialogs have the option "Website, Full Webpage" on its dialogs, 

Please check the following thread on KDE Forums, for further information and screenshots.
http://forum.kde.org/viewtopic.php?f=22&t=100694

thanks.
Comment 1 Christoph Feck 2012-03-12 11:46:58 UTC
It is possible to specify multiple MIME types:

kdialog --getsavefilename $HOME "text/html application/x-webarchive"

I suggest Chrome developers use this until the "\n" parsing has been added/fixed.
Comment 2 Christoph Feck 2012-04-28 16:27:39 UTC
*** Bug 298982 has been marked as a duplicate of this bug. ***
Comment 3 Ruslan Kabatsayev 2012-04-28 16:36:39 UTC
Created attachment 70726 [details]
Patch to make \n work

Oops, sorry for the dup. The title of this bug isn't too searchable :)
I think I'll attach the patch here too.

PS: should I do anything else to have my patch reviewed/committed?
Comment 4 Elizabeth Saavedra 2012-04-29 20:29:49 UTC
actually i fix this issue using a enviroment variable for force Chrome to use the GTK Dialogs instead KDialog
Comment 5 Oswald Buddenhagen 2012-07-01 11:20:30 UTC
Git commit 39f3b6a8b7d3e5261ab24a5a270350891a0caa06 by Oswald Buddenhagen.
Committed on 01/07/2012 at 13:14.
Pushed by ossi into branch 'master'.

interpret backslash escapes in some more options
Related: bug 148575
FIXED-IN: 4.9

M  +14   -14   kdialog/kdialog.cpp

http://commits.kde.org/kde-baseapps/39f3b6a8b7d3e5261ab24a5a270350891a0caa06
Comment 6 Christoph Feck 2012-07-02 14:48:39 UTC
Git commit 36733fdcc1242a15374672b6e39e906bb131b958 by Christoph Feck, on behalf of Oswald Buddenhagen.
Committed on 01/07/2012 at 13:14.
Pushed by cfeck into branch 'KDE/4.9'.

interpret backslash escapes in some more options
Related: bug 148575
FIXED-IN: 4.9
(cherry picked from commit 39f3b6a8b7d3e5261ab24a5a270350891a0caa06)

M  +14   -14   kdialog/kdialog.cpp

http://commits.kde.org/kde-baseapps/36733fdcc1242a15374672b6e39e906bb131b958
Comment 7 Hendy Irawan 2014-11-08 04:31:52 UTC
Created attachment 89499 [details]
While it says fixed on 4.9, I'm using Linux Mint 17 KDE 64bit which uses KDE 4.13.3. On Chrome 38 64-bit I attach the Save Dialog. There's no option to save complete webpage.

While it says fixed on 4.9, I'm using Linux Mint 17 KDE 64bit which uses KDE 4.13.3.
On Chrome 38 64-bit I attach the Save Dialog. There's no option to save complete webpage.
All options save only single HTML file.

Is this bug really fixed? Or there's something else I need to do to enable save complete webpage?
Comment 8 Ruslan Kabatsayev 2014-11-08 04:34:16 UTC
> Is this bug really fixed? Or there's something else I need to do to enable save complete webpage?

This is question to Chromium team, not to KDE now.
Comment 9 Hendy Irawan 2014-11-08 04:35:10 UTC
This issue was linked from LinuxMint forum thread: http://forums.linuxmint.com/viewtopic.php?f=56&t=126344
Comment 10 Hendy Irawan 2014-11-08 04:42:31 UTC
@Ruslan: Thanks, I've reported it: https://code.google.com/p/chromium/issues/detail?id=431505