gnome-layout-manager icon indicating copy to clipboard operation
gnome-layout-manager copied to clipboard

[Suggestion / partial Issue] Use Plotinus to replicate Unity's HUD effort

Open aviwad opened this issue 8 years ago • 4 comments

One of the key features of the Unity desktop was, HUD. Now thank God for smart people, a group of devs created something called Plotinus, which works the same way as HUD does, but for GTK3 apps and a very different keyboard shortcut. maybe you could look into that and integrate it within Unity, Mac , & even Windows' "desktops" because even though this feature is originally only in Unity, adding it to other ones won't hurt.

links: (Plotinus) https://github.com/p-e-w/plotinus (A webup8 PPA for the above) http://www.webupd8.org/2017/01/add-searchable-command-palette-to-any.html

aviwad avatar May 08 '17 10:05 aviwad

This looks really cool! Thanks for that!

The only problem I can see right now is that it might be tricky to install without asking for root permission. You see, I'm trying to keep this script root-free (average people get turned off when a random internet script asks for root permission - unfortunately). Maybe I will try to use .profile instead of /etc/environment? In any case, I will explore all options.

If it's too popular, I might even break my rule and add root permission... We'll see.. Thanks again.

vmavromatis avatar May 08 '17 16:05 vmavromatis

AWESOME! 😃

(and on the other hand, Gnome-Global-Menu is very buggy and only works with apps on X11, or XWayland, and it is super slow. but it actually supports searching of items from the menus in the overview. so basically HUD in GNOME Overview, albeit in a very buggy condition.)

aviwad avatar May 08 '17 16:05 aviwad

Quick update: I'm very close on being able to install it on a per user-basis. The 2 important files is the .so library and the .xml file. There is also the entry on the /etc/environment.

Regarding the entry I believe I can append GTK3_MODULES=$ΗΟΜΕ/.local/share/lib/libplotinus.so; export GTK3_MODULES on .profile so there's that. Regarding the files I can "trick" cmake to install locally with: cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME/.local . but there are some inconsistencies.... Hmm..

Link to issue: https://github.com/p-e-w/plotinus/issues/25

vmavromatis avatar May 08 '17 19:05 vmavromatis

AWESOME! :grinning: Now if only this issue of Plotinus gets resolved xD

aviwad avatar May 10 '17 12:05 aviwad