Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#72526 - Plasma Desktop Scripting Console not found

Attached to Project: Arch Linux
Opened by Fabio Dell'Orso (Black_Codec) - Saturday, 23 October 2021, 15:22 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 23 October 2021, 18:07 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Impossible start KwinScripts Console:

The commando: "qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.showInteractiveConsole"

output is :
Error: org.freedesktop.DBus.Error.UnknownMethod
No such method 'showInteractiveConsole' in interface 'org.kde.PlasmaShell' at object path '/PlasmaShell' (signature '')

The method does not exists in plasma 5.23.1 package but in 5.22 it exists, below the current qdbus methods:

$> qdbus --address org.kde.plasmashell /PlasmaShell

property readwrite bool org.kde.PlasmaShell.editMode
method void org.kde.PlasmaShell.activateLauncherMenu()
method QByteArray org.kde.PlasmaShell.dumpCurrentLayoutJS()
method QString org.kde.PlasmaShell.evaluateScript(QString script)
method void org.kde.PlasmaShell.loadLookAndFeelDefaultLayout(QString layout)
method void org.kde.PlasmaShell.refreshCurrentShell()
method void org.kde.PlasmaShell.setDashboardShown(bool show)
method void org.kde.PlasmaShell.toggleActivityManager()
method void org.kde.PlasmaShell.toggleDashboard()
method void org.kde.PlasmaShell.toggleWidgetExplorer()
signal void org.freedesktop.DBus.Properties.PropertiesChanged(QString interface_name, QVariantMap changed_properties, QStringList invalidated_properties)
method QDBusVariant org.freedesktop.DBus.Properties.Get(QString interface_name, QString property_name)
method QVariantMap org.freedesktop.DBus.Properties.GetAll(QString interface_name)
method void org.freedesktop.DBus.Properties.Set(QString interface_name, QString property_name, QDBusVariant value)
method QString org.freedesktop.DBus.Introspectable.Introspect()
method QString org.freedesktop.DBus.Peer.GetMachineId()
method void org.freedesktop.DBus.Peer.Ping()
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 23 October 2021, 18:07 GMT
Reason for closing:  Not a bug
Comment by Antonio Rojas (arojas) - Saturday, 23 October 2021, 18:07 GMT
It's called plasma-interactiveconsole now

Loading...