Hi,
I have been interested in programs meant for small business since some time, and these days I got interested in
Mkahawa because it is the only one which is not overly old and could be of some use in the world of Free software. Fancy, in Google, typing "internet cafe under linux" brings back 6 200 000 entries. It does not mean all entries would be related to people having an internet cafe to manage, but it still means there is some interest around the topic in many places in the world.
After several trials, and with the help of people on IRC, I have finally compiled from svn sources and succeeded in starting the program in an Ubuntu 12.04 vbox machine.
Here is the feedback I have provided so far:
https://sourceforge.net/p/mkahawa/discussion/955736/thread/c69fe267There are still things to improve, however for a Free software for this use, this is still a very advanced tool. There are some pics here:
http://www.mkahawa.net/screenshots.phpI have a problem with the desktop file, which has not been provided in the sources, and is available only in the deb packages which don't work fine.
I would like to ask your help tweaking it to make it work the right way.
This is the original mkahawa-srv.desktop file:
[Desktop Entry]
Encoding=UTF-8
Version=0.0.5
Type=Application
Terminal=false
Icon[en_ZA]=gnome-ccbackground
Name[en_ZA]=Mkahawa Cyber Manager
Exec=/usr/bin/mkahawa -nossl
Name=Mkahawa Cyber Manager
Icon=/usr/share/pixmaps/mkahawa-srv-icon.png
Categories=Accessories;
The problem is that when I add it to the /usr/share/applications directory it does not show in the menus.
I have changed it to look like this, after I compared with mousepad.desktop and others which are located in the accessories section of the menus:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Icon[en_ZA]=gnome-ccbackground
Name[en_ZA]=Mkahawa Cyber Manager
Exec=mkahawa -nossl
Name=Mkahawa Cyber Manager
Icon=mkahawa-srv-icon.png
Categories=Accessories;Utilities;GTK;
However this leads to having it in the menu "Others" and not in the menu "Accessories". I also wonder why the dev of the program gave this file execution permissions... but this is another story.
And to end with this desktop file and the location of the entry, I wonder where it would really be more relevant... perhaps not in accessories anyway.
Help appreciated!
Thanks.