[bt-devel] Dylon: My 1st contrib!

Dylon Edwards integr8e at gmail.com
Thu Jan 29 21:06:58 MST 2009


Running `kbuildsycoca4', I noticed this error:

$ kuildsycoca4
kbuildsycoca4 running...                                                                              
kbuildsycoca4(13113) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/bibletime.desktop" is not compliant with XDG standard (missing trailing semicolon).


So, I patched BT's .desktop file:

--- cmake/platforms/linux/bibletime.desktop.cmake.orig  2009-01-29 22:40:49.879434363 -0500
+++ cmake/platforms/linux/bibletime.desktop.cmake       2009-01-29 22:40:59.961937727 -0500
@@ -22,5 +22,5 @@
 Type=Application
 X-KDE-SubstituteUID=false
 X-KDE-Username=
-Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;KDE;QT
+Categories=X-Bible;X-Religion;Literature;Art;Education;Utility;KDE;QT;
 DocPath=bibletime/handbook/index.html


It's a very minor contribution, but one nonetheless.  I've been studying C++ for a couple months now, but am not yet ready to become a full-fledged member of BT's dev team.  Right now, shool's my #1 priority, but I will continue submitting patches whenever I can.

Keep up the good work, y'all are doing an awesome job!

-- 
SSWJ - Stay(ing) Strong With Jesus, Always!



More information about the bt-devel mailing list