With nemo-desktop it spams syslog
Bug #1827411 reported by
Zippy Zebu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-appmenu (Ubuntu) |
Fix Released
|
Undecided
|
Khurshid Alam |
Bug Description
Whenever I click desktop, it continuously posts messages to syslog
window_
track_menus: assertion 'IS_WINDOW_
I am using Ubuntu 19.04 Ubuntu Unity session.
Related branches
lp://staging/~khurshid-alam/indicator-appmenu/ignore-desktop-focal
- Dmitry Shachnev: Approve
- Sebastien Bacher: Pending requested
-
Diff: 170 lines (+18/-21)5 files modifiedsrc/gdk-get-func.c (+3/-3)
src/indicator-appmenu.c (+7/-4)
src/window-menu-dbusmenu.c (+4/-6)
src/window-menu-model.c (+4/-6)
src/window-menu.c (+0/-2)
Changed in indicator-appmenu (Ubuntu): | |
status: | New → Confirmed |
Changed in indicator-appmenu (Ubuntu): | |
assignee: | nobody → Khurshid Alam (khurshid-alam) |
tags: | added: focal |
To post a comment you must log in.
Actually it's nor really related to nemo, it's happening since the split of nautilus-desktop as a separate binary from nautilus. Bamf somehow not considering desktop window as valid bamf window (see https:/ /paste. ubuntu. com/p/wz32KF7Kq x/). As a result when indicator-appmenu tries to track menu it fails. We could just simply ignore tracking menus for desktop_windows for now.