Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

"KDE Improvement Project" (KIP) - KDE 3.5.4 ebuilds

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
778 posts
  • Page 1 of 32
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 32
  • Next
Author
Message
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

"KDE Improvement Project" (KIP) - KDE 3.5.4 ebuild

  • Quote

Post by taskara » Wed Oct 13, 2004 2:32 pm

KDE 3.5.4 compatible!

StifflerStealth is maintaining these ebuilds, THANKS!

Latest:
http://forums.gentoo.org/viewtopic-p-35 ... ml#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: Select all

tar -xvjf /path/to/file/kde-3.x.perrty.v1.x.tar.bz2 -C /path/to/portage/overlay/
ie, for me this is:

Code: Select all

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: Select all

#
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: Select all

mkdir /etc/portage && touch /etc/portage/package.keywords
3a) If it is a fresh install, then just run

Code: Select all

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

Code: Select all

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

Code: Select all

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: Select all

Option "RenderAccel" "1"
** To enable the new konqueror sidebar look insert the SidebarStyle=1 into your konqsidebartng.rc file like so:

Code: Select all

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: Select all

[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: Select all

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: Select all

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).
Last edited by taskara on Tue Sep 26, 2006 3:03 am, edited 154 times in total.
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Top
huru
n00b
n00b
User avatar
Posts: 59
Joined: Wed Feb 05, 2003 9:39 pm
Location: lappeen Ranta, Finland

  • Quote

Post by huru » Wed Oct 13, 2004 5:23 pm

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.
Top
lolowen
n00b
n00b
Posts: 57
Joined: Sat Dec 27, 2003 10:18 am
Location: UK

  • Quote

Post by lolowen » Wed Oct 13, 2004 6:37 pm

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:
http://forums.gentoo.org/viewtopic.php?t=221610

Cheers
Top
Red Nalie
Guru
Guru
Posts: 484
Joined: Mon Mar 24, 2003 2:21 pm
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe
Contact:
Contact Red Nalie
Website

  • Quote

Post by Red Nalie » Wed Oct 13, 2004 9:07 pm

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:
http://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
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Wed Oct 13, 2004 10:54 pm

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!
Top
huru
n00b
n00b
User avatar
Posts: 59
Joined: Wed Feb 05, 2003 9:39 pm
Location: lappeen Ranta, Finland

  • Quote

Post by huru » Thu Oct 14, 2004 7:23 am

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.
Top
huru
n00b
n00b
User avatar
Posts: 59
Joined: Wed Feb 05, 2003 9:39 pm
Location: lappeen Ranta, Finland

  • Quote

Post by huru » Thu Oct 14, 2004 11:36 am

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.
Top
huru
n00b
n00b
User avatar
Posts: 59
Joined: Wed Feb 05, 2003 9:39 pm
Location: lappeen Ranta, Finland

  • Quote

Post by huru » Thu Oct 14, 2004 12:15 pm

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

Code: Select all

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.
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Thu Oct 14, 2004 12:39 pm

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

Code: Select all

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
Last edited by taskara on Thu Oct 14, 2004 3:23 pm, edited 1 time in total.
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Top
snakattak3
Guru
Guru
User avatar
Posts: 468
Joined: Wed Dec 11, 2002 5:13 am
Location: Seattle

  • Quote

Post by snakattak3 » Thu Oct 14, 2004 2:56 pm

Code: Select all

/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
Top
zerojay
Veteran
Veteran
User avatar
Posts: 1033
Joined: Sat Aug 09, 2003 8:06 pm
Contact:
Contact zerojay
Website

  • Quote

Post by zerojay » Thu Oct 14, 2004 3:16 pm

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?
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Thu Oct 14, 2004 3:21 pm

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!
Top
zerojay
Veteran
Veteran
User avatar
Posts: 1033
Joined: Sat Aug 09, 2003 8:06 pm
Contact:
Contact zerojay
Website

  • Quote

Post by zerojay » Thu Oct 14, 2004 3:58 pm

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.
Top
Petyr
Guru
Guru
User avatar
Posts: 471
Joined: Wed Jan 08, 2003 9:00 am
Location: San Diego, CA, USA

  • Quote

Post by Petyr » Thu Oct 14, 2004 4:15 pm

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

Code: Select all

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
Top
Red Nalie
Guru
Guru
Posts: 484
Joined: Mon Mar 24, 2003 2:21 pm
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe
Contact:
Contact Red Nalie
Website

  • Quote

Post by Red Nalie » Thu Oct 14, 2004 4:25 pm

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
Top
link97381
n00b
n00b
Posts: 34
Joined: Sat Mar 29, 2003 10:38 am
Location: Silverton Oregon

  • Quote

Post by link97381 » Thu Oct 14, 2004 5:10 pm

I got an error in kdeartwork

Code: Select all

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
Top
link97381
n00b
n00b
Posts: 34
Joined: Sat Mar 29, 2003 10:38 am
Location: Silverton Oregon

  • Quote

Post by link97381 » Thu Oct 14, 2004 5:25 pm

Did you use the 0.2 patch or the 0.2.1 with the fix for kdeartwork 3.3.1?
Top
Petyr
Guru
Guru
User avatar
Posts: 471
Joined: Wed Jan 08, 2003 9:00 am
Location: San Diego, CA, USA

  • Quote

Post by Petyr » Thu Oct 14, 2004 10:12 pm

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
Top
joshualk
n00b
n00b
Posts: 16
Joined: Fri Jul 25, 2003 12:36 am

Doesn't work for me

  • Quote

Post by joshualk » Thu Oct 14, 2004 10:37 pm

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.
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Fri Oct 15, 2004 12:19 am

Red Nalie wrote:Have the translucency-patch been implemented yet?
I'm waiting on you my friend :)
well from the site:
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!?? :?
Last edited by taskara on Fri Oct 15, 2004 1:46 am, edited 1 time in total.
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Top
link97381
n00b
n00b
Posts: 34
Joined: Sat Mar 29, 2003 10:38 am
Location: Silverton Oregon

  • Quote

Post by link97381 » Fri Oct 15, 2004 1:03 am

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
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Fri Oct 15, 2004 1:20 am

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!
Top
jmercer
Tux's lil' helper
Tux's lil' helper
Posts: 95
Joined: Fri Nov 15, 2002 1:53 am
Location: Newfoundland, Canada

  • Quote

Post by jmercer » Fri Oct 15, 2004 1:23 am

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.
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Fri Oct 15, 2004 2:50 am

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!
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Fri Oct 15, 2004 4:59 am

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: Select all

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
Top
Post Reply

778 posts
  • Page 1 of 32
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 32
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy