[frameworks-baloo] [Bug 396535] Balooctl seems to assume folders with hyphens in name are subfolders

2018-08-22 Thread James Ausmus
https://bugs.kde.org/show_bug.cgi?id=396535

--- Comment #2 from James Ausmus  ---
Created attachment 114556
  --> https://bugs.kde.org/attachment.cgi?id=114556=edit
Fixes issue by appending path separator to parent dir check

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

[frameworks-syntax-highlighting] [Bug 397766] Underline as first character in name passed to #ifndef breaks highlighting

2018-08-22 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=397766

--- Comment #1 from Dominik Haumann  ---
Please attach a screenshot.

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

[frameworks-baloo] [Bug 396535] Balooctl seems to assume folders with hyphens in name are subfolders

2018-08-22 Thread James Ausmus
https://bugs.kde.org/show_bug.cgi?id=396535

James Ausmus  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|baloo-bugs-n...@kde.org |james.aus...@gmail.com
 Ever confirmed|0   |1

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

[frameworks-baloo] [Bug 396535] Balooctl seems to assume folders with hyphens in name are subfolders

2018-08-22 Thread James Ausmus
https://bugs.kde.org/show_bug.cgi?id=396535

James Ausmus  changed:

   What|Removed |Added

 CC||james.aus...@gmail.com

--- Comment #1 from James Ausmus  ---
It looks like the issue isn't related to the hyphen, but rather that
'~/test1-test' doesn't get past the "path.startsWith(folder)" check when folder
is '~/test1' - proposed patch momentarily

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

[dolphin] [Bug 397773] New: Dolphin crashed while copying a text file to a remote SFTP location

2018-08-22 Thread Davide Beatrici
https://bugs.kde.org/show_bug.cgi?id=397773

Bug ID: 397773
   Summary: Dolphin crashed while copying a text file to a remote
SFTP location
   Product: dolphin
   Version: 18.04.0
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: davidebeatr...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Application: dolphin (18.04.0)

Qt Version: 5.11.1
Frameworks Version: 5.47.0
Operating System: Linux 4.17.0-1-amd64 x86_64
Distribution: Debian GNU/Linux testing (buster)

-- Information about the crash:
- What I was doing when the application crashed:

Dolphin crashed after it started copying a text file to a remote SFTP location,
but the copy process went fine.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f40ca6e5840 (LWP 13645))]

Thread 4 (Thread 0x7f40bd37c700 (LWP 13649)):
#0  0x7f40da70a204 in __GI___libc_read (fd=20,
buf=buf@entry=0x7f40bd37bb40, nbytes=nbytes@entry=16) at
../sysdeps/unix/sysv/linux/read.c:27
#1  0x7f40d0597960 in read (__nbytes=16, __buf=0x7f40bd37bb40,
__fd=) at /usr/include/x86_64-linux-gnu/bits/unistd.h:44
#2  g_wakeup_acknowledge (wakeup=0x7f40b80039a0) at
../../../../glib/gwakeup.c:210
#3  0x7f40d0552f27 in g_main_context_check
(context=context@entry=0x7f40ac000bf0, max_priority=2147483647,
fds=fds@entry=0x7f40ac0049b0, n_fds=n_fds@entry=1) at
../../../../glib/gmain.c:3681
#4  0x7f40d05533e0 in g_main_context_iterate
(context=context@entry=0x7f40ac000bf0, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at
../../../../glib/gmain.c:3900
#5  0x7f40d055354c in g_main_context_iteration (context=0x7f40ac000bf0,
may_block=may_block@entry=1) at ../../../../glib/gmain.c:3964
#6  0x7f40d550f23b in QEventDispatcherGlib::processEvents
(this=0x7f40ac000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#7  0x7f40d54bc24b in
QEventLoop::exec(QFlags) () at
../../include/QtCore/../../src/corelib/global/qflags.h:140
#8  0x7f40d530b176 in QThread::exec() () at
../../include/QtCore/../../src/corelib/global/qflags.h:120
#9  0x7f40d5314d47 in QThreadPrivate::start(void*) () at
thread/qthread_unix.cpp:367
#10 0x7f40d1d6df2a in start_thread (arg=0x7f40bd37c700) at
pthread_create.c:463
#11 0x7f40da718edf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f40bf64d700 (LWP 13648)):
#0  0x7f40d1d73e6c in futex_wait_cancelable (private=,
expected=0, futex_word=0x55b91f0428c0) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55b91f042870,
cond=0x55b91f042898) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55b91f042898, mutex=0x55b91f042870) at
pthread_cond_wait.c:655
#3  0x7f40bf953d8b in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#4  0x7f40bf953ab7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#5  0x7f40d1d6df2a in start_thread (arg=0x7f40bf64d700) at
pthread_create.c:463
#6  0x7f40da718edf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f40c66e2700 (LWP 13647)):
#0  0x7f40da70e739 in __GI___poll (fds=0x7f40b801aad0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f40d0553439 in g_main_context_poll (priority=,
n_fds=1, fds=0x7f40b801aad0, timeout=, context=0x7f40b8000bf0)
at ../../../../glib/gmain.c:4204
#2  g_main_context_iterate (context=context@entry=0x7f40b8000bf0,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
../../../../glib/gmain.c:3898
#3  0x7f40d055354c in g_main_context_iteration (context=0x7f40b8000bf0,
may_block=may_block@entry=1) at ../../../../glib/gmain.c:3964
#4  0x7f40d550f23b in QEventDispatcherGlib::processEvents
(this=0x7f40b8000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7f40d54bc24b in
QEventLoop::exec(QFlags) () at
../../include/QtCore/../../src/corelib/global/qflags.h:140
#6  0x7f40d530b176 in QThread::exec() () at
../../include/QtCore/../../src/corelib/global/qflags.h:120
#7  0x7f40d5762545 in QDBusConnectionManager::run (this=0x7f40d57dcd60
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:178
#8  0x7f40d5314d47 in QThreadPrivate::start(void*) () at
thread/qthread_unix.cpp:367
#9  0x7f40d1d6df2a in start_thread (arg=0x7f40c66e2700) at
pthread_create.c:463
#10 0x7f40da718edf in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f40ca6e5840 (LWP 13645)):
[KCrash Handler]
#6  __GI___libc_free (mem=0x1) at malloc.c:3103
#7  0x7f40d54e429d in QObjectPrivate::Connection::~Connection

[systemsettings] [Bug 397772] New: Switching tabs in system settings caused crash

2018-08-22 Thread Ethan
https://bugs.kde.org/show_bug.cgi?id=397772

Bug ID: 397772
   Summary: Switching tabs in system settings caused crash
   Product: systemsettings
   Version: 5.13.4
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ethan...@buffalo.edu
  Target Milestone: ---

Application: systemsettings5 (5.13.4)

Qt Version: 5.11.1
Frameworks Version: 5.50.0
Operating System: Linux 4.15.0-32-generic x86_64
Distribution: KDE neon Developer Edition

-- Information about the crash:
- What I was doing when the application crashed:
Switching tabs in system settings caused crash. happened every time I tried to
edit stuff in workspace theme

The crash can be reproduced every time.

-- Backtrace:
Application: System Settings (systemsettings5), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f725654b840 (LWP 26712))]

Thread 7 (Thread 0x7f7212d07700 (LWP 26720)):
#0  idleTimerSourcePrepare (source=, timeout=0x7f7212d06b74) at
kernel/qeventdispatcher_glib.cpp:207
#1  0x7f724aea8998 in g_main_context_prepare () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f724aea936b in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f724aea954c in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f725248ea9b in QEventDispatcherGlib::processEvents
(this=0x7f720c000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7f7252432dea in QEventLoop::exec (this=this@entry=0x7f7212d06d40,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:214
#6  0x7f725225db8a in QThread::exec (this=) at
thread/qthread.cpp:525
#7  0x7f724ff5c8b5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7f7252268aab in QThreadPrivate::start (arg=0x55d2be5fa0b0) at
thread/qthread_unix.cpp:367
#9  0x7f724d2676db in start_thread (arg=0x7f7212d07700) at
pthread_create.c:463
#10 0x7f7251b5b88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7f721ac48700 (LWP 26719)):
#0  0x7f724aeeecd9 in g_mutex_lock () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f724aea82e0 in g_main_context_acquire () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f724aea92f5 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f724aea954c in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f725248ea9b in QEventDispatcherGlib::processEvents
(this=0x7f7214000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7f7252432dea in QEventLoop::exec (this=this@entry=0x7f721ac47d40,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:214
#6  0x7f725225db8a in QThread::exec (this=) at
thread/qthread.cpp:525
#7  0x7f724ff5c8b5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7f7252268aab in QThreadPrivate::start (arg=0x55d2be00ecf0) at
thread/qthread_unix.cpp:367
#9  0x7f724d2676db in start_thread (arg=0x7f721ac48700) at
pthread_create.c:463
#10 0x7f7251b5b88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f7222b81700 (LWP 26718)):
#0  0x7f724aea6342 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f724aea88d3 in g_main_context_prepare () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f724aea936b in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f724aea954c in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f725248ea9b in QEventDispatcherGlib::processEvents
(this=0x7f721c000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7f7252432dea in QEventLoop::exec (this=this@entry=0x7f7222b80d40,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:214
#6  0x7f725225db8a in QThread::exec (this=) at
thread/qthread.cpp:525
#7  0x7f724ff5c8b5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7f7252268aab in QThreadPrivate::start (arg=0x55d2bdcabc60) at
thread/qthread_unix.cpp:367
#9  0x7f724d2676db in start_thread (arg=0x7f7222b81700) at
pthread_create.c:463
#10 0x7f7251b5b88f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f722d770700 (LWP 26716)):
#0  0x7f724d26d9f3 in futex_wait_cancelable (private=,
expected=0, futex_word=0x55d2bd9c6d88) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55d2bd9c6d38,
cond=0x55d2bd9c6d60) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55d2bd9c6d60, mutex=0x55d2bd9c6d38) at
pthread_cond_wait.c:655
#3  0x7f7232a1d46b in ?? () from
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so
#4  0x7f7232a1d197 in ?? () from

[Discover] [Bug 397771] New: my updates are not allowing me to update and has been trying to update for the past 3 days and wont let me shutdown or log off my computer until its updated

2018-08-22 Thread Ericha
https://bugs.kde.org/show_bug.cgi?id=397771

Bug ID: 397771
   Summary: my updates are not allowing me to  update and has been
trying to update for the past 3 days and wont let me
shutdown or log off my computer until its updated
   Product: Discover
   Version: 5.12.6
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: erichabel...@gmail.com
  Target Milestone: ---

my updates are not allowing me to  update and has been trying to update for the
past 3 days and wont let me shutdown or log off my computer until its updated

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

[kpat] [Bug 397770] New: Freecell

2018-08-22 Thread Pentti Nuutinen
https://bugs.kde.org/show_bug.cgi?id=397770

Bug ID: 397770
   Summary: Freecell
   Product: kpat
   Version: 3.6
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: solver
  Assignee: co...@kde.org
  Reporter: penuuti...@gmail.com
CC: kde-games-b...@kde.org
  Target Milestone: ---

After the newest Chakra upgrade KPat Freecell dont automatically move cards to
the deck.

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

[digikam] [Bug 392970] Website: Mention KDE Familly

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392970

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|Mention KDE |Website: Mention KDE
   ||Familly

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

[digikam] [Bug 392970] Mention KDE

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392970

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/web
   ||sites/digikam-org/f40548a7a
   ||ff1d6f0d5d443f5aaa389833c3f
   ||6cea
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||6.0.0
 Resolution|--- |FIXED

--- Comment #1 from caulier.gil...@gmail.com ---
Git commit f40548a7aff1d6f0d5d443f5aaa389833c3f6cea by Gilles Caulier.
Committed on 23/08/2018 at 04:22.
Pushed by cgilles into branch 'dev'.

mention KDE-familly in website footer.
FIXED-IN: 6.0.0

M  +1-1themes/hugo-theme-digikam/layouts/partials/page-footer.html

https://commits.kde.org/websites/digikam-org/f40548a7aff1d6f0d5d443f5aaa389833c3f6cea

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

[kwin] [Bug 397767] Selecting Desktop On-Screen Display Crashes Kwin on Virtual Desktop Change

2018-08-22 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=397767

Martin Flöser  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Martin Flöser  ---
Crash happens in the proprietary Nvidia driver. Nothing we can do.

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

[plasmashell] [Bug 341143] Wallpaper on every desktop is gone.

2018-08-22 Thread undecidable
https://bugs.kde.org/show_bug.cgi?id=341143

--- Comment #282 from undecidable  ---
(In reply to Rafael Kitover from comment #281)
> Vallpaper from store.kde.org does indeed solve this problem almost perfectly.
> 
> There is no need for the core to have every possible feature when extensions
> can supply them, gnome is the same way.

1.  This was a fundamental part of the desktop that was there for many years
(at least since 2008), and which had become part of many people's workflow, and
was removed.  That is not the same as adding a "feature".

2.  "store.kde.org" is not the repos.  I only install from the repos.  That way
my system is stable and lower maintenance.  Stability and low maintenance is
important to a certain class of users and a repos only policy helps that.

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

[digikam] [Bug 397696] [Website] On Fedora, use dnf instead of yum

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397696

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||6.0.0
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/web
   ||sites/digikam-org/3da869b26
   ||fb198c69f38b7525b396dc61f60
   ||5e4b

--- Comment #1 from caulier.gil...@gmail.com ---
Git commit 3da869b26fb198c69f38b7525b396dc61f605e4b by Gilles Caulier.
Committed on 23/08/2018 at 03:43.
Pushed by cgilles into branch 'dev'.

fix Fedora download information
FIXED-IN: 6.0.0

M  +2-2content/download/binary.md

https://commits.kde.org/websites/digikam-org/3da869b26fb198c69f38b7525b396dc61f605e4b

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

[partitionmanager] [Bug 397769] New: partitionmanager crash partitioning usb drive

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397769

Bug ID: 397769
   Summary: partitionmanager crash partitioning usb drive
   Product: partitionmanager
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: pabli...@gmail.com
  Target Milestone: ---

Application: partitionmanager (3.3.1)

Qt Version: 5.9.5
Frameworks Version: 5.47.0
Operating System: Linux 4.15.0-32-generic x86_64
Distribution: Ubuntu 18.04.1 LTS

-- Information about the crash:
Trying to create partitions on a usb hdd. After crashing 3 times, I opened
partitionmanager from konsole and worked!

The crash can be reproduced every time.

-- Backtrace:
Application: KDE Partition Manager (partitionmanager), signal: Segmentation
fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb0232fc840 (LWP 9963))]

Thread 3 (Thread 0x7fafe96e6700 (LWP 10346)):
#0  0x7fb01f1a7cf6 in __GI_ppoll (fds=0x7fafe96e57d0, nfds=4,
timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1  0x7fb01faf14d0 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7fb01fa22e7b in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7fb01fa18aab in QProcess::waitForFinished(int) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fb022eee34e in ExternalCommand::waitFor(int) () at
/usr/lib/x86_64-linux-gnu/libkpmcore.so.7
#5  0x7fb022eee54a in ExternalCommand::run(int) () at
/usr/lib/x86_64-linux-gnu/libkpmcore.so.7
#6  0x7fb006aa9449 in  () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/libpmlibpartedbackendplugin.so
#7  0x7fb022edf65f in  () at /usr/lib/x86_64-linux-gnu/libkpmcore.so.7
#8  0x7fb022ed0f15 in Operation::execute(Report&) () at
/usr/lib/x86_64-linux-gnu/libkpmcore.so.7
#9  0x7fb022ebdbcf in OperationRunner::run() () at
/usr/lib/x86_64-linux-gnu/libkpmcore.so.7
#10 0x7fb01f8be16d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7fb01b0ee6db in start_thread (arg=0x7fafe96e6700) at
pthread_create.c:463
#12 0x7fb01f1b488f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fb0074b1700 (LWP 9965)):
#0  0x7fb01f1a7bf9 in __GI___poll (fds=0x7fb04db0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7fb019837439 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fb01983754c in g_main_context_iteration () at
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fb01faf590b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7fb01fa9a9ea in
QEventLoop::exec(QFlags) () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fb01f8b922a in QThread::exec() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fb01e9c4d45 in  () at /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7fb01f8be16d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fb01b0ee6db in start_thread (arg=0x7fb0074b1700) at
pthread_create.c:463
#9  0x7fb01f1b488f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7fb0232fc840 (LWP 9963)):
[KCrash Handler]
#4  0x7fb022ef621f in PartWidget::paintEvent(QPaintEvent*) () at
/usr/lib/x86_64-linux-gnu/libkpmcore.so.7
#5  0x7fb020859038 in QWidget::event(QEvent*) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#6  0x7fb02081a82c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#7  0x7fb0208220f4 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8  0x7fb01fa9c9a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7fb02085218a in QWidgetPrivate::sendPaintEvent(QRegion const&) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#10 0x7fb02085274a in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion
const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x7fb0208533b0 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*,
QList const&, int, QRegion const&, QPoint const&, int, QPainter*,
QWidgetBackingStore*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#12 0x7fb020852356 in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion
const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x7fb0208533b0 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*,
QList const&, int, QRegion const&, QPoint const&, int, QPainter*,
QWidgetBackingStore*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#14 0x7fb020853539 in 

[okular] [Bug 397768] New: Assign "Crop" icon to Trim View entry in Toolbar

2018-08-22 Thread Clinton
https://bugs.kde.org/show_bug.cgi?id=397768

Bug ID: 397768
   Summary: Assign "Crop" icon to Trim View entry in Toolbar
   Product: okular
   Version: 1.5.0
  Platform: Other
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: clintontheg...@gmail.com
  Target Milestone: ---

Using Okular as my primary ebook reader, I am constantly applying the "Trim to
margins" feature to decrease useless whitespace.

I suggest assigning the very intuitive "ratiocrop" (or "transform-crop") icon
as default to this entry when made a toolbar button.

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

[krita] [Bug 397570] Error in tablet aspect ratio causing traced circles to draw as elipses

2018-08-22 Thread Christopher Knoll
https://bugs.kde.org/show_bug.cgi?id=397570

--- Comment #6 from Christopher Knoll  ---
Would it be possible for someone to post a screenshot of their own tablets
where you are able to trace a coin on their tablet (like a Wacom Intuos tablet)
to reproduce this issue?

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

[krita] [Bug 397570] Error in tablet aspect ratio causing traced circles to draw as elipses

2018-08-22 Thread Christopher Knoll
https://bugs.kde.org/show_bug.cgi?id=397570

--- Comment #5 from Christopher Knoll  ---
I'm not seeing it in Adobe Sketchbook. It is definitely receiving pen input
because it responds to pressure of the pen.

This is definitely a problem in some subsystem of Krita.  As I explained in my
screenshots, the calibration is working properly in other apps.  It could very
well be how Krita is interpreting the coordinates passed on by the tablet, but
Krita's interpretation is wrong, and it seems to be based on the maximum
viewable area of the desktop (ie: multi monitors and the native resolution of a
single monitor of 1920x1080 shows the issue.

I've adjusted (via the tablet properties) the visible portion of the 'capture
area' on the screen and on the tablet, and Krita is just reading the
information wrong.

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

[frameworks-kio] [Bug 379143] KDE file preview goes by hovered file, not by selected file, when doubleclick-to-open option is enabled

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379143

--- Comment #2 from bluescreenaven...@gmail.com ---
I think I might have had "Play Automatically" unchecked...
...now it seems that when I uncheck it, and I click on a sound, the play button
is grayed out, and I can't try to replicate it now...  

Before, the play button wasn't grayed out... I have double click to open
enabled. Say I clicked on Oxygen-Sys-App-Error-Serious-Very.ogg in the Sound
selection dialog under System settings. However while trying to move the mouse
over to press "Play", I mouse over Oxygen-Window-Shade-Up.ogg, long enough for
the lighter blue selection rectangle to go around Oxygen-Window-Shade-Up.ogg.
When I pressed play, it would play Oxygen-Window-Shade-Up.ogg...

...but now it seems that for some reason, when I select a sound, the play
button is grayed out, so I guess the behavior has changed, but in the file open
window, it is still not possible to click on a sound, and then preview it with
the play button on the aside preview. (only works when hovering)

This is Frameworks 5.44

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

[kwin] [Bug 397767] New: Selecting Desktop On-Screen Display Crashes Kwin on Virtual Desktop Change

2018-08-22 Thread dD_
https://bugs.kde.org/show_bug.cgi?id=397767

Bug ID: 397767
   Summary: Selecting Desktop On-Screen Display Crashes Kwin on
Virtual Desktop Change
   Product: kwin
   Version: 5.13.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ddsh...@hotmail.com
  Target Milestone: ---

Created attachment 114555
  --> https://bugs.kde.org/attachment.cgi?id=114555=edit
Kwin Crash file

I turned on Desktop Switch On-Screen Display, and everytime I change desktop
kwin crashes.  I stop getting a title bar, can't switch desktops anymore, and
my keyboard shortcuts stop working.  I'm using a dell Precision 5530 with an
NVIDIA GP107GLM [Quadro P2000 Mobile] card on arch linux. 

This is a pastebin of my command line showing how kwin crashed:

https://pastebin.com/hhg2tZQb

The problem persists with XRender and OpenGL 2.0.  The moment I disable the
Desktop Switch On-Screen Display, Kwin stops crashing. 

Not sure what the component would be so I chose general.

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

[frameworks-plasma] [Bug 396813] PlasmaComponents2 text fields have unreadable placeholder text with light themes (affects Kicker, KRunner, Widget Explorer...)

2018-08-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=396813

--- Comment #8 from David Edmundson  ---
Chased the bug.

After many hours of going completely mad...it's not our code.

It's a bug in QtQuick ... and only when native rendering is being used.
Somehow when opacity is set on the glyph as well as blending the background it
sets the opacity on the final texel, even if there's an opaque item behind it.

PC3 *is* also broken...but detection of which render type to use is also
apparently broken(!) which means it's going into the non-native version for the
label and we don't see it.

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

[phonon-backend-gstreamer] [Bug 397746] Notification sounds crash applications when using JACK (Previously "Confirm Paste dialog crashes konsole")

2018-08-22 Thread Lukas Sabota
https://bugs.kde.org/show_bug.cgi?id=397746

Lukas Sabota  changed:

   What|Removed |Added

Summary|Notification crash  |Notification sounds crash
   |applications when using |applications when using
   |JACK (Previously "Confirm   |JACK (Previously "Confirm
   |Paste dialog crashes|Paste dialog crashes
   |konsole")   |konsole")

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

[frameworks-syntax-highlighting] [Bug 397766] New: Underline as first character in name passed to #ifndef breaks highlighting

2018-08-22 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=397766

Bug ID: 397766
   Summary: Underline as first character in name passed to #ifndef
breaks highlighting
   Product: frameworks-syntax-highlighting
   Version: 5.49.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: syntax
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: piotr.mierzwin...@gmail.com
  Target Milestone: ---

As in subject.
Below line is showing in red color (skipping hash) instead of green (default
setting)
#ifndef _LISTVIEWITEMDELEGATE_

This line is green (default setting)
#ifndef LISTVIEWITEMDELEGATE_

In some previous version it worked fine (both lines were green).

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

[kate] [Bug 397765] New: Kate AppImage seg faults on Fedora Core 28

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397765

Bug ID: 397765
   Summary: Kate AppImage seg faults on Fedora Core 28
   Product: kate
   Version: 16.08
  Platform: Appimage
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: shivakumar...@gmail.com
  Target Milestone: ---

On fedora core 28, Kate-16.08-x86_64.AppImage segfaults with below output:

$ ./Kate-16.08-x86_64.AppImage 
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown
element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5:
unknown element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 8:
unknown element "description"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 76:
non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 76:
non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 84:
saw unknown, expected number
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5:
unknown element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 8:
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/25-unhint-nonlatin.conf", line 4:
unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/25-unhint-nonlatin.conf", line 5:
unknown element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/25-unhint-nonlatin.conf", line 8:
unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: unknown
element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: unknown
element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 5: unknown
element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element
"its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 5: unknown element
"its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 8: unknown element
"description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 5: unknown
element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element
"its:rules"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 5: unknown element
"its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8: unknown element
"description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element
"its:rules"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 5: unknown element
"its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 8: unknown element
"description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown
element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 5: unknown
element "its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 8: unknown
element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element
"its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 5: unknown element
"its:translateRule"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 8: unknown element
"description"
Fontconfig warning: "/etc/fonts/conf.d/65-0-lohit-bengali.conf", line 

[frameworks-kio] [Bug 385112] "Move to Wastebin" - excess disk activity

2018-08-22 Thread Kevin Gilbert
https://bugs.kde.org/show_bug.cgi?id=385112

--- Comment #2 from Kevin Gilbert  ---
What I am saying is that, when the system is starved of memory, the Dolphin
Wastebin facility is very slow.

As I have added an extra 8GB of memory, I am no longer experiencing this long
delay. That said, I still notice disk activity in excess of that I would
expect, yes, a subjective assessment.

How to reproduce? Not sure. You would need a number of processes that allocate
huge amounts of memory so that the system is using the swap file.

But, as they say, good luck with that. I would not be surprised or offended if
you close this bug with "cannot reproduce".

Cheers,
Kevin

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

[frameworks-plasma] [Bug 396828] PlasmaComponents3 text field doesn't have the ability to display a clear button

2018-08-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=396828

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #2 from David Edmundson  ---
As discussed on the phab request. 

It's more complex as PC3 are not a subclass, but an implementation of a
template we don't want to deviate from.

There's no rush to use PC3, we should try and get our clear/reveal password
upstream before forking PC3.

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

[digikam] [Bug 379608] geo localisation with google and proxy

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379608

norepl...@t-online.de changed:

   What|Removed |Added

 CC||norepl...@t-online.de

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

[plasma-pa] [Bug 370514] Plasma-pa will not use a combined sink as the default device

2018-08-22 Thread Thomas Finstad Larsen
https://bugs.kde.org/show_bug.cgi?id=370514

Thomas Finstad Larsen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||thomas.finstad.larsen@gmail
   ||.com
 Status|UNCONFIRMED |CONFIRMED

--- Comment #5 from Thomas Finstad Larsen  ---
Description:KDE neon User Edition 5.13
Release:16.04
updated as of 23rd of august 2018
Devices: Yeti microphone via USB with jack output, and analog out from
motherboard.

A while ago I stopped being able to use my volume hotkeys to change the volume
if my combined sink as well. It will always change on the same device (top of
the list), but I don't have many other devices to connect to test if it is
always the first one in the list.

The sink is default, and works as intended in all applications etc, except for
the volume hotkeys, if there is anything I can do to help figure this out I am
more than willing to give the relevant info, but I have no idea what that would
be.

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

[frameworks-kio] [Bug 388991] KDE Connect 1.2 segfaults/crashes.

2018-08-22 Thread David Mattatall
https://bugs.kde.org/show_bug.cgi?id=388991

--- Comment #43 from David Mattatall  ---
Just bumping this. Still crashes and detaches.

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

[frameworks-kio] [Bug 179678] KIO needs PolicyKit-kde integration

2018-08-22 Thread lega99
https://bugs.kde.org/show_bug.cgi?id=179678

--- Comment #77 from lega99  ---
User an root Dolphin 18.08 in user account
https://s33.postimg.cc/f209uta73/010.png

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

[plasmashell] [Bug 397581] Search field does not look like a search field

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397581

--- Comment #4 from Nate Graham  ---
Here's a patch: https://phabricator.kde.org/D15011

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

[valgrind] [Bug 396290] [PATCH] Possible tool - allocfail

2018-08-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=396290

--- Comment #20 from Ivo Raisr  ---
Thank you for your work. This is going to be a useful Valgrind tool.

I like the documentation for the latest patch. Reasoning explained well on
examples. You could mention that the default behaviour (fail unseen
allocations) can be heavily tuned by options which are described later.

As regards instrumentation: unfortunately I don't think the current scheme of
detecting function entry/return w.r.t. --toggle-fn is going to work.
Instruction instrumentation is done by blocks and their processing is mostly
orthogonal to the actual execution. I think Callgrind tool solves similar
problem - detecting when a function is entered and returned - try to have a
look there. I think it still suffers from some limitations on arm architecture,
though.

For coding style - please use explicit check for NULL or != NULL.
For example if (instr_callstack) => if (instr_callstack != NULL)

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

[digikam] [Bug 397726] Error on install

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397726

--- Comment #5 from n...@nickme.com ---
Created attachment 114554
  --> https://bugs.kde.org/attachment.cgi?id=114554=edit
appcrash

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

[digikam] [Bug 397726] Error on install

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397726

--- Comment #6 from n...@nickme.com ---
Renamed. 
Digikam crashes on start.
Logs attached.

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

[valgrind] [Bug 396290] [PATCH] Possible tool - allocfail

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=396290

roger.li...@cedalo.com changed:

   What|Removed |Added

 Attachment #114245|0   |1
is obsolete||

--- Comment #19 from roger.li...@cedalo.com ---
Created attachment 114553
  --> https://bugs.kde.org/attachment.cgi?id=114553=edit
Updated patch with better control.

This is a work-in-progress update in case there are comments while I'm working
on the documentation and tests.

* Renamed to failgrind
* Added failgrind.h with macros for turning on, turning off, and toggling
allocation failures, and clearing the in-memory call stack list.
* Added monitor commands to do the same, plus write the current in-memory call
stack list to a file, and print or zero stats.
* Split --callstack-file into --callstack-input and --callstack-output to allow
these to be independent
* Added --alloc-threshold-high, --allow-threshold-low, and
--alloc-threshold-invert to allow allocations larger/small than a size to
always be allowed.
* Added --alloc-fail-atstart to allow allocation failures to be disabled on
start of failgrind (then to be enabled later on with gdb or --toggle-fn)
* Added --toggle-fn that toggles the allocation failure enable/disable state
when a names function is both called and later returned from, to allow
failgrind testing to be isolated to certain parts of the program.

I think that covers most of the relevant control features from callgrind, if
you have any comments or suggestions down that road please let me know.

I'm least happy that I'm doing everything right in the instrumentation
function, so if you did want to take a quick look that would be where I'd
appreciate some feedback.

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

[digikam] [Bug 396086] Changing elements order takes near 5 minutes in a folder with 50 images

2018-08-22 Thread Jens
https://bugs.kde.org/show_bug.cgi?id=396086

--- Comment #35 from Jens  ---
Didn't work at first, but after changing {1..65000} to $(seq -w 1 65000), it
worked fine.

First startup with initial scanning of folders was done in ~10 seconds.
Scanning of images - after startup - with progress bar at the bottom of the
main Digikam window progressed with ~100 images per second, as I could see in
the console where I started the Digikam appimge.

Scanning slowed down until at "FolderB", so after roughly 65000 images, it took
0.5s per image (!) - so I won't finish scanning all 300'000 images today. Will
keep you updated.

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

[konsole] [Bug 397669] Broken behaviour NerdFont glyphs

2018-08-22 Thread Namkhai Bourquin
https://bugs.kde.org/show_bug.cgi?id=397669

--- Comment #4 from Namkhai Bourquin  ---
(In reply to Kurt Hindenburg from comment #3)
> I had to revert some patches for 18.08; I guess I should have reverted this
> as well.  It likely won't be fixed until 18.12; I'll update this ticket if
> earlier.

OK, thanks

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

[konqueror] [Bug 240296] KHTML crashes at startup KDE4.4.81

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=240296

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|Digikam crashes at startup  |KHTML crashes at startup
   |KDE4.4.81   |KDE4.4.81

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

[plasma4] [Bug 205840] Moving files to trash

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=205840

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|Moving files to trash from  |Moving files to trash
   |digikam |

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

[plasma4] [Bug 199813] plasma: crash when closing dialog

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=199813

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|plasma: crash when closing  |plasma: crash when closing
   |digikam dialog  |dialog
 CC||caulier.gil...@gmail.com

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

[digikam] [Bug 342489] digikam crashes when tagging photos

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=342489

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|General |Database-Baloo
   Assignee|pinak.ah...@gmail.com   |digikam-bugs-n...@kde.org
Product|Baloo   |digikam

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

[okular] [Bug 397544] Okular: Show path of hyperlink when hovering the mouse

2018-08-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=397544

Albert Astals Cid  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |---

--- Comment #8 from Albert Astals Cid  ---
I guess you're in text selection mode not in browse mode.

I guess you could argue the tooltip should show in both.

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

[nepomuk] [Bug 286796] nepomuk crashes

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=286796

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|nepomuk crashes when|nepomuk crashes
   |starting digikam|
 CC||caulier.gil...@gmail.com

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

[systemsettings] [Bug 271642] unknown KDE-application crashed (k3b is still running)

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=271642

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|unknown KDE-application |unknown KDE-application
   |crashed (digiKam and k3b is |crashed (k3b is still
   |still running)  |running)

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

[nepomuk] [Bug 268249] nepomuk crash

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=268249

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|nepomuk crash at boot and   |nepomuk crash
   |start of digikam|

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

[nepomuk] [Bug 268943] Nepomuk Crash

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=268943

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|Nepomuk Crash when digiKam  |Nepomuk Crash
   |starts  |
 CC||caulier.gil...@gmail.com

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

[kpackagekit] [Bug 221328] Crashed when attempted to open Konqueror

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=221328

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|Crashed when digiKam|Crashed when attempted to
   |attempted to open Konqueror |open Konqueror
 CC||caulier.gil...@gmail.com

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

[kpackagekit] [Bug 252271] crashed after first install

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=252271

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|crashed after first install |crashed after first install
   |of digikam  |

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

[kdenlive] [Bug 397764] New: "Transform" filter preview/edit problems with autorotated videos

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397764

Bug ID: 397764
   Summary: "Transform" filter preview/edit problems with
autorotated videos
   Product: kdenlive
   Version: Appimage - Refactoring
  Platform: Appimage
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: blaueshawaiih...@gmx.de
  Target Milestone: ---

I am using kdenlive-18.08-beta18-x86_64.AppImage

I have a video that starts as a vertical video and then in the middle rotates
and gets a normal video (in 4K), and I want to convert that to a normal 1080p
video.
This has the effect that the video is marked for rotation by the camera
(phone), and then is imported by kdenlive using the autorotate functionality,
thus the video is vertical in the beginning. (I am using a Proxy, as it is 4K)

Now when I apply the "Transform", this works nearly as expected, such that I
can rotate only the 2nd half of the video, with a linear motion inbetween.
However, in the preview, the red frame is shown to have a 16:9 format with the
video vertically in the middle, whereas it should have (due to autoration) a
9:16 format.

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

[gwenview] [Bug 382842] Segfault when opening certain image

2018-08-22 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=382842

Henrik Fehlauer  changed:

   What|Removed |Added

 CC||krzak.pa...@gmail.com

--- Comment #12 from Henrik Fehlauer  ---
*** Bug 397722 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 397722] Gwenview Crashes in Exiv2::ExifData::findKey()

2018-08-22 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=397722

Henrik Fehlauer  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||rk...@lab12.net

--- Comment #5 from Henrik Fehlauer  ---
The crash happens in Exiv2, and most likely is already fixed upstream
(http://dev.exiv2.org/issues/0001283 looks like it). Try upgrading once Neon
switches its base to Ubuntu 18.04.

*** This bug has been marked as a duplicate of bug 382842 ***

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

[Powerdevil] [Bug 392798] Power button actions should be handled from lock screen

2018-08-22 Thread Pastafarianist
https://bugs.kde.org/show_bug.cgi?id=392798

Pastafarianist  changed:

   What|Removed |Added

 CC||dfa...@gmail.com

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

[digikam] [Bug 394434] installation problem mysql internal on mac os high sierra [patch]

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=394434

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Platform|MacPorts Packages   |Mac OS X Disk Images
   Version Fixed In||6.0.0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #65 from caulier.gil...@gmail.com ---
I can confirm myself that all problem with internal mysql support under MacOS
are fixed now :

https://www.flickr.com/photos/digikam/42397816780/in/dateposted/

Gilles Caulier

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

[kwin] [Bug 397479] xdg-shell v6 with acked configure breaks plasma shell surfaces

2018-08-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=397479

--- Comment #8 from David Edmundson  ---
More related but different bugs :(

I've identified the source of the GTK bug that bothers me the most.

We block so that we only send one configure request until we get a damage
event, in an attempt to keep things synced.

In some cases we send configure with the same size twice; this will cause no
surface commit, and our lock holds indefinitely until we cause a repaint.

I don't want to do the fix of addressing the requests we send, but instead
making us more robust to blocking. Ideally by removing the blocks and just
tracking configure/acks correctly.

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

[zanshin] [Bug 397763] New: Plasma Applet for workday tasks

2018-08-22 Thread naraesk
https://bugs.kde.org/show_bug.cgi?id=397763

Bug ID: 397763
   Summary: Plasma Applet for workday tasks
   Product: zanshin
   Version: 0.5.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: er...@kde.org
  Reporter: m...@naraesk.eu
CC: mbe...@ipsquad.net
  Target Milestone: already done

Feature request: It would be really nice if there would be a plasma applet for
Zanshin!

What I have in mind is a simple list of all selected tasks (e.g. workday or for
a specific context) shown directly on the desktop. For the beginning a simple
list of all task titles with a button to open Zanshin would be indeed
sufficient.

Of course the applet could be later improved in many ways: show checkboxes,
show more information about the tasks etc.

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

[digikam] [Bug 397726] Error on install

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397726

--- Comment #4 from caulier.gil...@gmail.com ---
Ok, We will try another way:

Go to your DK install dir.

You will found a file digikam.exe and another one named kbuildsycoca5.exe

Rename kbuildsycoca5.exe as kbuildsycoca5.old, and start digikam.exe as well.

Gilles Caulier

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

[Breeze] [Bug 355540] Tooltips color wrong in gtk applications

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=355540

Nate Graham  changed:

   What|Removed |Added

 CC||devw...@gmail.com

--- Comment #43 from Nate Graham  ---
*** Bug 397753 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 311759] GTK+ style balloons appear in black

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=311759

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #3 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 355540 ***

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

[Breeze] [Bug 355540] Tooltips color wrong in gtk applications

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=355540

Nate Graham  changed:

   What|Removed |Added

 CC||simpl...@gmail.com

--- Comment #44 from Nate Graham  ---
*** Bug 311759 has been marked as a duplicate of this bug. ***

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

[neon] [Bug 397753] vim-gnome balloons appear all in black

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397753

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 355540 ***

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

[Discover] [Bug 397759] Discover Update doesn't ask for passwords.

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=397759

Nate Graham  changed:

   What|Removed |Added

   Severity|critical|major
 CC||n...@kde.org

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

[kdenlive] [Bug 397762] New: Proxy creation does not respect "disable autorotate"

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397762

Bug ID: 397762
   Summary: Proxy creation does not respect "disable autorotate"
   Product: kdenlive
   Version: 18.08.0
  Platform: Appimage
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: blaueshawaiih...@gmx.de
  Target Milestone: ---

I am using ./kdenlive-18.08-beta18-x86_64.AppImage

When I check "disable autorotate" in the clip metadata, and then create a
proxy, the original clip is not rotated, whereas the proxy clip is autorotated.
Expected outcome: the proxy clip is not autorotated as well, and it is
recreated upon change of the setting.

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

[kio-extras] [Bug 338805] out of memory

2018-08-22 Thread BRULE Herman
https://bugs.kde.org/show_bug.cgi?id=338805

--- Comment #6 from BRULE Herman  ---
No time to try

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

[kio-extras] [Bug 338805] out of memory

2018-08-22 Thread BRULE Herman
https://bugs.kde.org/show_bug.cgi?id=338805

BRULE Herman  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UNMAINTAINED

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

[kio-extras] [Bug 338805] out of memory

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=338805

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO
 CC||n...@kde.org
   Severity|critical|normal

--- Comment #5 from Nate Graham  ---
Is this still reproducible using a recent version of Dolphin?

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

[digikam] [Bug 397726] Error on install

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397726

--- Comment #3 from n...@nickme.com ---
Same error with digiKam-6.0.0-beta1-20180822T202242-Win64.exe

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

[systemsettings] [Bug 395813] Searching for module and selecting it sometimes gives 'not a valid config module'

2018-08-22 Thread naraesk
https://bugs.kde.org/show_bug.cgi?id=395813

naraesk  changed:

   What|Removed |Added

 CC||m...@naraesk.eu

--- Comment #2 from naraesk  ---
Can reproduce this on Arch Linux, plasma 5.13.4.

Noticed something strange:
When searching for "start" and clicking on the result "Starten und Beenden" it
works fine all the time.

When searching for "starten" and clicking on the same entry "Starten und
Beenden" it gives the error described above.

As far as I can tell the problem only exists for modules with a space in its
name

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

[digikam] [Bug 397726] Error on install

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=397726

--- Comment #2 from n...@nickme.com ---
Created attachment 114552
  --> https://bugs.kde.org/attachment.cgi?id=114552=edit
Windows Event Log

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

[umbrello] [Bug 373928] KF5 installed file conflicts with related files from KDE4

2018-08-22 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=373928
Bug 373928 depends on bug 377687, which changed state.

Bug 377687 Summary: Installed name of kioslave conflicts with related KDE4 
installation
https://bugs.kde.org/show_bug.cgi?id=377687

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

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

[frameworks-kio] [Bug 377687] Installed name of kioslave conflicts with related KDE4 installation

2018-08-22 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=377687

Ralf Habacker  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 OS|All |MS Windows
 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

--- Comment #2 from Ralf Habacker  ---
This is still an issue with cross compiled KF5 windows builds at 
https://build.opensuse.org/package/show/home:rhabacker:branches:windows:mingw:win32:KF547/mingw32-kio,
which could be coinstalled with the KDE4 counterpart

The related patch is located at
https://build.opensuse.org/package/view_file/home:rhabacker:branches:windows:mingw:win32:KF547/mingw32-kio/0001-Install-kioslave-as-kioslave5-to-avoid-conflicts-wit.patch?expand=1

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

[krunner] [Bug 397531] AppStream Krunner does not return any results if there are nonfatal errors

2018-08-22 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=397531

--- Comment #2 from Stefan Brüns  ---
(In reply to Nate Graham from comment #1)
> Wanna submit a patch? ;)

https://phabricator.kde.org/D14807

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

[frameworks-kio] [Bug 315400] File chooser UI has margins around complete window

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=315400

Nate Graham  changed:

   What|Removed |Added

  Component|general |Open/save dialogs

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

[dolphin] [Bug 359738] Crash while navigating

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=359738

Nate Graham  changed:

   What|Removed |Added

 CC||aleix...@gmail.com

--- Comment #6 from Nate Graham  ---
*** Bug 386712 has been marked as a duplicate of this bug. ***

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

[frameworks-kio] [Bug 386712] Crash when navigating smb shares

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=386712

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||n...@kde.org

--- Comment #2 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 359738 ***

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

[frameworks-kio] [Bug 386577] Web Shortcuts KCM Language Change

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=386577

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |LATER

--- Comment #3 from Nate Graham  ---
I don't think this is actionable unfortunately. Once we redo this KCM, let's
rethink the UI.

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

[frameworks-kio] [Bug 364662] Opening URLs is very slow or aborted completely

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=364662

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||n...@kde.org

--- Comment #11 from Nate Graham  ---
Works for me in KDE Frameworks 5.49. I've seen a few of these "slow URL
loading" bugs, but they all seems to have been fixed since they were filed. Let
me know if anyone can still reproduce with a recent version of KDE Frameworks.

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

[plasmashell] [Bug 386555] FolderView / Icon cache : previous PNG custom icon remains after change

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=386555

Nate Graham  changed:

   What|Removed |Added

   Assignee|fa...@kde.org   |h...@kde.org
Product|frameworks-kio  |plasmashell
Version|unspecified |5.10.0
  Component|general |Folder
 CC||n...@kde.org
   Target Milestone|--- |1.0

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

[frameworks-kio] [Bug 355441] Akonadi DAV Resource: Broken state, The item was not deleted on the server.

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=355441

Nate Graham  changed:

   What|Removed |Added

 CC||bugtrac...@losch-spandau.de

--- Comment #25 from Nate Graham  ---
*** Bug 384130 has been marked as a duplicate of this bug. ***

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

[frameworks-kio] [Bug 384130] Unable to delete files from webdavs folder

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384130

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #10 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 355441 ***

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

[frameworks-kio] [Bug 386060] Show camera:/ devices in KIO's and Dolphin's places panel

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=386060

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
   Keywords||usability
   Severity|normal  |wishlist
 Ever confirmed|0   |1

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

[frameworks-kio] [Bug 377430] Checksums SHA512

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377430

--- Comment #1 from Nate Graham  ---
There's an open patch for this: https://phabricator.kde.org/D8536

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

[frameworks-kio] [Bug 377430] Checksums SHA512

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=377430

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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

[frameworks-kio] [Bug 385112] "Move to Wastebin" - excess disk activity

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=385112

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Nate Graham  ---
It's not clear to me what you're asking here, or if there's anything
actionable. Can you rephrase in the form of Steps To Reproduce? See
https://community.kde.org/Get_Involved/Bug_Reporting#Steps_to_Reproduce

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

[frameworks-kio] [Bug 372187] Webdav - Can't get files with spaces in name

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=372187

Nate Graham  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||n...@kde.org

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

[frameworks-kio] [Bug 373281] device notifier -> camera -> open with file manager: error

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=373281

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #4 from Nate Graham  ---
Is this still an issue with KDE Frameworks 5.49?

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

[frameworks-kio] [Bug 383502] Do not display 'Apply to All' checkbox in 'Folder Already Exists' file transferring dialog if there is only one folder moving/copying

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=383502

Nate Graham  changed:

   What|Removed |Added

   Keywords||junior-jobs, usability
 Status|UNCONFIRMED |CONFIRMED
 CC||n...@kde.org
 Ever confirmed|0   |1

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

[frameworks-kio] [Bug 383724] Modified Blender files don't get uploaded

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=383724

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Nate Graham  ---
Basically the only way we could handle this unusual case is with Bug 75324 (or
some other local mount solution).

*** This bug has been marked as a duplicate of bug 75324 ***

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

[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=75324

Nate Graham  changed:

   What|Removed |Added

 CC||matthewtresc...@gmail.com

--- Comment #67 from Nate Graham  ---
*** Bug 383724 has been marked as a duplicate of this bug. ***

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

[plasma4] [Bug 231574] Need "set as wallpaper" option (from Kipi host application)

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=231574

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|Need "set as wallpaper" |Need "set as wallpaper"
   |option (from digiKam host   |option (from Kipi host
   |application)|application)

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

[nepomuk] [Bug 245834] Strigi backend crash

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=245834

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|digikam crash while |Strigi backend crash
   |scanning images to mysqld   |
   |backend |

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

[nepomuk] [Bug 267724] Nepomuk crash

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=267724

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Summary|Nepomuk crash on startup of |Nepomuk crash
   |digikam |

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

[konqueror] [Bug 213795] ALT+F4 after ALT+TABbing causes segfault

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=213795

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|ALT+F4 after ALT+TABbing to |ALT+F4 after ALT+TABbing
   |digikam causes segfault |causes segfault
 CC||caulier.gil...@gmail.com

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

[frameworks-kio] [Bug 383499] Add confirmations for ongoing file operations before user session ending/suspending

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=383499

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||n...@kde.org
   Keywords||usability

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

[frameworks-kio] [Bug 365356] KIO supports WebDAV, but doesn't accept the dav:// URL scheme (Nautilus syntax)

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=365356

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Keywords||junior-jobs

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

[plasma4] [Bug 181308] integrate plasma with kipi-plugins

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=181308

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|integrate plasma with   |integrate plasma with
   |digikam (filters)   |kipi-plugins
 CC||caulier.gil...@gmail.com

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

[frameworks-kio] [Bug 381479] Link to Device Templates in Dolphin Sub-Menu Missing

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381479

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

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

[digikam] [Bug 365694] digiKam 5.0.0 : every menus are in French, excepted the menu bar

2018-08-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=365694

caulier.gil...@gmail.com changed:

   What|Removed |Added

Product|i18n|digikam
   Assignee|kde-francoph...@kde.org |digikam-bugs-n...@kde.org
 Resolution|DUPLICATE   |FIXED
  Component|fr  |Usability-i18n
   Version Fixed In||6.0.0

--- Comment #7 from caulier.gil...@gmail.com ---
Not reproducible with last 6.0.0-beta1 AppImage bundle

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

[frameworks-kio] [Bug 382325] Type column should not show 'Comment' from *.desktop files

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382325

Nate Graham  changed:

   What|Removed |Added

   Keywords||junior-jobs

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

[frameworks-kio] [Bug 382325] Type column should not show 'Comment' from *.desktop files

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382325

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[frameworks-kio] [Bug 382295] ftp try to connect thru proxy always, but it shouldn't

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382295

Nate Graham  changed:

   What|Removed |Added

  Component|general |FTP
 CC||n...@kde.org

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

[frameworks-kio] [Bug 381546] Plasma 5 crashes upon deleting symlinks from trash

2018-08-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381546

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Works for me in KDE Frameworks 5.49.

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

  1   2   3   4   >