the calculator opens in a wide open window in 3.6.X , instead of opening in small format as in 3.5.
how change this behavior?
This is a known issue. You can work around it by running the following commands in a Terminal window (use copy and paste to avoid typos):
mkdir -p ~/.local/share/applications/
cp /usr/share/applications/org.gnome.Calculator.desktop ~/.local/share/applications/
echo 'X-Endless-LaunchMaximized=false' >> ~/.local/share/applications/org.gnome.Calculator.desktop
Now log out and in again.
Ok, this work.
thanks
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.