Git commit 32a80d189a43d25b12888dc169d67d85829f5670 by Kai-Uwe Behrmann. Committed on 29/11/2016 at 15:51. Pushed by behrmann into branch 'master'. update README M +9 -10 README https://commits.kde.org/kolor-manager/32a80d189a43d25b12888dc169d67d85829f5= 670 diff --git a/README b/README index 720d3f1..6194f1b 100644 --- a/README +++ b/README @@ -9,7 +9,6 @@ KolorServer maintained by Casian Andrei 2012 *kmdevices (Kolor Management Devices - Monitor/Printer/etc. profile setup) *kminfo (Kolor Management Information - Displays specific profile informat= ion) *kmsettings (Kolor Management Settings - Change behavior and policy settin= gs) -*kolorserver (X Color Management support for KWin) = -----REQUIRED LIBRARIES--------------------------------------------- = @@ -31,7 +30,7 @@ make install = -This build should install a "Kolor Management" icon in the KF5 settings w= indow, under "Computer Administration". An alternative method for running = the individual modules would be to type this in a terminal: = -kcmshell4 [KMMODULE] (Where KMMODULE is "kmdevices", "kminfo", or "kms= ettings") = +kcmshell5 [KMMODULE] (Where KMMODULE is "kmdevices", "kminfo", or "kms= ettings") = = This is handy for displaying debug information through the console. = @@ -60,12 +59,12 @@ mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=3D~/.local -DCMAKE_BUILD_TYPE=3Ddebugfull -DC= MAKE_CXX_FLAGS=3D"-g -Wall" ../kolor-manager #Possibly prepend the PKG_CONFIG_PATH variable to reflect Oyranos... -kbuildsycoca4 # update KDEs internal icon and module cachings -kcmshell4 kminfo & # start +kbuildsycoca5 # update KDEs internal icon and module cachings +kcmshell5 kminfo & # start = # Debug -echo $! # obtain process id from bashs most recent process - kcmshell4 -KDE_DEBUG=3D1 gdb kcmshell4 # the variable avoid KDE's crash handler +echo $! # obtain process id from bashs most recent process - kcmshell5 +KDE_DEBUG=3D1 gdb kcmshell5 # the variable avoid KDE's crash handler gdb > attach to process id gdb > breakpoint kminfo.cpp:line_number gdb > continue @@ -74,10 +73,10 @@ gdb > continue sha=3D`cat .git/refs/heads/master | head -c 8` git archive --format=3Dtar --prefix=3Dkolor-manager-$sha/ HEAD | bzip2 > k= olor-manager-$sha.tar.bz2 = -# show kolorserver -qdbus org.kde.kded /kded loadedModules | grep kolorserver -# restart kded (omit kdeinit4_wrapper to see LD_LIBRARY_PATH) -kquitapp kded; sleep 1s; kdeinit4_wrapper kded4 +# list modules +qdbus org.kde.kded /kded loadedModules +# restart kded (omit kdeinit5_wrapper to see LD_LIBRARY_PATH) +kquitapp kded5; sleep 1s; kdeinit5_wrapper kded5 # kdebugdialog --fullmode might be useful # unload kolorserver qdbus org.kde.kded /kded unloadModule kolorserver