Bug 351937 - Comment is the same with GenericName in desktop file
Summary: Comment is the same with GenericName in desktop file
Status: RESOLVED FIXED
Alias: None
Product: cantor
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Filipe Saraiva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-29 14:09 UTC by Alex
Modified: 2016-05-10 13:12 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 16.08
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2015-08-29 14:09:26 UTC
Please add Comment in desktop file.

Reproducible: Always
Comment 1 Filipe Saraiva 2015-09-06 21:17:12 UTC
Hi Alex, which desktop file are you talking about?

The main desktop file (src/org.kde.cantor.desktop) has comment. The desktop files for libcantorlibs (src/lib/cantor_(assistant, backend, panel).desktop) have that too.

Thanks.
Comment 2 Alex 2015-09-06 22:02:49 UTC
Hi Filipe,

GenericName<>Comment<>Name with according spec, but src/org.kde.cantor.desktop now:
GenericName=KDE Frontend to Mathematical Software
Comment=KDE Frontend to Mathematical Software

Or to use GenericName shorter (GenericName is a bit long after translation for Modern Style Menu) or to write another Comment.
Comment 3 Filipe Saraiva 2016-05-08 14:31:27 UTC
Git commit a062d60de745991a12652516b4f2997b18bc28bc by Filipe Saraiva.
Committed on 08/05/2016 at 14:31.
Pushed by filipesaraiva into branch 'master'.

GenericName and Comment of a .desktop file must to be different
FIXED-IN: 16.08

M  +1    -1    src/org.kde.cantor.desktop

http://commits.kde.org/cantor/a062d60de745991a12652516b4f2997b18bc28bc
Comment 4 Alex 2016-05-08 15:40:17 UTC
Is it realy fixed?:

GenericName[bs]=KDE okruženje za matematičke programe
GenericName[ca]=Frontal del KDE per a programari matemàtic
GenericName[ca@valencia]=Frontal del KDE per a programari matemàtic
GenericName[cs]=Uživatelské rozhraní matematického softwaru pro KDE
GenericName[da]=KDE-brugerflade til matematisk software
GenericName[de]=Eine KDE-Oberfläche für mathematische Software
GenericName[el]=Περιβάλλον του KDE για μαθηματικό λογισμικό
GenericName[en_GB]=KDE Frontend to Mathematical Software
GenericName[es]=Interfaz de KDE para software matemático
GenericName[et]=KDE matemaatikatarkvara kasutajaliides
GenericName[eu]=Matematika softwarearentzako KDEren bitartekoa.
GenericName[fi]=KDE:n käyttöliittymä matemaattisille ohjelmistoille
GenericName[fr]=Interface KDE pour des logiciels de mathématiques
GenericName[gl]=Interface de KDE de software matemático
GenericName[hr]=KDE sučelje za matematički softver
GenericName[hu]=KDE előtétprogram matematikai alkalmazásokhoz
GenericName[it]=Interfaccia KDE per software matematico
GenericName[ja]=数値演算ソフトウェアのための KDE フロントエンド
GenericName[kk]=KDE-нің математикалық бағдарламаларына интерфейсі
GenericName[km]=កម្មវិធី​ខាង​មុខ​របស់​ KDE សម្រាប់​កម្មវិធី​គណិតវិទ្យា​
GenericName[ko]=KDE 수학 소프트웨어 백엔드
GenericName[lv]=KDE priekšpuse matemātiskajai programmatūrai
GenericName[nb]=KDE grensesnitt mot matematisk programvare
GenericName[nds]=KDE-Böversiet för Rekenprogrammen
GenericName[nl]=KDE-frontend tot wiskundige software
GenericName[nn]=KDE-grensesnitt til matematikkprogram
GenericName[pa]=ਗਣਿਤ ਸਾਫਟਵੇਅਰਾਂ ਲਈ ਕੇਡੀਈ ਫਰੰਟਐਂਡ ਹੈ
GenericName[pl]=Obsługa programów matematycznych dla KDE
GenericName[pt]=Interface para o KDE de Aplicações Matemáticas
GenericName[pt_BR]=Interface do KDE para software matemático
GenericName[ru]=Оболочка к системам компьютерной алгебры для KDE
GenericName[sk]=KDE Frontend pre matematický softvér
GenericName[sl]=KDE-jevo začelje za matematično programsko opremo
GenericName[sv]=KDE-gränssnitt till matematisk programvara
GenericName[th]=ส่วนติดต่อผู้ใช้ KDE สำหรับซอฟต์แวร์ทางคณิตศาสตร์
GenericName[tr]=Matematiksel Yazılım için bir KDE önyüzü.
GenericName[ug]=ماتېماتىكىلىق يۇمشاق دېتاللار ئۈچۈن KDE ئالدى ئۇچى
GenericName[uk]=Графічна оболонка KDE до математичного програмного забезпечення
GenericName[x-test]=xxKDE Frontend to Mathematical Softwarexx
GenericName[zh_CN]=数学软件的 KDE 前端
GenericName[zh_TW]=KDE 數學軟體的前端介面
Comment 5 Filipe Saraiva 2016-05-08 16:30:25 UTC
Sure, our scripts will identify the string was changed and the translators will fix each translation.
Comment 6 Frederik Schwarzer 2016-05-10 09:12:32 UTC
Not sure what problem was fixed here, but if the former string was too long for some places, many translation will still be too long.

Besides that, the Generic Name could be more generic. Something like "Mathematical Software". The user does not care if the mathematics is done by the application itself or some library.

Search for "GenericName" on https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html and read the table entry.
Comment 7 Filipe Saraiva 2016-05-10 13:12:49 UTC
"Frontend to Mathematical Software" is generic enough for me. It is my choice. An yes, I read the specification before change it.

If the size of the string is big to use in menu we can fix it.