Bug 160590

Summary: Cannot import custom Kopete-kde4 style if style directory doesn't exist
Product: [Applications] kopete Reporter: Jonathan Thomas <echidnaman>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.50.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Thomas 2008-04-09 03:07:15 UTC
Version:           0.50.1 (using KDE 4.0.3)
Installed from:    Ubuntu Packages
OS:                Linux

If ~/.kde4/share/apps/kopete/styles does not exist you cannot install custom themes. Kopete will complain that there isn't a suitable directory to install the theme to. Creating this directory works around the issue.

To reproduce:
-Download this theme: http://www.kde-look.org/content/show.php/Vally8+Plasma+Theme?content=74921
-Go to Settings-> Configure.
-Go to the chat window section.
-Try to install theme.
-Watch as Kopete complains that there isn't a suitable directory to install the theme.
Comment 1 Dennis Nienhüser 2008-04-19 20:17:38 UTC
SVN commit 798863 by nienhueser:

Make sure there is a writable directory to install chat styles to
CCBUG: 160590


 M  +3 -0      kopetechatwindowstylemanager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=798863
Comment 2 Dennis Nienhüser 2008-04-19 22:51:59 UTC
SVN commit 798901 by nienhueser:

Make sure there is a writable directory to install chat styles to (backport of commit 798863)
BUG: 160590


 M  +3 -0      kopetechatwindowstylemanager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=798901