Re: Fwd: 2017-02-18 Update to Qt 4 and Qt 5

2017-02-19 Thread Bartosz Fabianowski
qtchooser conflicts with a number of Qt 4 ports, because they installed binaries into /usr/local/bin that qtchooser wants to replace with its own scripts now. I just nuked all conflicting ports, installed qtchooser and reinstalled the ports afterward. - Bartosz On 19/02/2017 12:25, Raphael

Re: [kde-freebsd] kded will not start with hal enabled (3.5.10)

2008-09-09 Thread Bartosz Fabianowski
I get the same on a system with only KDE 3.5.10 installed but *only* when a medium is in the DVD drive. As long as I don't use that drive, hal and kded seem to get along (plugging in a USB hard drive, for example, causes no problems). - Bartosz ___ kde-

Re: [kde-freebsd] search in kpdf (3.5.10)

2008-11-21 Thread Bartosz Fabianowski
> Is this a FreeBSD thing or a kpdf shortcomning in general? I just checked on Kubuntu: It's a kpdf shortcoming. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org

Re: [kde-freebsd] Amarok2 port available for testing

2009-02-15 Thread Bartosz Fabianowski
Hi list I just upgraded to KDE4 and noticed that Amarok 2 is nowhere to be found. Does anyone know what is holding it up? The relevant PR seems to be ports/130634, waiting for ports/128757 to be committed. The latter one is MySQL embedded and has not seen any activity in almost a month. Is it jus

Re: [kde-freebsd] Plasma crashes caused by Kopete

2009-02-16 Thread Bartosz Fabianowski
The same problem was reported to this list by Dwayne MacKinnon on 9th February. I have seen no mention of such issues on kopete-devel, so this likely is FreeBSD-specific. I have a debug build of Kopete HEAD but have not had a chance to run it yet. If it crashes in the same way, I may be able to in

Re: [kde-freebsd] Testing KDE 4.2

2009-02-17 Thread Bartosz Fabianowski
Yes, you can have both installed at the same time. The only thing I don't know about is where KDE4 writes its configuration to - I installed it a couple of days ago but have not run it yet. If it uses ~/.kde, then you want to log out of KDE 3, move ~/.kde out of the way so KDE4 cannot mess with you

Re: [kde-freebsd] KDE4.2 on 7.1 RELEASE fails to log in

2009-02-18 Thread Bartosz Fabianowski
> compiz-fusion Are you sure it is not compiz fighting with kwin for who owns the screen? KDE's window manager does its own compositing. Maybe compiz is getting in the way, stalling the log-in process? - Bartosz ___ kde-freebsd mailing list kde-freebsd@

Re: [kde-freebsd] missing symbol: more

2009-03-10 Thread Bartosz Fabianowski
>> _Z7qstrcmpRK10QByteArrayPKc : qstrcmp(QByteArray const&, char >> const*) > > I can't locate any library having such a symbol (after a LOT of > searching) nm /usr/local/lib/qt4/libQtCore.so | grep _Z7qstrcmpRK10QByteArrayPKc 0006ee40 T _Z7qstrcmpRK10QByteArrayPKc The symbol is provided by libQ

Re: [kde-freebsd] Trying to update to kde4.2

2009-03-12 Thread Bartosz Fabianowski
As bsd.cmake.mk says, setting CMAKE_VERBOSE in the port's Makefile should do what you want. Also, the way cmake works, it is a replacement for the autotools. It spits out a Makefile that is then run through BSD make. So, once you have run cmake, you are back in your familiar make environment. And f

Re: [kde-freebsd] Still updating kde4 & one utility

2009-03-15 Thread Bartosz Fabianowski
A quick Google search turns up this: http://forum.kde.org/solved-kde4-compile-problem-kdelibs-nepomuk-t-36778.html#pid51479 It appears this is triggered by an outdated soprano installation. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org ht

[kde-freebsd] What's the ETA on Qt 4.5?

2009-03-16 Thread Bartosz Fabianowski
Heya I was wondering what the ETA is on Qt 4.5. I am planning to do some work that requires 4.5 and I am wondering whether I should wait for that to hit the ports or install a local copy in my home directory. If 4.5 in the ports is just around the corner, I will wait; otherwise, I will go ahead wi

Re: [kde-freebsd] finally

2009-03-18 Thread Bartosz Fabianowski
> Last question, a friend told me thjat when I started up KDE4, I would be > impressed by the new pager, having a snazzy new 3D-ish desktop display. I > can't > see that yet, how to access that? You need a graphics driver capable of compositing. Then, you can enable all sorts of 3D effects (such

Re: [kde-freebsd] What's the ETA on Qt 4.5?

2009-03-18 Thread Bartosz Fabianowski
Chuck, you succeeded in installing KDE4 and Qt 4.4.3 while Qt 3.5.10 was installed. That's known to work. What David pointed out is that Qt 4.5 cannot be installed that way - Nokia/Trolltech seem to have b0rked it such that the compiler picks up Qt 3 headers. - Bartosz __

[kde-freebsd] Qt 4.5.0 and PCH

2009-03-22 Thread Bartosz Fabianowski
Hi list As I had some spare time this weekend, I tried to track down why Qt 4.5.0 fails to compile with PCH under FreeBSD (maybe this is common knowledge, but I could not find it anywhere in the Internet). It turns out that the problem is, yet again, the include order. The file src/gui/kernel/qt_g

Re: [kde-freebsd] phonon matters

2009-03-24 Thread Bartosz Fabianowski
Phonon is KDE's multimedia framework. Trolltech/Nokia liked it and decided to import it into Qt. They did that a while ago and hence have a pre-KDE-4.2 version of Photon in the toolkit. You *can* install the other components of Qt4 (and you have to if you want to use KDE4) but Qt4's Photon and KDE4

Re: [kde-freebsd] mouse/ketboard functions of kde are not working

2009-04-10 Thread Bartosz Fabianowski
> If you don't have it then nothing works Not anymore. Recent versions of X.org run just fine without a configuration file. You only need to create one if you want to tweak settings inside. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org http

Re: [kde-freebsd] KDE4 shutdown script

2009-04-16 Thread Bartosz Fabianowski
KDM by default runs "shutdown now", not "shutdown -p now" - This is why FreeBSD shuts down but does not power down the machine. You can change the command in your kdmrc (or presumably somehow using the GUI if you prefer). I guess this should be fixed with a patch in the port and/or upstream. - Bar

Re: [kde-freebsd] kde4 taskbar behavior issue

2009-09-04 Thread Bartosz Fabianowski
> Can someone reproduce this or is this my local config issues (I re-used my old > .kde as .kde4)? I can confirm this problem with a brand new ~/.kde4: Must be a bug in KDE. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org

Re: [kde-freebsd] KDM problem with 4.3.1

2009-10-13 Thread Bartosz Fabianowski
I upgraded from kdm 4.3 to 4.3.1 on FreeBSD and it kept the familiar user list. I did the same upgrade on Arch Linux and got the window you are describing. The difference must be in the settings somewhere, most likely to do with themes. - Bartosz ___ k

Re: [kde-freebsd] [KDE4] Only few windows available when 3D is enabled?

2009-10-28 Thread Bartosz Fabianowski
My guess would be your GPU is running out of resources. On a composited desktop, each window is a texture map. The textures then get composited onto an off-screen surface. All of this requires a lot of memory. - Bartosz ___ kde-freebsd mailing list kde-f

Re: [kde-freebsd] Tomahawk Desktop 2.0 Beta1 Released

2009-12-14 Thread Bartosz Fabianowski
They seem to know that the GPL exists at least and also seem to believe that it is incompatible with their offering: http://www.facebook.com/notes/tomahawk-desktop/tomahawk-desktop-update/155040385138 I wonder whether they realize KDE and many of the packages they provide with their Tomahawk dist

Re: [kde-freebsd] No office apps currently work under KDE4?

2010-01-12 Thread Bartosz Fabianowski
> Neither ports appears to allow setting options to build each component. I > haven't read the Makefile yet... I have never used KOffice. But I have OpenOffice.org installed, compiled it myself from ports and it works for me. The last update to this port was quite some time ago and I have not rec

Re: [kde-freebsd] Problems to install Kde4 dependent files

2010-01-25 Thread Bartosz Fabianowski
> By the way, I did a "portsnap fetch extract" and a "portupgrade -f > /usr/ports/x11/kde4" before I decided to email you about this problem. That was a good first step but not quite enough. You need to ensure *all* your ports are up to date, not just KDE. What you want to run is "portupgrade -a".

Re: [kde-freebsd] KDevelop 4

2010-01-25 Thread Bartosz Fabianowski
> While it still in "not ready to real use" state, no major attention was > pushed up to port. KDevelop4 has been rather mature for a while now. I have been using it at work (under Arch Linux) for the last half a year. It works very well and is ready to replace KDevelop3 I would say. - Bartosz __

Re: [kde-freebsd] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-13 Thread Bartosz Fabianowski
I am in the process of installing KDE 4.4.0 on a brand new AMD64 FreeBSD 8-STABLE box and have run into a couple of issues. I spent some time investigating and this is what I found: (1) graphics/kdegraphics4 requires textproc/soprano to be installed with the Redland backend. I tried using no back

Re: [kde-freebsd] Compiling KDE 4.4.0 on FreeBSD 8.

2010-02-14 Thread Bartosz Fabianowski
> Could NOT find Nepomuk (missing: NEPOMUK_LIBRARIES > NEPOMUK_INCLUDE_DIR > > Anybody have a clue how to resolve this ? Yes, I know how to fix it. I ran into this myself last night and posted the fix to this mailing list: 1. Install textproc/redland. Do *not* select any alternative backends (

Re: [kde-freebsd] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Bartosz Fabianowski
> Soprano have redland dependency option on by default. > But good point, I might change my opinion to hard dependency list :) For graphics/kdegraphics4 and deskutils/kdepim4 to work, it really is not optional at all. >> > (2) textproc/redland allows you to choose alternate database backends >> >

Re: [kde-freebsd] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-14 Thread Bartosz Fabianowski
> soprano pull depends on libiodbc if virtuoso backend is enabled. > run-depends on virtuoso itself isn't needed to build nepomuk support. Yes, that is how I understood it as well. The question that remains is this: If I, as a user, want to use the Virtuoso backend (I enable Virtuoso when compili

Re: [kde-freebsd] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-17 Thread Bartosz Fabianowski
> /usr/local/kde4/bin/nepomukserver and /usr/local/kde4/bin/nepomukservicestub > do not exist. > > /usr/local/lib/soprano/libsoprano_virtuosobackend.so, which does exist. All three files exist on my system. It would seem that something did not get recompiled properly and Nepomuk is not actually pr

[kde-freebsd] [PATCH] KDE 4.4's Akonadi broken with MySQL 5.1.43 and 5.5.1

2010-02-20 Thread Bartosz Fabianowski
Heya list After installing KDE 4.4, I ran into the problem that Akonadi would not start. With the help of krop on #akonadi, I found the following explanation: A patch fixing MySQL bug 45058 was committed to MySQL 5.1.43 and 5.5.1 [1]. This was meant to address a race condition but also broke char

Re: [kde-freebsd] [PATCH] KDE 4.4's Akonadi broken with MySQL 5.1.43 and 5.5.1

2010-02-22 Thread Bartosz Fabianowski
> By the way, have you contacted the MySQL port maintainer to see if this patch > can go into the ports tree? No. I figured MySQL AB (now Sun) would be most qualified to decide whether the patch introduced more problems than it fixed. So I wanted to see what kind of feedback the bug gets in MySQ

Re: [kde-freebsd] [PATCH] KDE 4.4's Akonadi broken with MySQL 5.1.43 and 5.5.1

2010-02-22 Thread Bartosz Fabianowski
For reference, this is now ports/144219. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

Re: [kde-freebsd] Problems with akonadi

2010-04-05 Thread Bartosz Fabianowski
What version of mysql do you have installed? There was a known bug in MySQL 5 that caused this error. It has been fixed since and the FreeBSD ports have been updated. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailm

Re: [kde-freebsd] Problems with akonadi

2010-04-05 Thread Bartosz Fabianowski
> Hi, I have mysql-server-5.0.90 and mysql-client-5.0.90 The particular bug I was thinking of [1] seems to exist in MySQL 5.1 and 5.5 only. So I guess it is something different, sorry. - Bartosz [1] http://bugs.mysql.com/bug.php?id=45058 ___ kde-freeb

Re: [kde-freebsd] Amarok crashed

2010-04-06 Thread Bartosz Fabianowski
Amarok 2.2 has always been a resource hog and extremely unstable on FreeBSD for me. Updating to 2.3 fixed that. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

Re: [kde-freebsd] Amarok crashed

2010-04-07 Thread Bartosz Fabianowski
You will need to build Amarok with debug enabled. Otherwise, the backtrace will be useless (as it is now). - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

Re: [kde-freebsd] Unable to start KDE4

2010-05-13 Thread Bartosz Fabianowski
> That is the problem. There is no "startkde4' script on my PC. % pkg_info -W /usr/local/kde4/bin/startkde4 /usr/local/kde4/bin/startkde4 was installed by package kdebase-workspace-4.4.3 So at least on my machine, kdebase-workspace definitely did install a startkde4 script. It also installed:

Re: [kde-freebsd] Akonadi Server crashes upon start-up

2010-05-14 Thread Bartosz Fabianowski
There is an 'akonadiserver.core' created. > > In case you have built it with debug symbols, you'd run 'gdb > akonadiserver', type 'run' and then 'backtrace' when it crashes. Since there is a core file already, this should work: gdb /usr/local/kde4/bin/akonadiserver akonadiserver.core Once g

Re: [kde-freebsd] Akonadi Server crashes upon start-up

2010-05-15 Thread Bartosz Fabianowski
The very first error you get seems to be: > 100515 7:27:24 [ERROR] Can't open and lock privilege tables: Table > 'mysql.servers' doesn't exist If you google for that, you will find a few mentions of that and some random tips on how to fix it. Maybe this is the issue? - Bartosz __

Re: [kde-freebsd] Building kde4 with kde3 installed still supported?

2010-05-22 Thread Bartosz Fabianowski
> Testers welcome! If it works more or less fine, it can be committed to ports > anytime. I have had the area51 port of k3b installed for a while now (this box has never had any KDE3 components on it whatsoever). K3b for KDE4 does build and run fine but it is unable to burn CDs or DVDs. That is

Re: [kde-freebsd] KDE 4.4.5 laptop Fn key always active

2010-07-28 Thread Bartosz Fabianowski
If this is a Dell laptop, that is the (silly) default behavior. You can change it in the BIOS. - Bartosz ___ 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] Stop energy saver

2010-08-21 Thread Bartosz Fabianowski
I have been puzzled by this myself many times. Is it just me or are there *two* places in KDE that claim to control when the monitor is powered off (monitor/screen saver settings and power settings)? This would seem like a serious WTF and upstream bug. - Bartosz

[kde-freebsd] Re: Web cams

2010-09-28 Thread Bartosz Fabianowski
> What app could I use to verify that it's working with webcamd? Until the webcam patches are committed to the kdenetwork4 port, you can always use pwcview. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinf

[kde-freebsd] Re: patch needed for Xsession

2010-10-27 Thread Bartosz Fabianowski
> Do you know if (t)csh has no 'export' builtin and if /bin/sh should > really be identified as either of them? (t)csh uses 'setenv' in place of 'export'. (t)csh is not a Bourne shell. Relying on Bourne syntax is a typical Linuxism. - Bartosz ___ kde-f

[kde-freebsd] Re: Amarok fails to start after package rebuild

2011-03-18 Thread Bartosz Fabianowski
This is a bug in MySQL. When the embedded MySQL server starts, it fails to read ~/.kde4/share/apps/amarok/my.cnf, therefore does not set a local datadir and tries to create the Amarok database in /var/db/mysql, the built-in default. The only work-around I am aware of (and that I am using myself

[kde-freebsd] Re: Amarok fails to start after package rebuild

2011-03-18 Thread Bartosz Fabianowski
> MySQL 5.5, right? Wasn't this already solved on FreeBSD? fluffy? Yes, 5.5. I have been using it for a while and patched over a few bugs so far (stupidly, I did not notify anyone on this list and fluffy had to rediscover my patches in Oracle's bugzilla). I am not aware of any patch for this pa

[kde-freebsd] Re: kde 4.6.1

2011-03-30 Thread Bartosz Fabianowski
Ah, great to see this message. I want to chime in and say the same: My update to 4.6.1 went smoothly, all ports built, nothing broke. Thank you, FreeBSD KDE team, for doing such a great job! (I wrote this reply a couple of days ago but accidentally sent it off-list). - Bartosz _

[kde-freebsd] Re: KDE3 and Qt3 are not maintained anymore

2011-07-08 Thread Bartosz Fabianowski
> KDE4 is in no way an alternative for smaller netbooks (like EeePC), > maybe not even for real workstations. I have been running KDE4 on my Eee PC for quite some time now. Works like a charm for me. - Bartosz ___ kde-freebsd mailing list kde-freebsd@k

Re: [kde-freebsd] x11/kdelibs4 build fails

2013-05-23 Thread Bartosz Fabianowski
I ran into the exactly same problem a couple of days ago. For me, it was caused by ftp/curl: /usr/local/bin/onto2vocabularyclass expects to find a plugin that can handle trig files. That plugin links against libcurl. When the c-ares shlib version was incremented a few days ago, the PORTREVISION of

Re: [kde-freebsd] cvs commit: area51/Mk bsd.emacs.mk bsd.gcc.mk bsd.gnome.mk bsd.gnustep.mk bsd.gstreamer.mk bsd.java.mk bsd.kde.mk bsd.lua.mk bsd.php.mk bsd.port.mk bsd.port.subdir.mk bsd.python.mk b

2007-02-02 Thread Bartosz Fabianowski
> in addition, where is this cvs repo? I just followed the trail laid by the e-mail address lofi's commit messages come from and stumbled upon the repository: http://orm.arved.priv.at/cgi-bin/cvsweb.cgi/area51/ So, if you want to try the new Qt 4 ports before they are ready, now you can :). -

[kde-freebsd] File missed in Qt 3.3.7 update

2007-02-05 Thread Bartosz Fabianowski
Hi I am filling too lazy to file a pr about a single file, so my report goes directly to the mailing list. The following file was not updated when Qt 3.3.7 was committed: devel/qmake/distinfo - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] Update to x11-toolkits/qt33 undoes some clean-ups

2007-02-05 Thread Bartosz Fabianowski
Hi Another little nitpick about the Qt 3.3.7 update. The area51 port was not completely synchronized with official ports and the update undid the last to commits by Kris and Pav: http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-toolkits/qt33/Makefile.diff?r1=1.199&r2=1.201&f=h The removed lines

Re: [kde-freebsd] broke my kde, any hints?

2007-02-12 Thread Bartosz Fabianowski
>>> /usr/local/bin/start_kdeinit: Exec format error. Binary file not >>> executable. >> No such file or directory. That's not part of a regular KDE installation. For me, it definitely is part of kdelibs: %pkg_info -W start_kdeinit /usr/local/bin/start_kdeinit was installed by package kdelibs-3.5.

Re: [kde-freebsd] broke my kde, any hints?

2007-02-12 Thread Bartosz Fabianowski
> I might deinstall kdelibs and reinstall from a fetched package tonight I am not 100% sure, but chances are that the package will not be ABI compatible with a ports tree built using gcc 4.2, so chances are you will have to replace everything that links to kdelibs and that kdelibs is linked to

Re: [kde-freebsd] about Konqueror's default CSS problems ...

2007-03-09 Thread Bartosz Fabianowski
> This list is at kde.org and they should be reading this.. no? No. There is a very large number of kde.org mailing lists and no developer on earth would be reading all of them. You have to address the right list, which is [EMAIL PROTECTED] in your case. - Bartosz __

[kde-freebsd] [PATCH] devel/kdevelop broken

2007-03-22 Thread Bartosz Fabianowski
A mail has been sent regarding this issue to [EMAIL PROTECTED] moments ago and I want to add an important note before anything gets committed. The patch added in devel/kdevelop revision 3.4.0_1 to fix qmake parsing is incomplete and renders KDevelop unable to open or create qmake based projec

Re: [kde-freebsd] [PATCH] devel/kdevelop broken

2007-03-22 Thread Bartosz Fabianowski
Just as a quick follow-up: My build has now completed and I can confirm that this patch indeed fixes KDevelop, making it able to load qmake based projects again. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/li

Re: [kde-freebsd] [PATCH] devel/kdevelop broken

2007-03-26 Thread Bartosz Fabianowski
> It doesn't. Sorry, my mistake. I thought devel/kdevelop/files/patch-Makefile.in looked suspiciously like it might disable that functionality. > You just don't have the autotools executables required for that magic > in your standard path. I've got what the ports on my system installed as buil

Re: [kde-freebsd] [PATCH] devel/kdevelop broken

2007-03-26 Thread Bartosz Fabianowski
> Before I commit another botched patch, could you test this on a clean port? Sure. I will start my compile in a moment and get back to you when it's finished. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/list

Re: [kde-freebsd] [PATCH] devel/kdevelop broken

2007-03-26 Thread Bartosz Fabianowski
My compile just finished. The patch works, kdevelop-3.4.0_2 is able to open and work with qmake based projects as advertised. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

Re: [kde-freebsd] kate session as root?

2007-04-02 Thread Bartosz Fabianowski
As your user, run: # xhost + As root, run: # setenv DISPLAY :0 # kate& Or, if you are not using csh, try: # export DISPLAY=:0 # kate& - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd

Re: [kde-freebsd] dpi setting?

2007-04-08 Thread Bartosz Fabianowski
> Im looking für the place, where my 75*75dpi is defined. 75 is the default. If you don't set a display size and do not specify a custom dpi setting, X will assume 75. - Bartosz ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mail

Re: [kde-freebsd] media mounting

2007-04-11 Thread Bartosz Fabianowski
> If I insert a CD, DVD or flash drive, nothing happens and they don't > show up under media:/. For me, HAL has always been extremely unreliable. When I plug in my iPod, it is always recognized by FreeBSD and can be mounted manually, but it hardly ever shows up in media:/. I need to reconnect it

Re: [kde-freebsd] KDE's ACPI awareness

2007-04-15 Thread Bartosz Fabianowski
> Bummer... Any word on whether it's going to be supported on FreeBSD 7? Changes need to be done in KDE, not FreeBSD. To get ACPI support, you will need to wait for a new version of KDE. Since 3.x is more or less in maintenance mode, KDE 4 is the most likely target. - Bartosz __

Re: [kde-freebsd] KSayit questions... .

2007-05-22 Thread Bartosz Fabianowski
> device /dev/dsp can't be opened (Device busy) > > What I'm running is OSS and "ESD"(?). And that is your problem. As long as /dev/dsp is the only audio device, only esd *or* artsd can access it, not both. Arts is nice enough to relinquish the device after a short period of inactivity. ESD may

Re: [kde-freebsd] KSayit questions... .

2007-05-23 Thread Bartosz Fabianowski
> I still don't understand how arts, oss, and esd work together. It's pretty simple really. Traditionally, OSS encapsulates the sound driver and provides access to the sound card through the /dev/dsp device. Unfortunately, this device can be opened for writing only by a single process at a time

Re: [kde-freebsd] KSayit questions... .

2007-05-23 Thread Bartosz Fabianowski
> it is also possible to configure aRts to use ESD Hmm... and if ESD can use aRts, I wonder if one could build a circular connection where a sound, once played, keeps looping ad infinitum... Not very useful, but somehow intriguing :). - Bartosz ___ kd

Re: [kde-freebsd] KSayit questions... .

2007-05-23 Thread Bartosz Fabianowski
> I'm guessing that this audio multiplexor is a new feature. It's almost six years old now, see the first revision here: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sound/pcm/vchan.c > One thing that has bothered me on present FBSD and Ubuntu servers > is the notice that "/dev/dsp is in u

Re: [kde-freebsd] KSayit questions... .

2007-05-23 Thread Bartosz Fabianowski
> Then I'm assuming even *with* vhans=4, ESDand aRts support other > protocols:: yes? I think you misunderstood what Michael meant to say. Normally, users are expected to run one sound daemon (artsd *or* esd, depending on their chosen desktop), which then happily hogs /dev/dsp. If people want t

Re: [kde-freebsd] kio_file still have error while trying to get loaded

2007-06-16 Thread Bartosz Fabianowski
I hit a very similar problem last August when first trying to compile KDE4 on FreeBSD. I added lots of debug outputs and found out that the problem was as follows: * Some Qt3/KDE 3 libraries have the same names and version numbers as their Qt4/KDE4 counterparts * /usr/local/lib, where Qt3 and

Re: [kde-freebsd] kio_file still have error while trying to get loaded

2007-06-16 Thread Bartosz Fabianowski
> I have been working with kde4 devel env since 2005 and i never use the kde4 > libraries path loaded by ldconfig, but using > LD_LIBRARY_PATH=/usr/local/qt4/lib:/usr/local/kde4/lib:/usr/local/kde4/lib/kde4 I don't know what cmake does these days, but when I last experimented with KDE4 in Augus

Re: [kde-freebsd] ports/113295: net-im/kopete: pleawse add 'make config' to choose kopete plugins to install

2007-06-21 Thread Bartosz Fabianowski
> [...] use an installed libkopete and headers instead (if all the > necessary headers do actually get installed) As Kopete officially supports 3rd party plug-ins and protocols, it is quite likely that all headers required to build plug-ins do get installed. - Bartosz ___

Re: [kde-freebsd] bsd.port.mk alternative

2008-01-20 Thread Bartosz Fabianowski
> I've tested it on devel/qdevelop and games/ksuduku without any > problem. The current games/ksudoku port explicitly adds pthread compiler and linker flags. I don't remember why I had to do this, but it certainly was required to make some configure tests work. Did your modified ksudoku port co

Re: [kde-freebsd] hal-0.5.11.r2_4 does not play nice with /usr/sbin/moused

2008-04-01 Thread Bartosz Fabianowski
> [..] stopping HAL from probing my mouse. So far it seems to work. > Turning off moused may be a better fix. After trying all the proposed solutions, it seems that the easiest workaround (and the one with the least side effects) is to add the following line to the "ServerLayout" section of your