


Various KDE 1.-4. Improvements by jimmy88 1783 comments
I dont use that button though.. - Mar 05 2010

Various KDE 1.-4. Improvements by jimmy88 1783 comments

Various KDE 1.-4. Improvements by jimmy88 1783 comments
And I wonder why it only happen on my pc, but not my laptop.
I tried quite a lot dpi setting, but seems not help.
1.0 1.4 1.6 are the same here... - Mar 03 2010

Beryl/Emerald Themes by garthecho 7 comments

Beryl/Emerald Themes by garthecho 7 comments
and use ccsm to edit the window decoration config and fill the blank of command of decoration with emerald --replace
Anyway, there are many solution that depends on the way to enter the desktop and start compiz. - Jan 03 2010

Various KDE 1.-4. Improvements by jimmy88 1783 comments
but some small glitches in tab and menu
http://filer.blogbus.com/5313309/531330912625244778.png
http://filer.blogbus.com/5313309/53133091262524668i.png - Jan 03 2010

Various KDE 1.-4. Improvements by jimmy88 1783 comments
Could you please upload it to google code, deviantart (yeah I'm sure these site are accessible), or some where else?
Sorry for bring you so much trouble.
Thanks! - Jan 03 2010

Various Stuff by hurricanek 15 comments
But after I test it, it's all ok, maybe it's just google code temporary problem. - Dec 06 2009

Various Stuff by hurricanek 15 comments
So I cannot provide this feature right now. - Nov 25 2009

Various Stuff by hurricanek 15 comments

Various Stuff by hurricanek 15 comments
High resolution version of themes doesn't look bad even on low resolution screen. In my personal test, I think only people who use 800x600 will have better download the 0.1 which will make chrome look better. - Nov 25 2009

Plasma 4 Extensions by panzi 842 comments
I have just made a po file for zh_CN.
http://saber-personal-project.googlecode.com/files/zh_CN.po
Thanks for your great plasmoid! - Nov 07 2009

Plasma 4 Extensions by panzi 842 comments
So I make a little patch to fix it.
diff -r 4454d2ea0051 -r 4640304868eb applet/SmoothTasks/TaskItem.cpp
--- a/applet/SmoothTasks/TaskItem.cpp Thu Oct 29 21:50:29 2009 +0100
+++ b/applet/SmoothTasks/TaskItem.cpp Fri Oct 30 09:26:51 2009 +0800
@@ -402,9 +402,14 @@
}
void TaskItem::contextMenuEvent(QGraphicsSceneContextMenuEvent *event) {
- m_applet->toolTip()->hide();
- m_applet->popup(this);
- event->accept();
+ if (m_task->type() != Task::StartupItem) {
+ m_applet->toolTip()->hide();
+ m_applet->popup(this);
+ event->accept();
+ }
+ else {
+ event->ignore();
+ }
}
void TaskItem::mousePressEvent(QGraphicsSceneMouseEvent *event) { - Oct 29 2009

Plasma 4 Extensions by panzi 842 comments
Here is the stack trace
Application: Plasma 工作区 (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0xb56a3700 (LWP 7908))]
Thread 3 (Thread 0xa7b8bb70 (LWP 7911)):
#0 0xb779d424 in __kernel_vsyscall ()
#1 0xb753eb95 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2 0xb7598937 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQtCore.so.4
#3 0xb5e1b562 in ?? () from /usr/lib/libQtNetwork.so.4
#4 0xb7597922 in ?? () from /usr/lib/libQtCore.so.4
#5 0xb753a65c in start_thread () from /lib/libpthread.so.0
#6 0xb60981fe in clone () from /lib/libc.so.6
Thread 2 (Thread 0xa702ab70 (LWP 7912)):
#0 0xb779d424 in __kernel_vsyscall ()
#1 0xb60912a1 in select () from /lib/libc.so.6
#2 0xb76646a5 in ?? () from /usr/lib/libQtCore.so.4
#3 0xb7597922 in ?? () from /usr/lib/libQtCore.so.4
#4 0xb753a65c in start_thread () from /lib/libpthread.so.0
#5 0xb60981fe in clone () from /lib/libc.so.6
Thread 1 (Thread 0xb56a3700 (LWP 7908)):
[KCrash Handler]
#6 0xa8559ab0 in TaskManager::Task::classClass() const () from /usr/lib/libtaskmanager.so.4
#7 0xa854fab6 in TaskManager::ProgramGroupingStrategy::className(TaskManager::AbstractGroupableItem*) () from /usr/lib/libtaskmanager.so.4
#8 0xa8550000 in TaskManager::ProgramGroupingStrategy::strategyActions(QObject*, TaskManager::AbstractGroupableItem*) () from /usr/lib/libtaskmanager.so.4
#9 0xa8560214 in TaskManager::BasicMenu::BasicMenu(QWidget*, TaskManager::TaskItem*, TaskManager::GroupManager*, QList<QAction*>) () from /usr/lib/libtaskmanager.so.4
#10 0xa84d76d0 in SmoothTasks::Applet::popup(TaskManager::AbstractGroupableItem*) () from /usr/lib/kde4/plasma_applet_smooth-tasks.so
#11 0xa84d7738 in SmoothTasks::Applet::popup(SmoothTasks::TaskItem const*) () from /usr/lib/kde4/plasma_applet_smooth-tasks.so
#12 0xa84eb07d in SmoothTasks::TaskItem::contextMenuEvent(QGraphicsSceneContextMenuEvent*) () from /usr/lib/kde4/plasma_applet_smooth-tasks.so
#13 0xb6912e40 in QGraphicsItem::sceneEvent(QEvent*) () from /usr/lib/libQtGui.so.4
#14 0xb695f3df in QGraphicsWidget::sceneEvent(QEvent*) () from /usr/lib/libQtGui.so.4
#15 0xb6934ba4 in ?? () from /usr/lib/libQtGui.so.4
#16 0xb6941b28 in QGraphicsScene::contextMenuEvent(QGraphicsSceneContextMenuEvent*) () from /usr/lib/libQtGui.so.4
#17 0xb6942aa7 in QGraphicsScene::event(QEvent*) () from /usr/lib/libQtGui.so.4
#18 0xb63123a4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#19 0xb6319a8c in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#20 0xb6d550aa in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#21 0xb7685e8b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#22 0xb694f150 in QGraphicsView::contextMenuEvent(QContextMenuEvent*) () from /usr/lib/libQtGui.so.4
#23 0xb63672df in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#24 0xb670ccd3 in QFrame::event(QEvent*) () from /usr/lib/libQtGui.so.4
#25 0xb67aa454 in QAbstractScrollArea::viewportEvent(QEvent*) () from /usr/lib/libQtGui.so.4
#26 0xb695408f in QGraphicsView::viewportEvent(QEvent*) () from /usr/lib/libQtGui.so.4
#27 0xb67aca45 in ?? () from /usr/lib/libQtGui.so.4
#28 0xb768503a in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#29 0xb631237c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#30 0xb6319ed6 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#31 0xb6d550aa in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#32 0xb7685e8b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#33 0xb638cafe in QCoreApplication::sendSpontaneousEvent(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#34 0xb63874fd in ?? () from /usr/lib/libQtGui.so.4
#35 0xb6386365 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
#36 0xb63b0a52 in ?? () from /usr/lib/libQtGui.so.4
#37 0xb5f2d328 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#38 0xb5f30ba0 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#39 0xb5f30cd3 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#40 0xb76b05f5 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#41 0xb63b0185 in ?? () from /usr/lib/libQtGui.so.4
#42 0xb7684479 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#43 0xb76848ca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#44 0xb7686d3f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#45 0xb6312227 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#46 0xb3fdb60d in kdemain () from /usr/lib/libkdeinit4_plasma-desktop.so
#47 0x0804de22 in _start () - Oct 28 2009

Plasma 4 Extensions by panzi 842 comments
It will only happen if a program is starting. - Oct 28 2009

Plasma 4 Extensions by panzi 842 comments
I have just review the code of Kwin's preview and Compiz's preview. And I think I have found a way to make it work by wrote a compiz plugin. But don't give it too much expectancy, I'm quite busy these days that I don't whether I have time to do the work....
I will try my best to do it... - Sep 18 2009

Compiz Themes by hurricanek 12 comments
I just compile against Archlinux KDEmod 4.3.1, and there is nothing wrong... - Sep 13 2009

Plasma 4 Extensions by panzi 842 comments
Like firefox, if the web page's title is changing, or the download window will cause this(percentage of download is changing), this will happen.
By the way, your work rocks! Even the preview window under compiz is good look now(though no preview). And the startupnotify will not cause tool wrong. - Aug 20 2009

QtCurve by CraigD 2890 comments
Maybe this is not to hard by just emulating it by some complex gradient?
Above all, this is always a great job! - Aug 07 2009

Various Plasma Theming by mgraesslin 178 comments
add this to the cmake command.
-DCMAKE_INSTALL_PREFIX=/usr
- Aug 06 2009

QtCurve by CraigD 2890 comments
Only this ugly patch avoid this.
--- style/qtcurve.cpp.orig 2009-08-05 16:07:05.178538167 +0800
+++ style/qtcurve.cpp 2009-08-05 16:09:42.615605925 +0800
@@ -10301,7 +10301,11 @@
{
KColorScheme kcs(QPalette::Active);
if(opts.coloredMouseOver)
+ {
+ if (1)
+ itsMouseOverCols=new QColor [TOTAL_SHADES+1];
shadeColors(kcs.decoration(KColorScheme::HoverColor).color(), itsMouseOverCols);
+ }
shadeColors(kcs.decoration(KColorScheme::FocusColor).color(), itsFocusCols);
}
----------------------------------------
here is a crash report
Application: 系统设置 (systemsettings), signal: Segmentation fault
[KCrash Handler]
#6 0xb7320f7b in QColor::operator= () from /usr/lib/libQtGui.so.4
#7 0xb57b48e0 in shade (opts=<value optimized out>, ca=@0x9181600, cb=0x1c, k=1) at /home/saber/qtcurve-kde4/src/QtCurve-KDE4-0.66.1/common/common.h:1122
#8 0xb57b4dd0 in QtCurveStyle::shadeColors (this=0x96e4be8, base=@0x9181600, vals=0x1c) at /home/saber/qtcurve-kde4/src/QtCurve-KDE4-0.66.1/style/qtcurve.cpp:9828
#9 0xb57b4f53 in QtCurveStyle::setDecorationColors (this=0x96e4be8) at /home/saber/qtcurve-kde4/src/QtCurve-KDE4-0.66.1/style/qtcurve.cpp:10307
#10 0xb57b500f in QtCurveStyle::applyKdeSettings (this=0x96e4be8, pal=true) at /home/saber/qtcurve-kde4/src/QtCurve-KDE4-0.66.1/style/qtcurve.cpp:10317
#11 0xb57b51a6 in QtCurveStyle::kdeGlobalSettingsChange (this=0x96e4be8, type=0) at /home/saber/qtcurve-kde4/src/QtCurve-KDE4-0.66.1/style/qtcurve.cpp:10343
#12 0xb5806045 in QtCurveStyle::qt_metacall (this=0x96e4be8, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0xbfea567c) at /home/saber/qtcurve-kde4/src/build/style/moc_qtcurve.cxx:96
#13 0xb6e3b667 in ?? () from /usr/lib/libQtDBus.so.4
#14 0xb6e42f27 in ?? () from /usr/lib/libQtDBus.so.4
#15 0xb6d37d7e in QObject::event () from /usr/lib/libQtCore.so.4
#16 0xb7222694 in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#17 0xb7229d7c in QApplication::notify () from /usr/lib/libQtGui.so.4
#18 0xb7c64fca in KApplication::notify () from /usr/lib/libkdeui.so.5
#19 0xb6d27fab in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#20 0xb6d28b92 in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4
#21 0xb6d28d5d in QCoreApplication::sendPostedEvents () from /usr/lib/libQtCore.so.4
#22 0xb6d52a7f in ?? () from /usr/lib/libQtCore.so.4
#23 0xb62fdd98 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#24 0xb63013e0 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#25 0xb6301513 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#26 0xb6d526ac in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#27 0xb72c0325 in ?? () from /usr/lib/libQtGui.so.4
#28 0xb6d26559 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#29 0xb6d269aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#30 0xb6d28e1f in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#31 0xb7222517 in QApplication::exec () from /usr/lib/libQtGui.so.4
#32 0x08052eee in _start ()
- Aug 05 2009

Aurorae Themes by jackric 6 comments
By the way, whats the plasma theme you use? - Jul 14 2009

Various Plasma Theming by mgraesslin 178 comments

Various Plasma Theming by mgraesslin 178 comments

Compiz Themes by hurricanek 12 comments

Compiz Themes by hurricanek 12 comments

Plasma 4 Extensions by mbaszczewski 445 comments

Plasma 4 Extensions by mbaszczewski 445 comments
tar xvf ....
cd ...
patch -p0 < patchfilename
and just make it as usual. - Jun 11 2009

Compiz Themes by hurricanek 12 comments
Actually kde-look, gnome-look, and sth else are all belong to openDesktop.org. They may have theme eyecandy, like X11 mouse themes.
As you can see
http://www.kde-look.org/index.php?xcontentmode=36
http://www.gnome-look.org/index.php?xcontentmode=36
are same. No matter where you post. - Jun 11 2009

Plasma 4 Extensions by mbaszczewski 445 comments
http://saber-personal-project.googlecode.com/files/kde43-stasks.patch - Jun 06 2009

Plasma 4 Extensions by DanaKil 62 comments

Full Icon Themes by everaldo 127 comments
you can open the /usr/share/icons/oxygen and compare it with crystal and manual change the icon name. - Jun 05 2009

Full Icon Themes by everaldo 127 comments
and change all filesystems in index.theme into places.
cp places/folder.png to mimetypes/inode-directory.png
change places/folder_* to places/folder-*
link or cp folder-home to user-home
it will look better. There are still many changes needed, but this will just make all seems good. - May 21 2009