D22728: Provide a link to KInfoCenter

Kai Uwe Broulik noreply at phabricator.kde.org
Thu Jul 25 07:39:46 BST 2019


broulik added a comment.


  +1 to the idea

INLINE COMMENTS

> SettingsBase.cpp:151
> +    systemInformationAction = actionCollection()->addAction( QStringLiteral("help_about_system"), this, [] () {
> +        KRun::runCommand( QStringLiteral("kinfocenter"), nullptr );
> +    } );

Can you do `runApplication` with `org.kde.kinfocenter` service, then you can also just read the icon etc from there

Also, perhaps check if it is installed?

> SettingsBase.cpp:402
>          QList<QAction*> configureBarActions;
> -        configureBarActions << configureAction;
> +        configureBarActions << configureAction << systemInformationAction;
>          guiFactory()->plugActionList( this, QStringLiteral("configure"), configureBarActions );

Not sure about having a bigass button with wide text in the toolbar at all times

REPOSITORY
  R124 System Settings

REVISION DETAIL
  https://phabricator.kde.org/D22728

To: ngraham, #plasma, #vdg
Cc: broulik, plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190725/1c0fa3ec/attachment.html>


More information about the Plasma-devel mailing list