-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated "unity-launch" flag from Linux desktop files #1866
Conversation
@xalt7x Thanks for the catch! |
commit 268ecff Author: ryderwishart <ryderwishart@gmail.com> Date: Tue May 21 16:26:40 2024 -0700 Rebrand to Codex; modify build scripts and automated workflows # Conflicts: # patches/brand.patch commit 02a9d03 Author: VSCodium CI <vscodium-ci@not-real.com> Date: Thu May 9 18:12:33 2024 +0000 build(stable): update to commit dc96b83 commit f93746b Author: Yevhen Popok <xalt7x.service@gmail.com> Date: Mon May 6 17:08:01 2024 +0300 fix(linux): deprecate unity-launch flag (VSCodium#1866) commit 0d28b4d Author: Baptiste Augrain <daiyam@zokugun.org> Date: Sun May 5 10:55:17 2024 +0200 feat(1.89): update patches (VSCodium#1863) commit 39df447 Author: Lex <115115137+lex-ibm@users.noreply.github.com> Date: Fri Apr 26 01:59:33 2024 -0500 feat: use sysroot for PPC64LE (VSCodium#1857)
commit c6dbefa Author: ryderwishart <ryderwishart@gmail.com> Date: Wed May 22 02:05:44 2024 -0700 Update GitHub workflows for stable builds commit 268ecff Author: ryderwishart <ryderwishart@gmail.com> Date: Tue May 21 16:26:40 2024 -0700 Rebrand to Codex; modify build scripts and automated workflows # Conflicts: # patches/brand.patch commit 02a9d03 Author: VSCodium CI <vscodium-ci@not-real.com> Date: Thu May 9 18:12:33 2024 +0000 build(stable): update to commit dc96b83 commit f93746b Author: Yevhen Popok <xalt7x.service@gmail.com> Date: Mon May 6 17:08:01 2024 +0300 fix(linux): deprecate unity-launch flag (VSCodium#1866) commit 0d28b4d Author: Baptiste Augrain <daiyam@zokugun.org> Date: Sun May 5 10:55:17 2024 +0200 feat(1.89): update patches (VSCodium#1863) commit 39df447 Author: Lex <115115137+lex-ibm@users.noreply.github.com> Date: Fri Apr 26 01:59:33 2024 -0500 feat: use sysroot for PPC64LE (VSCodium#1857)
I'm on KDE Plasma 6 Manjaro fully updated and I still have this issue. |
@wtechgo Yes, the AUR |
It's indeed |
I just updated Manjaro, VScodium 1.90.0 came through and the issue is fixed. |
Upstream deprecated and removed "unity-launch" flag.
This commit removes this redundant flag from Linux desktop files since it breaks file opening from the outside.
Closes #1865