-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Debian-Art.org - Stuff for your Debian Desktop
Debian-Art.orgDebian-Art.org

 Sep 9 2010  
 Not logged in  
Debian-Art.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-


Sponsoring


-
- Content .- Fans (23) .- Knowledge Base  . 

oxygen-transparent

  

Theme/Style for KDE 4.0

oxygen-transparent
zoom


oxygen-transparent
zoom


oxygen-transparent
zoom


Downloads:  4943
Submitted:  Jul 20 2010
Updated:  Aug 31 2010
Score: score76%76%score 76% good
bad   good

Description:

Oxygen style and decoration with support for transparency (see screenshots).

This is an official experimental branch of the KDE oxygen style, based on kde SC 4.5. It will be merged to official KDE (for the 4.6 release) as soon as the feature is stable enough. In the meanwhile, and to get users feedback, I posted here a script to

- get the sources (from svn)
- configure
- compile and install

the code.

The style (and decoration) should work for kde4.4 and above.

Notes:

- this will erase your current oxygen installation;
- this will likely be erased by any future update of oxygen by your distribution packages;
- again, this is experimental

More notes:
- instructions on how to run the script are at the top
- KDE development packages are needed for the compilation to succeed
- If you have your own KDE svn account, edit the script accordingly, since anonymous svn fails quite often (in which case you just have to re-try later)

Feedback highly appreciated either here on on IRC, #oxygen. (ping hpereira)

TODO (these are current issues that I know of. I'm sure there are more):
- add support for Blur-Behind, in the style; (it is automatically supported for the decoration, provided a recent enough kwin is used)
- there are issues with updating the blur area when for instance an "opaque" widget is resized: the area that was below the opaque widget is not blurred, until next resize (or hide/show) the window
- fix some glitches in the decoration when using grouped windows;
- there is an issue when shading (minimize to titlebar) windows. The blur area remains until the titlebar is moved (filed a KWin bug report)
- fix some glitches in the style, for overflowed tabBars;

Downloads
There are automatic builds linked in the download section which have been provided by others (thanks !).

Only the first download (the script) is maintained by me, it always provide the latest svn version of the code.

Needed packages for installation/compilation
(thanks to MezzeForte for providing the list):

- gcc-c++
- subversion
- cmake
- kdebase-workspace-dev
- libxrender-dev
- libx11-dev

Notes:
- Depending on the distribution you have the name of the packages might change a bit
- there are usually more packages needed by the packages above and installed via dependency.

For instance,

sudo apt-get install build-essential cmake kdelibs5-dev kdebase-workspace-dev libxrender-dev libx11-dev subversion

should work on recent enough Ubuntu (thanks to Antelmo for posting. See page5).




Changelog:

r1155758:
- fixed issues with screensavers
- fixed decoration artifacts when grouping windows, or using the 'blue' title outline

r1153780:
- added more precise checks on widget before setting blur region. This should prevent (notably) plasma tooltips to get blured below their shadow.
- added tracking of translucent widgets (as defined in ::polish ) in order to properly reset their flags in unpolish. This prevents all widgets to become totally translucent when e.g. changing styles.

r1153701:
- Added the possibility to disable transparency in the decoration (to handle, e.g. gtk applications)
- Added the possiblity to blacklist some applications in the style so that they don't get transparency. And added default blacklist for krunner, vlc, kaffeine, smplayer. dragonplayer.

r1152806:
Fixed issues with updating blur_behind regions. when opaque widgets are created/deleted/resized

r1152464:
- implemented support for kwin (@kde4.5) blur behind transparent windows.
- made the opacity setting common between style and decoration, to enforce consistency.




LicenseGPL
(setup script)
Arch(pkgbuild)
Send to a friend
Subscribe
Other artwork from HugoPereira



goto page: prev   1  2  3  4  5  6  7  8  9 

-

 window placement

 
 by JackHair on: Aug 31 2010
 

1st I really like the look. But after building and installing this theme, the window placement settings are completely ignored. I always use centered window placement, but it just wont work anymore. Windows are placed bottom right, doesnt matter what placement method I choose.


Reply to this

-

 Re: window placement

 
 by JackHair on: Aug 31 2010
 

Just found out, if I turn transpency off, windows are placed correct.


Reply to this

-

 Re: window placement

 
 by HugoPereira on: Aug 31 2010
 

yes you are correct.
Its a fancy Qt/kwin bug.
When you set transparency on a main window, a different window is actually created by Qt in your back. And somehow that messes up the window placement with kwin. We (Thomas originaly, in bespin) thought we had a workaround around this, but apparently (from your test case) it does not work when you ask for centered window placement.

I'll investigate some more (its a quite serious issue as a matter of fact).


Reply to this

-

 Re: Re: window placement

 
 by JackHair on: Aug 31 2010
 

I'm actually not using kwin but emerald as window manager. It is possibly a prolem with Qt-4.7.0-RC1 I guess? I run KDE 4.5 compiled against Qt-4.7.0-RC1.


Reply to this

-

 Re: Re: Re: window placement

 
 by HugoPereira on: Aug 31 2010
 

oh.
Emerald. (which would be compiz actually, right ? Emerald is just a window decorator). Then there is a chance that the workaround that we found for kwin actually breaks compiz window placement.

Thanks for the info.


Reply to this

-

 Re: Re: Re: Re: window placement

 
 by JackHair on: Sep 2 2010
 

Yes it's compiz


Reply to this

-

 Install along classic oxygen

 
 by alfkde on: Sep 1 2010
 

Hi.

Congratulations for this great job.

Is there some mode to install oxygen-transparent without override classic oxygen.

I want to probe it but without affecting anything.

Cheers.


Reply to this

-

 Re: Install along classic oxygen

 
 by HugoPereira on: Sep 1 2010
 

Unfortunately not.
That is, not without modifying the code
(you basically need to give the style a different name, e.g. oxygen-transparent), and (more important) different library names (in the CMakeLists.txt), in order not to override existing deco.

I have been reluctant to do that so far because it makes merging with "normal" oxygen modifications more complicated.

I will see if I can find an elegant way to do that though.


Reply to this

-

 Not working in kubuntu

 
 by pepedopolous on: Sep 6 2010
 

Since yesterday, oxygen-transparent is not workign with KDE SC 4.5.1

The installation is successful but I cannot select the Oxygen style (the windeco works).

Oddly enough if I start Dolphin as sudo it uses oxygen (non-transparent).

However, if I start a program and try and force the style I get this: -

dolphin --style oxygen
"The style 'oxygen' was not found"
QMetaObject::invokeMethod: No such method DolphinApplication::loadCommandLineOptionsForNewInstance()
dolphin(23735) KXMLGUI::ActionList::plug: Index 109 is not within range (0 - 41
Phonon::KdePlatformPlugin(0x23b21e0)
0x23b21f0
dolphin(23735)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkonsolepart.so"
pepe@pepe-laptop:~$ QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/pepe/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
dolphin(23735)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/usr/share/mime/magic"
dolphin(23735)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing "/home/pepe/.local/share/mime/magic"


Reply to this

-

 FAO Hugo re: #kwin

 
 by pepedopolous on: 2 days ago
 

Hi,

Here's the output from make install as discussed on IRC: -


pepe@pepe-laptop:~/Source/Oxygen-Transparent/build$ sudo make install
[sudo] password for pepe:
[ 0%] Built target oxygenstyle_automoc
[ 5%] Built target oxygenstyle
[ 5%] Built target kwin3_oxygen_automoc
[ 17%] Built target kwin3_oxygen
[ 17%] Built target kwin_oxygen_config_automoc
[ 31%] Built target kwin_oxygen_config
[ 31%] Built target oxygen_automoc
[ 74%] Built target oxygen
[ 74%] Built target kstyle_oxygen_config_automoc
[ 85%] Built target kstyle_oxygen_config
[ 85%] Built target oxygen-settings_automoc
[ 87%] Built target oxygen-settings
[ 87%] Built target oxygen-demo_automoc
[100%] Built target oxygen-demo
Install the project...
-- Install configuration: "release"
-- Up-to-date: /usr/lib/liboxygenstyle.so.4.5.0
-- Up-to-date: /usr/lib/liboxygenstyle.so.4
-- Up-to-date: /usr/lib/liboxygenstyle.so
-- Up-to-date: /usr/lib/kde4/kwin3_oxygen.so
-- Up-to-date: /usr/share/kde4/apps/kwin/oxygenclient.desktop
-- Up-to-date: /usr/lib/kde4/kwin_oxygen_config.so
-- Up-to-date: /usr/lib/kde4/plugins/styles/oxygen.so
-- Up-to-date: /usr/share/kde4/apps/kstyle/themes/oxygen.themerc
-- Up-to-date: /usr/lib/kde4/kstyle_oxygen_config.so
-- Up-to-date: /usr/bin/oxygen-settings
-- Up-to-date: /usr/bin/oxygen-demo
pepe@pepe-laptop:~/Source/Oxygen-Transparent/build$

Many thanks,

P


Reply to this

-

 Bug I didn't seen before...

 
 by Refused on: 2 days ago
 



http://yfrog.com/nfsshot1wgj


Programmer (noun): An organism that can turn caffeine into code
Reply to this

-

 Icons missing in systray

 Fresh
 by neaghi on: 1 day ago
 

Hi, and congratulations for your work!
Want to say I follow the steps, install dependencies, install your script, and everything went fine..
I use Kubuntu maverick beta1, and KDE 4.5.1, maybe this matter..
Ok, after install When I want to set the slider and click "APPLY", the desktop frozen and must to "ALT/SHIFT/F5" KILL KDM/STARTX..After restart the setting is keeep and work fine untill I try again to set..this is one problem..
The second is strange, after install this oxygen-transparent, in systray don't apear anymore the JDOWNLOADER icon.Is strange because OPERA icon apear normally..
I blacklisted JDOWNLOADER but no result..
Untill now I don't see another problems, ok, under kde menu is transparent, not blur, very anoyng because through KDE menu, is readable the text icons from desktop, but I understand this problem is in work..:)

All the best!!


Reply to this

-

 Re: Icons missing in systray

 Fresh
 by neaghi on: 12 hours ago
 

Some news about the bug..So with slider at minimum apear the JDOWNLOADER icon in systemtray, but if i move a little to left..don't apear anymore.And, when not apear the icon, dont work close button from upper right corner of JDOWNLOADER window.When is set to 0 apear icon and work close button too.
I supose is about JDOWNLOADER or JAVA.

Best Regards,


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9 

Add commentBack




-
-
all messages
Cool Sites
Mac Anwendungen


Copyright 2007-2010 Debian-Art.org Team  Legal Notice
All rights reserved. Debian-Art.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Debian-Art.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message
Debian is a registered trademark of Software in the Public Interest, Inc.
Content RSS   
Events RSS