Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"KDE Improvement Project" (KIP) - KDE 3.5.4 ebuilds
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3 ... 30, 31, 32  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Wed Oct 13, 2004 2:32 pm    Post subject: "KDE Improvement Project" (KIP) - KDE 3.5.4 ebuild Reply with quote

KDE 3.5.4 compatible!

StifflerStealth is maintaining these ebuilds, THANKS!

Latest:
https://forums.gentoo.org/viewtopic-p-3587228.html#3587228

Instructions:

1) Basically you need to extract the modified ebuilds to your portage overlay directory (usually /usr/local/portage, but I use /usr/portage/local).

Code:
tar -xvjf /path/to/file/kde-3.x.perrty.v1.x.tar.bz2 -C /path/to/portage/overlay/


ie, for me this is:
Code:
tar -xvjf /home/tehchris/Desktop/kde-3.4.perrty.v1.0.2-r3.tar.bz2 -C /usr/portage/local/


2) Now add the following to your /etc/portage/package.keywords
(note if you are using amd64, substitute ~x86 for ~amd64)

Code:
#
kde-base/kdebase ~x86
kde-base/kde ~x86
kde-base/kdelibs ~x86
kde-base/arts ~x86
kde-base/kdepim ~x86

kde-base/kdenetwork ~x86
kde-base/kdemultimedia ~x86
kde-base/kdegraphics ~x86
kde-base/kdeadmin ~x86
kde-base/kdewebdev ~x86
kde-base/kdeutils ~x86
kde-base/kdeartwork ~x86
kde-base/kdetoys ~x86
kde-base/kdeaddons ~x86
kde-base/kdeedu ~x86
kde-base/kdegames ~x86
kde-base/kdeaccessibility ~x86
app-crypt/gpgme ~x86


note: if you don't have a package.keywords file, then as root run:
Code:
mkdir /etc/portage && touch /etc/portage/package.keywords


3a) If it is a fresh install, then just run
Code:
emerge -av kde


3b) Or if you are like me and prefer a smaller kde, you can specify the packages individually, like so:
Code:
emerge -av kdebase kdeartwork


3c) If you are updating instead of a fresh install, you will also need to re-emerge qt
Code:
emerge -av qt kdelibs kdebase kdeartwork


That's it!

FYI, the patched ebuilds are:
qt (3.3.3)
kdebase
kdeartwork
kdelibs


Tips:
** If you are running these patches with Xfree, you may have rubberband drawing problems, suggest use Xorg - thanks sklettke

** If you are having problems with slow rubberband redraw, link97381 suggests adding the following option to your xorg.conf
Code:
Option "RenderAccel" "1"


** To enable the new konqueror sidebar look insert the SidebarStyle=1 into your konqsidebartng.rc file like so:
Code:
echo SidebarStyle=1 >> ~/.kde/share/config/konqsidebartng.rc


or if you still can't see it after that, try adding this to ~/.kde/share/config/konqsidebartng.rc

Code:
[webbrowsing]
SidebarStyle=1
[filemanagement]
SidebarStyle=1


** To disable the new sidebar and get back you old sidebar (where PROFILE_NAME is the name of your profile)
Code:
cp -r ~/.kde/share/konqsidebartng/entries ~/.kde/share/konqsidebartng/$PROFILE_NAME/entries


Known problems
** Does not compile when using unsermake


These ebuilds have been pretty well tested now, and should work out of the box. Depending on your pc though, you may need 10 or so hours to kill ;) Still, don't hurt me if it installs gnome, eats your ram, or otherwise maims your precious gentoo install!

- Chris


Changelog:
18th Mar 05kde-3.4.perrty.v1.0.2-r3.tar.bz2 - updated to work with kde 3.4

29th Nov 04 kde-3.3.1.perrty.v1.0.0 - updated to v1.0.0 of the patches

1st Nov 04 kde-3.3.1.perrty.v0.5.5 - updated to v0.5.5 of the patches

27th Oct 04 kde-3.3.1.perrty.v0.5.2 - updated to v0.5.2 of patches, which basically fixes a drawing problem in detailed view

27th Oct 04 kde-3.3.1.perrty.v0.5.1 - updated to v0.5.1, which should fix the kdebase compile failure

26th Oct 04 kde-3.3.1.perrty.v0.5.0 - updated to v0.5.0 of the Improving KDE patches

24th Oct 04 kde-3.3.1.perrty.v0.4.4 - updated to v0.4.4 of the Improving KDE patches, flicker in detailed mode now fixed! rebuild kdelibs and kdebase to get fix.

22nd Oct 04 kde-3.3.1.perrty.v0.4.3 - updated to v0.4.3 of the Improving KDE patches
* fixed bug when removing all sidebar tabs in new sidebar.

19th Oct 04 - kde-3.3.1.perrty.v0.4.0-3 - forgot to include 45qt3 and 50qtdir3 for x11-libs/qt (thanks balinares)

18th Oct 04 - kde-3.3.1.perrty.v0.4.0-2 - changed patch from -p0 to epatch

18th Oct 04 - kde-3.3.1.perrty.v0.4.0-1 - changed patch from -p1 to -p0

18th Oct 04 - kde-3.3.1.perrty.v0.4.0 - updated to v0.4.0 of the patches, now includes sidebar - see Tips section below, also includes patch for kdepim

17th Oct 04 - updated to v0.3.4 of the patches, kdeartwork 3.3.1 should now be happy :roll:

15th Oct 04 - using portage 3.3.1 ebuilds (u will need to change package.keywords, see below), base off v0.3.1 patch

14th Oct 04 - included new patch for artwork that was causing emerge to bomb out


Changelog from http://www.kde-look.org/content/show.php?content=16962
Code:
v1.0.0: (2004-Nov-28)
* fixed bug with rubberband in iconview mode.
* added install instructions.

v0.5.5: (2004-Oct-31)
 * fixed bug when new rubberband effect is disabled.
 
 v0.5.4: (2004-Oct-31)
 * added rubberband color cache (improve rubberband performance a little more). I can't do incremental patch cause i'm using the KDE CVS version now. The only file that was modified is kdelibs/kdefx/kstyle.cpp
 
 v0.5.3: (2004-Oct-31)
 * improved rubberband performance in iconview (now only the modified area is draw).
 * fixed bug when drawing rubberband and right mouse button is clicked.
 * added incremental patch. For those who are using version 0.5.2 just apply the patches found in dir patches-0.5.2.
 Note: Only use the patches found in dir patches-0.5.3 if you are using version 0.5.2. Any doubt how to use this mail me.
 * added TODO file. If you found any bug not in TODO mail me, and i will try to fix.

v0.5.2: (2004-Oct-26)
 * fixed error in drawing the item background in konqueror detailed view mode when that is a background image set. You just need to recompile kdebase/konqueror/listview.

v0.5.1: (2004-Oct-26)
 * fixed compile error in kdebase/konqueror/listview.

v0.5.0: (2004-Oct-25)
 * a lot of cleanup and refactoring.
 * fix bug in konqueror detailed view mode that made the alternate background lines draw incorrect (thanks to DarkLord to point this out).
 * now no app will be affected by the patch for bug 88964.
 * modified qt patches to kde ones so is more easy to get they accepted by kde developers.
 * removed kdepim patch (no more necessary).

_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!


Last edited by taskara on Tue Sep 26, 2006 3:03 am; edited 154 times in total
Back to top
View user's profile Send private message
huru
n00b
n00b


Joined: 05 Feb 2003
Posts: 59
Location: lappeen Ranta, Finland

PostPosted: Wed Oct 13, 2004 5:23 pm    Post subject: Reply with quote

Thanks a lot!
Will try this tonight, with some luck I'm done compiling tomorrow when I'm back from work ;)
_________________
There's someone watching me. I can tell.
Back to top
View user's profile Send private message
lolowen
n00b
n00b


Joined: 27 Dec 2003
Posts: 57
Location: UK

PostPosted: Wed Oct 13, 2004 6:37 pm    Post subject: Reply with quote

Hi

First of all good work taskara

But can i suggest another patch to add to your ebuilds.

Its the composite manager patch for kde found @ this thread:
https://forums.gentoo.org/viewtopic.php?t=221610

Cheers
Back to top
View user's profile Send private message
Red Nalie
Guru
Guru


Joined: 24 Mar 2003
Posts: 484
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe

PostPosted: Wed Oct 13, 2004 9:07 pm    Post subject: Reply with quote

welshboy89 wrote:
Hi

First of all good work taskara

But can i suggest another patch to add to your ebuilds.

Its the composite manager patch for kde found @ this thread:
https://forums.gentoo.org/viewtopic.php?t=221610

Cheers


Yeah, that would be really cool if that's in it, all good stuff in one place :)
_________________
Many people call me Linux-freak, I just see me as a freak who uses Linux :)

i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Wed Oct 13, 2004 10:54 pm    Post subject: Reply with quote

hey guys,

I will try and add that patch when I get home this afternoon.

looks like it's a patch on kdebase, but into the kwin dir..

prob best not to say "good work" until you've tried it and it works! :? ;)

will post back in a few hours..
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
huru
n00b
n00b


Joined: 05 Feb 2003
Posts: 59
Location: lappeen Ranta, Finland

PostPosted: Thu Oct 14, 2004 7:23 am    Post subject: Reply with quote

Noo, don't make me to recompile again with new patches!
J/k of course ;-)

So far looks good, about half-way through emerging. Compiling had crashed on kdepim during the night so some hours were lost.. that crash has nothing to do with your patches though but gpgme, will compile kdepim after everything else.
_________________
There's someone watching me. I can tell.
Back to top
View user's profile Send private message
huru
n00b
n00b


Joined: 05 Feb 2003
Posts: 59
Location: lappeen Ranta, Finland

PostPosted: Thu Oct 14, 2004 11:36 am    Post subject: Reply with quote

Kdeartwork failed to compile, I replaced the patch included in your package with updated (for 3.3.1) patch from kde-look.org and looks like it's compiling ok now. Then the remaining packages.. damn this is taking longer than I thought ;)
_________________
There's someone watching me. I can tell.
Back to top
View user's profile Send private message
huru
n00b
n00b


Joined: 05 Feb 2003
Posts: 59
Location: lappeen Ranta, Finland

PostPosted: Thu Oct 14, 2004 12:15 pm    Post subject: Reply with quote

Hmm, too quick posting.. kdeartwork still failed to compile :(

Code:

plastik.cpp: In member function `virtual void
   PlastikStyle::drawKStylePrimitive(KStyle::KStylePrimitive, QPainter*, const
   QWidget*, const QRect&, const QColorGroup&, unsigned int, const
   QStyleOption&) const':
plastik.cpp:1412: error: duplicate case value
plastik.cpp:1389: error: previously used here
make[4]: *** [plastik.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles/plastik'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles/plastik'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeartwork-3.3.1 failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make

_________________
There's someone watching me. I can tell.
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Thu Oct 14, 2004 12:39 pm    Post subject: Reply with quote

huru wrote:
Hmm, too quick posting.. kdeartwork still failed to compile :(

Code:

plastik.cpp: In member function `virtual void
   PlastikStyle::drawKStylePrimitive(KStyle::KStylePrimitive, QPainter*, const
   QWidget*, const QRect&, const QColorGroup&, unsigned int, const
   QStyleOption&) const':
plastik.cpp:1412: error: duplicate case value
plastik.cpp:1389: error: previously used here
make[4]: *** [plastik.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles/plastik'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles/plastik'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeartwork-3.3.1 failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make


Hi huru,

this should be fixed now.

please download this new patch file here
and replace the one in your portage overlay directory / kde-base/kdeartwork/files/

make sure you delete your old extracted source directory /var/tmp/portage/kdebase$version..

please let me know how it goes!

also I have updated the package to include this new patch.

-c
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!


Last edited by taskara on Thu Oct 14, 2004 3:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
snakattak3
Guru
Guru


Joined: 11 Dec 2002
Posts: 468
Location: Seattle

PostPosted: Thu Oct 14, 2004 2:56 pm    Post subject: Reply with quote

Code:
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_PLUGIN -c -o plastik.lo plastik.cpp
plastik.cpp: In member function `virtual void PlastikStyle::drawKStylePrimitive(KStyle::KStylePrimitive, QPainter*, const QWidget*, const QRect&, const QColorGroup&, uint, const QStyleOption&) const':
plastik.cpp:1412: error: duplicate case value
plastik.cpp:1389: error: previously used here
make[4]: *** [plastik.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles/plastik'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles/plastik'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1'
make: *** [all] Error 2

I get that error with the new patch.
_________________
Ban Reality TV!
Adopt an Unanswered Post
Back to top
View user's profile Send private message
zerojay
Veteran
Veteran


Joined: 09 Aug 2003
Posts: 1033

PostPosted: Thu Oct 14, 2004 3:16 pm    Post subject: Reply with quote

I've been having a strange problem since updating to 3.3.1 with these patches. Every 15 seconds, X hits 100% CPU use for a second. Any clues as to why?
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Thu Oct 14, 2004 3:21 pm    Post subject: Reply with quote

snakattak3, it looks like it is complaining about a double entry.

could you make sure that all the extracted source from your first attempt is deleted from /var/tmp/portage/kdebase$?

and try again?


and DarkStalker,

no idea! I haven't actually had a chance to emerge these on my own system yet ;)

have u done anything else to your system besides these patches? and was it with the new kdeartwork patch or old one?

perhaps someone else might be able to shed more light than I can at this stage :?
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
zerojay
Veteran
Veteran


Joined: 09 Aug 2003
Posts: 1033

PostPosted: Thu Oct 14, 2004 3:58 pm    Post subject: Reply with quote

taskara wrote:
snakattak3, it looks like it is complaining about a double entry.

could you make sure that all the extracted source from your first attempt is deleted from /var/tmp/portage/kdebase$?

and try again?


and DarkStalker,

no idea! I haven't actually had a chance to emerge these on my own system yet ;)

have u done anything else to your system besides these patches? and was it with the new kdeartwork patch or old one?

perhaps someone else might be able to shed more light than I can at this stage :?


I had emerged qt, kdelibs, kdebase. I unmerged all of KDE 3.3.0 completely. I decided to go back to the official ebuilds in the hopes that it fixes the problem.
Back to top
View user's profile Send private message
Petyr
Guru
Guru


Joined: 08 Jan 2003
Posts: 471
Location: San Diego, CA, USA

PostPosted: Thu Oct 14, 2004 4:15 pm    Post subject: Reply with quote

Gah... so I've got just about all of it emerged, but I keep getting

Code:
In file included from locator.cpp:20:
interface_wireless.h:98: error: `Arts' is not a class or namespace
interface_wireless.h:99: error: `TimeNotify' is not a class or namespace
interface_wireless.h:99: error: invalid base-class specification
interface_wireless.h:101: error: syntax error before `::' token
interface_wireless.h:102: error: parse error before `::' token
interface_wireless.h:107: error: parse error before `}' token
make[3]: *** [locator.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from kwifimanager.h:43,
                 from main.cpp:25:
interface_wireless.h:24:28: arts/iomanager.h: No such file or directory
interface_wireless.h:25:29: arts/dispatcher.h: No such file or directory
In file included from kwifimanager.h:43,
                 from main.cpp:25:
interface_wireless.h:98: error: `Arts' is not a class or namespace
interface_wireless.h:99: error: `TimeNotify' is not a class or namespace
interface_wireless.h:99: error: invalid base-class specification
interface_wireless.h:101: error: syntax error before `::' token
interface_wireless.h:102: error: parse error before `::' token
interface_wireless.h:107: error: parse error before `}' token
when I try to merge kdenetwork. Anyone have ideas on getting around this?

Thanks,

Petyr Rahl
Back to top
View user's profile Send private message
Red Nalie
Guru
Guru


Joined: 24 Mar 2003
Posts: 484
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe

PostPosted: Thu Oct 14, 2004 4:25 pm    Post subject: Reply with quote

Have the translucency-patch been implemented yet?
I'm waiting on you my friend :)
_________________
Many people call me Linux-freak, I just see me as a freak who uses Linux :)

i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out
Back to top
View user's profile Send private message
link97381
n00b
n00b


Joined: 29 Mar 2003
Posts: 34
Location: Silverton Oregon

PostPosted: Thu Oct 14, 2004 5:10 pm    Post subject: Reply with quote

I got an error in kdeartwork
Code:
plastik.cpp:1313: error: jump to case label
plastik.cpp:1280: error:   crosses initialization of `int ycenter'
plastik.cpp:1279: error:   crosses initialization of `int xcenter'
plastik.cpp:1277: error:   crosses initialization of `const QColor surface'
plastik.cpp:1276: error:   crosses initialization of `const QColor contour'
plastik.cpp:1275: error:   crosses initialization of `const
   PlastikStyle::WidgetState s'
plastik.cpp:1274: error:   crosses initialization of `const bool pressed'
plastik.cpp:1272: error:   crosses initialization of `bool horizontal'
plastik.cpp:1271: error:   crosses initialization of `const QSlider*slider'
plastik.cpp:1412: error: duplicate case value
plastik.cpp:1313: error: previously used here
make[4]: *** [plastik.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles/plastik'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles/plastik'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/styles'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdeartwork-3.3.1 failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make


but it doesn't look like it's your patch..... looks like my computer doesn't like those improvements they made for plastik
Back to top
View user's profile Send private message
link97381
n00b
n00b


Joined: 29 Mar 2003
Posts: 34
Location: Silverton Oregon

PostPosted: Thu Oct 14, 2004 5:25 pm    Post subject: Reply with quote

Did you use the 0.2 patch or the 0.2.1 with the fix for kdeartwork 3.3.1?
Back to top
View user's profile Send private message
Petyr
Guru
Guru


Joined: 08 Jan 2003
Posts: 471
Location: San Diego, CA, USA

PostPosted: Thu Oct 14, 2004 10:12 pm    Post subject: Reply with quote

Okay so I kinda cheated to get kdeartwork to be happy
First I installed arts (but my use flag still says not to use it

That made kdenetwork happy and it finally compiled.

For kdeartwork I went into the e-build and told it not to try and patch the source for the plastik theme (both versions of the patch caused the same error for me...). That made kdeartwork happy and now I have kde merged in =D

Regards,
Petyr
Back to top
View user's profile Send private message
joshualk
n00b
n00b


Joined: 25 Jul 2003
Posts: 16

PostPosted: Thu Oct 14, 2004 10:37 pm    Post subject: Doesn't work for me Reply with quote

Hey,

I got everything built and all (qt first, then kdelibs, kdebase, and kdeartwork), but nothing has changed. I still have exactly the same artwork as before. :( Anybody have any ideas on what I could have done wrong?

Joshua K.
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Fri Oct 15, 2004 12:19 am    Post subject: Reply with quote

Red Nalie wrote:
Have the translucency-patch been implemented yet?
I'm waiting on you my friend :)


well from the site:
Quote:
notice:
xcompmgr is still experimental - it crashes from time to ti... shit ;)
especially setting active or inactive windows and closing them can cause (xcompmgr - not your system) to crash - don't worry
moving works fine so far, resizing (i.e. moveresize) is quite slow and xdamage sometimes fails to update all damages (you may get artefacts - move a window around them)


do you really u guys really want this yet??

you could add the patch yourselves if you want it! ;)


Joshuak,
not sure I haven't even tried these myself yet! (p4 is bootstrapping.. so will soon). do u have eyecandy settings up high? and I assume you are using plastik as your default theme..?


link97381 wrote:
Did you use the 0.2 patch or the 0.2.1 with the fix for kdeartwork 3.3.1?


I'm just using the latest patch from the kde-look site - which looks like 0.2.1.. newer version available so gonna re-package now.


Petyr,
have you had any luck? does it look any different?


has anyone gotten this to work off these ebuilds!?? :?
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!


Last edited by taskara on Fri Oct 15, 2004 1:46 am; edited 1 time in total
Back to top
View user's profile Send private message
link97381
n00b
n00b


Joined: 29 Mar 2003
Posts: 34
Location: Silverton Oregon

PostPosted: Fri Oct 15, 2004 1:03 am    Post subject: Reply with quote

How is everyones new semi transparent rubber band working? Mine seems to not be doing so well. It is really slow to draw and has a hard time keeping up with the mouse. And sometimes the outline doesn't get drawn on which ever side I happen to be exapanding. And this is on Dual Athlon 1900's with 512 megs of ram. But other then that I like the patch so far
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Fri Oct 15, 2004 1:20 am    Post subject: Reply with quote

link97381 wrote:
How is everyones new semi transparent rubber band working? Mine seems to not be doing so well. It is really slow to draw and has a hard time keeping up with the mouse. And sometimes the outline doesn't get drawn on which ever side I happen to be exapanding. And this is on Dual Athlon 1900's with 512 megs of ram. But other then that I like the patch so far


COOL.. so it actually works? I think you're the first person to say so! ;)

I guess that's why this sort of patch has not made it to CVS ;)

I'll be emerging it soon so I'll let you know how it goes on my p4

I can't even get kdebase emerged on my amd64, thanks to cyrus-sasl! :evil:
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
jmercer
Tux's lil' helper
Tux's lil' helper


Joined: 15 Nov 2002
Posts: 95
Location: Newfoundland, Canada

PostPosted: Fri Oct 15, 2004 1:23 am    Post subject: Reply with quote

Yeah, I had trouble with the rubber band. It wouldn't clear the buffer on redraw. So if you dragged a square, it'd get darker and darker. Also, if you dragged a few selections, you'd end up with a lot of squares left.

I can see this being used in the future, the screenshots look great, but for me it's not working so well. I had to re-emerge without the patch.

Plastik wasn't happy either, even with the new 3.3.1 patch. Gonna go with a vanilla KDE for now.
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Fri Oct 15, 2004 2:50 am    Post subject: Reply with quote

new version guys, see changelog on first post.

-c
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Fri Oct 15, 2004 4:59 am    Post subject: Reply with quote

I tried with the .21 patch and kdeartwork failedto compile.
Updated to the new .30 patch and tried to recompile all.

Now kdebase fails with:
Code:
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1/kcontrol/bell'
Making all in background
make[3]: Entering directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1/kcontrol/background'
Making all in .
make[4]: Entering directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1/kcontrol/background'
/usr/qt/3/bin/moc ./main.h -o main.moc
/usr/qt/3/bin/uic -o bgdialog_ui.h ./bgdialog_ui.ui
/usr/qt/3/bin/uic: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
make[4]: *** [bgdialog_ui.h] Error 127
make[4]: Leaving directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1/kcontrol/background'
make[3]: *** [all-recursive] Error 1
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page 1, 2, 3 ... 30, 31, 32  Next
Page 1 of 32

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum