Review Request 128501: KNewFileMenu: Fix creating link to application

David Faure faure at kde.org
Fri Jul 22 21:54:57 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128501/#review97768
-----------------------------------------------------------


Ship it!




Ship It!

- David Faure


On July 22, 2016, 4:53 p.m., Chinmoy Ranjan Pradhan wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128501/
> -----------------------------------------------------------
> 
> (Updated July 22, 2016, 4:53 p.m.)
> 
> 
> Review request for KDE Frameworks and David Faure.
> 
> 
> Bugs: 363673
>     https://bugs.kde.org/show_bug.cgi?id=363673
> 
> 
> Repository: kio
> 
> 
> Description
> -------
> 
> Fix for the bug https://bugs.kde.org/show_bug.cgi?id=363673 . The bug occurs because KPropertiesDialog is initialized (inside KNewFileMenuPrivate::executeOtherDesktopFile) with path of a resource file. Now KPropertiesDialog only show properties if the file is a local file(i guess). Thats why  clicking on "Link to Application" and then clicking 'ok' shows an error message . To Fix this i used QTemporaryFile to copy the contents of the application template shipped with kio and then initialize KPropertiesDialog with the temporary files' path.
> (I added KNewFileMenuPrivate::mostLocalUrl here to ensure new filename is suggested when inside "desktop:/".)
> (The temporary file created here must be deleted so i also added QFile::remove to _k_slotOtherDesktopFile and _k_slotAbortDialog so that whether or not the user creates a Link to Application, the temporary is always deleted)
> 
> 
> Diffs
> -----
> 
>   src/filewidgets/knewfilemenu.h 4543eb7 
>   src/filewidgets/knewfilemenu.cpp 7374417 
> 
> Diff: https://git.reviewboard.kde.org/r/128501/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Chinmoy Ranjan Pradhan
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160722/96e2df2d/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list