Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aviwad opened this issue May 8, 2017 · 4 comments
Open

Comments

@aviwad
Copy link

aviwad commented May 8, 2017

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

@vmavromatis
Copy link
Owner

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.

@aviwad
Copy link
Author

aviwad commented May 8, 2017

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.)

@vmavromatis
Copy link
Owner

vmavromatis commented May 8, 2017

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: p-e-w/plotinus#25

@aviwad
Copy link
Author

aviwad commented May 10, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants