Re: [kde-freebsd] Stop energy saver
On Saturday 21 August 2010 21:07:15 Bartosz Fabianowski wrote: > 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 I have the same "problem". In the KDE settings => moitor I don't have energy saver marked but if I live computer to stay in KDE it is going to standby anywhere. I have green saver in console. Mitja http://starikarp.redbubble.com ___ 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
[kde-freebsd] Compiling kde 4.5.1 with 7.3-STABLE as on 8/21
I tried a "portupgrade -arR" and kde4 failed to install at two points. I don't know if this is the correct solution (probably not) but at least kde 4.4.5_3 has compiled and installed. This was compiled under adm64 7.3-STABLE from sources cvsup'd on 7/21. (1) /usr/ports/devel/kdebindings4-python-pykde4 failed; it is marked as broken for version of FreeBSD before 800069. The solution is found at http://unix-forum.ru/topic997.html (in Russin; I used the Google translator) which involved commenting out the three lines in the Makefile marking the package as broken, and editing line 301 of /usr/ports/devel/kdebindings4-python-pykde4/work/kdebindings-4.4.5/python/pykde4/kpythonpluginfactory/kpythonpluginfactory.cpp and replacing dlopen("kpythonpluginfactory.so", RTLD_NOLOAD | RTLD_GLOBAL); with dlopen("kpythonpluginfactory.so", RTLD_GLOBAL); and (2) /usr/ports/print/print-system-config-printer also failed, with the following error: /usr/ports/print/system-config-printer/work/system-config-printer-1.1.16/man/sys tem-config-printer.xml:3: warning: failed to load external entity "http://www.oa sis-open.org/docbook/xml/4.1.2/docbookx.dtd" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";> ^ I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml /4.1.2/docbookx.dtd warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4 .1.2/docbookx.dtd" validity error : Could not load the external subset "http://www.oasis-open.org/d ocbook/xml/4.1.2/docbookx.dtd" Document /usr/ports/print/system-config-printer/work/system-config-printer-1.1.1 6/man/system-config-printer.xml does not validate gmake[1]: *** [man/system-config-printer.1] Error 13 gmake[1]: Leaving directory `/usr/ports/print/system-config-printer/work/system- config-printer-1.1.16' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/print/system-config-printer. And a solution at http://forums.freebsd.org/showthread.php?p=97447 cd /usr/ports/print/system-config-printer/work/system-config-printer-1.1.16 xmlto --skip-validation man -o man man/system-config-printer.xml followed by cd /usr/ports/x11/kde4 make install Mike Squires mi...@siralan.org ___ 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
[kde-freebsd] [SVN Commit] area51/KDE/devel/kdebindings4-python-pykde4
SVN commit 6529 by makc: Allow build on 7.x Reported by: Michael L. Squires via free...@kde maillist M +3 -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 information
Re: [kde-freebsd] Compiling kde 4.5.1 with 7.3-STABLE as on 8/21
On Sun, 22 Aug 2010 14:23:49 -0400 (EDT), Michael L. Squires wrote: > I tried a "portupgrade -arR" and kde4 failed to install at two > points. I don't know if this is the correct solution (probably not) > but at least kde 4.4.5_3 has compiled and installed. > > This was compiled under adm64 7.3-STABLE from sources cvsup'd on 7/21. > > (1) /usr/ports/devel/kdebindings4-python-pykde4 failed; it is marked as > broken for version of FreeBSD before 800069. The > solution is found at > > http://unix-forum.ru/topic997.html (in Russin; I used the Google > translator) > > which involved commenting out the three lines in the Makefile marking the > package as broken, and editing line 301 of > > /usr/ports/devel/kdebindings4-python-pykde4/work/kdebindings-4.4.5/python/p > ykde4/kpythonpluginfactory/kpythonpluginfactory.cpp > > and replacing > > dlopen("kpythonpluginfactory.so", RTLD_NOLOAD | RTLD_GLOBAL); > > with > > dlopen("kpythonpluginfactory.so", RTLD_GLOBAL); Thanks, will be fixed with the next KDE update, > and > > (2) /usr/ports/print/print-system-config-printer also failed, with > the following error: > > /usr/ports/print/system-config-printer/work/system-config-printer-1.1.16/ma > n/sys tem-config-printer.xml:3: warning: failed to load external entity > "http://www.oa sis-open.org/docbook/xml/4.1.2/docbookx.dtd" > "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";> > ^ > I/O error : Attempt to load network entity > http://www.oasis-open.org/docbook/xml /4.1.2/docbookx.dtd > warning: failed to load external entity > "http://www.oasis-open.org/docbook/xml/4 ..1.2/docbookx.dtd" > validity error : Could not load the external subset > "http://www.oasis-open.org/d ocbook/xml/4.1.2/docbookx.dtd" > Document > /usr/ports/print/system-config-printer/work/system-config-printer-1.1.1 > 6/man/system-config-printer.xml does not validate > gmake[1]: *** [man/system-config-printer.1] Error 13 > gmake[1]: Leaving directory > `/usr/ports/print/system-config-printer/work/system- > config-printer-1.1.16' > gmake: *** [all-recursive] Error 1 > *** Error code 1 > > Stop in /usr/ports/print/system-config-printer. weird, it builds fine at my tinderbox. Max > And a solution at > > http://forums.freebsd.org/showthread.php?p=97447 > > cd /usr/ports/print/system-config-printer/work/system-config-printer-1.1.16 > xmlto --skip-validation man -o man man/system-config-printer.xml > > followed by > > cd /usr/ports/x11/kde4 > make install > > Mike Squires > mi...@siralan.org ___ 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] [SVN Commit] area51/KDE/devel/kdebindings4-python-pykde4
On Monday 23 August 2010 06:08:54 Max Brazhnikov wrote: > SVN commit 6529 by makc: > > Allow build on 7.x > Reported by: Michael L. Squires via free...@kde > maillist > > M +3 -1 Makefile > Please revert it Yes, it's allow to build, but refuse to work correctly. On all system versions, because required new rtdl library/flags -- Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018 Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29 k...@freebsd Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995 Twitter: fluffy_khv | Skype: dima.panov | Jabber.[org|ru]/GTalk/QIP: fluffy.khv ___ 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] ports/149893: repocopy request: russian/koffice-i18n to russian/koffice-kde4-l10n
Synopsis: repocopy request: russian/koffice-i18n to russian/koffice-kde4-l10n Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Sun Aug 22 21:50:11 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=149893 ___ 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
[kde-freebsd] Why compositing gets disabled in KDE4?
It worked before on the same system (~3 months ago). But after some updates of everything (kernel/nvidia driver/kde4) it gets disabled from kde4 startup. Pressing 'Resume Compositing' doesn't help. Message pops up that some application disabled compositing, press Alt-Shift-F12. But this doesn't help either. Any idea why this feature is broken? FreeBSD-8.1-STABLE amd64 nvidia-driver-195.36.15 GeForce 9400GT kde-4.4.5 Yuri ___ 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] ports/149893: repocopy request: russian/koffice-i18n to russian/koffice-kde4-l10n
Synopsis: repocopy request: russian/koffice-i18n to russian/koffice-kde4-l10n State-Changed-From-To: open->repocopy State-Changed-By: makc State-Changed-When: Sun Aug 22 22:28:40 UTC 2010 State-Changed-Why: Over to portmgr for repocopy Responsible-Changed-From-To: kde->portmgr Responsible-Changed-By: makc Responsible-Changed-When: Sun Aug 22 22:28:40 UTC 2010 Responsible-Changed-Why: Over to portmgr for repocopy http://www.freebsd.org/cgi/query-pr.cgi?pr=149893 ___ 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] kaffeine-1.0 and webcamd based DVB-T?
On 8/20/10 2:06 PM, Juergen Lock wrote: > > b) (this is the bug) hald's current handling of multiple devices > in hfp_v4l_get_unit() is broken (the last number in webcamd's pidfile > name is _not_ the device index, it's always 0 or at least it is > here), and also it would have to be extended/adjusted for webcamd > svn which now supports dvb devices with multiple tuners, like > the dual dvb-t one I have here. Ugh. I only had one Quickcam with which to test. > > Because of the latter webcamd now allocates each device's first tuner > index in increments of 8 (I think that's the max number of tuners on > a single device the Linux code will handle), and so if I use webcamd > with my two devices for a total of three tuners I get e.g. > /dev/dvb/adapter0/*, /dev/dvb/adapter8/*, and /dev/dvb/adapter9/* > (and I have to symlink adapter8 to adapter1 and adapter9 to adapter2 > if I want vdr to find all of them, but of course that shouldn't > affect hal and kdelibs/kaffeine.) > > I have Cc'd hps, maybe he has an idea how to get the device index > out of a running webcamd for hal to use... (maybe webcamd should > also do a setproctitle()?) Actually, I'd prefer if there was a file or socket from which I could read to get this data. hps, is this doable? That is, could I have a file or socket that would allow me to map a USB bus/addr to a video (or dvb) device ID? > > Oh and also I wondered whether there might be races in case of > hotplugging a device, i.e. if probe-video4linux.c gets run right > at the moment after plugging a device in webcamd and the Linux code it > runs might not yet have finished initializing and device nodes might > not (all?) have been created yet? Yeah, there definitely is. What might be a solution to all of this is to add support to webcamd to run hal-device --add when a new device comes online. That would obviate the need for any hal code. If this is done, hald would need to drop its dependency on webcamd, and webcamd would need to start depending on hald (in rc.d only). If hal-device doesn't exist or fails, that would just be ignored by webcamd. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome ___ 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
[kde-freebsd] [SVN Commit] area51/PORTS
SVN commit 6530 by xzhayon: - Sync with ports. M +1 -0 deskutils/strigi/Makefile M +2 -0 devel/kdevelop-kde4/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 information
[kde-freebsd] [SVN Commit] area51/PORTS
SVN commit 6531 by xzhayon: - Bump PORTREVISION for ports with updated plist. M +1 -1 sysutils/k3b-kde4/Makefile M +1 -0 www/kwebkitpart/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 information