Bug 421341 - Script installed not on list
Summary: Script installed not on list
Status: REOPENED
Alias: None
Product: amarok
Classification: Applications
Component: Tools/Script Manager (show other bugs)
Version: 2.9.0
Platform: Neon Linux
: NOR normal
Target Milestone: kf5
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-11 15:22 UTC by Khurum
Modified: 2020-06-14 14:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
no script installed on list (226.92 KB, image/png)
2020-05-11 15:22 UTC, Khurum
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Khurum 2020-05-11 15:22:39 UTC
Created attachment 128362 [details]
no script installed on list

SUMMARY


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Neon 5.18
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION
Comment 1 Myriam Schweingruber 2020-05-12 18:08:39 UTC
I fear I do not really understand this report, could you please elaborate (as suggested in the bug template) what you expect as a result (script installed where?, in which list?)
We need clear steps to reproduce a bug, just a screenshot is not enough
Comment 2 Bug Janitor Service 2020-05-27 04:33:14 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2020-06-14 04:33:24 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!
Comment 4 Pedro de Carvalho Gomes 2020-06-14 14:10:22 UTC
I am rewriting the Script engine, and I believe I know the reason for this: KF5 does not read KPluginInfo configuration files if they do not have the correct suffix ".desktop". However Amarok uses the name "script.spec" all across the script engine.

The new script engine will fix this by renaming the file, and encouraging the migration to the newer KPluginMetaData json format.