| Summary: | Empty About | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | Mohammad Hisham Sayed <drhishamsayed128> |
| Component: | plugins | Assignee: | Ragnar Thomsen <rthomsen6> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aacid, elvis.angelaccio |
| Priority: | NOR | ||
| Version First Reported In: | 21.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/3a87b99dc7739fa9bb4a952da72485fc22099ca6 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | A Screenshot | ||
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/212 Git commit 0c28226ceefad0ea179f665a39e1af74d0ab379c by Christoph Cullmann, on behalf of Nicolas Fella. Committed on 31/10/2021 at 17:14. Pushed by nicolasfella into branch 'master'. Set metadata when creating katepart Usually KPluginFactory takes care of this automatically, but given that the creation process is non-standard here we need to do this manually. This makes it possible to read the metadata defined in katepart.desktop via part->metaData() Unfortunatly KParts::Part::setMetaData is protected so we cannot access it directly from KateFactory. M +5 -0 src/document/katedocument.cpp M +2 -0 src/document/katedocument.h M +2 -1 src/part/katepart.cpp https://invent.kde.org/frameworks/ktexteditor/commit/0c28226ceefad0ea179f665a39e1af74d0ab379c A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/213 Git commit 3a87b99dc7739fa9bb4a952da72485fc22099ca6 by Nicolas Fella. Committed on 03/11/2021 at 12:28. Pushed by nicolasfella into branch 'master'. Expand katepart metadata Add a description, version, license and website M +4 -2 src/part/CMakeLists.txt R +4 -0 src/part/katepart.desktop.in [from: src/part/katepart.desktop - 095% similarity] https://invent.kde.org/frameworks/ktexteditor/commit/3a87b99dc7739fa9bb4a952da72485fc22099ca6 |
Created attachment 143056 [details] A Screenshot SUMMARY this is a bug regarding the ark "text viewer" STEPS TO REPRODUCE 1. open any archive with a text file in it 2. when it will open click on the text file 3. go to the about section OBSERVED RESULT an empty about section EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION