[Manjaro LINUX] No tooltips for sidebar windows (Palette, Mixer, Play Panel, etc.)
Reported version
3.4
Type
Ergonomical (UX)
Frequency
Many
Severity
S3 - Major
Reproducibility
Always
Status
won't fix
Regression
No
Workaround
Yes
Project
The tooltip (aka popups) showing descriptions, names, etc. on many palette items are not shown. Actually i didn't know they were supposed to be there and always wondered how i could learn the name of an obscure palette item from just looking at it, until saw proof of their existence as i watched this video tutorial today.
This leads me to believe that there must be many other tooltips i cannot see on other dockable windows (i.e. navigator, mixer, what have you). No matter whether i have them docked, tabbed, or floating, no tooltips for me. Tooltips on main buttons at the top all work fine.
Maybe a linux only issue?
OS: Manjaro Linux, Arch.: x86_64, MuseScore version (64-bit): 3.4.2., revision: 148e43f
Qt Version 5.14.2.
Comments
Actually, from an ergonomical/UX standpoint this is major. From a functional perspective it would be minor.
They do show on Windows.
As it goes, i found a workaround sort of by accident... and then two more (which are basically variations of the first, TL;DR workarounds at the end of this post). After digging a little deeper i'm 99.9% certain this is not about the MuseScore code base itself, it must be something about how it gets wired up into my system, so i'm closing this as "won't fix".
The workarounds are shockingly simple, and i'm really at my wit's end trying to understand why this way of starting MuseScore would initialize the MuseScore GUI so differently than the standard
.desktop
entry so i will report this over at https://gitlab.manjaro.org/packages/community/musescore/-/issues, hoping anybody there can make sense of it.Findings (debugging related stuff)
sudo make install
was used to install a build compiled from source code - which therefore i assume in the end just makes a standard system call that utilizes the same tooling under the hood.Workarounds (any will do)
a. In the file explorer (thunar), just double click a score file (
.mscz
,.mscx
)b. In the file explorer (thunar), right-click on any (really ANY) file, select "Open with..." and then MuseScore. With this method other versions such as custom builds from source can also be used with working tooltips :)
c. In the terminal, use
xgd-open /path/to/my-score.mscz
- which i understand is basically what happens behind the scenes in workaround (a.)In reply to As it goes, i found a… by Philzen
Suggested workaround doesn't work for me (MANJARO 20.2.1). I suspect missing tooltips have something to do with Kvantum that Manjaro uses to render Qt. I'll check it.