


QtCurve by HugoPereira 546 comments
I was thinking... maybe n the future if you have time you could look for a very old revision, a revision that you remember working under KDE 4.5 (cause I know I had OT working in KDE 4.5 a very long time ago)and change the file names to make it not to replace the original oxygen theme... and then try it again
that would be like the only way I can see from this pont now... i don't know if its possible to do that
thanks! - Apr 07 2011

QtCurve by HugoPereira 546 comments
I just did
follow your instructions to download and compile the 0992c5cabf revision
and it doesn't work
compiling and installing works fine as usual, then i did "sudo reboot"
then I start sessiond and tryed to launch dolphin and nothing happens
when launching dolphin by terminal it shows this
miguel@Kubuntu:~$ dolphin
<unknown program name>(2093)/: Communication problem with "dolphin" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" "
miguel@Kubuntu:~$ KCrash: Application 'dolphin' crashing...
sock_file=/home/miguel/.kde/socket-Kubuntu/kdeinit4__0
^C
and iy happens with everting except chrome and the terminal itself and the oxygen-transparent settings panel (by alt + f2)
miguel@Kubuntu:~$ systemsettings
KCrash: Application 'systemsettings' crashing...
sock_file=/home/miguel/.kde/socket-Kubuntu/kdeinit4__0
systemsettings(2234): Communication problem with "systemsettings" , it probably crashed.
Error message was: "org.freedesktop.DBus.Error.ServiceUnknown" : " "The name org.kde.systemsettings was not provided by any .service files" "
IM SURE when i restart the system kwin wil start to crash like before, so I'm going to uninstall OT from TTY now...
It is so sad that this awesome theme does NOT work in KDE 4.5 anymore...
although if you have anymore ideas for my case I'll keep trying!
thank you for everything!
- Apr 07 2011

QtCurve by HugoPereira 546 comments
one more thing, is the revision you are going to look for a revision that doesn't replace the original oxygen theme? I mean, if that revision fails... wil I be able to restore oxygen? - Apr 07 2011

QtCurve by HugoPereira 546 comments
the oxygenshadowcache.cpp was not in the libs folder
so... what i did was to remove the OT directory from my home
- download again the source
- make a copy of the files in the libs folder
- run the git checkout eo the old version.
- get into the libs folder and paste "oxygenshadowcache.cpp" and "oxygenshadowconfiguration.cpp" files (and their .h files as well)
- run the compile command again... no errors this time
- run "sudo make" and...
miguel@Kubuntu:~/oxygen-transparent$ sudo make[ 0%] Built target oxygentransparentstyle_automoc
[ 7%] Built target oxygentransparentstyle
[ 7%] Built target kwin3_oxygen_transparent_automoc
[ 8%] Building CXX object decoration/CMakeFiles/kwin3_oxygen_transparent.dir/oxygenbutton.o
In file included from /home/miguel/oxygen-transparent/decoration/oxygenbutton.h:33,
from /home/miguel/oxygen-transparent/decoration/oxygenbutton.cpp:28:
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:111: error: ISO C++ forbids declaration of ‘ShadowCache’ with no type
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:111: error: ‘ShadowCache’ declared as a ‘virtual’ field
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:111: error: expected ‘;’ before ‘&’ token
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:115: error: expected ‘;’ before ‘virtual’
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:115: error: ISO C++ forbids declaration of ‘ShadowCache’ with no type
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:115: error: ‘ShadowCache’ declared as a ‘virtual’ field
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:115: error: expected ‘;’ before ‘&’ token
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:119: error: expected ‘;’ before ‘virtual’
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:149: error: ‘ShadowCache’ does not name a type
In file included from /home/miguel/oxygen-transparent/decoration/oxygenbutton.cpp:30:
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:167: error: ISO C++ forbids declaration of ‘ShadowCache’ with no type
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:167: error: expected ‘;’ before ‘&’ token
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:174: error: expected ‘;’ before ‘virtual’
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:237: error: ‘ShadowCache’ has not been declared
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:237: error: ISO C++ forbids declaration of ‘Key’ with no type
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:237: error: expected ‘;’ before ‘key’
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:247: error: expected ‘;’ before ‘void’
make[2]: *** [decoration/CMakeFiles/kwin3_oxygen_transparent.dir/oxygenbutton.o] Error 1
make[1]: *** [decoration/CMakeFiles/kwin3_oxygen_transparent.dir/all] Error 2
make: *** [all] Error 2
miguel@Kubuntu:~/oxygen-transparent$ file:///home/miguel/libs ausentes/oxygenshadowcache.cpp
bash: file:///home/miguel/libs: No existe el fichero o el directorio
miguel@Kubuntu:~/oxygen-transparent$ file:///home/miguel/libs ausentes/oxygenshadowcache.h
bash: file:///home/miguel/libs: No existe el fichero o el directorio
miguel@Kubuntu:~/oxygen-transparent$ file:///home/miguel/libs ausentes/oxygenshadowconfiguration.cpp
bash: file:///home/miguel/libs: No existe el fichero o el directorio
miguel@Kubuntu:~/oxygen-transparent$ file:///home/miguel/libs ausentes/oxygenshadowconfiguration.h
bash: file:///home/miguel/libs: No existe el fichero o el directorio
miguel@Kubuntu:~/oxygen-transparent$
- Apr 07 2011

QtCurve by HugoPereira 546 comments
the oxygenshadowcache.cpp was not in the libs folder
so... what i did was to remove the OT directory from my home
- download again the source
- make a copy of the files in the libs folder
- run the git checkout eo the old version.
- get into the libs folder and paste "oxygenshadowcache.cpp" and "oxygenshadowconfiguration.cpp" files (and their .h files as well)
- run the compile command again... no errors this time
- run "sudo make" and...
miguel@Kubuntu:~/oxygen-transparent$ sudo make[ 0%] Built target oxygentransparentstyle_automoc
[ 7%] Built target oxygentransparentstyle
[ 7%] Built target kwin3_oxygen_transparent_automoc
[ 8%] Building CXX object decoration/CMakeFiles/kwin3_oxygen_transparent.dir/oxygenbutton.o
In file included from /home/miguel/oxygen-transparent/decoration/oxygenbutton.h:33,
from /home/miguel/oxygen-transparent/decoration/oxygenbutton.cpp:28:
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:111: error: ISO C++ forbids declaration of ‘ShadowCache’ with no type
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:111: error: ‘ShadowCache’ declared as a ‘virtual’ field
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:111: error: expected ‘;’ before ‘&’ token
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:115: error: expected ‘;’ before ‘virtual’
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:115: error: ISO C++ forbids declaration of ‘ShadowCache’ with no type
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:115: error: ‘ShadowCache’ declared as a ‘virtual’ field
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:115: error: expected ‘;’ before ‘&’ token
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:119: error: expected ‘;’ before ‘virtual’
/home/miguel/oxygen-transparent/decoration/oxygenfactory.h:149: error: ‘ShadowCache’ does not name a type
In file included from /home/miguel/oxygen-transparent/decoration/oxygenbutton.cpp:30:
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:167: error: ISO C++ forbids declaration of ‘ShadowCache’ with no type
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:167: error: expected ‘;’ before ‘&’ token
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:174: error: expected ‘;’ before ‘virtual’
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:237: error: ‘ShadowCache’ has not been declared
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:237: error: ISO C++ forbids declaration of ‘Key’ with no type
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:237: error: expected ‘;’ before ‘key’
/home/miguel/oxygen-transparent/decoration/oxygenclient.h:247: error: expected ‘;’ before ‘void’
make[2]: *** [decoration/CMakeFiles/kwin3_oxygen_transparent.dir/oxygenbutton.o] Error 1
make[1]: *** [decoration/CMakeFiles/kwin3_oxygen_transparent.dir/all] Error 2
make: *** [all] Error 2
miguel@Kubuntu:~/oxygen-transparent$ file:///home/miguel/libs ausentes/oxygenshadowcache.cpp
bash: file:///home/miguel/libs: No existe el fichero o el directorio
miguel@Kubuntu:~/oxygen-transparent$ file:///home/miguel/libs ausentes/oxygenshadowcache.h
bash: file:///home/miguel/libs: No existe el fichero o el directorio
miguel@Kubuntu:~/oxygen-transparent$ file:///home/miguel/libs ausentes/oxygenshadowconfiguration.cpp
bash: file:///home/miguel/libs: No existe el fichero o el directorio
miguel@Kubuntu:~/oxygen-transparent$ file:///home/miguel/libs ausentes/oxygenshadowconfiguration.h
bash: file:///home/miguel/libs: No existe el fichero o el directorio
miguel@Kubuntu:~/oxygen-transparent$
- Apr 07 2011

QtCurve by HugoPereira 546 comments
did what you said (delete the cmake cache after the checkout and before recompiling), but still the same error
miguel@Kubuntu:~/oxygen-transparent/build$ sudo cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-- Found Qt-Version 4.6.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.1
-- Found KDE 4.4 include dir: /usr/include
-- Found KDE 4.4 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Configuring done
CMake Error in libs/CMakeLists.txt:
Cannot find source file "oxygenshadowcache.cpp". Tried extensions .c .C
.c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
-- Build files have been written to: /home/miguel/oxygen-transparent/build - Apr 07 2011

QtCurve by HugoPereira 546 comments
miguel@Kubuntu:~$ cd oxygen-transparent
miguel@Kubuntu:~/oxygen-transparent$ git checkout 6ace8e66
Note: checking out '6ace8e66'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 6ace8e6... ------------------------------------------------------------------------ r1216554 | hpereiradacosta | 2011-01-24 00:57:51 +0100 (Mon, 24 Jan 2011) | 10 lines
miguel@Kubuntu:~/oxygen-transparent$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-- 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
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.6.2 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- Phonon Version: 4.3.1
-- Found Phonon: /usr/lib/libphonon.so
-- Found Phonon Includes: /usr/include/qt4/KDE;/usr/include/qt4
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Failed
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.4 include dir: /usr/include
-- Found KDE 4.4 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Configuring done
CMake Error in libs/CMakeLists.txt:
Cannot find source file "oxygenshadowcache.cpp". Tried extensions .c .C
.c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
-- Build files have been written to: /home/miguel/oxygen-transparent
- Apr 02 2011

QtCurve by HugoPereira 546 comments
but before, just one more thing
is there any chance you can tell me what is the revision of oxygen-transparen that doesn't replace the original oxygen style and was before the migration to git? - Apr 02 2011

QtCurve by HugoPereira 546 comments
what's the code I should download? I mean, the code befor you ported it to KDE 4.6? - Apr 02 2011

QtCurve by HugoPereira 546 comments
is there any chance tha you could bring back the code that works on kde 4.5?
PS: Kwin crashes when I set the transparency % on the configuration panel... it goes fine at first, but then when I restart the system it crashes and I can't use plasma anymore... so the only way out is exit to a TTY and uninstall oxygen-transparent - Mar 31 2011

QtCurve by HugoPereira 546 comments
this is a great customization!
I installed this before long time ago in KDE 4.5 an it worked fine
but now, I don't know why, I wanted to have this again... installed perfectly but when I set it on the preferences and restar the system KWIN creashes
it shows a message that say something like "The windows manager stop working please select another windows manager"
and so i have to uninstall oygen-transparent from TTY to get things working again
how can I solve this issue? - Mar 31 2011

Icon Sub-Sets by jetpack 37 comments
now? - Mar 27 2011

Icon Sub-Sets by jetpack 37 comments
maybe in further update you could change the Kubuntu KDE Start Here icon; it looks too pixel right now...
mayby an orb like this would be cool
http://gnome-look.org/CONTENT/content-m2/m132749-2.png
- Mar 27 2011

Plasma Themes by KovacsM 8 comments
I installed it manually and then selected it from the list, but nothing happens - Mar 11 2011

Plasma 4 Extensions by tomatz 4 comments
but I have to ask
what is that nvidia plasmoid?
its awesome! - Jan 14 2011

Plasma Themes by Scnd101 44 comments
no chances on KDE 4.4? - Jan 04 2011

Plasma Themes by Scnd101 44 comments
but icons doesnt show propperly
dou you have to set them manually? - Jan 03 2011

Plasma 4 Extensions by patkoscsaba 35 comments
well its ok
but i have another issue, and maybe you have an idea...
I have to rezise the plasmoid so I could see all the info... no problem with that but, when I restart the pc, the size configuration doesn't save and everytime i must resize again
do you (or anybody) have an idea to how to solve this?
thanks! - Jan 01 2011

Plasma 4 Extensions by patkoscsaba 35 comments
thakns for the correction!
really usseful plasmoid.
as suggestions, maybe in the futer you could implement graphical options, f.e. like font size
it would be nice to make the plasmoid even more subtle
good job! - Dec 31 2010

Plasma 4 Extensions by patkoscsaba 35 comments

Plasma 4 Extensions by patkoscsaba 35 comments
here's mine (the second command doesn't pop up with anything)
miguel@Kubuntu:~$ nvidia-settings -q all | grep -i temp
Attribute 'GPUCoreTemp' (Kubuntu:0.0): 56.
'GPUCoreTemp' is an integer attribute.
'GPUCoreTemp' is a read-only attribute.
'GPUCoreTemp' can use the following target
Attribute 'GPUCoreTemp' (Kubuntu:0[gpu:0]): 56.
'GPUCoreTemp' is an integer attribute.
'GPUCoreTemp' is a read-only attribute.
'GPUCoreTemp' can use the following target
miguel@Kubuntu:~$ nvidia-settings -q all | grep -i therm
miguel@Kubuntu:~$
- Dec 28 2010

Plasma 4 Extensions by patkoscsaba 35 comments
this is an awesome plasmoid but the most important function is not working
"Error parsing query" - Dec 27 2010

VLC Skins by Ave55 2 comments

KDE 4 Splashscreens by miguelpino 5 comments
Just a beautiful Russian model.
Thanks for comment! - Aug 10 2010

Nature by blackhat77 5 comments

KDE 4 Splashscreens by codicem 23 comments
it doesn't work from the list in system settings
and the filw I've downloaded has a weird extension
any help? I want this so badly - Jan 28 2010

KDM4 Themes by verona0000 3 comments
just a thing: it would be great if the quote in the background was the well known umbrella's cause: "Our bussines is life itself". - Jan 18 2010

Plasma 4 Extensions by PlasmaFactory 1198 comments
anyways... how can I see those other language files you say? - Aug 17 2009

Plasma 4 Extensions by PlasmaFactory 1198 comments
congrats for this plasmoid... it works fine!
but I have a question...
how can you change the language?
thanks... - Aug 17 2009

Plasma 4 Extensions by rowancompsciguy 127 comments
I cant install this...
I have problems with the "make" command:
miguel@Piso3:~/Plantillas/weather/build$ make
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
miguel@Piso3:~/Plantillas/weather/build$ make install
make: *** No hay ninguna regla para construir el objetivo `install'. Alto.
in english would be something like this:
miguel@Piso3:~/Plantillas/weather/build$ make
make: *** There is no target and there is no makefile. Stop.
miguel@Piso3:~/Plantillas/weather/build$ make install
make: *** There is no rule to build the 'install' target'. Stop.
am I doing something wrong?
PS: mine is Kubuntu 9.04 with KDE 4.3
PS2: Im from chile. sorry my bad english.
- Aug 16 2009
I was trying to put this on my KDE 4.3 and there was an error
I tryed to install by the "add widgets" button on the upper right corner and it says "Cannot read the script"
then I tried to instal via terminal as u said after downloading from here and and i just get "facebook plasmoid installation failure"
did I miss something? what can I do?
im from Chile... sorry about my bad english. - Aug 13 2009