Ulauncher-Revived icon indicating copy to clipboard operation
Ulauncher-Revived copied to clipboard

Linux Application Launcher

Results 11 Ulauncher-Revived issues
Sort by recently updated
recently updated
newest added

Pros: * More sane code base with no risk of leaking between these layers or crashing. * Almost all crashes are happening on the UI layer with X or GTK...

```shortcuts.json { "4dcabb1b-fab7-4ee0-8c99-430bf9ae8615": { "id": "4dcabb1b-fab7-4ee0-8c99-430bf9ae8615", "name": "Google Search", "keyword": "g", "cmd": "https://google.com/search?q=%s", "icon": "~/src/UlauncherRevived/data/media/google-search-icon.png", "is_default_search": true, "run_without_argument": false, "added": 1625258934.4217124 }, "8ecf7735-eec1-499b-b123-a2f104e59495": { "id": "8ecf7735-eec1-499b-b123-a2f104e59495", "name": "Stack Overflow", "keyword":...

Ulauncher used/uses Travis. I think Github Actions may be better to avoid having to store travis keys, which might also mean people can run them from their forks? I never...

As part of #9 I want to simplify the scripts, and I tried to rewrite setup.py to use a more default and modern way to install. There's a lot of...

Ulauncher has this only on the releases page and a file specifically for debian which is semi-scripted is a very confusing way. It would be good to have one and...

Extremely vague concept so far, that I don't have any concrete plan to support, but wanted to share: If extensions had a standardized way output a "format" or list of...

enhancement

Ulauncher runs a lot of extensions in the background, but the vast majority of extensions out there are just wrapping external APIs. They're not running any daemons / background processes...

The current hotkey implementation has too many quirks and the workarounds have race conditions. Quoting from a libkeybinder issue how to do this: > Use GApplication: https://wiki.gnome.org/HowDoI/GtkApplication > Add your...

I stopped contributing to Ulauncher because of the build steps, being told to use containers to run the builds, builds ending up copying all the ulauncher files to my home...

Apps have different actions. For example Chromium has "Open Incognito Window" other than just the normal one. These should be included in the alt-enter menu, although I'm planning to replace...