mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
Merge pull request #707 from JakeStanger/fix/xwayland-popup
fix(launcher): showing xwayland menus and tooltips
This commit is contained in:
commit
4d30819ff6
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ impl ToplevelHandleHandler for Environment {
|
||||||
|
|
||||||
match handle.info() {
|
match handle.info() {
|
||||||
Some(info) => {
|
Some(info) => {
|
||||||
|
if info.app_id.is_empty() {
|
||||||
|
trace!("ignoring xwayland dialog");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
trace!("Adding new handle: {info:?}");
|
trace!("Adding new handle: {info:?}");
|
||||||
self.handles.push(handle.clone());
|
self.handles.push(handle.clone());
|
||||||
if let Some(info) = handle.info() {
|
if let Some(info) = handle.info() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue