----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128882/ -----------------------------------------------------------
(Updated Sept. 10, 2016, 10:16 p.m.) Status ------ This change has been marked as submitted. Review request for KDE Frameworks and David Faure. Changes ------- Submitted with commit c784a879eaba0babc6274bc32e761772add3d4f8 by Antonio Rojas to branch master. Repository: kio Description ------- Launching .desktop files which have Terminal=true currently fails, because kio adds to the konsole command the obsolete KDE4 command line options, which are not recognized by the KF5 konsole. Diffs ----- src/core/desktopexecparser.cpp c526da7 Diff: https://git.reviewboard.kde.org/r/128882/diff/ Testing ------- .desktop files with Terminal=true can be launched again from the Plasma menu and with kioclient5 exec. Thanks, Antonio Rojas