-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
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. |
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.) |
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 Link to issue: p-e-w/plotinus#25 |
AWESOME! 😀 |
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
The text was updated successfully, but these errors were encountered: