
LogWatch
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
LogWatch is a Python based multilog viewer for superkaramba.
17 years ago
version 0.2
- Code was improved
- Selected log has another color
- Kdialog open file mode usage was removed, for compatibility with stable kde ( =< 3.1.4 )
version 0.1
- First release
17 years ago
version 0.2
- Code was improved
- Selected log has another color
- Kdialog open file mode usage was removed, for compatibility with stable kde ( =< 3.1.4 )
version 0.1
- First release
qet123
15 years ago
SuperKaramba 0.36, the latest one. When I press the 'add log' menu, nothing happens. I love this theme. Please help.
Report
j24
15 years ago
karamba.setMenuConfigOption(widget, "addlog", "0")
to:
karamba.setMenuConfigOption(widget, "addlog", 0)
(delete the quotes around "0")
Report
charleylc
14 years ago
Report
kenyon
15 years ago
Report
pluggerlockett
14 years ago
Report
pluggerlockett
14 years ago
Using SuperKaramba 0.39
KDE 3.5.1 Level "a"
Suse 10.1
Report
kenyon
14 years ago
I've been using it for many months. Works fine.
Report
tomjas
16 years ago
Is it possible to change font encoding in this theme? I use iso8859-2 so there is a lot of unreadable characters in logs in logwatch.
Regards
Report
uplink
17 years ago
Tnx, anyway.
Report
mattia
17 years ago
I edit ~/.superkaramba/logwatch.rc, then run superkaramba but it always starts with a widgetHeight of 121.. And when I close it, it writes widgetHeight=121 in my ~/.superkaramba/logwatch.rc.
Is it possible to chanhe this behavior?
Report
mattia
17 years ago
Sorry! Found it!
changed MAX_LINES in /usr/share/karamba/themes/logwatch/logwatch.py
byez!
P.S.: good theme!
Report
sammy2ooo
17 years ago
really nice toy. But it only startes when i uncomment the second line in logwatch.py containing "import string". Does it call a var from karamba which can't be found on my system?
Btw:
Qt: 3.2.1
KDE: 3.1.4
superkaramba: 0.32
I have created a file in my ~/.kde/Autostart folder. But logwatch (or karamba?!?!) seems to forget the logfile i have choosen :(
Report
bluephile
17 years ago
Call to widgetUpdated failed
Traceback (most recent call last):
File "/X/BlueChicken3/BlueChicken3.py", line 955, in initWidget
makeWeather(widget)
File "/X/BlueChicken3/BlueChicken3.py", line 59, in makeWeather
WeatherFile.updateWeatherPage(local, zipcode)
AttributeError: Weather instance has no attribute 'updateWeatherPage'
There is no time for you
There is no time for you
There is no time for you
The above message just repeats over and over again.
Thanks!
Report
bluephile
17 years ago
Report
Peman
17 years ago
this themes is cool, but when i run it, it is always on top.
do you know how to avoid this?
thx
Report
nemir
17 years ago
There is an option in the theme file, under the "KARAMBA" command, to turn on this feature ("ONTOP = true"). The default is "false", so try to put "ONTOP = false" explicitally and let me know.
[]'s Roberto
Report
hrholme
17 years ago
Report
StefanT
17 years ago
However, this url contains it:
http://www.kde-look.org/content/preview.php?file=5272-1.jpg
Report
BenNavis
17 years ago
But: How do I choose a file to watch?
'configure theme --> add a log' isn't working...
Report
ex-gnome
17 years ago
Unforunately however, it doesn't work for me either.
As posted before me, you're code for the dialog box in the config menu is a bit off. Check out line 131, this is where you problem is:
command = ["kdialog", "--title", "Select the log file to view", "--getopenfilename", "/var/log"]
There is no option "getopenfilename". At least not in kde 3.1.4
After changing this line though, the theme still doesn't work properly. I'll look over the code some more, see what I can find. Of course I know this is only version 0.1, but I like the idea so far. Hope you get it working perfect so I can use it.
Thanks
Report
nemir
17 years ago
[]'s Roberto
Report
manor
17 years ago
command = ["kdialog", "--title", "Select the log file to view", "--inputbox", "Path to Logfile", "/var/log"]
That worked for me :)
Report