Environment
- Linux Mint 22.3 Zena
- Cinnamon 6.6.7 (Muffin)
- mintinstall 8.4.0
- Resolution: 1920x1080
- text-scaling-factor: 1.6
Issue
Clicking the maximize button in Software Manager has no effect — the window does not expand to full screen. This appears to be related to the same scaling issue as linuxmint/cinnamon#13835 and linuxmint/cinnamon#13836.
The window's default size is 800x685 (set in the glade file). With text-scaling-factor=1.6, the content width exceeds the screen's available area when maximized, causing Muffin to refuse or revert the maximize.
Steps to reproduce
- Set
gsettings set org.cinnamon.muffin text-scaling-factor 1.6
- Open Software Manager
- Click the maximize button
- Window does not maximize
Expected
Maximize button should work regardless of text-scaling-factor.
Workaround
Lowering text-scaling-factor to 1.0 allows maximize to work:
gsettings set org.cinnamon.muffin text-scaling-factor 1.0
Environment
Issue
Clicking the maximize button in Software Manager has no effect — the window does not expand to full screen. This appears to be related to the same scaling issue as linuxmint/cinnamon#13835 and linuxmint/cinnamon#13836.
The window's default size is 800x685 (set in the glade file). With text-scaling-factor=1.6, the content width exceeds the screen's available area when maximized, causing Muffin to refuse or revert the maximize.
Steps to reproduce
gsettings set org.cinnamon.muffin text-scaling-factor 1.6Expected
Maximize button should work regardless of text-scaling-factor.
Workaround
Lowering text-scaling-factor to 1.0 allows maximize to work: