fix(tauri): Fix Linux Tauri Popout Windows - #1137
Open
DaVinciLord wants to merge 4 commits into
Open
DaVinciLord wants to merge 4 commits into
DaVinciLord wants to merge 4 commits into
Conversation
Handle WebKitGTK window.open requests natively so popout windows work in the Tauri app on Linux. Add a localized error message for cases where no popout window can be created.
|
I've been using this for a few months now and it works really well! Nice to see Linux support caught up with other platforms. I noticed one minor issue though: when closing the main window while the popout is open, the popout stays open. The content does get cleared so you're left with a mostly blank window, not a huge deal but I figured I might as well mention it. |
Author
|
Thanks for using this modified version ! I will soon circle back to this (when I regain access to my Linux rig) as I see that the branch is out of date and will also address the issue you mentioned. Feel free to report any issues that falls in the same scope. :) |
DaVinciLord
force-pushed
the
fix/linux-tauri-popout
branch
from
September 24, 2026 13:46
21223fe to
3880dd8
Compare
Popouts created via on_new_window are independent Tauri windows, so closing the main window left blank popouts open and kept the process alive.
DaVinciLord
force-pushed
the
fix/linux-tauri-popout
branch
from
September 24, 2026 21:27
3880dd8 to
9b89422
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1106
Handle WebKitGTK window.open requests natively so popout windows work in the Tauri app on Linux.
Add a localized error message for cases where no popout window can be created.