[kde-freebsd] KDE 4.14.2 *very* inresponsive to mouse events

2015-05-15 Thread Matthias Apitz

Hello,

I have a system with a 11-CURRENT r276659 amd64 and KDE 4.14.2 (all ports 
compiled out
of SVN from January this year and installed as packages yesterday) on a
new netbook Acer C720 with 4 GByte RAM.

The system is very fast, KDE boots up from 'startx' in 25 seconds. The
KDE env was created in an empty HOME by the 1st KDE start. It is not
manageable with the mouse. The mouse itself is fine (checked with 'xev')
and the start of components is fast too (for example when one starts
'konqueror' from a xterm shell cmd line).

But, if you start something with the moues, it is inresponsive. For
example a click in the KDE-menu icon takes 1 minute to bring up the
control panel, and when you click there 'System Settings', it takes
another minute to bring up this window.

Where to look now? Thanks

matthias
-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
+49-176-38902045
Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände 
menschlich bilden.
Si el hombre es formado por las circunstancias entonces es necesario formar 
humanamente
las circunstancias, Karl Marx in Die heilige Familie / La sagrada familia (MEW 
2, 138)
___
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] FreeBSD ports you maintain which are out of date

2015-05-15 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/k...@freebsd.org.html


Port| Current version | New version
+-+
graphics/kipi-plugin-panorama   | 4.2.0   | 4.10.0
+-+
graphics/kipi-plugin-smug   | 4.2.0   | 4.10.0
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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] [Bug 198738] Incorrect optimization flag SSE2 on i386

2015-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198738

--- Comment #6 from sasamotik...@gmail.com ---
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200234
opencv-core sse2 and even sse3 on i386

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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] KDE 4.14.2 *very* inresponsive to mouse events

2015-05-15 Thread Matthias Apitz
El día Friday, May 15, 2015 a las 08:25:27AM +0200, Matthias Apitz escribió:

 I have a system with a 11-CURRENT r276659 amd64 and KDE 4.14.2 (all ports 
 compiled out
 of SVN from January this year and installed as packages yesterday) on a
 new netbook Acer C720 with 4 GByte RAM.
 
 The system is very fast, KDE boots up from 'startx' in 25 seconds. The
 KDE env was created in an empty HOME by the 1st KDE start. It is not
 manageable with the mouse. The mouse itself is fine (checked with 'xev')
 and the start of components is fast too (for example when one starts
 'konqueror' from a xterm shell cmd line).
 
 But, if you start something with the moues, it is inresponsive. For
 example a click in the KDE-menu icon takes 1 minute to bring up the
 control panel, and when you click there 'System Settings', it takes
 another minute to bring up this window.
 
 Where to look now? Thanks

I figured out what is causing the problem. In the dir ~/.kde4/Autostart/
for some error was located a normal text file without exec permissions;

$ ls -l .kde4/Autostart/
total 8
-rw-r--r--  1 guru  wheel 4 15 may 21:03 foo.txt

this brings up some process:

4239  -  I 0:00,07 kdeinit4: kdeinit4: kate -b 
/home/guru/.kde4/Autostart/foo.txt (kdeinit

which makes the full KDE unuseable; you can just try this :-) and remove
the file again and all is fine;

Where should I file a bug report?

matthias

-- 
Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211
+49-176-38902045
Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände 
menschlich bilden.
Si el hombre es formado por las circunstancias entonces es necesario formar 
humanamente
las circunstancias, Karl Marx in Die heilige Familie / La sagrada familia (MEW 
2, 138)
___
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] [Bug 199546] [patch] net-im/kopete-kde4: enable cryptography plugin

2015-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199546

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: tijl
Date: Fri May 15 21:20:21 UTC 2015
New revision: 386485
URL: https://svnweb.freebsd.org/changeset/ports/386485

Log:
  - Modify deskutils/kdepim4 to install libkleo headers.  This basically
reverts http://websvn.kde.org/?view=revisionrevision=1070773 (Linux
distros have done something similar)
  - Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to
enable the cryptography plugin
  - Remove dependencies from kopete-kde4 for protocols that are no longer
supported (libjingle and MSN/WLM)

  PR:199546
  Approved by:maintainer timeout (3 weeks)

Changes:
  head/deskutils/kdepim4/Makefile
  head/deskutils/kdepim4/pkg-plist
  head/net-im/kopete-kde4/Makefile
  head/net-im/kopete-kde4/pkg-plist

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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] [Bug 199546] [patch] net-im/kopete-kde4: enable cryptography plugin

2015-05-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199546

Tijl Coosemans t...@freebsd.org changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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