qwreey
qwreey
Uploaded! Sorry for the late response (Due to academy exam)
I think, it is no way to check screen share is enabled in gnome shell API Did you know how to check screen share is enabled?
 Really ? my code not includes that
Can you upload full gnome logs? that error log is ambiguous you can see full logs by execute `journalctl /usr/bin/gnome-shell --reverse` like this 
Maybe conflict with `[email protected]` ...? can you turn off it and test again?
Fixed in Refactored version! New version will be published in this weekend!
I have the same issue too when After pc goes to sleep, If I unlock pc, every icons disappear like this   ( ^ when reopened gnome shell) And...
just adding ```java appName = appName.replace("\t'"," "); appName = appName.replace("'\n"," "); ``` can fix this
> According to the zstd CLI tool (downloaded from the zstd repo) the best compression level is 19. Are we _sure_ that 22 is the max it uses? between 1...
How about using [assoc](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/assoc) and [ftype](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ftype) We can save old default app with that command's output, and set default app without accessing any guis ``` > cmd /c assoc .html...