FaeWulf
FaeWulf
Explore posts from servers
UBUniversal Blue
Created by FaeWulf on 7/15/2024 in #🛟bazzite-help
Freeze after wake up from sleep
I am using the latest stable version DE: KDE with wayland GPU: Nvidia After wakeup from sleep, it shows the lock screen as usual (sometimes show password field, sometimes doesn't) and freeze (unresponsive) for about 2-3 mins (between the times the screen may turn off and if pressing random buttons will wakeup and still freeze) I tried to follow https://github.com/aarron-lee/gpd-win-tricks/tree/main?tab=readme-ov-file#help-fix-flaky-suspend (disable with udev rule and run the wm2-suspend-udev.sh script) but it doesn't work.
48 replies
SIASapphire - Imagine a framework
Created by FaeWulf on 1/25/2024 in #sapphire-support
PaginatedMessage: refresh pages after setPages()
How can I update or refresh PaginatedMessage after use setPages()? Currently, I have to click next/prev button to refresh all pages.
5 replies
SIASapphire - Imagine a framework
Created by FaeWulf on 1/24/2024 in #sapphire-support
change PaginatedMessage's selectMenu context name
No description
3 replies
CCoder.com
Created by FaeWulf on 9/1/2022 in #help
code-server with proxy_pass
I want to move code-server into www.domain/vscode instead of www.domain here is my current nginx block:
location /code {
proxy_pass http://127.0.0.1:8080/;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_set_header Accept-Encoding gzip;
}
location /code {
proxy_pass http://127.0.0.1:8080/;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
proxy_set_header Accept-Encoding gzip;
}
But it doesn't work
10 replies