-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Linux: Window doesn't close/quit on first click #4611
Comments
I have done some investigation into this. It appears that earlier versions of the linux CEF3 didn't emit a GTK delete event - this has now been patched: The present code has a workaround which now that we are using patched CEF3 versions results in multiple clicks required. |
Also having a similar problem with newly installed Sprint 32 (sprint 32 experimental build 0.32.0-9791 (On branch master,master e49a849) installed via deb package on Xubuntu 13.04. In fact, it's not closing at all. As a result, need to kill both brackets and brackets-node processes. This didn't occur with Sprint 31 on the same system, so perhaps something's changed recently. Thanks! |
@dixonge The core team is short on native Linux skills. Would you like to try to fix this one? |
Same thing on Ubuntu 13.10 / Mint 16 64bit |
same here 12.04, Brackets 36 Are there any additional infos on that to ease the assessment of the problem for people who want to try to fix it? If I understand @timburgess correctly, the problem is caused by code in Brackets which was a workaround for a now-fixed bug in CEF? |
Looks like someone should try uncommenting the disabled code in the Linux impl of UPDATE: the "disabled code" referred to above now seems to be on a different line: Anyone want to give that a try and send a PR if it works? |
Assigned to @redmunds to follow up with community member who might be interested in this. |
I have this problem too, Brackets 0.44 on Ubuntu 14.04 |
@redmunds Is someone working on this? It looks like you added 'fix in progress' recently but also cleared the assignee... |
@peterflynn The pull request is adobe/brackets-shell#458. This was assigned to me, but I have not been involved with it, so I removed myself. |
Anything blocking the review / merge of the PR? The fix seems to work according to @jasonsanjose |
Ubuntu 14.04 - Brackets 1.6 bug still exists. |
Still having this issue, Ubuntu 16.04 - Brackets 1.7. I concur with @Mr-Skwiggs - the window does revert to a smaller size after reopening, even if it was fullscreen. |
@jextrevor try brackets-electron, https://github.com/zaggino/brackets-electron/releases current version matches latest brackets and works much better on linux (minus live preview functionality) |
Looks neat, will wait for some good soul to include it in AUR since I use arch linux... |
@axedre you should be able to install AppImage on arch linux as far as I know. More info on http://appimage.org/ |
Still having this issue on Brackets 1.10 on Ubuntu GNOME 17.04 64bit, I always have to press close two times to exit the program. |
Fixed By: adobe/brackets-shell#619 |
On Ubuntu, when attempting to close the Brackets window via the
X
button, it takes 2 attempts before the window actually closes.The text was updated successfully, but these errors were encountered: