[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429839 Nate Graham changed: What|Removed |Added Resolution|--- |FIXED Version Fixed In|

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-15 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=429839 --- Comment #12 from Ahmad Samir --- (In reply to Ahmad Samir from comment #11) > For dolphin: https://invent.kde.org/system/dolphin/-/merge_requests/141 > > It seems that the openOrExecute dialog doesn't work with AppImages for some > reason https://b

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-14 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=429839 --- Comment #11 from Ahmad Samir --- For dolphin: https://invent.kde.org/system/dolphin/-/merge_requests/141 It seems that the openOrExecute dialog doesn't work with AppImages for some reason https://bugs.kde.org/show_bug.cgi?id=429603, needs some more

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-12 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=429839 --- Comment #10 from David Faure --- A setter that only makes sense for one value which is the default value, doesn't have a good enough reason to live. What I'm wondering is whether setRunExecutables(true) makes any sense. I did a general lxr search

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-04 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=429839 --- Comment #9 from Ahmad Samir --- https://invent.kde.org/utilities/kfind/-/merge_requests/2 -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-04 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=429839 --- Comment #8 from Ahmad Samir --- For .js files; the file I was testing with was missing the shebang, adding e.g.: #!/usr/bin/gjs makes it not show the "execvp" error. (In reply to David Faure from comment #7) > Alternatively, KFind should call setS

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=429839 --- Comment #7 from David Faure --- Alternatively, KFind should call setShowOpenOrExecuteDialog(true), no? This makes me wonder about the usefulness of setRunExecutables though, if all "file manager like" applications should use setShowOpenOrExecuteDia

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429839 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #6 from Bug Janitor

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429839 --- Comment #5 from Nate Graham --- I believe so. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-02 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=429839 Ahmad Samir changed: What|Removed |Added CC||fa...@kde.org -- You are receiving this mail bec

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-02 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=429839 Ahmad Samir changed: What|Removed |Added CC||a.samir...@gmail.com --- Comment #4 from Ahmad Sa

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-12-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=429839 --- Comment #3 from Méven Car --- I guess we should restrict to known executable script mimetypes before trying to run them with "execvp" in KIO::OpenUrlJob. Displaying "Run" in the first place could be fixed the same way. -- You are receiving this m

[frameworks-kio] [Bug 429839] Executable JavaScript files are executed when activated, not opened in an app

2020-11-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429839 Nate Graham changed: What|Removed |Added Status|REPORTED|CONFIRMED Priority|NOR