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

Dylon Edwards integr8e at gmail.com
Thu Jan 29 20:55:02 MST 2009


I'm still here, just noticed there was a much more active BT community than I realized (a good thing); this new-found knowledge took a lot of pressure off me to learn Qt/C++ quickly and allowed me time for school and other more at-home projects.  However, BT's been frequently on my mind, and here's my 1st, very minor contribution -- it adds a semicolon to the end of the "Categories" variable in 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


Running `kbuildsycoca4' before the patch gave me the following warning:
$ kbuildsycoca4
kbuildsycoca4 running...                                                                              
kbuildsycoca4(13113) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/bibletime.desktop" is not compliant with XDG standard (missing trailing semicolon).

Though I'm not yet ready to become a full-fledged member of BT's dev team, I will continue contributing patches whenever possible.  Y'all are doing a great job!

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



More information about the bt-devel mailing list