Summary: | KDialog doesnt have the option to save full webpage in Google Chrome/Chromium | ||
---|---|---|---|
Product: | [Applications] kdialog | Reporter: | Elizabeth Saavedra <marii.onlylovematters> |
Component: | general | Assignee: | Brad Hards <bradh> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | b7.10110111, cfeck, dag, hendy |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/36733fdcc1242a15374672b6e39e906bb131b958 | Version Fixed In: | 4.9 |
Sentry Crash Report: | |||
Attachments: |
Patch to make \n work
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. |
Description
Elizabeth Saavedra
2012-03-12 09:10:02 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. *** Bug 298982 has been marked as a duplicate of this bug. *** 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?
actually i fix this issue using a enviroment variable for force Chrome to use the GTK Dialogs instead KDialog 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 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 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?
> 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.
This issue was linked from LinuxMint forum thread: http://forums.linuxmint.com/viewtopic.php?f=56&t=126344 @Ruslan: Thanks, I've reported it: https://code.google.com/p/chromium/issues/detail?id=431505 |