----------------------
Hi, I almost finish my sysinfo modification. This version is ready to use, but I didn't have time to test everything, so if you find any bugs or if you have new ideas please contact with me: miroslaw.rogozinski.org
Right now I upload just a source code, but in the future I will create rpm package for opensuse and maybe for another distributions. Also I'm working on sysinfo for KDE 3. I hope you like it

Installation procedure:
- unpack source code,
- create build directory,
- in build directory run "cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. ",
- run make and make install
Ratings & Comments
19 Comments
Hi there. The sysinfo thingy works fine; Thanks a lot for that. Except one thing, when installing it I get the following output from the bash: Note that '/usr/lib/kde4/share' is not in the search path set by the XDG_DATA_HOME and XDG_DATA_DIRS environment variables, so applications may not be able to find it until you set them. The directories currently searched are: Has someone an idea about that? I use Kubuntu Hardy, KDE 4.1.1
I think it would be nice if you could make a System Settings replacement in the same style. If so, please include the Administrator mode button, as System Settings is annoying without it.
Really great work, but there are few issues to improve: 1) I had to copy bg.png to it's folder by myself (I wasn't copied by make install) 2) Stupid thing.. but why bg.png isn't in image folder like other images? 3) Czech localization isn't done. I'll sent you po file if you want to.. 4) Last thing is pretty annoying.. Checking network status take 10 second! So I have to wait 10 second before page shows up!
Hello :) I'm trying to build this for Kubuntu intrepid. I have 3 things I want to tell you: 1.: Could you add Widescreen support Please? 2.: The Performance is very slow ( it takes 5-10 sec. to start it ) 3.: Change the like OS: so, that It shows me the (K)Ubuntu version and not the OpenSuse? That would be very nice :) I realy like this. Greetings P.s. I'm not so good on c++ becuase of this I need your help :)
libkde4-devel or kdebase4-workspace-devel.
Cannot build it. Where do I get this header?
install hwinfo-devel.
libhd14-dev got me the header. Build now fails linking sysinfo.so undefined references to a bunch of Solid stuff.
You mean like this: CMakeFiles/kio_sysinfo.dir/sysinfo.o: In function `kio_sysinfoProtocol': /home/david/sysinfo/src/sysinfo.cpp:146: undefined reference to `Solid::Predicate::Predicate()' /home/david/sysinfo/src/sysinfo.cpp:148: undefined reference to `Solid::Predicate::fromString(QString const&)' /home/david/sysinfo/src/sysinfo.cpp:148: undefined reference to `Solid::Predicate::operator=(Solid::Predicate const&)' /home/david/sysinfo/src/sysinfo.cpp:148: undefined reference to `Solid::Predicate::~Predicate()' /home/david/sysinfo/src/sysinfo.cpp:146: undefined reference to `Solid::Predicate::Predicate()' /home/david/sysinfo/src/sysinfo.cpp:148: undefined reference to `Solid::Predicate::fromString(QString const&)' /home/david/sysinfo/src/sysinfo.cpp:148: undefined reference to `Solid::Predicate::operator=(Solid::Predicate const&)' /home/david/sysinfo/src/sysinfo.cpp:148: undefined reference to `Solid::Predicate::~Predicate()' and so on? Well, nice to know the problem effects both ubuntu and debian packages (I use debian)
Yep! I am also Debian (and Ubuntu is Debian based).
did you install kdelibs4-devel?
That is a KDE3.* library. I do have it but I need to set the paths appropriately when I build. The KDE4.* library is libkdes5-dev I have this as well and this should have solid available unless that is a separate development package/
I also have same problem. I'm using Debian sid. I have kdelibs5-dev and kdebase-workspace-dev installed
I solved it by adding: Quote:${KDE4_SOLID_LIBS} X11
to the
Quote:target_link_libraries
in src/CMakeLists.txt
But it doesn't show any background:
http://img75.imageshack.us/my.php?image=200807271346281400x1050ad9.png
I solved background problem, there was missing: Quote: bg.png
in src/about/suse/CMakeLists.txt
Can you make background weiter? I'm using 1400x1050 resolution and when konqueror window is maximized it doesn't look good.
Ok I'll fix this soon.
ask but I want to finish it:) so please look for bugs;)
you should ask to the opensuse team to use it in opensuse 11.1
wow.. that looks great!! any chance to get this included in opensuse 11.1 or directly in KDE 4.2? (don't know if this really belongs in KDE itself)