-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of subprocess startup dialog and present main window directly (…
…#1371) 起動オプションがマルチモード(--multi)ではなく、メインプロセスでもない 場合はメインプロセスのウインドウを最前面に表示するように起動処理を 変更します。 これはGNOMEをはじめとするGTKアプリケーションに導入されている アプリケーションの一意性の管理(多重起動の防止)に基づいた挙動です。 注意 「ウインドウを最前面に表示する」動作はデスクトップ環境によって 挙動が異なる可能性があります。 参考文献 Betterbird/thunderbird-patches#202
- Loading branch information
Showing
5 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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