
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
KmTail is a KDE version of the venerable Ktail program. It has pretty much
the same features and allows you to monitor various log files. Note that most
files in /var/log are only root-readable so you will have to start KmTail with
kdesu or, much better, configure syslog-ng to use more convenient permissions.
Log files are added via the File menu as usual or may
be dragged from a file manager. Tabs may be reordered by dragging them around.
binro
2 years ago
Report
binro
2 years ago
Report
roctheme
2 years ago
GenericName[en_GB]=KDE4 multiple Tail
KDE4 ????
Report
roctheme
2 years ago
Report
roctheme
2 years ago
Install on Kubuntu 18.04:
sudo apt install libkf5configwidgets-dev libkf5crash-dev libkf5declarative-dev libkf5doctools-dev libkf5guiaddons-dev libkf5iconthemes-dev libkf5jobwidgets-dev libkf5kdelibs4support-dev libkf5kio-dev libkf5newstuff-dev libkf5solid-dev libkf5widgetsaddons-dev libkf5xmlgui-dev
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
sudo apt remove libkf5configwidgets-dev libkf5crash-dev libkf5declarative-dev libkf5doctools-dev libkf5guiaddons-dev libkf5iconthemes-dev libkf5jobwidgets-dev libkf5kdelibs4support-dev libkf5kio-dev libkf5newstuff-dev libkf5solid-dev libkf5widgetsaddons-dev libkf5xmlgui-dev
sudo apt -y autoremove
Report