
stable sysinfo 2.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
Work on a stable kio_sysinfo have been completed. Below you can find link to source code and in the future maybe I will create rpm packages for openSUSE. Right now I've working on KDE 3 port. All interested in helping, specially with translations, please contact with me.
Warning: This works perfect with openSUSE 11.0 and 11.1, I don't run this on other distributions yet - maybe someone would like to do it?:) Please report me any bugs;)
What's new?
- new design,
- rebuilt disk module,
- new features in CPU module, like: the number of CPU cores, cache size, temperature,
- new features in graphic module, like: direct rendering, screen resolution, X.Org version,
- new module for network with features like: connection name, connection status, IP address, hardware address, default geteway, default DNS. Network module is set to discover 4 connections.
Install procedure:
- unpack source code,
- create build directory,
- in build directory run “cmake -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix` .. “,
- as root run make and make install.
Required packages:
- devel utilities, like gcc, make, qmake etc.
- devel libraries for KDE4 like libkde4, kdebase4-workspace-devel etc.
If you have questions please feel free to mail me;) And sorry for my English;)
breakolami
10 years ago
Unknown CMake command "kde4_add_plugin"
Report
Leiche
10 years ago
<<CMake Error at CMakeLists.txt:7 (kde4_add_plugin):
Unknown CMake command "kde4_add_plugin".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!>>
Report
breakolami
11 years ago
Is this possible and how ?
Thanks
Report
foreste
11 years ago
make
[ 0%] Built target kio_sysinfo_automoc
[ 25%] Building CXX object CMakeFiles/kio_sysinfo.dir/sysinfo.o
In file included from /home/bartek/Desktop/sysinfo-2.0/src/sysinfo.cpp:51:
/usr/include/hal/libhal.h:34:23: error: dbus/dbus.h: Nie ma takiego pliku ani katalogu
In file included from /home/bartek/Desktop/sysinfo-2.0/src/sysinfo.cpp:51:
/usr/include/hal/libhal.h:88: error: ‘DBUS_TYPE_INVALID’ was not declared in this scope
/usr/include/hal/libhal.h:91: error: ‘DBUS_TYPE_INT32’ was not declared in this scope
/usr/include/hal/libhal.h:94: error: ‘DBUS_TYPE_UINT64’ was not declared in this scope
/usr/include/hal/libhal.h:97: error: ‘DBUS_TYPE_DOUBLE’ was not declared in this scope
/usr/include/hal/libhal.h:100: error: ‘DBUS_TYPE_BOOLEAN’ was not declared in this scope
/usr/include/hal/libhal.h:103: error: ‘DBUS_TYPE_STRING’ was not declared in this scope
/usr/include/hal/libhal.h:106: error: ‘DBUS_TYPE_STRING’ was not declared in this scope
/usr/include/hal/libhal.h:124: error: ‘DBusConnection’ has not been declared
/usr/include/hal/libhal.h:185: error: ‘dbus_bool_t’ has not been declared
/usr/include/hal/libhal.h:186: error: ‘dbus_bool_t’ has not been declared
/usr/include/hal/libhal.h:292: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:295: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:298: error: expected constructor, destructor, or type conversion before ‘*’ token
/usr/include/hal/libhal.h:301: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:307: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:310: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:313: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:316: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:319: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:322: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:325: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:328: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:331: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:334: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:337: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:340: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:343: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:346: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:349: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:352: error: ‘DBusError’ was not declared in this scope
/usr/include/hal/libhal.h:352: error: ‘error’ was not declared in this scope
/usr/include/hal/libhal.h:355: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:358: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:361: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:364: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:373: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:376: error: ‘dbus_int32_t’ does not name a type
/usr/include/hal/libhal.h:382: error: ‘dbus_uint64_t’ does not name a type
/usr/include/hal/libhal.h:391: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:394: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:403: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:406: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:413: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:420: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:427: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:434: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:441: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:448: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:455: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:462: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:469: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:478: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:485: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:489: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:493: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:497: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:501: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:505: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:509: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:519: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:522: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:544: error: ‘dbus_int32_t’ does not name a type
/usr/include/hal/libhal.h:547: error: ‘dbus_uint64_t’ does not name a type
/usr/include/hal/libhal.h:553: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:580: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:595: error: ‘dbus_int32_t’ does not name a type
/usr/include/hal/libhal.h:598: error: ‘dbus_uint64_t’ does not name a type
/usr/include/hal/libhal.h:604: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:621: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:627: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:636: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:641: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:647: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:660: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:663: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:671: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:680: error: ‘DBusError’ has not been declared
/usr/include/hal/libhal.h:685: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:691: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:696: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:701: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:708: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:712: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:716: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:721: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:728: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:735: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:737: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:740: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:747: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:753: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:759: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:764: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:771: error: ‘dbus_bool_t’ does not name a type
/usr/include/hal/libhal.h:781: error: ‘DBusError’ has not been declared
/home/bartek/Desktop/sysinfo-2.0/src/sysinfo.cpp: In member function ‘virtual void kio_sysinfoProtocol::get(const KUrl&)’:
/home/bartek/Desktop/sysinfo-2.0/src/sysinfo.cpp:286: warning: comparison between signed and unsigned integer expressions
/home/bartek/Desktop/sysinfo-2.0/src/sysinfo.cpp: At global scope:
/home/bartek/Desktop/sysinfo-2.0/src/sysinfo.cpp:596: warning: unused parameter ‘name’
make[2]: *** [CMakeFiles/kio_sysinfo.dir/sysinfo.o] Błąd 1
make[1]: *** [CMakeFiles/kio_sysinfo.dir/all] Błąd 2
make: *** [all] Błąd 2
debian:/home/bartek/Desktop/sysinfo-2.0/build#
As repair it, scants it me?.
Report
james147
10 years ago
/usr/include/hal/libhal.h:786: error: ‘DBusError’ has not been declared
/home/videorechner/Downloads/sysinfo-2.0/src/sysinfo.cpp: In member function ‘virtual void kio_sysinfoProtocol::get(const KUrl&)’:
/home/videorechner/Downloads/sysinfo-2.0/src/sysinfo.cpp:286: warning: comparison between signed and unsigned integer expressions
/home/videorechner/Downloads/sysinfo-2.0/src/sysinfo.cpp: In function ‘long unsigned int scan_one(const char*, const char*)’:
/home/videorechner/Downloads/sysinfo-2.0/src/sysinfo.cpp:337: error: invalid conversion from ‘const char*’ to ‘char*’
/home/videorechner/Downloads/sysinfo-2.0/src/sysinfo.cpp: At global scope:
/home/videorechner/Downloads/sysinfo-2.0/src/sysinfo.cpp:596: warning: unused parameter ‘name’
make[2]: *** [CMakeFiles/kio_sysinfo.dir/sysinfo.o] Fehler 1
make[1]: *** [CMakeFiles/kio_sysinfo.dir/all] Fehler 2
make: *** [all] Fehler 2
Report
merlwiz79
11 years ago
Report
xep
11 years ago
Report
lappelhans
12 years ago
How are the translations supposed to be build? There is no CMakeLists.txt in its dir nor in the base dir...
Lukas
Report
baDibere
12 years ago
CMake Error at CMakeLists.txt:7 (kde4_add_plugin):
Unknown CMake command "kde4_add_plugin".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
Report
SkyQuakes
12 years ago
cmake_minimum_required(VERSION 2.6.0)
set(KDE_MIN_VERSION "4.00.82")
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include(MacroLibrary)
include(CheckIncludeFile)
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}
${KDE4_INCLUDE_DIR} ${QT_INCLUDES})
but after that, getting another error:
[ 50%] /var/pisi/sysinfo-2.0-1/work/sysinfo-2.0/src/sysinfo.cpp:32:16: error: hd.h: No such file or directory
Built target libksysinfopart_automoc
looks like it is looking for hwinfo which is a Suse only stuff. so:
1.CmakeLists.tx is not complete
2.what offer for other distros except SuSe ?
Report
Ematrix
12 years ago
Report
jackiebrown
12 years ago
You would want libhd15-dev
Report
AngelBlue01
12 years ago
Report
key87
12 years ago
Report
key87
12 years ago
Report
key87
12 years ago
http://rogozinski.cal.pl/public/sysinfo/stable/sysinfo-2.0.tar.gz
Report
SkyQuakes
12 years ago
Report
SkyQuakes
12 years ago
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:9 (kde4_add_plugin):
Unknown CMake command "kde4_add_plugin".
Report
VectoR
12 years ago
Report
sokar620
12 years ago
Report