Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] An update for desktop file #4

Open
glixx opened this issue Oct 9, 2014 · 0 comments
Open

[patch] An update for desktop file #4

glixx opened this issue Oct 9, 2014 · 0 comments

Comments

@glixx
Copy link

glixx commented Oct 9, 2014

diff -ur openclass-0.4.orig/openclass-student.desktop openclass-0.4/openclass-student.desktop
--- openclass-0.4.orig/openclass-student.desktop    2011-06-28 00:37:25.000000000 +0400
+++ openclass-0.4/openclass-student.desktop 2015-01-05 22:30:16.000000000 +0300
@@ -1,11 +1,14 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=OpenClass Student
-GenericName=OpenClass Student
-GenericName[pt_BR]=OpenClass Aluno
+Name[pt_BR]=OpenClass Aluno
+Name[ru]=OpenClass Студент
+GenericName=OpenClass (Student)
+GenericName[pt_BR]=OpenClass (Aluno)
+GenericName[ru]=OpenClass (Студент)
 Comment=Student module for OpenClass - open-source class control
+Comment[ru]=Модуль студента для OpenClass - управление классом
 Icon=/usr/share/openclass/iface/machine.png
-Exec=/usr/bin/openclass-student
+Exec=openclass-student
 Type=Application
 Terminal=false
 Categories=Qt;KDE;Education;X-KDE-Edu-Teaching;
diff -ur openclass-0.4.orig/openclass-teacher.desktop openclass-0.4/openclass-teacher.desktop
--- openclass-0.4.orig/openclass-teacher.desktop    2011-06-28 00:37:25.000000000 +0400
+++ openclass-0.4/openclass-teacher.desktop 2015-01-05 22:30:45.000000000 +0300
@@ -1,11 +1,14 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=OpenClass Teacher
-GenericName=OpenClass Teacher
-GenericName[pt_BR]=OpenClass Professor
+Name[pt_BR]=OpenClass Professor
+Name[ru]=OpenClass Учитель
+GenericName=OpenClass (Teacher)
+GenericName[pt_BR]=OpenClass (Professor)
+GenericName[ru]=OpenClass (Учитель)
 Comment=Teacher module for OpenClass - open-source class control
+Comment[ru]=Модуль учителя для OpenClass - управление классом
 Icon=/usr/share/openclass/iface/openclass.png
-Exec=/usr/bin/openclass-teacher
+Exec=openclass-teacher
 Type=Application
 Terminal=false
 Categories=Qt;KDE;Education;X-KDE-Edu-Teaching;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant