Warning: session_start(): open(/tmp/sess_6mbspu4hlh5ts94mh5o7927un2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Clear openDesktop.org
-
 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 
 apps.ownCloud.com ownCloud 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 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 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
 VLC-Addons.org Themes and Extensions for VLC
--
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  . 

Clear

   1.0  

Kopete Style 0.11

Score 75%
Clear
zoom


Clear
zoom


Link:  http://
Downloads:  11500
Submitted:  Sep 6 2005
Updated:  Sep 18 2005

Description:

The Final1 of a clear style for kopete... it may still change a lot until the final version so tell me what you like and dislike ;-)

As for the pure style a version able of handling multiple messages in the same bubble will be available once this version is over.




Changelog:

Final1 :
+ added the patches of neofreko and Firetech

Final0 :
+ multiple messages
+ lots of bugs (from pure) solved
+ possibility to see your own avatar in old kopete versions (you must modify the source code if you want it... it's indicated, don't worry)
+ etc...

Beta6 :
+ better avatar background
+ bigger bottom borders
+ some other small changes

Beta5 :
+ Modified avatar background (white border)
+ Lightly rounded messages' bottom line
+ Slightly modified the buddies
+ Changed system messages boxes
+ Replaced clock icon
+ Added highligted messages managment

Beta4, some changes :
+ goodbye to the shadowed text (not enough readable according to friends)
+ new avatar background (in fact there was none previously)




LicenseGPL
Send to a friend
Subscribe
Other  Content  from neptune3k
Report inappropriate content



goto page: prev   1  2  3  4  5 

-
.

 adjust file protocol

 
 by neofreko on: Sep 18 2005
 
Score 50%
neofrekoneofreko
navinot.com
Home

for you out there having trouble with image doesn't show up regardless the correctness of path, you may try this:
open Clear.xsl and change

<xsl:variable name="data-path"><xsl:value-of select="$appdata"/>Clear/</xsl:variable>

to

<xsl:variable name="data-path">file:///<xsl:value-of select="$appdata"/>Clear/</xsl:variable>

But here is still one more problem: only one message is rendered. I don't know why


To live means to chase your dreams
Reply to this

-
.

 Re: adjust file protocol

 
 by neptune3k on: Sep 18 2005
 
Score 50%

Thanks for the tip... since I do not have the above problem on my computer I can't really help solving that recurrent problem, however I you find the ultimate solution, tell us and I will insert it into the theme as soon as possible.


Reply to this

-

 Re: adjust file protocol

 
 by Firetech on: Sep 18 2005
 
Score 50%

To fix the "one message" bug, change line 32-33 to:

<!-- could be defined if no personal avatar shows up automatically -->
<xsl:variable name="user-photo">null</xsl:variable>

(or if you want to show your own image, replace null there with the absolute location of any image)
This works for me, at least.


Jocke "Firetech" Andersson
Reply to this

-

 Re: Re: adjust file

 
 by akemi on: Sep 18 2005
 
Score 50%

for me too...


Reply to this

-
.

 nice

 
 by protoman on: Sep 18 2005
 
Score 50%

In my opinion, not with this fixed version, this theme is the better ever made.
I vote for it being included in KDE.


Reply to this

-
.

 bug

 
 by estevam on: Sep 20 2005
 
Score 50%

1. I can't see my own avatar
2. First msg from friends doesn't show. Just a clear box.

Kopete from KDE 3.4.2
SuSE 9.3


Reply to this

-

 Re: bug

 
 by neptune3k on: Sep 24 2005
 
Score 50%

I also work under SUSE 9.3 with kde 3.4.2 from the repository and I have no problem at all... maybe is your configuration the source of your problems...


Reply to this

-

 Re: bug

 
 by aitorciki on: Sep 29 2005
 
Score 50%

I had the same problem with first message of MSN contacts nos being displayed.

Changing line 90 to

<xsl:if test="not($previous_author = $current_author) or not($previous_author = null) or (@importance = 2)">

works for me.

Now these messages are properly displayed :)


Reply to this

-

 Re: Re: bug

 
 by aitorciki on: Sep 29 2005
 
Score 50%

Sorry... a little more testing proves that, whereas solving the first message undisplayed problem, this causes another bugs...

I have to do a little more research!


Reply to this

-

 Re: bug

 
 by aitorciki on: Sep 29 2005
 
Score 50%

Well, I have worked a little on the bug (it's the first time i deal with Kopete themes internals) and I have an idea of what causes the problem.

The internal message preceding the conversation ("somebody has started a chat with you" or something alike) is treated from Kopete as a message sent from your buddy to himself. Clear.xsl is waiting for an author change in the next message to display it, but this doesn't happen as the previous internal message has been sent by the same author (the buddy). So the message is not displayed.

My (dirty) workaround consists on checking also the previous and current addressee, as the "to" field of the internal "starting chat" message is equal to its "from" field. If "to" or "from" has changed, then the message is displayed. One of the two conditions is always true.

I have added:

<xsl:variable name="current_dest" select="$current/to/contact/@contactId"/>
<xsl:variable name="previous_dest" select="$previous/to/contact/@contactId"/>

in the variables definitions. And the "if" statement at line 89/90 is now:

<xsl:if test="(not($previous_author = $current_author) or not($previous_dest = $current_dest)) or (@importance='2')">

Hope something is understandable and this will help, excuse my poor english as well :P


Reply to this

-
.

 Re: Re: bug

 
 by estevam on: Sep 30 2005
 
Score 50%

Thanks!
I like to see my own avatar, but I can't. Could you pls fix it too?


Reply to this

-

 Question

 
 by neversfelde on: Sep 20 2005
 
Score 50%

mhhh. Great idea. But there are no messenger icos and photos. are you planning to fix?


Reply to this

-

 Re: Question

 
 by neptune3k on: Sep 24 2005
 
Score 50%

Could you explain your mind ? I don't understand what you're speaking about...


Reply to this

-

 Re: Re: Question

 
 by neversfelde on: Sep 24 2005
 
Score 50%

sorry. i cannot view any photos. wether my avatar nor the one of my chatting partner. the messenger icons like msn or so on aren't there neither. I use this skin with pleasure instead.


Reply to this

-

 Avatar problem

 
 by XSilver86 on: Sep 24 2005
 
Score 50%

i modified Clear.xsl to have my avatar, but it doesn't show up anyway :( someone have the same problem?


And so at last the beast fell and the unbelievers rejoiced. But all was not lost, for from the ash rose a great bird. The bird gazed down upon the unbelievers and cast fire and thunder upon them. For
Reply to this

-

 Re: Avatar problem

 
 by neptune3k on: Sep 24 2005
 
Score 50%

Send me your xsl file... I'll see what I can do...


Reply to this

-

 No images

 
 by jollyjoice on: Oct 3 2005
 
Score 50%

Am i missing something?
I can't get any images to display with this. And yes I do have that changed code... I'm not 100% where to put the files but i have them every possible place I can think of!
Any help?


Thanks
Christopher

Reply to this

goto page: prev   1  2  3  4  5 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team