Summary: | app-editors/vscode: .desktop exec arguments freezes editor | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexander Petermann <alex_gentoo> |
Component: | Current packages | Assignee: | Adel KARA SLIMANE <adel.ks> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | adel.ks, alex_gentoo, arthurzam, piotr5, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge info |
Description
Alexander Petermann
2025-02-12 11:12:36 UTC
My suggestion is to remove the flag: --ozone-platform-hint=auto for now. Please attach emerge --info app-editors/vscode PS. Works fine under kde + wayland for me. Created attachment 918808 [details]
emerge info
Hey, you can simply disable the 'wayland' useflag to remove --ozone-platform-hint=auto from the desktop file :D Which means you will be running on XWayland I will wait for your feedback on how it went before marking this as solved (In reply to Adel KARA SLIMANE from comment #4) > Hey, > > you can simply disable the 'wayland' useflag to remove > --ozone-platform-hint=auto from the desktop file :D Which means you will be > running on XWayland > > I will wait for your feedback on how it went before marking this as solved Hey, yeah, that did fix the desktop file. I didn't know that the wayland flag does only change the desktop file. After your comment, I checked the ebuild and agree that we can close this bug. Thank you everyone for you help. I can confirm: when starting either logseq or vscode, since recent update, --ozone-platform-hint=auto causes the app to freeze, in the former case not even a window is displayed while the latter shows window and keeps asking me if I want to restart the window over and over (with long delay). when I removed that option it started on wrong display and with wrong window-size, but it works. same for logseq. --enable-wayland-ime is an option I left in in both cases, it does not change anything... as of last week, it still worked, so it was some update to configs or library or something that caused it, since app-editors/logseq-desktop-bin is still 0.10.9-r1, no changes to upstream... (In reply to piotr5 from comment #6) I tried vscode again with the wayland flag enabled, and everything worked as expected. Current version tested was: 1.98.2. So, at least for me, the issue is gone. |