icedman

Results 131 comments of icedman

I've added a blur for topbars. Although it sometimes doesn't show immediately at startup

I actually recently wrote an article Porting C/C++ apps to Flutter mentioning this issue on Linux - of libraries not found, and how to address it. https://levelup.gitconnected.com/port-an-existing-c-c-app-to-flutter-with-dart-ffi-8dc401a69fd7 I will release...

Thank you for pointing out rpath. I will have to look into that.

This is similar to issue #126 and has been fixed in the development branch. I will upload to EGO pretty soon.

This is where the downloads and trash icons should have been. Perhaps try another icons theme. Could because your icons theme is PNG or image based. I've only tested scalable...

... re PNG icons.. it seems this is the cause of the LAG for some users. Avoid PNG icons for now. It think it takes too much CPU resource to...

Hi @m44soroush , could you check if the same issue persists for you on Gnome 45. Gnome 44 is currently way behind in the development.

2x scale is such a headache :)

"Compiling textmate module..." should only display once. And nvim will prompt "Done. Please restart" after successful compilation. Please try building manually and see if any error occurred. ```sh git clone...