-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Close, minimize and maximize buttons missing on Arch Linux #165481
Comments
I can also confirm this
|
Can confirm. How can you even invent such bugs I don't know. |
I'm having the same problem on Manjaro (which is based on Arch)
Apparently this happens on Linux, MacOS as well as Windows, as there are similar issues for MacOS and Windows. The Windows issue also shows people using Electron 19.1 getting this problem, so it seems like the problem was introduced when moving from Electron 19.0.13 to 19.1.x. #165337 (comment) mentions setting Notably, the Windows issue has been closed with #165384, but I don't know if that also fixes it for Linux & MacOS and when that will be released in a stable version. @sbatten Thanks for the PR, would you mind updating us on whether that also fixes the issue on Linux & MacOS? If so, when can we expect it to be released in a stable version? |
Can anyone in this thread verify that the issue still remains on the latest insiders on arch(-based) linux? |
Just tested it with the build from today on Manjaro and indeed the issue seems to be fixed. |
@major-mayer thank you very much for the confirmation. This fix will make its way to the next stable release. |
Does this issue occur when all extensions are disabled?: Yes/No
I read several issues related the missing of close, maximize and minimize buttons occurring in Windows and macOS. I'm noting the same issue is happening also on Arch Linux.
Here, I have a full upgraded Arch Linux environment and when I open Code, I don't get these buttons:
![image](https://user-images.githubusercontent.com/83867734/199950444-9218eb0e-6391-497c-aaa1-f4b231e899c5.png)
This issue should be related to Electron19 because, when I downgrade electron19 package from 19.1.4 to 19.0.13, I get the three buttons:
Steps to Reproduce:
sudo pacman -Syy code
code
electron19
package to 19.0.13 by usingsudo downgrade electron19
and choosing the 19.0.13 versionThe text was updated successfully, but these errors were encountered: