After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780348 - Caclulator keyboard key does not work anymore
Caclulator keyboard key does not work anymore
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: media-keys
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2017-03-21 11:31 UTC by Vít Ondruch
Modified: 2017-03-21 11:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vít Ondruch 2017-03-21 11:31:52 UTC
The 'calculator' keyboard key does not work anymore. After pressing the key, I see just this entry in my journal:

~~~
Mar 21 12:21:58 unused-4-248.brq.redhat.com gsd-media-keys[2229]: Could not find application 'gcalctool.desktop' or 'gnome-calculator.desktop'
~~~

This is apparently caused by this [1] commit. This [2] line should be probably adjusted.


$ rpm -q gnome-calculator
gnome-calculator-3.23.92-1.fc27.x86_64

$ rpm -q gnome-settings-daemon 
gnome-settings-daemon-3.23.92-1.fc27.x86_64



[1]: https://github.com/GNOME/gnome-calculator/commit/655f64b4325c4af8a3dcb0f3bc9b22f009317742
[2]: https://github.com/GNOME/gnome-settings-daemon/blob/2600ac48a56e97ed923678ec970132f5a74879ff/plugins/media-keys/gsd-media-keys-manager.c#L2387
Comment 1 Bastien Nocera 2017-03-21 11:42:15 UTC
Fixed in commit ace15f5dceaa1691f9aee21f960c281e8c4d9fcc
Thanks for the links!