Okay I wanted to try a plasoid just for fun.
So I downloaded this:
http://www.kde-look.org/content/show.php
and followed these instructions:
And followed these instructions:
and got this
so I went back to the extracted file and it gives me this:
I already noticed while installing a plasma theme that GG and HH put the kde4rootfiles in a different place than is "normal".
Any ideas?
So I downloaded this:
http://www.kde-look.org/content/show.php
and followed these instructions:
And followed these instructions:
*tar -xvf plasmoid.tar.gz
* cd plasmoid
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/
* make
* sudo make install OR su -c "make install"
* Have fun! :-)
* cd plasmoid
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/
* make
* sudo make install OR su -c "make install"
* Have fun! :-)
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify$ mkdir build
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify$ cd build
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify/build$ cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/
CMake Error: The source directory "/home/fintan/Eyecandy/KDE4/Mailnotifyer/emailnotify/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify/build$
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify$ cd build
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify/build$ cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/
CMake Error: The source directory "/home/fintan/Eyecandy/KDE4/Mailnotifyer/emailnotify/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify/build$
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify$ cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/fintan/.kde4/share/apps;/usr/lib/kde4/share/apps;/usr/lib/kde4/share/kde4/apps
-- Configuring done
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify$
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found in /home/fintan/.kde4/share/apps;/usr/lib/kde4/share/apps;/usr/lib/kde4/share/kde4/apps
-- Configuring done
fintan@fintanws2:~/Eyecandy/KDE4/Mailnotifyer/emailnotify$
Any ideas?
Comment