Can't minimize Musescore or change virtual desktop on Linux with Gnome-based desktop environments
Reported version
3.3
Type
Graphical (UI)
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
Yes
Project
I'm using Linux Mint 19.1 with the Cinnamon desktop environment.
If I try to minimize Musescore the window immediately re-opens. If I try to switch between virtual desktops I'm immediately taken back to the desktop with the open Musescore window.
This happens regardless of if the Musescore window is maximized or not.
I've uploaded a video showing the issue - https://youtu.be/rB9NV7qMecg
Fix version
3.5.0
Comments
Are you using the AppImage, or some other version of MuseScore? The AppImage is supported and known to work on pretty much any distribution. Other builds, not so much. If it comes from a repository, could be whoever built it did something wrong.
In reply to Are you using the AppImage,… by Marc Sabatella
Yes I'm using the app image - MuseScore-3.3.3-x86_64
I've noticed this issue in the last few versions of Musescore, can't remember which was the earliest.
I'm not aware of any problems having been reported with that, and it worked fine for me, but do try 3.3.4, the latest and see if the problem remains. And do try rebooting if you haven't already - seems likely to be a system issue.
Same issue with 3.3.4 after a restart.
I'll test it on my laptop, I have 3 different versions of Mint installed on it and it uses a different graphics card. I'll report back.
My results. It won't run on Linux Mint 17, not a problem, that version is very old.
So I ran it on Mint 18 and 19 with no issue. What I noticed though is because it was the first time I'd used Musescore on those installs I was prompted to configure Musescore. I haven't changed the configuration files on my PC for ages, so I tried renaming the config folder and running Musescore afresh, as expected I got the config window.
After that Musescore minimizes just fine, so there is something in my configuration folder that's causing the issue for me.
In reply to (No subject) by Ziya Mete Demircan
Still active I think...
I found what causes the issue and I was able to recreate this on the fresh install on my laptop. Enabling View >> Play Panel, or View >> Mixer
Also on my laptop enabling the Mixer makes the maximize button vanish, this doesn't happen on my desktop so perhaps is related to screen resolution...
In fact I just noticed the bottom of the Musescore window disappears on my laptop when I enable the mixer, so definitely a resolution issue.
In reply to Still active I think... I… by reddiesel41264
I can aggree the description above.
of the screen. if the dock panel on the left or right side the MuseScore windows does not disappear at the bottom.
I'm working with a laptop too.
Resolution: 1600 x 900 (16:9)
I've found if I have the mixer window floating, or docked to the left, then the problem goes away.
Reproducible on Ubuntu 19.10 with GNOME 3.34.3 using MuseScore-3.4.2-x86_64.AppImage
Hello,
same issue on OS: Linux Mint 19.3, Arch.: x86_64, MuseScore version (64-bit): 3.5.0, revision: 1ee2fe3
AppImage
Can't minimize MuseScore window when mixer is docked. This is wierd and annoying!
Greetings, Pentatonus
Not on OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.5.0.11614, revision: 1ee2fe3
In reply to Not on OS: Windows 10 (10.0)… by Sunny2019
Did you test with the play panel or mixer enabled and docked to the right?
In reply to Did you test with the play… by reddiesel41264
Yes also with play panel docked or mixer docked to the right.
I am also having this problem with MuseScore-3.4.2-x86_64.AppImage on Ubuntu 18.04.
OS: Ubuntu Core 18, Arch.: x86_64, MuseScore version (64-bit): 3.4.2., revision: 148e43f
With the play panel docked right or upper left, minimizing Musescore with the minimize button causes it to minimize and immediately open back up again.
If the play panel is closed or undocked the minimize button works properly.
See https://github.com/musescore/MuseScore/pull/6206
A Linux-only problem.
In reply to Yes also with play panel… by Pentatonus
Works perfectly for me.
indeed
Fixed in branch 3.x, commit 6804243e66
_fix #298820: fix inability to minimize MuseScore on Linux with Gnome-based desktop environments
The issue happens if some QML view is opened, e.g. a plugin dock or,
more importantly, Palettes panel. Fixes the issue by leaving the code
in Mixer and Play Panel forcing a window to take focus only in cases
when it might make sense: when opening the corresponding widget and
when unminimizing MuseScore if the widget is in floating state (otherwise
it won't take focus). This is enough to avoid triggering the issue
which happens only if Play Panel or Mixer is docked._
Fixed in branch 3.x, commit 4357e7c3c7
_Merge pull request #6206 from dmitrio95/298820-cannot-minimize-musescore
fix #298820: fix inability to minimize MuseScore on Linux with Gnome-based desktop environments_
Automatically closed -- issue fixed for 2 weeks with no activity.