You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And, more importantly, the CLI argument --mutter-plugin=PLUGIN Mutter plugin to use also changed its name in:
$ muffin --help
Usage:
muffin [OPTION?]
Help Options:
-h, --help Show help options
Application Options:
--sm-disable Disable connection to session manager
-r, --replace Replace the running window manager
--sm-client-id=ID Specify session management ID
-d, --display=DISPLAY X Display to use
--sm-save-file=FILE Initialize session from savefile
--sync Make X calls synchronous
--x11 Run with X11 backend
--version Print version
--mutter-plugin=PLUGIN Mutter plugin to use
This doesn't cause any issue in usage per se, but not sure whether this was an intended change in muffin 5.4.0 (persisting until the current version in master @ 94a950a).
The text was updated successfully, but these errors were encountered:
After the 8599127 rebase, there are now at least a few mentions of mutter remaining in the CLI interface (see e.g. the https://github.com/linuxmint/muffin/blame/94a950abd1f853d1f0d0ca5d2133c58befc6b363/src/core/mutter.c#L38 file).
For instance,
mutter 5.8.0
in:And, more importantly, the CLI argument
--mutter-plugin=PLUGIN Mutter plugin to use
also changed its name in:This doesn't cause any issue in usage per se, but not sure whether this was an intended change in muffin 5.4.0 (persisting until the current version in
master
@ 94a950a).The text was updated successfully, but these errors were encountered: