
New sysinfo 1.0
Various KDE 1.-4. Improvements
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
After a long break I'm working again on my sysinfo mod. If someone can help me with translations, just contact with me via email: miroslaw.rogozinski { at } gmail { dot } com.
----------------------
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
stonewolf
12 years ago
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
Report
beojan
12 years ago
Report
Ficik
12 years ago
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!
Report
Charmed
12 years ago
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 :)
Report
key87
12 years ago
Report
dovidhalevi
12 years ago
Report
key87
12 years ago
Report
dovidhalevi
12 years ago
Build now fails linking sysinfo.so
undefined references to a bunch of Solid stuff.
Report
jackiebrown
12 years ago
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)
Report
dovidhalevi
12 years ago
I am also Debian (and Ubuntu is Debian based).
Report
key87
12 years ago
Report
key87
12 years ago
Report
daris
12 years ago
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.
Report
daris
12 years ago
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
Report
daris
12 years ago
Report
dovidhalevi
12 years ago
The KDE4.* library is libkdes5-dev
I have this as well and this should have solid available unless that is a separate development package/
Report
key87
12 years ago
Report
collinm
12 years ago
Report
LordBernhard
12 years ago
Report