Mountoid

Plasma 4 Extensions by warzin 77 comments

Now after installing libskde5-dev it did complete the install but running 'plasmoidviewer mountoid' an error message returns that plasma couldn't find the "requested component: mountoid"

Please advise - Nov 23 2009
Mountoid

Plasma 4 Extensions by warzin 77 comments

Your CMakeLists.txt file will not allow it.

~/Downloads/KDE/Plasmoids/mountoid$ cmake -DCMAKE_INSTALL_PREFIX=/usr/share/kde4 ..
CMake Error: The source directory "/home/brucew/Downloads/KDE/Plasmoids" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

The $KDEDIRS is not defined there. - Nov 23 2009
Mountoid

Plasma 4 Extensions by warzin 77 comments

Does not work fine with 9.10. Wants to use older version of CMAKE. I am using:
cmake version 2.6-patch 4

I get this error:
~/Downloads/KDE/Plasmoids/mountoid/build$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/brucew/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)


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!


Please advise. - Nov 23 2009
Mountoid

Plasma 4 Extensions by warzin 77 comments

Does not work fine with 9.10. Wants to use older version of CMAKE. I am using:
cmake version 2.6-patch 4

I get this error:
~/Downloads/KDE/Plasmoids/mountoid/build$ cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/brucew/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)


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!


Please advise. - Nov 23 2009
cpuload

Plasma 4 Extensions by AlexeyTyapkin 15 comments

Plain Jane Kubuntu Karmic 9.10. Got this to install on my home machine but not at work.
Please advise.

I get this error when I try the install:

kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ make clean all install
rm -Rf build
mkdir -p build
cd build ; cmake .. -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/kde-desktop/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:1 (find_package)


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!
make: *** [all] Error 1
kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ locate FindKDE4Internal
kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$
kde-desktop:~/Downloads/KDE/Plasmoids/cpuload$ locate FindKDE4
/usr/share/cmake-2.6/Modules/FindKDE4.cmake - Nov 03 2009
plasma_pyweather

Plasma 4 Extensions by rangalo 53 comments

Using Kubuntu 9.10. Installed using Plasma installer without any problem.

It loses all the settings at every reboot.

Please advise. - Oct 03 2009
Humanist Quote Plasmoid

Plasma 4 Extensions by patcito 31 comments

Agreed, and I found the setting!

Open jstet.html
As follows:

Quote:<html>
<head>
</head>

<!-- CHANGE font-size STYLE TAG HERE. It comes default at 24px. Change to 14px and it's small enough to still read. -->
<body style="font-size:24px">

<script src="jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="harris.js" type="text/javascript"></script>
<script src="atheism.js" type="text/javascript"></script>
<script src="hitchens.js" type="text/javascript"></script>
<script src="irreligious.js" type="text/javascript"></script>
<script src="dawkins.js" type="text/javascript"></script>

<!-- The CSS here seems to be commented out. Not sure why developer did this. -->
<script>/*$('body').append('lllllllloool');
$('*').css('font-size','14px');*/

// $('body').html($haris[0]);
//x=harris();
//alert(x[0])
//console.log($hitchens[0]);
categories =
[ [$harris,"Sam Harris"], [$atheism,""], [$hitchens,"Christopher Hitchens"], [$irreligious,""], [$dawkins,"Richard Dawkins"] ]
var category = categories[Math.floor(Math.random()*categories.length)]
var quote = category[0][Math.floor(Math.random()*category[0].length)]
//console.log(quote)
if(category[1]==""){
author="";
} else {
author = '<li>'+category[1]+'</li>';
}
$('body').html(quote+author);
</script>

</body>
</head>
- Sep 25 2009
UrlCompressor

Plasma 4 Extensions by nferenc 7 comments

Under Linux kernel 2.6.28-15 Kubuntu 9.04 KDE 4.3.1, this plasmoid does not initialize. I have tried and installed all solutions from this and other discussion threads to no avail.

Still returns error message "script initialization failed".

Seems that there is a permissions/UID issue.

If I try to install it by CLI, the result is:

<quote>
~/$ sudo plasmapkg -i 101695-urlcompressor.plasmoid
Error: "/var/tmp/kdecache-brucewIE2q28" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-brucew" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-brucew" is owned by uid 1000 instead of uid 0.
Error: "/tmp/ksocket-brucew" is owned by uid 1000 instead of uid 0.
kdeinit4: Shutting down running client.
kdeinit4: preparing to launch /usr/lib/libkdeinit4_klauncher.so
Error: "/tmp/ksocket-brucew" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-brucew" is owned by uid 1000 instead of uid 0.
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kded4.so
Error: "/var/tmp/kdecache-brucewIE2q28" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-brucew" is owned by uid 1000 instead of uid 0.
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kbuildsycoca4.so
kbuildsycoca4 running...
Error: "/var/tmp/kdecache-brucewIE2q28" is owned by uid 1000 instead of uid 0.
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kbuildsycoca4.so
kbuildsycoca4 running...
Error: "/var/tmp/kdecache-brucewIE2q28" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-brucewIE2q28" is owned by uid 1000 instead of uid 0.
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kconf_update.so
Installation of /home/brucew/Downloads/Linux/Kubuntu/KDE/plasmoid/101695-urlcompressor.plasmoid failed.
</quote> - Sep 15 2009