https://bugs.kde.org/show_bug.cgi?id=489105

            Bug ID: 489105
           Summary: No one third-party plugin for krunner does not work.
    Classification: Plasma
           Product: krunner
           Version: 6.1.0
          Platform: Fedora RPMs
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: plasma-b...@kde.org
          Reporter: nig...@mail.ru
                CC: alexander.loh...@gmx.de, natalie_clar...@yahoo.de
  Target Milestone: ---

SUMMARY
No one third-party plugin for krunner does not work. I assume this is due to
the transition to plasma 6. I tried to install all third-party plugins, but not
one, except for the built-in ones, did not work or did not install.

STEPS TO REPRODUCE
1. Open krunner
2. Open krunner settings
3. Download new plugins
4. Try install any plugins or try use any plugins

OBSERVED RESULT
No one third-party plugin for krunner does not work. Error during installation,
error during plugin launch

EXPECTED RESULT
1. Documentation on creating plugins for plasma 6.x
2. Remove broken plugins on plasma 6.x
3. Please, fix the mechanism for creating plugins and how they work.

How I see the work of third-party plugins. 

Press create plugin
Enter action keywords: ob
Enter Custom command: python get_notes.py

Mechanism of operation: 
1. User input action keyword: obs
2. Krunner starts custom command 
3. The script performs the action and returns a list, separated by \n 
4. We see the list in Krunner 
5. We select one line 
6. The result is returned in the custom script 
7. Processing the selected

A simpler mechanism:
when calling "krunner --options "1. Option \n 2. Option\n 3. Option" 
fills the krunner with options for subsequent selection and returns the value
when an option is selected. Thus, the mechanism of operation can be implemented
in any language, as long as it is done unnoticeably to the user. The user
enters action keyword, which runs a script and krunner displays all the results
and returns them to the script. (like rofi, but better)

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Linux 40 (KDE Spins)
KDE Plasma Version: 6.1.0
KDE Frameworks Version: 6.3.- 
Qt Version: 6.7.1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to