Enable the calculator mode button - Ask Ubuntu


this question has answer here:

i'd use advance mode , programming mode in calculator. not showing mode option button in 16.04 ubuntu. how enable calculator mode button.

as of unity launched, ubuntu used global menu feature places menu bar each application on bar @ top of screen. so, if wish change application, need hover on top task bar while focusing on application.

enter image description here

otherwise, there few command can use changing calculator mode without accessing hidden menu.

basic mode :

gsettings set org.gnome.calculator button-mode basic; gnome-calculator 

advanced mode :

gsettings set org.gnome.calculator button-mode advanced; gnome-calculator 

financial mode :

gsettings set org.gnome.calculator button-mode financial; gnome-calculator 

programming mode :

gsettings set org.gnome.calculator button-mode programming; gnome-calculator 

keyboard mode :

gsettings set org.gnome.calculator button-mode keyboard; gnome-calculator 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User