Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3484  / 2 Years ago, fri, october 7, 2022, 9:27:57

I am trying to set which calculator will be called when I press the calculator button on the keyboard. My favourite calc app is Qalculate.



How can I set it be the default one so I can open it via calc button on my keyboard?


More From » 13.10

 Answers
6

I solved it following the link in this comment by @Wilf to this Ubuntu Forums thread



Ubuntu 13.10 uses the calculator tool gnome-caculator. So instead of messing with the system, the easiest is to fake this shortcut with a symbolic link bound to qalculator tool.



sudo mv /usr/bin/gnome-calculator /usr/bin/gnome-calculator_original
sudo ln -sT /usr/bin/qalculate /usr/bin/gnome-calculator


The shortcut works instantly.


[#27743] Saturday, October 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
urvedcaly

Total Points: 171
Total Questions: 118
Total Answers: 124

Location: Cape Verde
Member since Fri, Nov 27, 2020
4 Years ago
urvedcaly questions
Tue, Nov 8, 22, 19:40, 2 Years ago
Fri, May 26, 23, 15:27, 1 Year ago
Wed, Jan 19, 22, 08:09, 2 Years ago
Thu, May 13, 21, 03:34, 3 Years ago
;