


KDM4 Themes by homebaze 6 comments
http://askubuntu.com/questions/452672/kdm-theme-in-kubuntu-14-04 - Mar 09 2015

KDM4 Themes by karma0321 6 comments
strace anymeal 2>&1 | grep splash.jpg
On my system (Kubuntu 8.04) at some point it reports success:
access("/usr/share/apps/anymeal/pics/splash.jpg", R_OK) = 0
- Mar 01 2010
If it still doesn't work you can run the following command to check whether pics/splash.jpg was installed:
find `kde-config --prefix`/share/apps/anymeal
It should list splash.jpg among other files. I think under openSuse 10.3 the complete filename would be:
/opt/kde3/share/apps/anymeal/pics/splash.jpg - Feb 25 2010
make LDFLAGS='-lxalanMsg'
- Feb 24 2010
Regarding your bug report: One just needs to include cstdio and cstring. I've added the include statements and I uploaded the modified source [1] (I will release it on Sourceforge later). Thanks for letting me know about the problem! Let me know if there are any more problems.
[1] http://www.wedesoft.de/downloads/anymeal-0.31-1.tar.bz2
- Feb 24 2010

Karamba & Superkaramba by perumer 1 comment
Maybe the output format of sunwait was changed, because I had to modify the commands for extracting the time of sunset.
... | head -c47 | tail -c2
... | head -c49 | tail -c2
Furthermore under GNU/Linux I had to replace "tail -c 2" with "tail -c2".
Nice theme by the way! - Apr 25 2007

Karamba & Superkaramba by boralyl 32 comments

Screensavers by koral 145 comments
mdl_have_opengl.m4 (from http://sourceforge.net/projects/ac-archive) to add OpenGL to the configure-script.
For the moment one maybe could try
./configure LDFLAGS="-lGL" - Oct 29 2006
Well, I actually do have wrapper providing for doing the abstraction (except for the setup of the database and the embedded MySQL-server). I'm expecting problems and lots of work with different SQL-dialects and different setup procedures.
At the moment there are other urgent things to do:
finish RecipeML-import/export
printing of recipes
support pictures
porting to Qt4
I'm sorry, but right now I don't have time to add support for other databases.
It is on my wish list of desirable features though. - Oct 27 2006
In the beginning I used unixODBC to be able to connect to any database, but providing a user-friendly setup is extremely hard (setting up MySQL/PostgreSQL/SQLite first and then unixODBC as well). Also unixODBC does not solve the problem of multiple SQL-dialects. Furthermore I encountered linking problems when trying to link with MySQL and unixODBC (where unixODBC does some dynamic linking as well).
I also considered to provide SQLite support. The problem with SQLite is, that it represents all data as strings resulting in a low performance. SQLite is only suitable for small databases. I decided to stick to a single database for the moment and I cannot base my application on SQLite exclusively.
I may consider providing backends for other databases in the future. The problem is that from the moment, I'm providing support for multiple
databases, I'll have to do much more testing. I'll reconsider after reaching Beta-status. - Oct 27 2006
In the beginning I used unixODBC to be able to connect to any database, but providing a user-friendly setup is extremely hard. Also unixODBC does not solve the problem of multiple SQL-dialects.
I also considered to provide SQLite support. The problem with SQLite is, that it represents all data as strings resulting in a low performance. SQLite is more suitable for small databases.
I may consider providing backends for other databases in the future. The problem is that from the moment, I'm providing support for multiple databases, I'll have to do much more testing. - Oct 27 2006
Manage a large number of recipes (more than 100,000)
Fast Mealmaster-import allowing to store erroneous recipes in another file
Password management with kwallet
Running MySQL as embedded database is possible
Of course there are also some missing features. Why don't you just install both programs and try them out yourself (they're free anyway)? Let me know if you have some suggestions on how to improve the software. - Sep 06 2006

Karamba & Superkaramba by cannajunk 1 comment
Still it is well designed and has the important features as well (volume-control, song-title)! - Jul 25 2006
References:
ftp://i44ftp.info.uni-karlsruhe.de/public_html/papers/ggoos/
http://www.gnu.org/software/flex/manual/
- Jun 10 2006
You can also download the modified file for anymeal-0.29-3 here:
http://www.wedesoft.demon.co.uk/downloads/destroyDialog.ui
--- src/destroyDialog.ui 23 Mar 2006 23:49:51 -0000 1.8
+++ src/destroyDialog.ui 4 Jun 2006 11:59:18 -0000
@@ -433,7 +433,7 @@
- klocale.h
+ cassert
kfiledialog.h
destroyDialog.ui.h
- Jun 04 2006
You simply need to remove the line namespace mimas { and the corresponding closing bracket at the end of the file src/xmlReference.cpp.
Sorry about that. The fix will be included in the next release (anymeal-0.29-3). Thanks for your bugreport.
--- xmlReference.cpp 28 Mar 2006 21:27:38 -0000 1.6
+++ xmlReference.cpp 3 Jun 2006 15:43:50 -0000
@@ -28,8 +28,6 @@
using namespace boost;
-namespace mimas {
-
template
XMLReference< XalanNode > XMLReference< XalanElement >::selectNode
( const std::string &xPath ) throw (Error,XMLException)
@@ -86,4 +84,3 @@
return selectNodes( xPath ).getLength() >= 1;
}
-}; - Jun 03 2006

Karamba & Superkaramba by Reverant2501 8 comments
I tried to make the installation as easy as possible. Unfortunately the Xalan-library is not part of some major distributions. Setting up mysql is also not exactly user-friendly.
At the moment, I have problems to figure out, how to add user-defined units to AnyMeal, which is a prerequisite for RecipeML-import.
I'm aware of shortcomings in the user-interface and in functionality.
Thanks for using the software. - Sep 26 2005
The constructor for XalanDOMString has been modified with version 1.9 of the Xalan-C library. I've modified AnyMeal accordingly and tested the build with Xalan-c 1.9, which I temporarily installed on my deprecated system :-(
You can download and install the new version 0.20-2 now. Let me know, if there are other problems. - Jul 24 2005
http://www.wedesoft.demon.co.uk/anymeal-api/install.html#installDownloadDepending
If Fedora Core 4 doesn't come with an rpm-package for Xalan-C, you'll have to obtain the source-code from http://xml.apache.org/xalan-c/ and compile it. - Jun 21 2005
Try to do the following steps:
Download and install the rpm-package: 'rpm -i docbook-style-xsl*.rpm'
Do 'rpm -ql docbook-style-xsl | grep -w docbook.xsl' (without the quotes). This should list the locations of the docbook-scripts. Note down the common base-directory of this scripts.
Configure AnyMeal by specifying the base-directory f.e. like this: './configure --with-docbook-dir=/usr/share/sgml/docbook/xsl-stylesheets-1.65.1-2'
If this doesn't help, contact me again. - Jun 10 2005
Of course I cannot fail to see, that krecipes and gourmet are more popular at the moment.
AnyMeal seems to be exspecially similar to krecipes at first sight:
The programming language is C++.
A database is being used.
The user-interface is developed with KDE/Qt.
A closer look however will reveal to you, that there are major technical differences, which are inhibiting a merge of this two projects:
http://www.wedesoft.demon.co.uk/anymeal-api/faq.html#faqGeneral3 - May 30 2005
I put a more recent rpm-file for SuSE 9.1/i586 on http://sourceforge.net/projects/anymeal/.
Note, that the rpm-files are requiring MySQL 4.1.
You may find it hard to get MySQL running in the beginning (I put documentation on how to do this on the "Homepage"). However it'll may useful in other contexts later as well.
AnyMeal only is a software for searching through a huge amount of recipes. You can get tons of recipes already from http://thehoseys.com/recipes.html.
Enjoy! - Mar 25 2005