You are not logged in.

#1 Yesterday 10:36:22

Pafrapé
Member
Registered: 2010-10-25
Posts: 38

Command to run applications launcher (Kickoff, Menu-Wokspace,...)

Hello;

I have two applications launchers installed on my Arch Linux system : Kickoff and Menu-Wokspace.

I would like to know the terminal commands to run them.

Thank you very much.

Offline

#2 Yesterday 21:13:36

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,013

Re: Command to run applications launcher (Kickoff, Menu-Wokspace,...)

They are plasmoids that don't necessarily have a runnable binary associated with them, they will be loaded with and by the plasmashell when relevantly setup.

If the actual question you are asking is that you have them in a panel somewhere and want to invoke them via keyboard shortcuts, you can configure that in plasma's system settings. If the more actual question you are asking is how to programmatically/in a shell invoke them you can use dbus, e.g.

dbus-send --session --dest=org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.activateLauncherMenu

if this doesn't answer your question, then please tell us your actual goal

Offline

#3 Yesterday 21:44:50

Pafrapé
Member
Registered: 2010-10-25
Posts: 38

Re: Command to run applications launcher (Kickoff, Menu-Wokspace,...)

Thank you for your reply.

Unfortunately, it doesn't answer what I'm looking for.
Actually, I'm looking for a command to launch the Kickoff applications launcher, and a command to launch the Menu-Workspace applications launcher.

Thank you for your help.

Offline

#4 Yesterday 22:14:24

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 72,682

Re: Command to run applications launcher (Kickoff, Menu-Wokspace,...)

doesn't answer what I'm looking for.
Actually, I'm looking for a command to launch the Kickoff applications launcher,

Have you actually tried running V1del's command?

Offline

#5 Yesterday 22:55:41

Pafrapé
Member
Registered: 2010-10-25
Posts: 38

Re: Command to run applications launcher (Kickoff, Menu-Wokspace,...)

I tried the command, but it doesn't work.
Nothing happens:

pafrape@Bureau ~]$ dbus-send --session --dest=org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.activateLauncherMenu
pafrape@Bureau ~]$ 

Thank you for your help

Offline

#6 Yesterday 22:59:52

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 72,682

Re: Command to run applications launcher (Kickoff, Menu-Wokspace,...)

qdbus6 org.kde.plasmashell /PlasmaShell

This is on a plasma session?

Offline

#7 Yesterday 23:03:53

Pafrapé
Member
Registered: 2010-10-25
Posts: 38

Re: Command to run applications launcher (Kickoff, Menu-Wokspace,...)

Yes, it is on a plasma session :

pafrape@Bureau ~]$ qdbus6 org.kde.plasmashell /PlasmaShell
property readwrite bool org.kde.PlasmaShell.editMode
property read QString org.kde.PlasmaShell.shell
signal void org.kde.PlasmaShell.colorChanged(QString changedColor)
signal void org.kde.PlasmaShell.shellChanged(QString shell)
signal void org.kde.PlasmaShell.wallpaperChanged(uint screenNum)
method void org.kde.PlasmaShell.activateLauncherMenu()
method void org.kde.PlasmaShell.changeShell(QString shell)
method uint org.kde.PlasmaShell.color()
method QByteArray org.kde.PlasmaShell.dumpCurrentLayoutJS()
method QString org.kde.PlasmaShell.evaluateScript(QString script)
method bool org.kde.PlasmaShell.immutable()
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.setWallpaper(QString wallpaperPlugin, QVariantMap parameters, uint screenNum)
method void org.kde.PlasmaShell.toggleActivityManager()
method void org.kde.PlasmaShell.toggleDashboard()
method void org.kde.PlasmaShell.toggleWidgetExplorer()
method QVariantMap org.kde.PlasmaShell.wallpaper(uint screenNum)
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()
pafrape@Bureau ~]$

I tried the command again and it works perfectly for fickoff.
Thank you very much.

What command should I use for Menu-Workspace?

Last edited by Pafrapé (Yesterday 23:09:53)

Offline

Board footer

Powered by FluxBB