Thunar right-click menu not expanded
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTK+ |
Fix Released
|
Unknown
|
|||
Thunar File Manager |
Fix Released
|
Medium
|
|||
gtk+3.0 (Ubuntu) |
Triaged
|
Low
|
Unassigned | ||
thunar (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Submitting this bug report with the SRU template, but hopefully we can go ahead have this uploaded before the final images have been built.
[Impact]
* The "Create Document" submenu in Thunar does not expand to a usable length.
* The submenu is displayed at just a few pixels tall, enough to see menu items as you scroll, but not enough to read any item.
* This breaks a standard use case for file managers: creating new files.
* The proposed upload fixes the bug by loading the menu items synchronously, making the menu load with the items already populated instead of having to redraw once the items are added.
* The patch provided comes from the upstream maintainer.
[Test Case]
* Open Thunar.
* Right click in the blank space (not on an item).
* Move the cursor to the "Create Document" menu.
* Bug Present: The submenu is displayed but short, and no items are visible.
* Bug Resolved: The submenu is displayed, items present in the ~/Templates folder are displayed.
[Regression Potential]
* Regression potential is minimal:
* The modified code affects only the drawing of the submenu items.
* The submenu is already ununsable, no items are displayed.
* Some limited testing has already been completed:
* 2 users confirmed the patch fixes the issue on the upstream bug report.
* 2 Xubuntu team members (bluesabre, Unit193) have also confirmed the patch and no regressions.
[Original Report]
In Thunar, when I right click to create a new file, the menu shows up so small that I can't see the options. I have rebooted and the problem persists. Haven't checked other file managers yet. Running Xubuntu 19.04 (Development Branch), Thunar 1.8.4.
ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: thunar 1.8.4-1
ProcVersionSign
Uname: Linux 5.0.0-7-generic x86_64
NonfreeKernelMo
ApportVersion: 2.20.10-0ubuntu23
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Mar 29 16:41:29 2019
InstallationDate: Installed on 2019-03-29 (0 days ago)
InstallationMedia: Xubuntu 19.04 "Disco Dingo" - Alpha amd64 (20190326.1)
SourcePackage: thunar
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in thunar: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
summary: |
- right-click menu + Thunar right-click menu not expanded |
Changed in thunar (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in thunar: | |
status: | Confirmed → Fix Released |
Changed in gtk: | |
status: | Unknown → New |
Changed in gtk+3.0 (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in thunar (Ubuntu): | |
importance: | Undecided → Low |
Changed in gtk: | |
status: | New → Fix Released |
As of gtk 3.24.7 (Arch), Thunar's "Create Document" submenu no long displays any content. Hovering over the thin line that is shown, generates the error message:
*** BUG *** region32_ init_rect: Invalid rectangle passed
In pixman_
Set a breakpoint on '_pixman_log_error' to debug
Reverting back to previous version of GTK3 (3.24.5) results in a working sub-menu again.
The "Create Document" submenu in xfdesktop is unaffected.