LuminousNutria Asked: 2019-02-05 14:46:34 +0800 CST2019-02-05 14:46:34 +0800 CST 2019-02-05 14:46:34 +0800 CST How to put the default calculator into radian mode? 772 I am trying to do calculus. Is there a way to put the default calculator into radian mode? I can't find anything about it. calculator 18.04 gnome-calculator 1 Answers Voted Best Answer steeldriver 2019-02-05T16:17:43+08:002019-02-05T16:17:43+08:00 You can do this by editing the settings in the dconf database - either with the dconf-editor or using gsettings: gsettings set org.gnome.calculator angle-units 'radians' You will probably want to reverse the default angle conversion as well gsettings set org.gnome.calculator source-units 'radian' gsettings set org.gnome.calculator target-units 'degree' Viz.
You can do this by editing the settings in the
dconf
database - either with thedconf-editor
or usinggsettings
:You will probably want to reverse the default angle conversion as well
Viz.