Stanislav Dmitrenko

Results 154 comments of Stanislav Dmitrenko

I'm getting similiar error: `execv error: No such file or directory` This is where you can get appimage for test: https://github.com/simplex-chat/simplex-chat/releases/tag/v5.3.0-beta.5 In my case I install AppImageLauncher from pacman (I'm...

Open https://www.youtube.com/watch?v=hvHi7N8kc8s&list=PLfm0UlAaFizvaDCpgeRGD-es6bq5LRO49&index=36 in a browser and notice that the next video (37) is restricted for viewing. Some videos in this playlist are restricted too. So it's not a "random stops",...

[Alex009](https://github.com/Alex009) >fix in https://github.com/icerockdev/moko-resources/pull/575 Don't think it's fixed because I have similar error message on **0.24.0-alpha-5**: ```log Expected object 'MR' has no actual declaration in module for JVM ``` In...

Oh, I made a sample and after that noticed that I use `dev.icerock.moko:resources-compose:0.24.0-alpha-5` but `classpath("dev.icerock.moko:resources-generator:0.23.0")`. So it's completely my fault, sorry. When I specified here the latest alpha and restructured...

You can name images as .png and it will work fine on Android. If you need on desktop, additionally include webp lib from here: https://github.com/haraldk/TwelveMonkeys

Turns out, debug build in android works but release build fails on lint step because of wrong extension. So it's not an option, unfortunately

I have a xorg-video-dummy installed and running: ``` [ 26.048] (**) |-->Screen "dummy_screen" (0) [ 26.048] (**) | |-->Monitor "dummy_monitor" [ 26.048] (**) | |-->Device "dummy_card" [ 26.048] (**) |...

The problem with this theme (and similar) is a lack of `dark` theme in DLauncher the theme is based upon. I copied it from ULauncher [source](https://github.com/Ulauncher/Ulauncher/tree/v6/data/themes/dark) to ~/.config/dlauncher/themes/dark and my...

@diced I'm using i3wm and have the same problem. I written step-by-step instruction of how to reproduce. Maybe it will help https://github.com/diced/dlauncher/issues/10#issue-1338173509

Just found that actually this issue is the same as #5, since it is caused by focus handling somehow. Because If i set `hide_on_focus_lost = false` the toggle will work...