dfaust / plasma-applet-popup-launcher

Plasma 5 custom application launcher that opens a popup when placed in a panel
GNU General Public License v2.0
15 stars 5 forks source link

Opens the .destop file in an editor instead of running it #8

Closed dfaust closed 5 years ago

dfaust commented 5 years ago

This bug has been reported twice, but I wasn't able to reproduce it.

The applications are executed using Kio.KRun.openUrl and I haven't found an alternative, yet.

SyndromeDayna commented 5 years ago

Maybe you should use Kio.KRun.runUrl with mime type = "application/x-desktop" and RunFlags = RunExecutables

I'm not a qml developer. Just suggesting.

dfaust commented 5 years ago

@SyndromeDayna Thank you, but I have no idea how to get this working with QML.

I created a bug report at https://bugs.kde.org/show_bug.cgi?id=411178.

And I was able to reproduce the bug after updating KF5 to version 5.61.0.

dfaust commented 5 years ago

I have just released version 1.3 which includes a work-around thanks to @Alban-Boissard.

bepaald commented 5 years ago

I just installed 1.3 from here: https://www.pling.com/p/1084934/

And nothing has changed, the .desktop files are still opened in my editor (as has happened since the update to KF5 5.61.0). Currently on KF5 5.62.0. Requesting this issue is reopened.

EDIT: Sorry, spoke too soon, even though I had uninstalled the old version, it's somehow mixing and matching files from the old and new versions, and occasionally claiming the widget isn't installed at all, even though I just added it from the available widgets (?).

Anyway, this is probably my setup, so please ignore this comment and forgive the noise.

akwala commented 4 years ago

This is happening in Kubuntu 20.04. I installed the widget from the Pling store.

Upon selecting an item in the popup list, the corresponding .desktop file is opened in the text editor. ~~To have the widget launch the application, the .desktop file has to be made executable. Most .desktop files are in /usr/share/applications and are not all consistently executable.~~ _With the latest version, .desktop files open in the editor even if they are executable._