Audacious_ctrl
KOKOSEK
Source i (link to git-repo or to original if based on someone elses unmodified work):
More Karamba & Superkaramba from KOKOSEK:
Other Karamba & Superkaramba:
© 2025 pling.com - Planet Linux'ing Groups
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
6 Comments
Hi all, I haven't been able to get this to work either. Is there a guide to installing this correctly?
what kind of problem have you got? Install PHP-Cli, Karamba, Perl and should work
PHP script is loading correct informations, but there is some problem in communication between scripts and applet itself. It simply doesn't read those informations. I even modified the pogoda.pl to work correctly (imho, according the way you're using it in pogoda.theme, it should look like this: #!/usr/bin/perl system('php weather.php'); ) but still ... All I get on my desktop is the empty template :(
Hmm name pogoda.pl is after perl script. So now propably perl try to do this. Try to change name to pogoda and set 755. Should be ok
I hope this helps: I had the same problem, solved it by making sure in of two things: once i had placed the karamba in my /home/username/karamba/ folder I altered the content of pogoda.pl to call the complete path to the weather.php ..i.e. "php /home/username/kara../its folder/wheather.php Secondly I made sure that my location was correctly set in the weather.php as instructed by the Author! Works great now!
Edit the weather.php file. Change the first line from "<?" to "<?PHP". Make all paths absoluut and it's working. Eabe