mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 01:48:53 +02:00
Some apps names or keywords contain multiple words. For example 'LibreOffice Calc' contains the word 'Calc'. This is rightfully detected as a prefix match, however generally it is expected that searching for 'calc' would consistantly return 'Calculator' in first position, instead of ranking them equally. We now prioritise tokens that would otherwise rank equal based on where they occur in the string, giving earlier occurences precedence.
41 lines
2.7 KiB
Desktop File
41 lines
2.7 KiB
Desktop File
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
# This file incorporates work covered by the following license notice:
|
|
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed
|
|
# with this work for additional information regarding copyright
|
|
# ownership. The ASF licenses this file to you under the Apache
|
|
# License, Version 2.0 (the "License"); you may not use this file
|
|
# except in compliance with the License. You may obtain a copy of
|
|
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
#
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Terminal=false
|
|
Icon=libreoffice-calc
|
|
Type=Application
|
|
Categories=Office;Spreadsheet;X-Red-Hat-Base;
|
|
Exec=true %U
|
|
MimeType=application/clarisworks;application/csv;application/excel;application/msexcel;application/tab-separated-values;application/vnd.apache.parquet;application/vnd.apple.numbers;application/vnd.lotus-1-2-3;application/vnd.ms-excel;application/vnd.ms-excel.sheet.binary.macroEnabled.12;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-works;application/vnd.oasis.opendocument.chart;application/vnd.oasis.opendocument.chart-template;application/vnd.oasis.opendocument.spreadsheet;application/vnd.oasis.opendocument.spreadsheet-flat-xml;application/vnd.oasis.opendocument.spreadsheet-template;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.stardivision.calc;application/vnd.stardivision.chart;application/vnd.sun.xml.calc;application/vnd.sun.xml.calc.template;application/x-123;application/x-dbase;application/x-dbf;application/x-dos_ms_excel;application/x-excel;application/x-gnumeric;application/x-iwork-numbers-sffnumbers;application/x-ms-excel;application/x-msexcel;application/x-quattropro;application/x-starcalc;application/x-starchart;text/comma-separated-values;text/csv;text/spreadsheet;text/tab-separated-values;text/x-comma-separated-values;text/x-csv;
|
|
Name=LibreOffice Calc
|
|
GenericName=Spreadsheet
|
|
Comment=Perform calculations, analyze information and manage lists in spreadsheets.
|
|
StartupNotify=true
|
|
X-GIO-NoFuse=true
|
|
Keywords=Accounting;Stats;OpenDocument Spreadsheet;Chart;Microsoft Excel;Microsoft Works;OpenOffice Calc;ods;xls;xlsx;
|
|
InitialPreference=5
|
|
StartupWMClass=libreoffice-calc
|
|
X-KDE-Protocols=file,http,webdav,webdavs
|
|
|
|
Actions=NewDocument;
|
|
[Desktop Action NewDocument]
|
|
Name=New Spreadsheet
|
|
Icon=document-new
|
|
Exec=true %U
|