We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321506a commit ee43cc4Copy full SHA for ee43cc4
1 file changed
docs/search-providers-examples/[email protected]/search_provider.js
@@ -12,7 +12,7 @@ function perform_search(pattern){
12
13
let awns = (Math.round(solution * 10000) / 10000).toString();
14
if (awns != pattern) {
15
- let default_icon_app = Cinnamon.AppSystem.get_default().lookup_app("galculator.desktop");
+ let default_icon_app = Cinnamon.AppSystem.get_default().lookup_app("org.gnome.Calculator.desktop");
16
let result = {
17
id: awns,
18
label: _("Solution: %s").format(awns),
0 commit comments