[valgrind] [Bug 428909] helgrind: need to intercept duplicate libc definitions for Fedora 33

2020-11-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=428909

--- Comment #10 from Paul Floyd  ---
I'll attempt to add as many explanations as possible.

First, the true nature of the problem on Fedora 33. For some very bizarre
reason, pthread_cond_destroy is no longer in libpthread:

paulf> nm /lib64/libpthread.so.0 | grep cond_destroy
 U __pthread_cond_destroy@@GLIBC_PRIVATE

instead it is in libc

paulf> nm /lib64/libc.so.6  | grep cond_destroy   
[snip loads more]
00086440 T pthread_cond_destroy@GLIBC_2.2.5
000869f0 T pthread_cond_destroy@@GLIBC_2.3.2

DRD and Helgrind are doing essentially the sme thing for the intercepts, but
differ a bit in the details. For DRD, see drd_pthread_intercepts.c where the
PTH_FUNCS macro generates 3 wrapper functions covering "name", "name@*" and
"name$*". Bart extended this for both libc and libpthread (but only libthread
with MUSL)

Hence I now see

paulf> nm vgpreload_drd-amd64-linux.so | grep pthread | grep cond | grep
destroy
 U pthread_cond_destroy
00017c90 T _vgw0ZZ_libcZdsoZa_pthreadZucondZudestroy
00017f70 T _vgw0ZZ_libcZdsoZa_pthreadZucondZudestroyZAZa
00018250 T _vgw0ZZ_libcZdsoZa_pthreadZucondZudestroyZDZa
00017e00 T _vgw0ZZ_libpthreadZdsoZd0_pthreadZucondZudestroy
000180e0 T _vgw0ZZ_libpthreadZdsoZd0_pthreadZucondZudestroyZAZa
000183c0 T _vgw0ZZ_libpthreadZdsoZd0_pthreadZucondZudestroyZDZa


Helgrind is more on a case by case basis (which means the code is a bit longer
but only the required wrappers are generated). So now I see

paulf> nm vgpreload_helgrind-amd64-linux.so | grep pthread | grep cond | grep
destroy 
a4f9 t pthread_cond_destroy_WRK
d87d W _vgw0ZZ_libcZdsoZa_pthreadZucondZudestroyZAZa
d87d T _vgw0ZZ_libpthreadZdsoZd0_pthreadZucondZudestroyZAZa

The difference here is that DRD has 3 separate functions whilst Helgrind has
just one plus an alias. They both work the same way with the redirection
mechanism - they're just symbols and calling them does the same thing.

The differences between Linux and other OSes (Solaris, FreeBSD and macOS)
concern the names of the libc / libppthread libraries and the mangling used).

Finally, MUSL. I'm not sure if this is strictly necessary (I don't have a
system to test on, perhaps I will spin up yet another Virtual Box ...). It's
certainly more consistent with DRD.

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

[kdialog] [Bug 379264] Cyrilic encoding of access points in KDialog from Qt4 breaks regularly

2020-11-23 Thread Mikhail Novosyolov
https://bugs.kde.org/show_bug.cgi?id=379264

--- Comment #2 from Mikhail Novosyolov  ---
I have never met this with Qt5

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

[plasmashell] [Bug 427998] In Wayland when I log off the computer the system hangs.Only when I press the On/Off Button the computer shuts down.

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=427998

Justin Zobel  changed:

   What|Removed |Added

   Keywords||wayland
Product|kde |plasmashell
Version|unspecified |5.20.0
 CC||justin.zo...@gmail.com,
   ||plasma-b...@kde.org
   Target Milestone|--- |1.0
  Component|general |general
   Severity|crash   |normal
   Assignee|unassigned-b...@kde.org |k...@davidedmundson.co.uk

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

[systemsettings] [Bug 429474] KDE regional settings language selection

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=429474

Justin Zobel  changed:

   What|Removed |Added

Product|kde |systemsettings
   Assignee|unassigned-b...@kde.org |h...@kde.org
 CC||justin.zo...@gmail.com,
   ||plasma-b...@kde.org
  Component|general |kcm_language

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

[dolphin] [Bug 429535] The "Type" column should sort by extension and not even care about the mime-type

2020-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429535

b2.t...@gmx.com changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #1 from b2.t...@gmx.com ---
let's not change the semantics, a new column could be added instead

https://bugs.kde.org/show_bug.cgi?id=429579

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

[kde] [Bug 258865] Crash Reporting Assistant - Send Crash Report - Error sending the crash report: /Unknown error./

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=258865

Justin Zobel  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||justin.zo...@gmail.com

--- Comment #3 from Justin Zobel  ---
(In reply to peacecop kalmer: from comment #2)
> I get "Error sending the crash report:
> /https://bugs.kde.org/rest/bug?token=232613-SMcPQ1km2Z/.;
>  Complaining something about a token.

Please don't reopen decade old bugs. Please report a new one under DrKonqi
https://bugs.kde.org/describecomponents.cgi?product=drkonqi

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

[dolphin] [Bug 429579] New: add the "extension" column

2020-11-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=429579

Bug ID: 429579
   Summary: add the "extension" column
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: view-engine: details mode
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: b2.t...@gmx.com
CC: kfm-de...@kde.org
  Target Milestone: ---

as an alternative to "type" column, which seems to care more about the mime
type.

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

[krita] [Bug 429371] Impossible to assign tag to a brush in master

2020-11-23 Thread Dmitrii Utkin
https://bugs.kde.org/show_bug.cgi?id=429371

Dmitrii Utkin  changed:

   What|Removed |Added

 CC||loen...@gmail.com

--- Comment #1 from Dmitrii Utkin  ---
This bug is reproducible for me either and it appear like regress for me.

Here are some additions:

1. Active brush TAG is is not preserved between Krita restarts. It always set
to "All" on startup (regress)

2. When switching brushes with "Switch to previous preset" selected brush in
Brush preset docker remain unchanged (regress)

3. Adding a new tag to the brush from preset doesn't add it to the tag until
Krita is restarted, it's just visually switches to the target tag but the brush
doesn't appear there. (regress)

Moreover on this I'm not sure if switching to the selected tag is a good idea,
it's very inconvenient to add multiple brushes to single tag -- you have to
switch to the previous tag and scroll down to the brush again.

In conjunction to the "Could not synchronize with the database" bug this makes
the custom tags fully unusable.

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

[plasmashell] [Bug 429574] Smileys & Emotion category missing from Emoji Selector sidebar

2020-11-23 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=429574

--- Comment #1 from skierpage  ---
I hoped this might be an easy fix by inspection...
https://invent.kde.org/plasma/plasma-desktop/-/blob/master/applets/kimpanel/backend/ibus/emojier/ui/CategoryAction.qml#L32
has

function getIcon(category) {
switch (category.trim()) {
...
case 'People & Body': return 'user'
case 'Smileys & Emotion': Q_FALLTHROUGH
case 'Smileys & People': return 'smiley'
case 'Symbols': return 'love'
...

So the icon for the "Smileys & Emotion" category in the sidebar should be
'smiley', I think I'm using the breeze theme, and I have a
/usr/share/icons/breeze/actions/22/smiley.svg ; I changed System Settings >
Appearance > Icons to Oxygen and still no icon. Hmmm.

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

[korganizer] [Bug 424315] korganizer crashed

2020-11-23 Thread Anton Karmanov
https://bugs.kde.org/show_bug.cgi?id=424315

--- Comment #2 from Anton Karmanov  ---
The very same behavior on the current Archlinux KDE, but on checking TODO Event
as completed.

Application: KOrganizer (korganizer), signal: Aborted

[KCrash Handler]
#4  0x7f252d96c615 in raise () from /usr/lib/libc.so.6
#5  0x7f252d955862 in abort () from /usr/lib/libc.so.6
#6  0x7f252dbaa86a in __gnu_cxx::__verbose_terminate_handler () at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/vterminate.cc:95
#7  0x7f252dbb6d9a in __cxxabiv1::__terminate (handler=) at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:48
#8  0x7f252dbb6e07 in std::terminate () at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_terminate.cc:58
#9  0x7f252dbb70ae in __cxxabiv1::__cxa_throw (obj=,
tinfo=0x7f252f5dfa50 ,
dest=0x7f252f4a0a20 ) at
/build/gcc/src/gcc/libstdc++-v3/libsupc++/eh_throw.cc:95
#10 0x7f252f4503a3 in ?? () from /usr/lib/libKF5AkonadiCore.so.5
#11 0x7f252f4ae6d0 in
std::enable_if::isPolymorphic,
QByteArray>::type Akonadi::Item::payloadImpl() const () from
/usr/lib/libKF5AkonadiCore.so.5
#12 0x7f252f4ad05b in ?? () from /usr/lib/libKF5AkonadiCore.so.5
#13 0x7f252f4aeacf in Akonadi::ItemSerializerPlugin::apply(Akonadi::Item&,
Akonadi::Item const&) () from /usr/lib/libKF5AkonadiCore.so.5
#14 0x7f252f4a6aba in Akonadi::Item::apply(Akonadi::Item const&) () from
/usr/lib/libKF5AkonadiCore.so.5
#15 0x7f252f4abd76 in ?? () from /usr/lib/libKF5AkonadiCore.so.5
#16 0x7f252df6 in ?? () from /usr/lib/libQt5Core.so.5
#17 0x7f252f4b3fa8 in Akonadi::Monitor::itemChanged(Akonadi::Item const&,
QSet const&) () from /usr/lib/libKF5AkonadiCore.so.5
#18 0x7f252f4c4d14 in
Akonadi::MonitorPrivate::emitItemsNotification(Akonadi::Protocol::ItemChangeNotification
const&, QVector const&, Akonadi::Collection const&,
Akonadi::Collection const&) () from /usr/lib/libKF5AkonadiCore.so.5
#19 0x7f252f4c60eb in
Akonadi::MonitorPrivate::emitNotification(QSharedPointer
const&) () from /usr/lib/libKF5AkonadiCore.so.5
#20 0x7f252f4c31bc in Akonadi::MonitorPrivate::dispatchNotifications() ()
from /usr/lib/libKF5AkonadiCore.so.5
#21 0x7f252f4c34a4 in
Akonadi::MonitorPrivate::slotNotify(QSharedPointer
const&) () from /usr/lib/libKF5AkonadiCore.so.5
#22 0x7f252f4c6607 in Akonadi::MonitorPrivate::handleCommands() () from
/usr/lib/libKF5AkonadiCore.so.5
#23 0x7f252dfd3582 in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#24 0x7f252ea6e752 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#25 0x7f252dfa6a7a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#26 0x7f252dfa9573 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#27 0x7f252ea4 in ?? () from /usr/lib/libQt5Core.so.5
#28 0x7f252b771914 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#29 0x7f252b7c57d1 in ?? () from /usr/lib/libglib-2.0.so.0
#30 0x7f252b770121 in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#31 0x7f252dfff6e1 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#32 0x7f252dfa53fc in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#33 0x7f252dfad894 in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#34 0x55958e36bbda in ?? ()
#35 0x7f252d957152 in __libc_start_main () from /usr/lib/libc.so.6
#36 0x55958e36be0e in ?? ()
[Inferior 1 (process 27014) detached]

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

[korganizer] [Bug 424315] korganizer crashed

2020-11-23 Thread Anton Karmanov
https://bugs.kde.org/show_bug.cgi?id=424315

Anton Karmanov  changed:

   What|Removed |Added

 CC||bergentr...@insiberia.net

--- Comment #1 from Anton Karmanov  ---
Created attachment 133600
  --> https://bugs.kde.org/attachment.cgi?id=133600=edit
Backtrace

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

[krita] [Bug 429578] Could not synchronize with the database

2020-11-23 Thread Dmitrii Utkin
https://bugs.kde.org/show_bug.cgi?id=429578

--- Comment #1 from Dmitrii Utkin  ---
Screencast with the error (you may need to download it, if it doesn't play):

https://drive.google.com/file/d/1eGsUoYc-ExXRIW4MaWC0wcTeR1x3Lho8/view

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

[krename] [Bug 424735] Automatic renaming of folders and files simultaneously

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=424735

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
   Severity|normal  |wishlist

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

[krename] [Bug 423893] KRename regex rule does not work correctly

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=423893

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
Version|5.0.0   |5.0.1
 Ever confirmed|0   |1
 CC||justin.zo...@gmail.com

--- Comment #1 from Justin Zobel  ---
I'm no guru with regex but I've confirmed the same result on krename 5.0.1.

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

[krita] [Bug 429578] New: Could not synchronize with the database

2020-11-23 Thread Dmitrii Utkin
https://bugs.kde.org/show_bug.cgi?id=429578

Bug ID: 429578
   Summary: Could not synchronize with the database
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: loen...@gmail.com
  Target Milestone: ---

Created attachment 133599
  --> https://bugs.kde.org/attachment.cgi?id=133599=edit
Startup log copied from terminal

SUMMARY

014f3d4 version complains about broken DB after every launch. This error
appeared in earlier 5.0 versions but only after crash.

Sometimes it's working between restarts, but in most cases the error "Could not
synchronize with the database" appears.


STEPS TO REPRODUCE
1. start Krita
2. close Krita
3. start Krita again


OBSERVED RESULT

Could not synchronize /home/dem/.local/share/krita/ with the database
Krita will quit now.


EXPECTED RESULT

DB synch is working.


SOFTWARE/OS VERSIONS

Linux Ubuntu: 20.04


For details please see log and video attached

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

[krename] [Bug 410253] Loading of Find & Replace settings handles spaces incorrectly

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=410253

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||justin.zo...@gmail.com

--- Comment #3 from Justin Zobel  ---
This appears to be a duplicate of 394853. Please reopen if this is not the
case.

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

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

[krename] [Bug 394853] Find and replace don't support space on xml file

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=394853

Justin Zobel  changed:

   What|Removed |Added

 CC||m...@marcinorlowski.com

--- Comment #7 from Justin Zobel  ---
*** Bug 410253 has been marked as a duplicate of this bug. ***

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

[krename] [Bug 396565] Write a handbook for krename and add the entry in the help menu back

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=396565

Justin Zobel  changed:

   What|Removed |Added

Version|5.0.0   |5.0.1

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

[krename] [Bug 396565] Write a handbook for krename and add the entry in the help menu back

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=396565

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||justin.zo...@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Justin Zobel  ---
(In reply to Heiko Becker from comment #2)
> Git commit 1f70606c98c462d6660152e69d5f3fcd0386ded7 by Heiko Becker.
> Committed on 02/09/2019 at 05:59.
> Pushed by heikobecker into branch 'master'.
> 
> Remove the handbook entry
> 
> No handbook has been written yet. It would certainly be important to
> have one but showing a menu entry which leads into nowhere
> accomplishes nothing.
> 
> M  +4-1src/krenamewindow.cpp
> 
> https://commits.kde.org/krename/1f70606c98c462d6660152e69d5f3fcd0386ded7

This commit seems to have been reverted along the way. In 5.0.1 there is still
no handbook but the menu item is there.

Operating System: openSUSE Tumbleweed 20201119
KDE Plasma Version: 5.20.3
KDE Frameworks Version: 5.76.0
Qt Version: 5.15.1

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

[krename] [Bug 402685] Toggling "Preview" has delayed effect

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=402685

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Ever confirmed|0   |1
Version|5.0.0   |5.0.1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Justin Zobel  ---
Confirmed on 5.0.1 there is quite a delay in displaying the images.

Operating System: openSUSE Tumbleweed 20201119
KDE Plasma Version: 5.20.3
KDE Frameworks Version: 5.76.0
Qt Version: 5.15.1

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

[kcolorchooser] [Bug 414281] kcolorchooser always show color from first display on multihead system

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=414281

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Justin Zobel  ---
Thanks for the reports and investigations.

As it has been 10 months since the report on this can any of the affected
please test and confirm if this issue is still occurring or if this bug report
can be marked as resolved? I've set the bug status to "needsinfo" pending your
response, please change back to "reported" or "resolved" when you respond,
thanks.

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

[kmail2] [Bug 429546] Create Event from email not respecting selected calendar

2020-11-23 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=429546

--- Comment #4 from Laurent Montel  ---
Git commit dae485b54462c384c1a0d1226ef5d1bac104b771 by Laurent Montel.
Committed on 24/11/2020 at 06:15.
Pushed by mlaurent into branch 'release/20.12'.

Don't clear line edit when we finish editing

M  +0-1plugins/messageviewerplugins/createeventplugin/eventedit.cpp
M  +0-1plugins/messageviewerplugins/createnoteplugin/noteedit.cpp
M  +0-1plugins/messageviewerplugins/createtodoplugin/todoedit.cpp

https://invent.kde.org/pim/kdepim-addons/commit/dae485b54462c384c1a0d1226ef5d1bac104b771

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

[kwin] [Bug 429577] New: kwin crashes when typing in brave browser

2020-11-23 Thread Franz Trischberger
https://bugs.kde.org/show_bug.cgi?id=429577

Bug ID: 429577
   Summary: kwin crashes when typing in brave browser
   Product: kwin
   Version: 5.20.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: franz.trischber...@gmail.com
  Target Milestone: ---

Since updating Qt to 5.15.2 yesterday I got kwin crashing twice when I was
typing in brave browser. It obviously doesn't crash reproducably. The backtrace
was the same both times:

===
Application: KWin (kwin_x11), signal: Segmentation fault

[KCrash Handler]
#4  0x7f9b4287a150 in  () at /usr/lib/libxkbcommon-x11.so.0
#5  0x7f9b4287b2b4 in xkb_x11_keymap_new_from_device () at
/usr/lib/libxkbcommon-x11.so.0
#6  0x7f9b3b25cb89 in  () at /usr/lib/libQt5XcbQpa.so.5
#7  0x7f9b3b2563cf in QXcbConnection::handleXcbEvent(xcb_generic_event_t*)
() at /usr/lib/libQt5XcbQpa.so.5
#8  0x7f9b3b256c69 in
QXcbConnection::processXcbEvents(QFlags) () at
/usr/lib/libQt5XcbQpa.so.5
#9  0x7f9b3b27a54e in  () at /usr/lib/libQt5XcbQpa.so.5
#10 0x7f9b412df3fc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#11 0x7f9b412e7894 in QCoreApplication::exec() () at
/usr/lib/libQt5Core.so.5
#12 0x559c6251f412 in  ()
#13 0x7f9b40c81152 in __libc_start_main () at /usr/lib/libc.so.6
#14 0x559c6251f94e in _start ()
[Inferior 1 (process 5995) detached]
===

Unfortunately archlinux has no (easy) way to install debug libs, so this
probably isn't useful.

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

[bugs.kde.org] [Bug 429576] New: change plasmashell component from Emoji picker to Emoji Selector

2020-11-23 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=429576

Bug ID: 429576
   Summary: change plasmashell component from Emoji picker to
Emoji Selector
   Product: bugs.kde.org
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: product/component changes
  Assignee: sysad...@kde.org
  Reporter: skierp...@gmail.com
CC: christo...@krop.fr
  Target Milestone: ---

SUMMARY
In the application launcher the program is Emoji Selector, since bug 417872 the
program's titlebar is Emoji Selector. But in this bug tracker, the component is
still called "Emoji picker". 

STEPS TO REPRODUCE
1. In bug tracker, click New.
2. Choose Product plasmashell.
3. Look at Component field.

OBSERVED RESULT
Emoji picker

EXPECTED RESULT
Emoji Selector

SOFTWARE/OS VERSIONS
any/all

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

[plasma-nm] [Bug 377217] Available connections are Shown as Active connections in Switch User Session

2020-11-23 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=377217

--- Comment #4 from Philippe ROUBACH  ---
openSuse Leap 15.2
kde apps 20.08.3
kde plasma 5.20.3
kde frameworks 5.76
qt 5.15.2

no more problem

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

[plasmashell] [Bug 429573] Pressing [Meta+.] doesn't raise running Emoji Selector over other windows

2020-11-23 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=429573

skierpage  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from skierpage  ---
This sounds like a duplicate of bug 426632 (which is itself a duplicate of
another bug 423857).

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

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

[plasmashell] [Bug 426632] The Emoji Picker should raise and focus when using the shortcut if it is already open

2020-11-23 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=426632

skierpage  changed:

   What|Removed |Added

 CC||skierp...@gmail.com

--- Comment #6 from skierpage  ---
*** Bug 429573 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 251135] Plasma help menu wanted

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=251135

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Justin Zobel  ---
I believe this can now be closed as there is a link to Help Center in the menu.

I've set the status of this feature request to "needsinfo" pending your
response, please change back to "reported" or "resolved" when you respond,
thanks.

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

[plasmashell] [Bug 366300] Reduce Pop Ups after Completing Operations

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=366300

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #3 from Justin Zobel  ---
I believe both of these are now possible.

You can disable popup notification of connecting to a network (I do this so can
confirm).

File transfer popups automatically disappear.

I've set the status of this feature request to "needsinfo" pending your
response, please change back to "reported" or "resolved" when you respond,
thanks.

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

[Skanlite] [Bug 383597] devices list window too small & not remembered

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=383597

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #1 from Justin Zobel  ---
Thanks for the report. I don't have two scanners to test this, unfortunately.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[Skanlite] [Bug 369007] Greyscale images saved as colour

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=369007

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #1 from Justin Zobel  ---
Thanks for the report Tristan.

My scanner doesn't have a greyscale option so I can't test this.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[Skanlite] [Bug 380222] No document scanned

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=380222

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Justin Zobel  ---
Thanks for the report Alejandro.

As it has been a few years since this report was made, can you please test and
confirm if this issue is still occurring or if this bug report can be marked as
resolved. I've set the bug status to "needsinfo" pending your response, please
change back to "reported" or "resolved" when you respond, thanks.

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

[Skanlite] [Bug 383253] The program closes when scanning in color

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=383253

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Justin Zobel  ---
Thanks for the report.

I've just tested with skanlite 2.2.0.0 and I can't reproduce this issue.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[Skanlite] [Bug 359351] skanlite should display a progress bar when uploading firmware (Usability bug)

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=359351

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #3 from Justin Zobel  ---
Arek, thanks for the report. My scanner doesn't do firmware uploads so I have
been unable to test this.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[kdialog] [Bug 357657] The process for the file protocol died unexpectedly

2020-11-23 Thread naraesk
https://bugs.kde.org/show_bug.cgi?id=357657

naraesk  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from naraesk  ---
This can be marked as resolved.

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

[Skanlite] [Bug 364187] Skanlite freezes at some point

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=364187

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Justin Zobel  ---
Aleix, does this issue still exist?

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

[Skanlite] [Bug 348913] Skanlite doesn't draw the page as it's being scanned in, just one black pixel at right edge

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=348913

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Justin Zobel  ---
Thanks for the report, Michael. It's been a while since this report was made.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[Skanlite] [Bug 347767] Skanlite fails to find Canon MP272, hangs if I hit Cancel.

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=347767

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Justin Zobel  ---
Thanks for the report, Richard. If this is still an issue can you please test
with the information in Comment 1?

I've set the bug status to "needsinfo" pending your response, please change
back to "reported" or "resolved" when you respond, thanks.

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

[Skanlite] [Bug 334616] freezes when saving the scan

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=334616

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #28 from Justin Zobel  ---
Detlef thanks for the report. I know it's been a while since this was filed.

Are you able to please test and confirm if this issue is still occurring or if
this bug report can be marked as resolved? I've set the bug status to
"needsinfo" pending your response, please change back to "reported" or
"resolved" when you respond, thanks.

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

[Skanlite] [Bug 334773] After closing the Skanlite window I cannot restart Skanlite

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=334773

Justin Zobel  changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDSINFO
 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Justin Zobel  ---
Thanks for the report, Ferdiannd.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[kreenshot-editor] [Bug 346916] changes to make it compile on Mac

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=346916

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #3 from Justin Zobel  ---
Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[kreenshot-editor] [Bug 346814] Does not compile on Debian, problem with prepare-include-files.sh

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=346814

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com
 Status|CONFIRMED   |NEEDSINFO

--- Comment #2 from Justin Zobel  ---
Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[kreenshot-editor] [Bug 387155] Does not compile on 'KDE Neon'

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=387155

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Justin Zobel  ---
(In reply to Malte Ketelsen from comment #4)
> (In reply to Henrik Fehlauer from comment #3)
> > @wbauer has a patch in his openSUSE packages for Kreenshot Editor, fixing
> > the compilation issues:
> > https://build.opensuse.org/package/view_file/home:wolfi323:branches:KDE:
> > Frameworks5/kreenshot-editor/fix-build.patch
> 
> Thanks, that helped.

Can this now be resolved?

I've set the bug status to "needsinfo" pending your response, please change
back to "reported" or "resolved" when you respond, thanks.

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

[plasmashell] [Bug 426726] Switching ibus input method in kimpanel no longer works on Plasma 5.19.90

2020-11-23 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=426726

Kishore Gopalakrishnan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #4 from Kishore Gopalakrishnan  ---
I can no longer reproduce this with

KDE Plasma Version: 5.20.3
KDE Frameworks Version: 5.76.0
Qt Version: 5.15.1
Kernel Version: 5.9.9-arch1-1

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

[kdialog] [Bug 397069] Lack of options in Chromium, using kdialog

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=397069

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #5 from Justin Zobel  ---
I've just tested this on KDE Neon User Edition (uses Chromium snap due to
Ubuntu) and I get the options.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[kdialog] [Bug 417449] kdialog shows Wayland generic icon in its window decoration and task manager

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=417449

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Justin Zobel  ---
Confirmed on KDE Neon User Edition.

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

[kdialog] [Bug 337977] Add confirm overwrite option for kdialog --getsavefilename

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=337977

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
   Severity|normal  |wishlist

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

[kdialog] [Bug 397695] Command line "--getopenfilename :label" colon notation doesn't work

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=397695

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||justin.zo...@gmail.com
 Ever confirmed|0   |1
Version|2.0 |20.08

--- Comment #2 from Justin Zobel  ---
Confirmed still an issue with kdialog 20.08.3

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

[kdialog] [Bug 323650] KDialog incredibly slow to respond

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=323650

Justin Zobel  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO

--- Comment #25 from Justin Zobel  ---
Can any of those affected please test and confirm if this issue is still
occurring or if this bug report can be marked as resolved. I've set the bug
status to "needsinfo" pending your response, please change back to "reported"
or "resolved" when you respond, thanks.

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

[plasmashell] [Bug 375844] Accessing config fails if not initially done by the plasmoid, but rather a config dialogue

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=375844

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kdialog] [Bug 357657] The process for the file protocol died unexpectedly

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=357657

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||justin.zo...@gmail.com

--- Comment #3 from Justin Zobel  ---
Thanks for the report. I'm unable to reproduce this issue with current kdialog.

Can you please test and confirm if this issue is still occurring or if this bug
report can be marked as resolved. I've set the bug status to "needsinfo"
pending your response, please change back to "reported" or "resolved" when you
respond, thanks.

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

[dolphin] [Bug 387464] Can't use fish:// over over a socks proxy // "libtsocks: Unresolved symbol: close"

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=387464

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kmail2] [Bug 379584] Old "delete" shortcut doesn't work anymore

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=379584

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[okular] [Bug 423553] No smooth scrolling in small scales after Windows 10 2004 update

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=423553

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 206146] Not able to connect to Windows Network - Internal error - Unknown error condition in stat: Function not implemented

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=206146

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #10 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 382301] widget explorer only partially shown in multi monitor setup with different resolutions or arrangement

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=382301

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 386590] Dolphin crashed after trying to open memory card device from list

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=386590

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kdialog] [Bug 379264] Cyrilic encoding of access points in KDialog from Qt4 breaks regularly

2020-11-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=379264

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||justin.zo...@gmail.com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Justin Zobel  ---
Thanks for the report, Mikhail. Are you able to please test with current
kdialog with Qt5, etc?

I've set the bug status to "needsinfo" pending your response, please change
back to "reported" or "resolved" when you respond, thanks.

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

[okular] [Bug 361538] Text selection misses some characters

2020-11-23 Thread Jonathan
https://bugs.kde.org/show_bug.cgi?id=361538

--- Comment #6 from Jonathan  ---
Still happens to me, at least with Okular version 1.11.3

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

[elisa] [Bug 428185] Elisa crashed while browsing multiple local files

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428185

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 420973] Crash while browsing django-bower based site just after authenticating

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420973

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[krita] [Bug 429548] crash on open

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=429548

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #3 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

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

[Falkon] [Bug 419041] Animated PNG are flickering

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419041

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[systemsettings] [Bug 428242] User configuration doesn't open on double-click

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=428242

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 402285] Scrolling not smooth when using native scrollbars

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=402285

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 427228] Plasma-Wayland Crashes and resets shortly after login

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=427228

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 393917] Problems handling large-capacity disks

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=393917

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kdeconnect] [Bug 420944] Rename device dialog hides text input with large keyboard

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420944

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 420316] Opcion de notificaciones y perfil en youtube no abre

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420316

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 422741] Crash when trying to open facebook or random websites under Wayland

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=422741

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 402507] Untranslated strings

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=402507

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 405275] Falkon handles mouse's right click wrongly

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405275

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 417742] falkon crashes when the app closes

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417742

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kdeconnect] [Bug 416639] Slideshow remote Pointer shows incorrectly on dual monitor setup

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416639

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 406888] Spotify Web Player will

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406888

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 402506] Downloading images freezes for seconds

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=402506

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 398087] Sometimes the external downloader can not start until I restart Falkon

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=398087

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 397716] Cannot subscribe to adblock filter lists

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=397716

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 394980] Cursor is placed in a field so you can type something, but the field is not active, needs mouse-click

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=394980

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 393660] Dolphin Intermittently Freezes on right click menu sending files to smart phone via KDE Connect

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=393660

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 392268] Dolphin crashed when a file is dragged to the address/directory bar

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=392268

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 393714] No sound when playing youtube movies

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=393714

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 388656] searching content

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=388656

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 391274] Crash when unmounting volume from the Places view in dolphin

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=391274

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #7 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 391155] inconsistent selection behaviour after move and copy

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=391155

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 386116] Cannot view nfs systems with nfs uri

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=386116

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 386228] Drag and Drop - files very slow

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=386228

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 370092] Dolphin does not work properly on other windows manager than plasma

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=370092

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #10 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 383960] SFTP connection always askes for public/private key authentication but connection is already etablished

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=383960

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[Falkon] [Bug 384809] Falkon doesn't write special diacritics using keys combo

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=384809

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #25 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[krdc] [Bug 366321] KRDC in Plasma5 still calls KWallet4

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=366321

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 369640] Version control overlays not shown

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=369640

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 357509] Dolphin freezes at startup or during directory navigation

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=357509

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #11 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 352204] plasmashell 5.4 hangs inside KVM VM when host window is shrinked

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=352204

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 317971] Dolphins find function finds deleted file

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=317971

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #18 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 363358] copying files over 16GB over smb causes disk is full error

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=363358

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 347603] Custom icon do not work when folders and icons ares transfered like for like on another machine

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=347603

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #9 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[dolphin] [Bug 347518] Dolphin hangs when Klipper is disabled

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=347518

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[korganizer] [Bug 358265] Can't select AM while setting Start/Due time for a To-do

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=358265

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[systemsettings] [Bug 97345] configuration, file association UI: "Add" button hidden

2020-11-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=97345

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

  1   2   3   4   5   6   >