JaKooLit / Debian-Hyprland

Automated Hyprland installer for Debian 13 Trixie and Debian SID (unstable)
GNU General Public License v3.0
682 stars 64 forks source link

Visual Code doesn't load #36

Closed HIXETA closed 3 months ago

HIXETA commented 6 months ago

Hi,

love your work.

I recently discovered that whenever I try to run Visual Studio Code in Hyprland environment, Hyprland automatically logs me out and I have to re-enter my password and login back. I downloaded Visual Studio from the Ubuntu Store (snap), issue doesn't occur in Gnome or KDE it's just with Hyprland.

Any ideas what causes this and how to fix it. I can use other editors like nvim, the issue only occurs with Visual Code.

Any help would be appreciated.

JaKooLit commented 4 months ago

electron base... try to disable gpu acceleration on vscode...

Launch with on tty or kitty

code --disable-gpu

once it launches,

https://gist.github.com/andriyudatama/fe5d00deb36feeea30ef35a5ea0f7eff

JaKooLit commented 3 months ago

Closing as I assumed he found the fix