Toolbar layout always reset on 3.3 Appimage.
Hi, when using the lastest release candidate every time i open musescore i have to change the layout from the toolbars to the way i use them. The paletes inside the workspace are remembered but the layout isnt, i am sure i saved all layout preferences in the custom workspace.
Comments
When you created the custom workspace did you check the workspace box in the creation dialog? I've see discussion that this box is not a good idea and if this is the reason for your problem then it is evidence that the box should be eliminated or altered to a confirmation box only. By the way, if you change to the workspace go to the View menu, select Workspace then Edit, the box will appear so you can check the toolbars box.
The checkboxes are there because depending on your goal, sometimes you want things saved as part of the workspace and sometimes you don't.
It should be the case that if the Toolbars option is selected for the workspace, the toolbar customizations you make while in that workspace are remembered and are used each time you use that workspace - whether that means starting up MuseScore or just switching to the workspace. So use View / Workspaces / Edit Workspace to be sure that box is selected.
It's the "Menu" checkbox that perhaps shouldn't have been exposed in the dialog, as there is no direct way to customize menus anyhow (you can edit the workspace files), and this ends up locking you out of future additions to the menu.
Hi, i checked and all checkboxes are selected.
Maybe i am doing something wrong but i remember this didnt happen with the earlier version of the release candidate. In fact workspaces created using the old version remember the layout fine in the release candidate. As a workaround i will just create the workspaces in the earlier version for the first time and edit them on the new one.
Edit: i just checked and i have the same problem in the 3.3 release.
In reply to Hi, i checked and all… by [DELETED] 26799858
I just tried it in the 3.3 release and when I edit a toolbar it reverts when I close and reopen MuseScore. I tried with the toolbar box checked and unchecked in the workspace edit box.
In reply to Hi, i checked and all… by [DELETED] 26799858
Hmm, seems inconsistent for me, sometimnes it works, sometimes it doesn't. I haven't tested extensively enough to say what the difference is, but one thing that might be relevant is changing workspaces to something else then back before closing MuseScore?
In reply to Hmm, seems inconsistent for… by Marc Sabatella
After further testing I've discovered that changing to a custom workspace and editing the toolbars, changing to another predefined workspace (advanced or basic) then back to the custom space leaves the toolbar as they are in that workspace, all edits are lost.
Closing MuseScore with a custom toolbar reverts the toolbar to Advanced, at least in my situation since I based by custom workspace on advanced.
Today i noticed that custom keyboard shortcuts also reset to defaults.
In reply to Today i noticed that custom… by [DELETED] 26799858
Probably a permissions problem, the AppImages is not allowed to write its settings, maybe because you installed it as root but are running it as a 'mere mortal'
In reply to Probably a permissions… by Jojo-Schmitz
You were right, running as root fixes both the toolbars and the shortcuts. Thanks
In reply to You were right, running as… by [DELETED] 26799858
That's the workaround though, the real fix is to fix the permissions and ownerships. Actually fixing the latter should be sufficient
In reply to Probably a permissions… by Jojo-Schmitz
FWIW, I have an AppImage I "installed" (running with "install" option) using "sudo" - so, as root - and I run it as myself. No problems with saving shortcuts.
In reply to FWIW, I have an AppImage I … by Marc Sabatella
Hi, im not an advanced linux user, i dont know how to fix those permissions and i dont know how to install an appimage, i just mark it as executable and open it. Some appimages ask if you want to install them the first time you open them but musescore doesnt do that. Also i am not sure if i want to install it, the repositories should be updated with 3.3 this or next week.
I will google how to do those things when i have time.
In reply to Hi, im not an advanced linux… by [DELETED] 26799858
sudo chown -R $(whoami) ${XDG_CONFIG_HOME:-~/.config}/MuseScore ${XDG_DATA_HOME:-~/.local/share}/MuseScore
In reply to Hi, im not an advanced linux… by [DELETED] 26799858
To install the AppImage, simply run it and add "install: to the command line (eg, "MuseScore-3-3-0.AppImage install",
In reply to Hi, im not an advanced linux… by [DELETED] 26799858
None of those options (installing, and changing permissions) fixed it on my system. I will just run it as root until the repository gets the update.