Albin Larsson

Results 78 issues of Albin Larsson

### Description Apparently you can set the display for Wayland (although I'm not sure how to list wayland displays) https://docs.gtk.org/gtk4/wayland.html#wayland_display https://docs.gtk.org/gtk4/method.Window.set_display.html Try to make it consistent with X11 (see #1195)...

enhancement

### Description Wnck is only used for raising windows now (see #979), but Wnck is kind of big just for this, and it should be possible to do this without...

enhancement

Import version and gi_versions from pyproject.toml Was part of the PR for #1311 but I decided to go a different route because this is not worth it (at least not...

### Description ### Why we needed and still need it currently Historically the biggest reasons to keep Ulauncher running in the background was the keybinder library having to be running...

enhancement
feature
size-XL

### Description Ulauncher's preferences is a separate web app with separate dependencies. It's slower to launch, has a ton of wrapper code to maintain to add a proxy server to...

feature

### Description I don't know exactly how this works. I previously made a git workflow with eslint, and it gave me this for free, but with the linters we use...

feature
task
severity-low

### Description This is the [fairly recently merged PR for the global shortcuts portal](https://github.com/flatpak/xdg-desktop-portal/pull/711), which will potentially solve one of the major issues we have had and enable us to...

enhancement
contributor-friendly

This is detected as using 1 space for indentaion: ```js class Event { /** * Does·something; Doesn't·just·stand·there */ trigger() { } } ```

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":...