Re: [kde-freebsd] KDE upgrade to 4.7.2 fails

2011-10-20 Thread Alberto Villa
On Thu, Oct 20, 2011 at 2:35 AM, Marco Beishuizen wrote: > After I portmastered x11/kdelibs4 succesfully, I continued with portmaster > -a. But now I have a problem with the gcc compiler: Install lang/gcc45. -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla _

[kde-freebsd] [SVN Commit] area51/PORTS/multimedia

2011-10-20 Thread Raphael Kubo da Costa
SVN commit 7748 by rakuco: gstreamer-qt4: Import into the area51 tree. A gstreamer-qt4 (directory) A gstreamer-qt4/Makefile A gstreamer-qt4/distinfo A gstreamer-qt4/pkg-descr A gstreamer-qt4/pkg-plist __

[kde-freebsd] [SVN Commit] area51/PORTS/multimedia/gstreamer-qt4

2011-10-20 Thread Raphael Kubo da Costa
SVN commit 7749 by rakuco: gstreamer-qt4: Add missing dependency on qtestlib M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest infor

Re: [kde-freebsd] Working together for Desktop Integration

2011-10-20 Thread Baptiste Daroussin
On Fri, Oct 14, 2011 at 10:44:07AM -0400, Kris Moore wrote: > > Greetings all FreeBSD desktop users/porters/enthusiasts! > > At the developers summit / EuroBSDCon this last week, one of the things > which came up was the idea of trying to unify some of our efforts for > FreeBSD on the Desktop. Er

Re: [kde-freebsd] KDE upgrade to 4.7.2 fails

2011-10-20 Thread Raphael Kubo da Costa
Alberto Villa writes: > On Thu, Oct 20, 2011 at 2:35 AM, Marco Beishuizen wrote: >> After I portmastered x11/kdelibs4 succesfully, I continued with portmaster >> -a. But now I have a problem with the gcc compiler: > > Install lang/gcc45. Or turn off the KALZIUM option in misc/kdeedu4, so you do

[kde-freebsd] [SVN Commit] area51/KDE/misc/kdeedu4

2011-10-20 Thread Raphael Kubo da Costa
SVN commit 7750 by rakuco: kdeedu4: Experiment with disabling kalzium by default. It depends on avogadro and will pull in GCC from ports, which might be overkill for most users. Guys, what do you think? M +1 -1 Makefile ___ kde-freebsd mai

Re: [kde-freebsd] [SVN Commit] area51/KDE/misc/kdeedu4

2011-10-20 Thread Max Brazhnikov
On Thu, 20 Oct 2011 04:34:45 -0700 (PDT), Raphael Kubo da Costa wrote: > SVN commit 7750 by rakuco: > > kdeedu4: Experiment with disabling kalzium by default. > > It depends on avogadro and will pull in GCC from ports, which might be > overkill for most users. > > Guys, what do you think? I was

Re: [kde-freebsd] [SVN Commit] area51/KDE/misc/kdeedu4

2011-10-20 Thread Koop Mast
On Thu, 2011-10-20 at 12:04 +, Max Brazhnikov wrote: > On Thu, 20 Oct 2011 04:34:45 -0700 (PDT), Raphael Kubo da Costa wrote: > > SVN commit 7750 by rakuco: > > > > kdeedu4: Experiment with disabling kalzium by default. > > > > It depends on avogadro and will pull in GCC from ports, which mig

Re: [kde-freebsd] FreeBSD Port: x11/kde4

2011-10-20 Thread Luca Pizzamiglio
Do you have a NVidia graphic card? recently (with the new KDE) a bug fix version of X11 is released, and you need to reinstall the NVidia driver to restore the right/legacy OpenGL library. Best regards Luca On 10/19/11 15:08, Raphael Kubo da Costa wrote: Alberto Villa writes: On Tue, Oct 18

Re: [kde-freebsd] [SVN Commit] area51/KDE/misc/kdeedu4

2011-10-20 Thread Alberto Villa
On Thu, Oct 20, 2011 at 2:04 PM, Max Brazhnikov wrote: > On Thu, 20 Oct 2011 04:34:45 -0700 (PDT), Raphael Kubo da Costa wrote: >> SVN commit 7750 by rakuco: >> >> kdeedu4: Experiment with disabling kalzium by default. >> >> It depends on avogadro and will pull in GCC from ports, which might be >>

[kde-freebsd] vertical taskbar regression in 4.7

2011-10-20 Thread Andriy Gapon
I understand that this is most likely an upstream material, but just want to double-check with fellow FreeBSD developers first. Any else see an oddity like this? http://people.freebsd.org/~avg/taskbar-oddity-1.png I hope that the picture is self-explanatory because of included Task manager Settin

Re: [kde-freebsd] KDE upgrade to 4.7.2 fails

2011-10-20 Thread Marco Beishuizen
On Thu, 20 Oct 2011, the wise Alberto Villa wrote: Install lang/gcc45. I continued with portupgrade -a and everything is installed fine now :) Thanks for all the help! Regards, Marco -- From the Pro 350 Pocket Service Guide, p. 49, Step 5 of the instructions on removing an I/O board from t

Re: [kde-freebsd] vertical taskbar regression in 4.7

2011-10-20 Thread Alberto Villa
On Thu, Oct 20, 2011 at 9:12 PM, Andriy Gapon wrote: > Any else see an oddity like this? > http://people.freebsd.org/~avg/taskbar-oddity-1.png As far as I know is an upstream bug (I have hit it randomly with Icon Tasks). Axel Gonzalez could say something more I think. -- Alberto Villa, FreeBSD c

Re: [kde-freebsd] vertical taskbar regression in 4.7

2011-10-20 Thread Axel Gonzalez
If its the same bug, it happens when you have several desktops, and hide a window from desktop != current one. This was introduced in 4.7.x and is one of kde's most hated https://bugs.kde.org/show_bug.cgi?id=275469 also: https://bugs.kde.org/show_bug.cgi?id=277010 and (invalid): https://bugs

Re: [kde-freebsd] vertical taskbar regression in 4.7

2011-10-20 Thread Alberto Villa
On Thu, Oct 20, 2011 at 11:29 PM, Axel Gonzalez wrote: > kill `ps waux | grep plasma-desktop | grep -v grep | awk '{ print $2}'` && > plasma-desktop what about kdekillall plasma && kdeinit4_wrapper plasma-desktop? -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla ___

Re: [kde-freebsd] vertical taskbar regression in 4.7

2011-10-20 Thread Raphael Kubo da Costa
Alberto Villa writes: > On Thu, Oct 20, 2011 at 11:29 PM, Axel Gonzalez wrote: >> kill `ps waux | grep plasma-desktop | grep -v grep | awk '{ print $2}'` && >> plasma-desktop > > what about kdekillall plasma && kdeinit4_wrapper plasma-desktop? Or `kquitapp plasma-desktop && kstart plasma-deskto