qwreey

Results 59 comments of 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?

![image](https://github.com/qwreey/quick-settings-tweaks/assets/46598063/1b0c22ff-d6c1-4eb5-a9c0-6affde3470c7) 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 ![image](https://github.com/qwreey/quick-settings-tweaks/assets/46598063/dc11a2e6-cd0a-468c-9253-6735e5eee44a)

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 ![image](https://user-images.githubusercontent.com/46598063/177096134-3127aed2-ad28-43f6-aeb5-191b94c21461.png) ![image](https://user-images.githubusercontent.com/46598063/177096220-f5b51733-2ded-4b16-8a58-aad366ed6c67.png) ( ^ 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...