Pavel Haluza
Pavel Haluza
This doesn't really work as expected. The `*` rule seems to always take precedence over other rules. I'd expect it to come into effect only when there is no other...
Yea, I see there were several attempts, starting from #2292, none of them got merged. :disappointed:
@selsta Yes, it does, but it shows only a generic icon, as in OP's screenshot. There's no Monero icon under `.local/share/icons/` where the most of other apps put their icons....
I report the same problem - no apps visible with the extensions enabled.
I guess it's because we want plain text when e.g. outputing to a file, huh? I figured out how to bypass that for my use-case with [`unbuffer`](https://superuser.com/a/751809). So let me...
On Fedora following worked for me. ``` sudo dnf install gperftools-libs.i686 ``` Then in Steam, launch options ``` LD_PRELOAD=$LD_PRELOAD:/usr/lib/libtcmalloc_minimal.so.4 %command% -novid ``` When trying to run from terminal, I was...
@Hessam-Emami nope, but TBH I did not try very much. I just don't use Compose in the Activity where I need the PhotoView. :man_shrugging:
Since this doesn't get any attention and probably never will, I'll mention that there's now Compose implementation of basically the same thing to PhotoView - https://saket.github.io/telephoto/. It has no scrolling...
Same issue. For me the app `com.nextcloud.desktopclient.nextcloud` is giving me 3 dots. Also Jetbrains Toolbox but that's not flatpak. It's strange. Turning the extension off/on fixes the Toolbox (for some...
More weirdness - the bonus point 5. is working fine when I remove the `listener` I've added for debugging. 🤔 The app also crashes only the second time I open...