Reputation: 26
This is how I managed to use 'plank' + an applications launcher in Fedora 20. It workds, but is this 'tip' with 'dbus' appropriate and future proof ?
And add the next text:
[PlankItemsDockItemPreferences]
Launcher=file:///usr/share/applications/show-apps.desktop
Add the next text:
[Desktop Entry]
Version=1.0
Type=Application
Name=Show Apps
Comment=Show applications menu
Exec=gdbus call --session --dest org.gnome.Shell --object-path /org/gnome/Shell --method org.gnome.Shell.Eval 'Main.overview.toggle();Main.overview.viewSelector._showAppsButton.checked = true;';
Icon=view-grid-symbolic
Path=
Terminal=false
Upvotes: 0
Views: 4045