Summary: | Get new Superkaramba theme from internet (with KHotNewStuff) doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] superkaramba | Reporter: | Michal Krenek (Mikos) <mikos> |
Component: | general | Assignee: | Ryan Nickell <p0z3r> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michal Krenek (Mikos)
2005-11-20 21:53:45 UTC
The only time I see this is when a download link posted on kdelook.org is actually a redirect to a website instead of the link to the download file. For example I think that Liquid Weather updated the link to point to his new site, but TechMon downloaded and unpacked fine for me. Please verify this, as it is not an error with SK, however, we could provide a better error message to indicate what went wrong in the process. It seems like a bug, as when the file fails, SuperKaramba acts as if the file is installed, and so you can't to install it anew, nor uninstall the failed file. SVN commit 488353 by nickell: BUG:116789 Links are now shown in a browser window for users to download manually. M +2 -1 sknewstuff.cpp --- branches/KDE/3.5/kdeutils/superkaramba/src/sknewstuff.cpp #488352:488353 @@ -138,7 +138,8 @@ QString file(source.fileName()); if ( file.isEmpty() ) { - kdDebug() << "the file was empty, this must be a direct URL" << endl; + kdDebug() << "The file was empty. " << source.url() << + " must be a direct URL" << endl; KRun::runURL( source, "text/html"); return file; } |