Results 164 comments of tinywrkb

I noticed that this happen also when files are installed without a write permission. Two of the offenders are `cpanm` and `go install`. For `go install` there's an easy workaround,...

@gasinvein thanks, I guess I should report it as a separate issue.

It's not enough to generate the module, the `build-command` should pass `--ignore-installed` to pip, as pip will not install the Python module if it's available in the runtime (SDK during...

@pwnorbitals what's working? `Ctrl+Shift+u`? this doesn't seem to be supported. IME frameworks? I'm on an updated build from git master, Fcitx5, Sway 1.5, and this still doesn't work in Wayland...

@kchibisov thanks for your reply. This is indeed working with [Sway's input grab patch](https://github.com/swaywm/sway/pull/4932) pulled in, with a git master build of Alacritty of course. Fcitx5 the word selection window...

[Proof-of-concept](https://github.com/tinywrkb/flatpaks/blob/99bff9e7344c77834e98f663203178d1953e0bfb/nz.mega.megasync/nz.mega.megasync.yaml) though it needs some cleaning, testing, and debugging as there seem to be some annoyances. Note that I had to set `DontUseNativeDialog` as true due to the fact the...

Well, I'm also not sure if there's a need for it. There's [startup-notification support in rofi](https://github.com/davatorium/rofi/search?q=startup-notification&type=commits) but there's no much in the code related to launched apps (compared to rofi's...

I don't believe that a packaging recipe is copyright protected, and it would be impossible to enforce its licensing and detect possible violators. In other words, a license here would...

You can treat the packaging as public domain, and use it as you like. In the following weeks, I will go through everything here as part of bumping the runtime...

> I'm keeping system-config-printer in mainly maintenance mode Is this related to CUPS 3.0 changes, meaning moving filters and driver into printer applications? Is it expected that with IPP Everywhere...