[kdevelop] [Bug 371481] kdevelop segfaults while typing

2016-10-22 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371481

--- Comment #4 from Tom  ---
I have 5.0.1 (debian):


kdevelop:amd64/testing 4:5.0.1-2 uptodate
kdevelop-data:all/testing 4:5.0.1-2 uptodate
kdevelop-l10n:all/testing 4:5.0.1-2 uptodate
kdevelop-php:amd64/testing 5.0.1-2 uptodate
kdevelop-php-docs:all/testing 5.0.1-2 uptodate
kdevelop-php-docs-l10n:all/testing 5.0.1-2 uptodate
kdevelop-php-l10n:all/testing 5.0.1-2 uptodate

> You can also try with the pre-built kdevelop from
> kdevelop.org/download.

It crash, too:

/tmp/.mount_p2AKBA/AppRun: Zeile 35: 21145 Speicherzugriffsfehler 
kdevelop $@

I try to reproduce it with public php code

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdevelop] [Bug 371481] kdevelop segfaults while typing

2016-10-22 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371481

--- Comment #2 from Tom  ---
the part of code was:

 //Page header
 public function Header() {
 // Set font
 // void SetFont( string $family, [string $style = ''], [float 
$size = 0], [string $fontfile = ''])
 // * times (Times-Roman) * timesb (Times-Bold)* timesi 
(Times-Italic)* timesbi (Times-BoldItalic)* helvetica (Helvetica)
 // * helveticab (Helvetica-Bold) * helveticai 
(Helvetica-Oblique)* helveticabi (Helvetica-BoldOblique)* 
courier (Courier)
 // * courierb (Courier-Bold)* courieri (Courier-Oblique) 
* courierbi (Courier-BoldOblique)* symbol (Symbol)* zapfdingbats 
(ZapfDingbats)
 // $styleFont style. Possible values are (case insensitive):
 // * empty string: regular* B: bold* I: italic* U: 
underline* D: line trough or any combination. The default value is 
regular
 // Set font
$this->SetFont('helvetica', '', 20);



I try to change

// Set font
 $this->SetFont('helvetica', 'B', 20);

to

$this->SetFont('helvetica', '', 20);

Also when I try to change 20 to 10 it crash again.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdevelop] [Bug 371481] New: kdevelop segfaults while typing

2016-10-22 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371481

Bug ID: 371481
   Summary: kdevelop segfaults while typing
   Product: kdevelop
   Version: 5.0.1
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: tho...@netmuc.net

Application: kdevelop (5.0.1)

Qt Version: 5.6.1
Frameworks Version: 5.27.0
Operating System: Linux 4.7.0-1-amd64 x86_64
Distribution: Debian GNU/Linux unstable (sid)

-- Information about the crash:
- What I was doing when the application crashed:
typing php program. 
After crash I get the possibility to recover, but when I choose reapplying
changes, kdevelop crash again

The crash can be reproduced every time.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f8ac8288940 (LWP 17710))]

Thread 33 (Thread 0x7f8a277fe700 (LWP 17824)):
#0  0x7f8adb85a18f in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f8ae2103c3b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f8ad7260d80 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#3  0x7f8ad7264fb8 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x7f8ad725fefd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x7f8ad7262dc9 in ThreadWeaver::Thread::run() () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x7f8ae2102d78 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f8adb854464 in start_thread (arg=0x7f8a277fe700) at
pthread_create.c:333
#8  0x7f8ae1a1e9df in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 32 (Thread 0x7f8a27fff700 (LWP 17823)):
#0  0x7f8adb85a18f in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f8ae2103c3b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f8ad7260d80 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#3  0x7f8ad7264fb8 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x7f8ad725fefd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x7f8ad7262dc9 in ThreadWeaver::Thread::run() () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x7f8ae2102d78 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f8adb854464 in start_thread (arg=0x7f8a27fff700) at
pthread_create.c:333
#8  0x7f8ae1a1e9df in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 31 (Thread 0x7f8a44ff9700 (LWP 17822)):
#0  0x7f8adb85a18f in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f8ae2103c3b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f8ad7260d80 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#3  0x7f8ad7264fb8 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x7f8ad725fefd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x7f8ad7262dc9 in ThreadWeaver::Thread::run() () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x7f8ae2102d78 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f8adb854464 in start_thread (arg=0x7f8a44ff9700) at
pthread_create.c:333
#8  0x7f8ae1a1e9df in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 30 (Thread 0x7f8a457fa700 (LWP 17821)):
#0  0x7f8adb85a18f in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f8ae2103c3b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f8ad7260d80 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () at /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#3  0x7f8ad7264fb8 in  () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x7f8ad725fefd in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () at
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x7f8ad7262dc9 in ThreadWeaver::Thread::run() 

[kde] [Bug 370927] New: Plasma crashed on opening pdf file

2016-10-15 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370927

Bug ID: 370927
   Summary: Plasma crashed on opening pdf file
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: t.stegg...@gmail.com

Application: plasma-desktop (4.11.11)
KDE Platform Version: 4.14.2
Qt Version: 4.8.6
Operating System: Linux 3.16.0-38-generic i686
Distribution: Linux Mint 17.3 Rosa

-- Information about the crash:
I have recently upgraded to Linux Mint 17.3. I now find that Plasma repeatedly
crashes upon opening pdf and xls files. Sometimes it recovers but often I lose
the taskbar and desktop and have had to log out and back in.

-- Backtrace:
Application: Plasma Desktop Shell (plasma-desktop), signal: Bus error
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0xb1342980 (LWP 2169))]

Thread 5 (Thread 0xa414fb40 (LWP 2175)):
#0  0xb76f1d50 in __kernel_vsyscall ()
#1  0xb2183d0b in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2  0xb75a80fc in __pthread_cond_wait (cond=0xb31bb8d0, mutex=0xb31bb8b8) at
forward.c:149
#3  0xb30b8c92 in ?? () from /usr/lib/i386-linux-gnu/libQtScript.so.4
#4  0xb30b8cdf in ?? () from /usr/lib/i386-linux-gnu/libQtScript.so.4
#5  0xb217ff72 in start_thread (arg=0xa414fb40) at pthread_create.c:312
#6  0xb759af8e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 4 (Thread 0xa15ffb40 (LWP 2183)):
#0  0xb76f1d50 in __kernel_vsyscall ()
#1  0xb7589fab in read () at ../sysdeps/unix/syscall-template.S:81
#2  0xb20a726e in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb2062ecb in g_main_context_check () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb206337a in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb206376b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#6  0xa20d636a in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
#7  0xb20899aa in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#8  0xb217ff72 in start_thread (arg=0xa15ffb40) at pthread_create.c:312
#9  0xb759af8e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 3 (Thread 0xa0bffb40 (LWP 2184)):
#0  __GI___clock_gettime (clock_id=1, tp=0xa0bfeff8) at
../sysdeps/unix/clock_gettime.c:93
#1  0xb5f2a8cc in do_gettime (frac=0xa0bfeff0, sec=0xa0bfefe8) at
tools/qelapsedtimer_unix.cpp:127
#2  qt_gettime () at tools/qelapsedtimer_unix.cpp:144
#3  0xb60132a2 in updateCurrentTime (this=0xa02028e4) at
kernel/qeventdispatcher_unix.cpp:354
#4  QTimerInfoList::timerWait (this=0xa02028e4, tm=...) at
kernel/qeventdispatcher_unix.cpp:460
#5  0xb601182b in timerSourcePrepareHelper (src=,
timeout=0xa0bff0ec) at kernel/qeventdispatcher_glib.cpp:143
#6  0xb60118bd in timerSourcePrepare (source=0xa02028b0, timeout=0xa0bff0ec) at
kernel/qeventdispatcher_glib.cpp:176
#7  0xb20629b3 in g_main_context_prepare () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#8  0xb20632df in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#9  0xb2063528 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#10 0xb601195f in QEventDispatcherGlib::processEvents (this=0xa0200468,
flags=...) at kernel/qeventdispatcher_glib.cpp:436
#11 0xb5fe0823 in QEventLoop::processEvents (this=this@entry=0xa0bff258,
flags=...) at kernel/qeventloop.cpp:149
#12 0xb5fe0b49 in QEventLoop::exec (this=this@entry=0xa0bff258, flags=...) at
kernel/qeventloop.cpp:204
#13 0xb5ecd23d in QThread::exec (this=this@entry=0x875e400) at
thread/qthread.cpp:537
#14 0xb5fc0c44 in QInotifyFileSystemWatcherEngine::run (this=0x875e400) at
io/qfilesystemwatcher_inotify.cpp:265
#15 0xb5ecfb6f in QThreadPrivate::start (arg=0x875e400) at
thread/qthread_unix.cpp:349
#16 0xb217ff72 in start_thread (arg=0xa0bffb40) at pthread_create.c:312
#17 0xb759af8e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

Thread 2 (Thread 0x9ec7fb40 (LWP 2188)):
#0  0xb76f1d50 in __kernel_vsyscall ()
#1  0xb758c01b in poll () at ../sysdeps/unix/syscall-template.S:81
#2  0xb207220b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb20633e8 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb2063528 in g_main_context_iteration () from
/lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb601195f in QEventDispatcherGlib::processEvents (this=0x9e300468,
flags=...) at kernel/qeventdispatcher_glib.cpp:436
#6  0xb5fe0823 in QEventLoop::processEvents (this=this@entry=0x9ec7f258,
flags=...) at kernel/qeventloop.cpp:149
#7  0xb5fe0b49 in QEventLoop::exec (this=this@entry=0x9ec7f258, flags=...) at
kernel/qeventloop.cpp:204
#8  0xb5ecd23d in QThread::exec (this=this@entry=0x8505fe8) at
thread/qthread.cpp:537
#9  0xb5fc0c44 in QInotifyFileSystemWatcherEngine::run (this=0x8505fe8) at

[Akonadi] [Bug 369203] CollectionFetchJob::exec() hangs forever

2016-09-30 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369203

Tom  changed:

   What|Removed |Added

 CC||tcl-...@fm123.fastmail.fm

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 366494] Errors while starting plasmashell

2016-09-10 Thread tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366494

--- Comment #3 from tom  ---
(In reply to tom from comment #2)
> i have the same errors and my .xsession-errors are empty.

pardon, my version its version 5.7.3

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 366494] Errors while starting plasmashell

2016-09-10 Thread tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366494

tom  changed:

   What|Removed |Added

 CC||a@web.de

--- Comment #2 from tom  ---
i have the same errors and my .xsession-errors are empty.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 366813] New: Plasma crashed while I was reading a page in Firefox

2016-08-15 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366813

Bug ID: 366813
   Summary: Plasma crashed while I was reading a page in Firefox
   Product: plasmashell
   Version: 5.5.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: tsgue...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.5.5)

Qt Version: 5.5.1
Operating System: Linux 4.1.27-27-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:  
I was reading an article in a tab of Firefox.  The Firefox window was
maximized.  Pandora.com was playing music via adobe flash in a separate Firefox
window "behind" my primary Firefox window, which had about 12 tabs open.

- Unusual behavior I noticed:
The taskbar and other windows don't look "pretty" -- the borders are weird and
text is difficult to read.  (I usually use lightweight desktops like lxde).  I
assume the problem is mostly my very old video card and rather old
motherboard/CPU/maximum 2GB system RAM).
MB: MSI MS-7142 
CPU:  AMD 3400+
Video card: nVidia FX5200 using nouveau driver distributed with (or updated by)
openSUSE Leap 42.1

-- Backtrace:
Application: Plasma (plasmashell), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7feb806717c0 (LWP 1763))]

Thread 7 (Thread 0x7feb6a0a4700 (LWP 1766)):
#0  0x7feb79b72bfd in poll () at /lib64/libc.so.6
#1  0x7feb7eac6422 in  () at /usr/lib64/libxcb.so.1
#2  0x7feb7eac800f in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7feb6c1f53c9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7feb7a26d32f in  () at /usr/lib64/libQt5Core.so.5
#5  0x7feb7937c0a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7feb79b7b02d in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7feb633ea700 (LWP 1922)):
#0  0x7ffe15dd99a2 in clock_gettime ()
#1  0x7feb79b87c7d in clock_gettime () at /lib64/libc.so.6
#2  0x7feb7a31e7d6 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7feb7a49e3b9 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7feb7a49e945 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7feb7a49fb5e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7feb7624f4ad in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7feb7624fd80 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7feb7624ff7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7feb7a49fd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7feb7a446d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7feb7a26861a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7feb7d57ce18 in  () at /usr/lib64/libQt5Qml.so.5
#13 0x7feb7a26d32f in  () at /usr/lib64/libQt5Core.so.5
#14 0x7feb7937c0a4 in start_thread () at /lib64/libpthread.so.0
#15 0x7feb79b7b02d in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7feb4f4fa700 (LWP 1939)):
#0  0x7ffe15dd99a2 in clock_gettime ()
#1  0x7feb79b87c7d in clock_gettime () at /lib64/libc.so.6
#2  0x7feb7a31e7d6 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7feb7a49e3b9 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7feb7a49e945 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7feb7a49fb5e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7feb7624f4ad in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7feb7624fd80 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7feb7624ff7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7feb7a49fd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7feb7a446d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7feb7a26861a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7feb7d57ce18 in  () at /usr/lib64/libQt5Qml.so.5
#13 0x7feb7a26d32f in  () at /usr/lib64/libQt5Core.so.5
#14 0x7feb7937c0a4 in start_thread () at /lib64/libpthread.so.0
#15 0x7feb79b7b02d in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7feb4e0e8700 (LWP 1940)):
#0  0x7feb7938003f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7feb7fd4b86b in  () at /usr/lib64/libQt5Script.so.5
#2  0x7feb7fd4b899 in  () at /usr/lib64/libQt5Script.so.5
#3  0x7feb7937c0a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7feb79b7b02d in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7feb4cfd7700 (LWP 1941)):
#0  0x7feb79b72bfd in poll () at /lib64/libc.so.6
#1  0x7feb7624fe64 in  () at 

[digikam] [Bug 366406] does not write metadata to ORF

2016-08-05 Thread tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366406

--- Comment #2 from tom  ---
On Thu, 04 Aug 2016 20:48:18 +
Maik Qualmann via KDE Bugzilla  wrote:

> Have you enabled the option "If possible write Metadata to RAW files
> (experimental)"? Tested with an ORF image from web, metadata is
> written to the ORF image. Can you upload an ORF image, with which the
> error occurs?
> 
> Maik

hej, Maik,

this ist strange: I always activate "If possible write Metadata to RAW files
(experimental)", but it wasn't this time... But why I can write geodata to
DNGs?

tom

PS: now it works...

-- 
You are receiving this mail because:
You are watching all bug changes.


[digikam] [Bug 366406] New: does not write metadata to ORF

2016-08-04 Thread tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366406

Bug ID: 366406
   Summary: does not write metadata to ORF
   Product: digikam
   Version: 5.0.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Geolocation-Editor
  Assignee: digikam-de...@kde.org
  Reporter: t...@gmx.de

does not write metadata to ORF, but writes it to other raws

Reproducible: Always


Actual Results:  
can't save

Expected Results:  
save worked

this has been fixed for some older version, 

exiftool works also on this files...

-- 
You are receiving this mail because:
You are watching all bug changes.


[digikam] [Bug 354364] Crash of DNG converter

2016-04-15 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354364

Tom  changed:

   What|Removed |Added

 CC|t...@tombaxter.me.uk |

-- 
You are receiving this mail because:
You are watching all bug changes.


[krdc] [Bug 349813] Krdc numblock is working inverse

2016-03-09 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349813

--- Comment #1 from Tom  ---
it's not always inverse. sometimes its working normal. I guess there should be
some sort of check if the Numlock Key is active or not after connection and set
it to the right state.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krunner] [Bug 353879] Crashes soon after KDE starts

2016-03-02 Thread tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353879

--- Comment #3 from tom  ---
Created attachment 97638
  --> https://bugs.kde.org/attachment.cgi?id=97638=edit
New crash information added by DrKonqi

krunner (0.1) using Qt 5.4.2

- What I was doing when the application crashed:

logging in.  appears to be the same as DrKonqi reports.  lenovo w530 with
external monitor plugged in to display port.  krunner has crashed before the
desktop has faded up.
w530 is not running optimus - bios has dedicated nvidia card selected

-- Backtrace (Reduced):
#6  0x7fa81f4d1112 in QXcbClipboard::requestor (this=this@entry=0x11404d0)
at qxcbclipboard.cpp:481
#7  0x7fa81f4d1e03 in QXcbClipboard::getSelection (this=0x11404d0,
selection=352, target=354, property=359, time=time@entry=0) at
qxcbclipboard.cpp:1004
#8  0x7fa81f4d37f0 in QXcbClipboard::getDataInFormat (fmtAtom=, modeAtom=, this=) at qxcbclipboard.cpp:998
#9  QXcbClipboardMime::formats_sys (this=0x1b42050) at qxcbclipboard.cpp:97
#10 0x7fa82f682a19 in QInternalMimeData::formats (this=) at
kernel/qdnd.cpp:207

-- 
You are receiving this mail because:
You are watching all bug changes.


[ksystraycmd] [Bug 359861] New: :KDEInit could not launch 'ksystraycmd'

2016-02-27 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359861

Bug ID: 359861
   Summary: :KDEInit could not launch 'ksystraycmd'
   Product: ksystraycmd
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: to...@zoomtown.com

Search for help, click on help . Got this response: :KDEInit could not launch
'ksystraycmd'
Could not open library '/usr/lib64/libkdeinit5_ksystraycmd'.
Cannot load library /usr/lib64/libkdeinit5_ksystraycmd:
(/usr/lib64/libkdeinit5_ksystraycmd.so: cannot open shared object file: No such
file or directory)
I checked for that file , did not exist.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krunner] [Bug 353879] Crashes soon after KDE starts

2016-01-27 Thread tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353879

tom  changed:

   What|Removed |Added

 CC||tom...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[amarok] [Bug 356798] New: Crashes when adding directory with large number of entries

2015-12-16 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356798

Bug ID: 356798
   Summary: Crashes when adding directory with large number of
entries
   Product: amarok
   Version: 2.8.0
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: trburkhol...@gmail.com

Application: amarok (2.8.0)
KDE Platform Version: 4.14.13
Qt Version: 4.8.6
Operating System: Linux 3.13.0-71-generic x86_64
Distribution: Ubuntu 14.04.3 LTS

-- Information about the crash:
Adding a directory with 1.7G of music to playlist crashes Amarok.  I had to
remove the rc files to restart it.

The crash can be reproduced every time.

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
[Current thread is 1 (Thread 0x7f1eb3118800 (LWP 22985))]

Thread 15 (Thread 0x7f1e8fde4700 (LWP 22988)):
#0  0x7f1eafe7e12d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f1ea7f47031 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2  0x7f1ea7f3883c in pa_mainloop_poll () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#3  0x7f1ea7f38ece in pa_mainloop_iterate () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#4  0x7f1ea7f38f80 in pa_mainloop_run () from
/usr/lib/x86_64-linux-gnu/libpulse.so.0
#5  0x7f1ea7f46fe3 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x7f1ea2ca7f08 in ?? () from
/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
#7  0x7f1eac179182 in start_thread (arg=0x7f1e8fde4700) at
pthread_create.c:312
#8  0x7f1eafe8b47d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 14 (Thread 0x7f1e81f31700 (LWP 22990)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x7f1eb04d57f4 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f1eb216312e in AbstractDirectoryWatcher::run() () from
/usr/lib/libamaroklib.so.1
#3  0x7f1ead700cb2 in ?? () from /usr/lib/libthreadweaver.so.4
#4  0x7f1ead700e6e in ThreadWeaver::Job::execute(ThreadWeaver::Thread*) ()
from /usr/lib/libthreadweaver.so.4
#5  0x7f1ead7006bb in ThreadWeaver::Thread::run() () from
/usr/lib/libthreadweaver.so.4
#6  0x7f1eb04d532f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x7f1eac179182 in start_thread (arg=0x7f1e81f31700) at
pthread_create.c:312
#8  0x7f1eafe8b47d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 13 (Thread 0x7f1e7bfff700 (LWP 22991)):
#0  0x7f1eaab5d627 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f1eaab5d979 in g_mutex_lock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f1eaab1b699 in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f1eaab1bf03 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f1eaab1c0ec in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f1eb06047be in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7f1eb05d60af in
QEventLoop::processEvents(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x7f1eb05d63a5 in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x7f1eb04d2c5f in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x7f1eb05b7823 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#10 0x7f1eb04d532f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#11 0x7f1eac179182 in start_thread (arg=0x7f1e7bfff700) at
pthread_create.c:312
#12 0x7f1eafe8b47d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7f1e7a8af700 (LWP 22992)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x7f1eb04d3dd3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f1eb04d0275 in QMutex::lockInternal() () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#3  0x7f1eae0bfc84 in Meta::Tag::readTags(QString const&, bool) () from
/usr/lib/libamarokshared.so.1
#4  0x7f1eb20ef22e in MetaFile::Track::Private::readMetaData() () from
/usr/lib/libamaroklib.so.1
#5  0x7f1eb20f0f0d in MetaFile::Track::Track(KUrl const&) () from
/usr/lib/libamaroklib.so.1
#6  0x7f1eb20f5038 in FileTrackProvider::trackForUrl(KUrl const&) () from
/usr/lib/libamaroklib.so.1
#7  0x7f1eb212f960 in CollectionManager::trackForUrl(KUrl const&) () from
/usr/lib/libamaroklib.so.1
#8  0x7f1eb21008c7 in ?? () from /usr/lib/libamaroklib.so.1
#9  0x7f1ead700cb2 in ?? () from /usr/lib/libthreadweaver.so.4
#10 

[kdeplasma-addons] [Bug 356760] Application Dashboard is not searching for files and folders .

2015-12-15 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356760

Tom  changed:

   What|Removed |Added

Summary|Application Dashboard is|Application Dashboard is
   |nto searching for files and |not searching for files and
   |folders .   |folders .

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdeplasma-addons] [Bug 356761] New: Add option to Application Dashboard whenever you open it that in the background you can see desktop wallpaper

2015-12-15 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356761

Bug ID: 356761
   Summary: Add option to Application Dashboard whenever you open
it that in the background you can see desktop
wallpaper
   Product: kdeplasma-addons
   Version: 5.5.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Application Dashboard
  Assignee: h...@kde.org
  Reporter: bad...@gmail.com
CC: plasma-b...@kde.org

It would be nice if you could add option that whenever you open Application
Dashboard you can see desktop wallpaper in the background and not whatever is
on the screen. Reason why should be this option is that when u have open some
program with white background e.g. firefox it is hard to read and see some
program's text and icon.

Reproducible: Always

Steps to Reproduce:
1.Open Application Dashboard
2.
3.

Actual Results:  
You will see whatever is curently on desktop in background of Application
Dashboard.

Expected Results:  
You will see desktop wallpaper in background of Application Dashboard.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdeplasma-addons] [Bug 356760] Application Dashboard is nto searching for files and folders .

2015-12-15 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356760

Tom  changed:

   What|Removed |Added

Summary|As default, Application |Application Dashboard is
   |Dashboard should search for |nto searching for files and
   |files and folders, but it   |folders .
   |is not. |

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356688] Using keys to navigate calendar widget

2015-12-15 Thread Tom via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356688

Tom  changed:

   What|Removed |Added

 CC||bad...@gmail.com

--- Comment #1 from Tom  ---
I don't know how to vote for this so i will say here in the comment +1

-- 
You are receiving this mail because:
You are watching all bug changes.