[kio] [Bug 287849] Krusader Crashed During Syncing of local folders

2020-05-16 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=287849

Méven Car  changed:

   What|Removed |Added

 CC||meve...@gmail.com

--- Comment #14 from Méven Car  ---
There are good chances your crash was due to unmatching libraries version of
kio and kio-extras :
Preview tried to create an QImage from memory passed from the thumbnail
kio-extras ioslave, but the memory it expected to be an image was not and
provoked the crash.

#7  __memcpy_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:1283
#8  0x02d2e530 in QImage::copy(QRect const&) const () from
/usr/lib/libQtGui.so.4
#9  0x05578a4d in KIO::PreviewJobPrivate::slotThumbData (this=0x92b2238,
data=...) at /usr/src/debug/kdelibs-4.6.5/kio/kio/previewjob.cpp:558
#10 0x0557c0b9 in KIO::PreviewJob::qt_metacall (this=0x8c8a040,
_c=QMetaObject::InvokeMetaMethod, _id=, _a=0xbfb442f4) at
/usr/src/debug/kdelibs-4.6.5/i686-redhat-linux-gnu/kio/previewjob.moc:87

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

[plasmashell] [Bug 417939] Tooltip of entry in task manager shows up together context menu

2020-05-16 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=417939

Méven Car  changed:

   What|Removed |Added

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

--- Comment #2 from Méven Car  ---
Bug is reported upstream to Qt https://bugreports.qt.io/browse/QTBUG-83972

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

[kwin] [Bug 387313] Subsurfaces are not clipped

2020-05-16 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=387313

Méven Car  changed:

   What|Removed |Added

 CC||chkb...@safe-mail.net

--- Comment #68 from Méven Car  ---
*** Bug 421655 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 421655] Window effects on Firefox (Wayland) only animates the frame, not contents

2020-05-16 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=421655

Méven Car  changed:

   What|Removed |Added

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

--- Comment #1 from Méven Car  ---
This should be fixed with Plasma 5.19.

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

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

[systemsettings] [Bug 421661] New: Font Management/Viewer: How to show location and type of font?

2020-05-16 Thread nyanpasu64
https://bugs.kde.org/show_bug.cgi?id=421661

Bug ID: 421661
   Summary: Font Management/Viewer: How to show location and type
of font?
   Product: systemsettings
   Version: 5.18.5
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: kcm_fontinst
  Assignee: plasma-b...@kde.org
  Reporter: nyanpas...@tuta.io
  Target Milestone: ---

SUMMARY
Font Management does not show the path and filename of a font file. I want to
see where the font is located, and also whether it's a bitmap/TTF/CFF/etc.
font.

STEPS TO REPRODUCE
1. Open Font Management.
2. Expand a font family tree, and click on a font.
3. Right-click and select "Open in Font Viewer".

OBSERVED RESULT
Location of font file, and type of font, are not shown, in either Font
Management and Font Viewer..

EXPECTED RESULT
Location of font file, and type of font, are shown, in both Font Management and
Font Viewer..

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20200515
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.1
Kernel Version: 5.6.12-1-default
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-6200U CPU @ 2.30GHz
Memory: 7.6 GiB of RAM

ADDITIONAL INFORMATION

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

[elisa] [Bug 421660] New: PowerManagementInterface printing incessantly about non-existent service

2020-05-16 Thread Gabriel Marcano
https://bugs.kde.org/show_bug.cgi?id=421660

Bug ID: 421660
   Summary: PowerManagementInterface printing incessantly about
non-existent service
   Product: elisa
   Version: 20.04.1
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: gabemarc...@yahoo.com
  Target Milestone: ---

SUMMARY

Poking around at the code, in src/powermanagementinterface.cpp, in the function
PowerManagementInterface::setPreventSleep, I see checks for management the
inhibition state for both Plasma and Gnome are always called. On my system,
that only has Plasma, this leads to spam on the console whenever music is
played, specifically:

PowerManagementInterface::inhibitDBusCallFinishedGnomeWorkspace
QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name
org.gnome.SessionManager was not provided by any .service files")


STEPS TO REPRODUCE
1. Have a Linux distro with either Plasma or Gnome installed (not both?)
2. Run Elisa
3. Play a file/music archive

OBSERVED RESULT

PowerManagementInterface::inhibitDBusCallFinishedGnomeWorkspace
QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name
org.gnome.SessionManager was not provided by any .service files")

is printed in the console.

EXPECTED RESULT

No error messages displayed due to non-existent D-Bus service on a computer
without said service installed.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Gentoo, Plasma
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION

There are a couple ways to fix this-- one is to remove the qDebug statement, or
somehow hide it (I'm unfamiliar with verbosity levels in Qt/KDE). Another is to
detect the existence of services in PowerManagementInterface initialization,
and only call inhibitor functions of the services found.

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

[elisa] [Bug 421660] PowerManagementInterface printing incessantly about non-existent service

2020-05-16 Thread Gabriel Marcano
https://bugs.kde.org/show_bug.cgi?id=421660

Gabriel Marcano  changed:

   What|Removed |Added

 CC||gabemarc...@yahoo.com

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

[krita] [Bug 419794] Cursor appears after unlocking screen

2020-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419794

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Ever confirmed|1   |0
 Status|NEEDSINFO   |REPORTED

--- Comment #13 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.

[krita] [Bug 421584] File Saving is getting extremely slow

2020-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421584

Bug Janitor Service  changed:

   What|Removed |Added

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

--- Comment #5 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.

[systemsettings] [Bug 420003] Global shortcut: show windows from all desktops has no effect

2020-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420003

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.

[krita] [Bug 421630] Color wheel is glitching colors into inversing one another and have a different color result once I paint on the canvas.

2020-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=421630

Bug Janitor Service  changed:

   What|Removed |Added

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

--- Comment #5 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.

[i18n] [Bug 368759] KTurtle: lack of translation of Polish command ustalKierunek

2020-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=368759

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.

[apper] [Bug 420815] Error

2020-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420815

--- Comment #2 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.

[krita] [Bug 420225] the programme shuts down often without warning and i am unable to save my work

2020-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420225

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 420713] Dolphin unmounts external drive after failing to copy from it

2020-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=420713

--- 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 421626] Streaming from samba shares is broken since apps 20.04

2020-05-16 Thread Vladimir Yerilov
https://bugs.kde.org/show_bug.cgi?id=421626

--- Comment #4 from Vladimir Yerilov  ---
(In reply to Nate Graham from comment #2)
> What happens if you open VLC directly with that URL? e.g. `vlc
> 'smb://10.0.0.1/Video (at ASMT)/YI000201.MP4'`?
> 
> Do you have the kio-fuse package installed?

Hi Nate. Here is the output:

```
$ vlc 'smb://10.0.0.1/Video (at ASMT)/YI000201.MP4'
VLC media player 3.0.10 Vetinari (revision 3.0.10-0-g7f145afa84)
[5600b472e620] main libvlc: Running vlc with the default interface. Use
'cvlc' to use vlc without interface.
[7f2f48001620] smb stream error: read failed (Software caused connection
abort)
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
[7f2f48066070] smb stream error: read failed (Software caused connection
abort)
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
[7f2f48077c40] smb stream error: read failed (Software caused connection
abort)
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
[7f2f40001cc0] smb stream error: read failed (Software caused connection
abort)
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
[7f2f4c001100] smb stream error: read failed (Software caused connection
abort)
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
uint DBusMenuExporterDBus::GetLayout(int, int, const QStringList&,
DBusMenuLayoutItem&): Condition failed: menu
QFileSystemWatcher::removePaths: list is empty
QFileSystemWatcher::removePaths: list is empty
QObject::~QObject: Timers cannot be stopped from another thread
```

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

[konquest] [Bug 421659] New: No way to cancel standing order

2020-05-16 Thread Kobzarov
https://bugs.kde.org/show_bug.cgi?id=421659

Bug ID: 421659
   Summary: No way to cancel standing order
   Product: konquest
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: pina...@pinaraf.info
  Reporter: fti...@gmail.com
CC: kde-games-b...@kde.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Manjaro 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 421499] Plasmashell crash when moving desktop icons

2020-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421499

k2squa...@icloud.com changed:

   What|Removed |Added

 CC||k2squa...@icloud.com

--- Comment #2 from k2squa...@icloud.com ---
Same on Tumbleweed 20200515

Dragging an icon causes Plasma to crash, and the icon doesn't move.

If I right click>icons>sort and change the sort order, then I can move one icon
one time, after which dragging another icon causes Plasma to crash.


Operating System: openSUSE Tumbleweed 20200515
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.1
Kernel Version: 5.6.12-1-default
OS Type: 64-bit
Processors: 4 × Intel® Core™ i7-6600U CPU @ 2.60GHz
Memory: 15.5 GiB of RAM

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

[krita] [Bug 421658] New: Rendering fails on changing File format to "ogg video" from other formats in Video Options in Animation Render Dialog.

2020-05-16 Thread confifu
https://bugs.kde.org/show_bug.cgi?id=421658

Bug ID: 421658
   Summary: Rendering fails on changing File format to "ogg video"
from other formats in Video Options in Animation
Render Dialog.
   Product: krita
   Version: 4.3.0-beta1
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: saurabhk...@gmail.com
  Target Milestone: ---

SUMMARY
Rendering fails on changing File format to "ogg video" from other formats in
Video Options in Animation Render Dialog. It succeeds on the next try. So it
fails only when the last render was not in "ogg video" and the current render
is in ogg format.

STEPS TO REPRODUCE
1. Render animation in any video format other than ogg.
2. Render animation in ogg format.
3. Render fails once. The next render will succeed.

OBSERVED RESULT
Rendering fails on the first try.

EXPECTED RESULT
Render succeeds on the first try.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version:

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

[plasmashell] [Bug 421652] plasma crashed

2020-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421652

k2squa...@icloud.com changed:

   What|Removed |Added

 CC||k2squa...@icloud.com

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

[elisa] [Bug 389187] elisa is not support file name that contain none English word

2020-05-16 Thread Gabriel Marcano
https://bugs.kde.org/show_bug.cgi?id=389187

Gabriel Marcano  changed:

   What|Removed |Added

 CC||gabemarc...@yahoo.com

--- Comment #5 from Gabriel Marcano  ---
So, I did a little bit of experimentation. It looks like the proper playlist
file extension for UTF-8 encoded files is .m3u8 . The Elisa "Load Playlist"
prompt does not show .m3u8 files, but putting in the full path in the selection
works.

For testing, I made a playlist with the name ゾ.m3u and with a two entries, one
ゾ.flac and another test.flac. I copied the ゾ.m3u playlist to ゾ.m4u8 .

Elisa's UI silently chokes on the ゾ.m3u and prints out in the console:
  kf5.kfilemetadata: Unable to open file readonly: 
"/home/test/Music/ã\u0082¾.flac

Only the test.flac entry is shown in the UI in this case.

If I give it the ゾ.m4u8 manually by specifying the full path, both files in the
playlist show.

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

[frameworks-kio] [Bug 272361] Unavailable mounts that are Places entries make clients displaying a Places panel (e.g. Dolphin, Gwenview, file open or save dialogs) hang or become extremely slow

2020-05-16 Thread John Little
https://bugs.kde.org/show_bug.cgi?id=272361

John Little  changed:

   What|Removed |Added

 CC||john.b.lit...@gmail.com

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

[kdenlive] [Bug 410726] Audio artifacts in export

2020-05-16 Thread Steve
https://bugs.kde.org/show_bug.cgi?id=410726

Steve  changed:

   What|Removed |Added

 CC||ulat...@yahoo.com

--- Comment #1 from Steve  ---
Created attachment 128535
  --> https://bugs.kde.org/attachment.cgi?id=128535=edit
an archive with 3 files that reproduce the problem

Enclosed is a *very* simple reproduction case. Extract this archive to some
convenient directory, replace all instances of CURRENTDIR with wherever you put
the .mlt and .wav file, and all instances of PROFILEDIR with your kdenlive
profile directory. You can move the customprofile32 file there, although I
don't think it affects anything.

Here are the parameters to mlt that I'm using:

xml:///CURRENTDIR/audio-artifact.mlt properties=WAV -consumer
avformat:audio-artifacts.wav ar=44100

The .mlt file literally plays one clip with a Gain filter and a
fade-in/fade-out. It's very simple.

At the end of the generated audio, there's a little glitch that's visible in
Audacity; it sounds like a "pop" sound. (Sometimes, my attempt to use kdenlive
to make audio for my video is filled with these artifacts, making it unusable.)

I spent most of today single-stepping through mlt in Qt Creator (mostly
consumer_thread() in consumer_avformat.c), inspecting memory, etc. in an
attempt to track down the source of this bug, but the audio being returned from
mlt_frame_get_audio() didn't look like the audio being output to the .wav file,
so I'm not sure how to track this. Hopefully you take this as evidence of a
good-faith effort to find the bug myself, and that someone that knows this code
better takes a look at my reproduction example.

I noticed two odd things that might be related to the bug:

1) filter_get_audio(), in filter_volume.c, sets the _previous_gain property to
the current
   value of "gain" at the beginning of any volume change. That seems like it
would have a
   non-intuitive effect on fade-in and fade-out, i.e. a 1-frame fade-in would
actually be
   a 1-frame mute followed by a 1-frame fade-in, and a 1-frame fade-out would
actually be
   1 frame of unaltered audio, followed by a 1-frame fade-out.
   Since the artifact commonly happens after the clip's audio is supposed to be
faded out,
   this may be related.
2) fps values are represented by floats and doubles. NTSC framerates are
fractional, e.g.
   24000/1001 and 3/1001 are commonly found. ffmpeg internally uses a
struct called
   AVRational to avoid problems with fractional framerates.

Please, please, PLEASE look into this! The original forum post is almost 2 1/2
years old, and this artifact is ruining my ability to use kdenlive.

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

[dolphin] [Bug 421600] Dolphin crashes on creating file

2020-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421600

--- Comment #2 from dongyua...@gmail.com ---
(In reply to Nate Graham from comment #1)
> 
> *** This bug has been marked as a duplicate of bug 420910 ***

Is this the intended behaviour? I don’t see how to resolve it.

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

[korganizer] [Bug 413740] Korganizer crashes when setting catergories colors

2020-05-16 Thread Santosh
https://bugs.kde.org/show_bug.cgi?id=413740

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

korganizer (5.11.3) using Qt 5.13.2

- What I was doing when the application crashed:

Was trying to set the category colors. Select the category, select color and
clicked 'apply'.

-- Backtrace (Reduced):
#6  0x7f01256511c3 in
QVector::QVector(QVector
const&) () from /lib64/libQt5Core.so.5
#7  0x7f012564b131 in QAbstractItemModelPrivate::itemsMoved(QModelIndex
const&, int, int, QModelIndex const&, int, Qt::Orientation) () from
/lib64/libQt5Core.so.5
#8  0x7f012564e45c in QAbstractItemModel::endMoveRows() () from
/lib64/libQt5Core.so.5
#9  0x7f0124473cbe in
Akonadi::TagModelPrivate::monitoredTagChanged(Akonadi::Tag const&) () from
/lib64/libKF5AkonadiCore.so.5
#10 0x7f0124470dcc in Akonadi::TagModel::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**) () from /lib64/libKF5AkonadiCore.so.5

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

[korganizer] [Bug 413740] Korganizer crashes when setting catergories colors

2020-05-16 Thread Santosh
https://bugs.kde.org/show_bug.cgi?id=413740

Santosh  changed:

   What|Removed |Added

 CC||sant...@fossix.org

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

[plasmashell] [Bug 421657] New: thermal monitor crash

2020-05-16 Thread laurie jarden
https://bugs.kde.org/show_bug.cgi?id=421657

Bug ID: 421657
   Summary: thermal monitor crash
   Product: plasmashell
   Version: 5.18.5
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: laur...@internode.on.net
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.18.5)

Qt Version: 5.14.1
Frameworks Version: 5.70.0
Operating System: Linux 5.6.12-1-default x86_64
Windowing system: X11
Distribution: openSUSE Tumbleweed

-- Information about the crash:
- What I was doing when the application crashed:
used add widgets to install thermal monitor, then tried to configure.

- Unusual behavior I noticed:
first time, the widget just vanished.
second & later triss, the screen went completely black requiring opening
'system activities' to run commands to regain control of both monitors.

The crash can be reproduced every time.

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

Thread 27 (Thread 0x7f8a226de700 (LWP 8610)):
#0  0x7f8aa01284fc in read () from /lib64/libc.so.6
#1  0x7f8a9ec7137f in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f8a9ec29537 in g_main_context_check () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f8a9ec29982 in ?? () from /usr/lib64/libglib-2.0.so.0
#4  0x7f8a9ec29aff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#5  0x7f8aa06d5beb in QEventDispatcherGlib::processEvents
(this=0x7f8a4d30, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f8aa067db7b in QEventLoop::exec (this=this@entry=0x7f8a226ddd80,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#7  0x7f8aa04a85ce in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#8  0x7f8aa1e436e5 in ?? () from /usr/lib64/libQt5Qml.so.5
#9  0x7f8aa04a9698 in QThreadPrivate::start (arg=0x7f8a94013300) at
thread/qthread_unix.cpp:342
#10 0x7f8a9f925efa in start_thread () from /lib64/libpthread.so.0
#11 0x7f8aa01373bf in clone () from /lib64/libc.so.6

Thread 26 (Thread 0x7f8a1b572700 (LWP 3779)):
#0  0x7f8aa012cacf in poll () from /lib64/libc.so.6
#1  0x7f8a9ec299de in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f8a9ec29aff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f8aa06d5beb in QEventDispatcherGlib::processEvents
(this=0x7f8a14000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f8aa067db7b in QEventLoop::exec (this=this@entry=0x7f8a1b571d60,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7f8aa04a85ce in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7f8a2146be68 in KCupsConnection::run() () from
/usr/lib64/libkcupslib.so
#7  0x7f8aa04a9698 in QThreadPrivate::start (arg=0x5643c3d454e0) at
thread/qthread_unix.cpp:342
#8  0x7f8a9f925efa in start_thread () from /lib64/libpthread.so.0
#9  0x7f8aa01373bf in clone () from /lib64/libc.so.6

Thread 25 (Thread 0x7f8a3665e700 (LWP 3659)):
#0  0x7f8aa012cacf in poll () from /lib64/libc.so.6
#1  0x7f8a9ec299de in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f8a9ec29aff in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f8aa06d5beb in QEventDispatcherGlib::processEvents
(this=0x7f8a2400e7c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f8aa067db7b in QEventLoop::exec (this=this@entry=0x7f8a3665dd60,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7f8aa04a85ce in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7f8aa20fb0e6 in ?? () from /usr/lib64/libQt5Quick.so.5
#7  0x7f8aa04a9698 in QThreadPrivate::start (arg=0x5643c3348db0) at
thread/qthread_unix.cpp:342
#8  0x7f8a9f925efa in start_thread () from /lib64/libpthread.so.0
#9  0x7f8aa01373bf in clone () from /lib64/libc.so.6

Thread 24 (Thread 0x7f8a35e5d700 (LWP 3643)):
#0  0x7f8a9f92c795 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f8a8b4d642b in ?? () from /usr/lib64/dri/radeonsi_dri.so
#2  0x7f8a8b4d5be7 in ?? () from /usr/lib64/dri/radeonsi_dri.so
#3  0x7f8a9f925efa in start_thread () from /lib64/libpthread.so.0
#4  0x7f8aa01373bf in clone () from /lib64/libc.so.6

Thread 23 (Thread 0x7f8a37fff700 (LWP 3628)):
#0  0x7f8aa012cacf in poll () from /lib64/libc.so.6
#1  0x7f8a9ec299de in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f8a9ec29aff in g_main_context_iteration () from

[frameworks-kio] [Bug 421213] Can no longer copy/move files into a symlinked folder

2020-05-16 Thread 319513897
https://bugs.kde.org/show_bug.cgi?id=421213

--- Comment #21 from 319513...@outlook.com <319513...@outlook.com> ---
bug fixed at archlinux today

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

[plasmashell] [Bug 421651] Tumbleweed

2020-05-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=421651

Christoph Feck  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |k...@davidedmundson.co.uk
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
Version|unspecified |5.18.5
 CC||plasma-b...@kde.org
   Target Milestone|--- |1.0
  Component|general |general
Product|kde |plasmashell

--- Comment #1 from Christoph Feck  ---
Please add the version information.

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

[krita] [Bug 421656] New: Huion Kamvas 16 is treated as a mouse

2020-05-16 Thread Jacob Ferrero
https://bugs.kde.org/show_bug.cgi?id=421656

Bug ID: 421656
   Summary: Huion Kamvas 16 is treated as a mouse
   Product: krita
   Version: 4.3.0-beta1
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: tablet support
  Assignee: krita-bugs-n...@kde.org
  Reporter: jacobaferr...@gmail.com
  Target Milestone: ---

SUMMARY

My Huion Kamvas 16 is being read as a mouse in the tablet tester.

I'm on the latest Ubuntu Linux, evtest shows tablet pressure events. It works
fine in MyPaint.

STEPS TO REPRODUCE
1. Draw with tablet
2. 
3. 

OBSERVED RESULT

Tablet is treated as a mouse, pressure sensitivity does not work.

EXPECTED RESULT

Tablet is treated as a tablet, pressure sensitivity works.

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

[kwin] [Bug 421655] New: Window effects on Firefox (Wayland) only animates the frame, not contents

2020-05-16 Thread AK-47
https://bugs.kde.org/show_bug.cgi?id=421655

Bug ID: 421655
   Summary: Window effects on Firefox (Wayland) only animates the
frame, not contents
   Product: kwin
   Version: 5.18.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-various
  Assignee: kwin-bugs-n...@kde.org
  Reporter: chkb...@safe-mail.net
  Target Milestone: ---

SUMMARY
When moving, minimising and restoring Firefox running with Wayland enabled, the
effects only apply to the frame. The content doesn't have the affect applied to
it.

STEPS TO REPRODUCE
1. Enable Magic Lamp effect and/or Wobbly Windows
2. Run Firefox with either one of the following:
 (a) MOZ_ENABLE_WAYLAND=1 firefox
 (b) firefox-wayland
 (c) The "Firefox on Wayland" menu item.
3. Move, minimize or restore the window. 

OBSERVED RESULT
The content of the window remains unanimated and does not have the effect
applied to it, making it seem "detached" from the frame. The wobble or lamp
effect applies to just the frame.

EXPECTED RESULT
The whole window should have the effect applied to it, not just the frame.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION
This is a long-standing issue. It only affects the Wayland version of Firefox,
not Firefox under XWayland.

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

[plasmashell] [Bug 421654] New: kde crashes

2020-05-16 Thread Pauli
https://bugs.kde.org/show_bug.cgi?id=421654

Bug ID: 421654
   Summary: kde crashes
   Product: plasmashell
   Version: 5.18.5
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: hehenber...@nfsgmbh.de
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.18.5)

Qt Version: 5.14.1
Frameworks Version: 5.70.0
Operating System: Linux 5.6.12-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
why change programms that run until someone change it ?

The crash can be reproduced every time.

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

Thread 8 (Thread 0x7f7eb0ecb700 (LWP 2504)):
#0  0x7f7ee2dee795 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f7ee39711db in QWaitConditionPrivate::wait(QDeadlineTimer)
(deadline=..., this=0x55ff3ac953f0) at thread/qwaitcondition_unix.cpp:146
#2  0x7f7ee39711db in QWaitCondition::wait(QMutex*, QDeadlineTimer)
(this=, mutex=0x7f7ed800abe0, deadline=...) at
thread/qwaitcondition_unix.cpp:225
#3  0x7f7ee3971299 in QWaitCondition::wait(QMutex*, unsigned long)
(this=this@entry=0x7f7ed800abe8, mutex=mutex@entry=0x7f7ed800abe0,
time=time@entry=18446744073709551615) at
../../include/QtCore/../../src/corelib/kernel/qdeadlinetimer.h:68
#4  0x7f7ee567f59f in QSGRenderThreadEventQueue::takeEvent(bool)
(wait=true, this=0x7f7ed800abd8) at
/usr/src/debug/libqt5-qtdeclarative-5.14.1-1.3.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:255
#5  0x7f7ee567f59f in QSGRenderThread::processEventsAndWaitForMore()
(this=this@entry=0x7f7ed800ab40) at
/usr/src/debug/libqt5-qtdeclarative-5.14.1-1.3.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:905
#6  0x7f7ee567f819 in QSGRenderThread::run() (this=0x7f7ed800ab40) at
/usr/src/debug/libqt5-qtdeclarative-5.14.1-1.3.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1000
#7  0x7f7ee396b698 in QThreadPrivate::start(void*) (arg=0x7f7ed800ab40) at
thread/qthread_unix.cpp:342
#8  0x7f7ee2de7efa in start_thread () at /lib64/libpthread.so.0
#9  0x7f7ee35f93bf in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7f7eb1fb3700 (LWP 2498)):
#0  0x7f7ee35eeacf in poll () at /lib64/libc.so.6
#1  0x7f7ee20eb9de in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f7ee20ebaff in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f7ee3b97beb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7f7eac000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f7ee3b3fb7b in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f7eb1fb2d60, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7f7ee396a5ce in QThread::exec() (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7f7ec14ffe68 in KCupsConnection::run() () at
/usr/lib64/libkcupslib.so
#7  0x7f7ee396b698 in QThreadPrivate::start(void*) (arg=0x55ff39f05b00) at
thread/qthread_unix.cpp:342
#8  0x7f7ee2de7efa in start_thread () at /lib64/libpthread.so.0
#9  0x7f7ee35f93bf in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f7eca640700 (LWP 2492)):
#0  0x7f7ee35eeacf in poll () at /lib64/libc.so.6
#1  0x7f7ee20eb9de in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f7ee20ebaff in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f7ee3b97beb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7f7ebc000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f7ee3b3fb7b in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f7eca63fd60, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7f7ee396a5ce in QThread::exec() (this=this@entry=0x7f7ed40887e0) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7f7ee55bd0e6 in QQuickPixmapReader::run() (this=0x7f7ed40887e0) at
/usr/src/debug/libqt5-qtdeclarative-5.14.1-1.3.x86_64/src/quick/util/qquickpixmapcache.cpp:987
#7  0x7f7ee396b698 in QThreadPrivate::start(void*) (arg=0x7f7ed40887e0) at
thread/qthread_unix.cpp:342
#8  0x7f7ee2de7efa in start_thread () at /lib64/libpthread.so.0
#9  0x7f7ee35f93bf in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f7ecb0f1700 (LWP 2491)):
#0  0x7f7ee2dee795 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f7ee39711db in QWaitConditionPrivate::wait(QDeadlineTimer)
(deadline=..., this=0x55ff37837d60) at thread/qwaitcondition_unix.cpp:146
#2  0x7f7ee39711db in QWaitCondition::wait(QMutex*, QDeadlineTimer)
(this=, mutex=0x55ff377b8190, 

[digikam] [Bug 395914] Sidecar files are replaced if reading sidecar files is not enabled

2020-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395914

aabarkl...@gmail.com changed:

   What|Removed |Added

 CC||aabarkl...@gmail.com

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

[okular] [Bug 361740] Disable warning "The document requested to be launched in presentation mode" on document reload

2020-05-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=361740

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/08a76add
   ||a1b29b33cdb7f7430be231595e1
   ||09aed
 Resolution|--- |FIXED

--- Comment #8 from Albert Astals Cid  ---
Git commit 08a76adda1b29b33cdb7f7430be231595e109aed by Albert Astals Cid, on
behalf of Arshad Husain.
Committed on 16/05/2020 at 22:24.
Pushed by aacid into branch 'master'.

Do not show dialog when reloading file that requests fullscreen

When using Okular as previewer in PDFTex workflow, preparing beamer slides,
the following usability hell occurred:

* LaTex/Beamer slides should be compiled to PDF with metadata "StartFullScreen"
* But while editing, on every PDF change/and reload, the user gets a modal
popup
  "The document requested to be launched in presentation mode." "Do you want to
allow it?"

M  +1-1part.cpp

https://invent.kde.org/graphics/okular/commit/08a76adda1b29b33cdb7f7430be231595e109aed

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

[kdesrc-build] [Bug 421653] New: "Unknown KDE project" for any attempt to build the system

2020-05-16 Thread AK-47
https://bugs.kde.org/show_bug.cgi?id=421653

Bug ID: 421653
   Summary: "Unknown KDE project" for any attempt to build the
system
   Product: kdesrc-build
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: mp...@kde.org
  Reporter: chkb...@safe-mail.net
  Target Milestone: ---

SUMMARY
Following the build guide here:
https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source
Attempting to build anything result in an "Unknown KDE Project" failure.

STEPS TO REPRODUCE
1. Follow the above guide to setup kdesrc-build.
2. Run kdesrc-build to attempt to build the modules.

OBSERVED RESULT
"Unknown KDE project: kdesrc-build" (or ktp-common-internals)

$ kdesrc-build plasma-workspace plasma-workspace-wayland plasma-framework
plasma-nm plasma-pa plasma-thunderbolt plasma-vault plasma-workspace-wallpapers
kdeplasma-addons kwin kwin_wayland kscreen sddm-kcm breeze discover
print-manager plasma-sdk kaccounts-integration kaccounts-providers
kdeconnect-kde plasma-browser-integration xdg-desktop-portal-kde
--include-dependencies
Updating kde-build-metadata (to branch master)
Updating sysadmin-repo-metadata (to branch master)
kdesrc-build encountered an exceptional error condition:
 
Runtime Error: Unknown KDE project: ktp-common-internals
 
Can't continue, so stopping now.

$ kdesrc-build --pretend
kdesrc-build encountered an exceptional error condition:
 
Runtime Error: Unknown KDE project: kdesrc-build
 
Can't continue, so stopping now.

$ kdesrc-build
Updating kde-build-metadata (to branch master)
Updating sysadmin-repo-metadata (to branch master)
kdesrc-build encountered an exceptional error condition:
 
Runtime Error: Unknown KDE project: kdesrc-build
 
Can't continue, so stopping now.

$ kdesrc-build --include-dependencies
Updating kde-build-metadata (to branch master)
Updating sysadmin-repo-metadata (to branch master)
kdesrc-build encountered an exceptional error condition:
 
Runtime Error: Unknown KDE project: kdesrc-build
 
Can't continue, so stopping now.


EXPECTED RESULT
The build should complete successfully.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION
Running Fedora Rawhide.

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

[plasmashell] [Bug 421303] No network icon in system drawer under certain conditions

2020-05-16 Thread Bruce Anderson
https://bugs.kde.org/show_bug.cgi?id=421303

Bruce Anderson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||banderson19...@san.rr.com
 Resolution|--- |DUPLICATE

--- Comment #3 from Bruce Anderson  ---


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

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

[plasma-nm] [Bug 420983] Missing system tray icon if WireGuard connection made before applet startup

2020-05-16 Thread Bruce Anderson
https://bugs.kde.org/show_bug.cgi?id=420983

Bruce Anderson  changed:

   What|Removed |Added

 CC||simone.za...@protonmail.com

--- Comment #3 from Bruce Anderson  ---
*** Bug 421303 has been marked as a duplicate of this bug. ***

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

[kamoso] [Bug 421618] Cannot unset filter

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421618

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
I can confirm this issue on neon unstable.

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

[dolphin] [Bug 421624] Wrong and misleading message when navigating to samba shares list in Dolphin

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421624

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
On my system Dolphin finds the samba server after the step 2, but it can't find
the shares, it just shows an inline error message. Possibly there is some bug
with recent samba versions because Dolphin started to fail with samba shares on
my system (Arch) when samba 4.10.10-2 was updated. Futhermore, nautilus and
pcmanfm also fail to find my samba shares and other Arch users are facing
problems with samba since recent updates
https://bbs.archlinux.org/viewtopic.php?id=254083

smb://server/share works on my system too.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[frameworks-kirigami] [Bug 419514] Discover, Connections kcm and System Tray settings have unnecessary horizontal scroll bar after update to Qt 5.14.2

2020-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=419514

--- Comment #11 from andreas.sturmlech...@gmail.com ---
(In reply to David Redondo from comment #8)
> Upstream bug report: https://bugreports.qt.io/browse/QTBUG-83890

FWIW, that upstream patchset seems to work as advertised when applied to Qt
5.14.2 or 5.15.0_rc.

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

[dolphin] [Bug 421626] Streaming from samba shares is broken since apps 20.04

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421626

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #3 from Patrick Silva  ---
I can confrm an error message with VLC installed via flatpak/flathub.
VLC from ubuntu bionic repos downloads the video and plays it.

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.18.80
KDE Frameworks Version: 5.71.0
Qt Version: 5.14.2

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

[plasmashell] [Bug 421635] Taskbar Preview Blocks Right Click Menu

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421635

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Patrick Silva  ---


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

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

[plasmashell] [Bug 417939] Tooltip of entry in task manager shows up together context menu

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=417939

Patrick Silva  changed:

   What|Removed |Added

 CC||anditosan1...@gmail.com

--- Comment #1 from Patrick Silva  ---
*** Bug 421635 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 421652] New: plasma crashed

2020-05-16 Thread Mr Singh
https://bugs.kde.org/show_bug.cgi?id=421652

Bug ID: 421652
   Summary: plasma crashed
   Product: plasmashell
   Version: 5.18.5
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: opinde...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.18.5)
 (Compiled from sources)
Qt Version: 5.14.1
Frameworks Version: 5.70.0
Operating System: Linux 5.6.12-1-default x86_64
Windowing system: X11
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:
desktop icons moved position and system crashed.
- Unusual behavior I noticed:
after may 16, 2020 update on tumbleweed, it has started crashing
- Custom settings of the application:
plasma kde crashed

The crash can be reproduced every time.

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

Thread 32 (Thread 0x7fd61bfff700 (LWP 12645)):
#0  0x7fd6e7b684fc in read () at /lib64/libc.so.6
#1  0x7fd6e66b137f in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fd6e6669537 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fd6e6669982 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7fd6e6669aff in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7fd6e8115beb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fd614000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7fd6e80bdb7b in
QEventLoop::exec(QFlags)
(this=this@entry=0x7fd61bffeda0, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#7  0x7fd6e7ee85ce in QThread::exec() (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#8  0x7fd6e7ee9698 in QThreadPrivate::start(void*) (arg=0x55c0580dff80) at
thread/qthread_unix.cpp:342
#9  0x7fd6e7365efa in start_thread () at /lib64/libpthread.so.0
#10 0x7fd6e7b773bf in clone () at /lib64/libc.so.6

Thread 31 (Thread 0x7fd6427fc700 (LWP 12637)):
#0  0x7fd6e7b71f59 in syscall () at /lib64/libc.so.6
#1  0x7fd6e7eeb841 in QtLinuxFutex::_q_futex(int*, int, int, unsigned long
long, int*, int) (val3=0, addr2=0x0, val2=0, val=, op=0,
addr=) at thread/qfutex_p.h:133
#2  0x7fd6e7eeb841 in QtLinuxFutex::futexWait >(QBasicAtomicInteger&, QBasicAtomicInteger::Type) (expectedValue=, futex=...) at thread/qfutex_p.h:135
#3  0x7fd6e7eeb841 in
futexSemaphoreTryAcquire_loop(QBasicAtomicInteger&,
unsigned long long, unsigned long long, int) (timeout=-1, nn=8589934593,
curValue=, u=...) at thread/qsemaphore.cpp:219
#4  0x7fd6e7eeb841 in
futexSemaphoreTryAcquire(QBasicAtomicInteger&, int,
int) (timeout=-1, n=, u=...) at thread/qsemaphore.cpp:262
#5  0x7fd6e7eeb841 in QSemaphore::acquire(int) (this=0x7fd6e79ad5a0,
n=) at thread/qsemaphore.cpp:326
#6  0x7fd6e78da9a4 in  () at /usr/lib64/libQt5Network.so.5
#7  0x7fd6e7ee9698 in QThreadPrivate::start(void*) (arg=0x7fd6e79ad580) at
thread/qthread_unix.cpp:342
#8  0x7fd6e7365efa in start_thread () at /lib64/libpthread.so.0
#9  0x7fd6e7b773bf in clone () at /lib64/libc.so.6

Thread 30 (Thread 0x7fd642ffd700 (LWP 12636)):
#0  0x7fd6e66679c9 in g_source_ref () at /usr/lib64/libglib-2.0.so.0
#1  0x7fd6e6667a98 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fd6e666934f in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fd6e6669982 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7fd6e6669aff in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7fd6e8115beb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fd628000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7fd6e80bdb7b in
QEventLoop::exec(QFlags)
(this=this@entry=0x7fd642ffcda0, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#7  0x7fd6e7ee85ce in QThread::exec() (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#8  0x7fd6e7ee9698 in QThreadPrivate::start(void*) (arg=0x55c057de8390) at
thread/qthread_unix.cpp:342
#9  0x7fd6e7365efa in start_thread () at /lib64/libpthread.so.0
#10 0x7fd6e7b773bf in clone () at /lib64/libc.so.6

Thread 29 (Thread 0x7fd6437fe700 (LWP 12635)):
#0  0x7fd6e66b5cf4 in g_mutex_unlock () at /usr/lib64/libglib-2.0.so.0
#1  0x7fd6e666 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fd6e6669aff in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fd6e8115beb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7fd624002610, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7fd6e80bdb7b in
QEventLoop::exec(QFlags)

[kde] [Bug 421651] New: Tumbleweed

2020-05-16 Thread Mr Singh
https://bugs.kde.org/show_bug.cgi?id=421651

Bug ID: 421651
   Summary: Tumbleweed
   Product: kde
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: opinde...@gmail.com
  Target Milestone: ---

Created attachment 128533
  --> https://bugs.kde.org/attachment.cgi?id=128533=edit
system crashed when moving desktop files to readjust position

SUMMARY


STEPS TO REPRODUCE
1. desktop files moved to readjust position
2. system crashed
3. restarted again. every time i try to re-position desktop items, system
crashed. Icons are left or right aligned only, before it was center align as
well.

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[kipiplugins] [Bug 421649] Google Photos upload/export fails when Google Advanced Protection is enabled

2020-05-16 Thread Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=421649

--- Comment #5 from Gus Gustafson  ---
There are many 3rd party apps that can be approved to work with GAPP. At least,
as Add-Ons, such as the "DocHub - PDF Sign and Edit" Drive Add-on, offered by
MacroPlant LLC. (Another example is the "Xodo PDF Reader & Annotator".) I think
one criteria is that you must only request access to "View and manage Google
Drive files and folders that you have opened or created with this app". You
cannot request access to ALL files in the user's google account... Maybe there
are similar options for Google Photos?

Perhaps you could speak with supp...@macroplant.com to see how they were able
to get approved?

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

[systemsettings] [Bug 421650] New: System Settings crashed after changing audio file associations

2020-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421650

Bug ID: 421650
   Summary: System Settings crashed after changing audio file
associations
   Product: systemsettings
   Version: 5.18.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: shin...@o2.pl
  Target Milestone: ---

Application: systemsettings5 (5.18.5)

Qt Version: 5.13.2
Frameworks Version: 5.68.0
Operating System: Linux 5.6.12-300.fc32.x86_64 x86_64
Windowing system: X11
Distribution: Fedora 32 (Workstation Edition)

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

I was changing file associations (audio) in system settings, before that I
installed Amarok Player.

The crash can be reproduced every time.

-- Backtrace:
Application: Ustawienia systemowe (systemsettings5), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fe12800 (LWP 38519))]

Thread 9 (Thread 0x7f88574de700 (LWP 38528)):
#0  0x7f888cef9b6f in poll () from /lib64/libc.so.6
#1  0x7f888b262aee in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#2  0x7f888b262c23 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f888d452c23 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f888d40621b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f888d27a577 in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f888c593d89 in QQmlThreadPrivate::run() () from
/lib64/libQt5Qml.so.5
#7  0x7f888d27b846 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#8  0x7f888bbde432 in start_thread () from /lib64/libpthread.so.0
#9  0x7f888cf049d3 in clone () from /lib64/libc.so.6

Thread 8 (Thread 0x7f887158a700 (LWP 38527)):
#0  0x7f888cef9b6f in poll () from /lib64/libc.so.6
#1  0x7f888b262aee in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#2  0x7f888b262c23 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f888d452c23 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f888d40621b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  0x7f888d27a577 in QThread::exec() () from /lib64/libQt5Core.so.5
#6  0x7f888c593d89 in QQmlThreadPrivate::run() () from
/lib64/libQt5Qml.so.5
#7  0x7f888d27b846 in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#8  0x7f888bbde432 in start_thread () from /lib64/libpthread.so.0
#9  0x7f888cf049d3 in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7f8871ff7700 (LWP 38525)):
#0  0x7f888bbe4e92 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f88786e4d7b in util_queue_thread_func () from
/usr/lib64/dri/i965_dri.so
#2  0x7f88786e484b in impl_thrd_routine () from /usr/lib64/dri/i965_dri.so
#3  0x7f888bbde432 in start_thread () from /lib64/libpthread.so.0
#4  0x7f888cf049d3 in clone () from /lib64/libc.so.6

Thread 6 (Thread 0x7f88727f8700 (LWP 38524)):
#0  0x7f888bbe4e92 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f88786e4d7b in util_queue_thread_func () from
/usr/lib64/dri/i965_dri.so
#2  0x7f88786e484b in impl_thrd_routine () from /usr/lib64/dri/i965_dri.so
#3  0x7f888bbde432 in start_thread () from /lib64/libpthread.so.0
#4  0x7f888cf049d3 in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7f8872ff9700 (LWP 38523)):
#0  0x7f888bbe4e92 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f88786e4d7b in util_queue_thread_func () from
/usr/lib64/dri/i965_dri.so
#2  0x7f88786e484b in impl_thrd_routine () from /usr/lib64/dri/i965_dri.so
#3  0x7f888bbde432 in start_thread () from /lib64/libpthread.so.0
#4  0x7f888cf049d3 in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7f88737fa700 (LWP 38522)):
#0  0x7f888bbe4e92 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f88786e4d7b in util_queue_thread_func () from
/usr/lib64/dri/i965_dri.so
#2  0x7f88786e484b in impl_thrd_routine () from /usr/lib64/dri/i965_dri.so
#3  0x7f888bbde432 in start_thread () from /lib64/libpthread.so.0
#4  0x7f888cf049d3 in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f887abce700 (LWP 38521)):
#0  0x7f888cef9b6f in poll () from /lib64/libc.so.6
#1  0x7f888b262aee in g_main_context_iterate.constprop () from
/lib64/libglib-2.0.so.0
#2  0x7f888b262c23 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#3  0x7f888d452c23 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#4  0x7f888d40621b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#5  

[plasmashell] [Bug 421392] plasmashell crashes when opening the thermal monitor widget settings

2020-05-16 Thread Gurenko Alex
https://bugs.kde.org/show_bug.cgi?id=421392

Gurenko Alex  changed:

   What|Removed |Added

 CC||agure...@protonmail.com

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

[kipiplugins] [Bug 421649] Google Photos upload/export fails when Google Advanced Protection is enabled

2020-05-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421649

--- Comment #4 from Maik Qualmann  ---
For digiKam, this authorization is out of scope. For a normal account,
digiKam-6.4.0 is currently the minimum.

Maik

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

[kmail2] [Bug 413071] [Wayland] Kmail crashes when resized or maximized

2020-05-16 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=413071

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

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

[kipiplugins] [Bug 421649] Google Photos upload/export fails when Google Advanced Protection is enabled

2020-05-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421649

--- Comment #3 from Maik Qualmann  ---
If I read through the conditions for Google Advanced Protection, that basically
only Google own apps and possibly "selected" apps are granted access, I don't
think that digiKam has a chance to belong to these "selected" apps. This
protection serves for journalists and people who could be exposed to increased
attacks.

Maik

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

[krita] [Bug 389022] Switching between stylus eraser tip and regular tip messes up brush settings of both presets

2020-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389022

kasaspriga...@gmail.com changed:

   What|Removed |Added

 CC||kasaspriga...@gmail.com

--- Comment #20 from kasaspriga...@gmail.com ---
I have the same problem. It seems to occur only once per run and again after
restarting Krita.

1. start Krita
2. create Canvas
3. flip stylus from brush to eraser and back (you don't have to draw)
4. brush opacity is now 0%

I don't know if this is helpful but I tried starting Krita with the eraser tip.
It seems to not occur then.

1. doubletap Krita icon on desktop with eraser tip
2. create canvas
3. flip stylus to brush, brush has 100% opacity
4. flip back to eraser, still has 100% opacity

System/Software:
• Krita 4.2.9 (Steam)
• Windows 10 Pro, 64bit (Build 18363)
• Nvidia GeForce 1070
• Wacom Cintiq 21UX (1st gen. Model DTZ-2100)

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

[digikam] [Bug 421646] Impossible to add new tag

2020-05-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421646

--- Comment #2 from Maik Qualmann  ---
Over 38000 tags is a very impressive number...

Maik

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

[digikam] [Bug 421646] Impossible to add new tag

2020-05-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421646

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com
   Severity|crash   |normal

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

[digikam] [Bug 421646] Impossible to add new tag

2020-05-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421646

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||7.0.0
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/0690d4d
   ||b16113a63c2d78229afbd241eda
   ||cd669b
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Maik Qualmann  ---
Git commit 0690d4db16113a63c2d78229afbd241edacd669b by Maik Qualmann.
Committed on 16/05/2020 at 22:02.
Pushed by mqualmann into branch 'master'.

better performance to add items to the completer
FIXED-IN: 7.0.0

M  +2-1NEWS
M  +4-1core/libs/tags/widgets/tageditdlg.cpp
M  +6-0core/libs/widgets/text/modelcompleter.cpp
M  +1-0core/libs/widgets/text/modelcompleter.h

https://invent.kde.org/graphics/digikam/commit/0690d4db16113a63c2d78229afbd241edacd669b

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

[kwin] [Bug 421642] [Wayland] Screen edges not blocked when playing StarCraft 2 (over Wine)

2020-05-16 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=421642

Andrey  changed:

   What|Removed |Added

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

--- Comment #1 from Andrey  ---
Please, re-test on recent KWin.
I can give you advise how to do it on your distro without touching your system.
Just PM me if you need my assistant.

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

[kipiplugins] [Bug 421649] Google Photos upload/export fails when Google Advanced Protection is enabled

2020-05-16 Thread Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=421649

--- Comment #2 from Gus Gustafson  ---
Hi Maik,
Actually, the 5.9.0 I mentioned was what I saw for the KIPI plugin version that
comes on Kubuntu 20.04. (Alternatively, I see 4:19.12.3.)
But the *digikam* version I am using is 6.4.0. Is Google Photos supposed to
work with digikam 6.4.0?
Thanks,
Gus

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

[plasmashell] [Bug 417634] Buttons to resize widget placed on desktop are barely visible when I use Breeze + light wallpaper or Breeze Dark + dark wallpaper

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=417634

Patrick Silva  changed:

   What|Removed |Added

 Attachment #126011|screenshot  |Breeze + light wallpaper
description||

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

[plasmashell] [Bug 417634] Buttons to resize widget placed on desktop are barely visible when I use Breeze + light wallpaper or Breeze Dark + dark wallpaper

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=417634

Patrick Silva  changed:

   What|Removed |Added

Summary|Buttons to resize widget|Buttons to resize widget
   |placed on desktop are   |placed on desktop are
   |barely visible on light |barely visible when I use
   |background  |Breeze + light wallpaper or
   ||Breeze Dark + dark
   ||wallpaper
Version|5.18.0  |5.18.90

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

[plasmashell] [Bug 417634] Buttons to resize widget placed on desktop are barely visible when I use Breeze + light wallpaper or Breeze Dark + dark wallpaper

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=417634

--- Comment #2 from Patrick Silva  ---
Created attachment 128532
  --> https://bugs.kde.org/attachment.cgi?id=128532=edit
Breeze Dark + dark wallpaper

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

[kwin] [Bug 421641] [Wayland] Cannot change keyboard layout with Menu key in Google Chrome

2020-05-16 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=421641

Andrey  changed:

   What|Removed |Added

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

--- Comment #1 from Andrey  ---
Alexander, could you try it on recent KWin/Plasma as well?

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

[Discover] [Bug 421123] Notification dot remains on systray icon on an up-to-date system even after using the "Refresh..." action

2020-05-16 Thread Radoslav Georgiev
https://bugs.kde.org/show_bug.cgi?id=421123

Radoslav Georgiev  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #4 from Radoslav Georgiev  ---
Strangely enough, the issue is reproducible again.  Even stranger is the fact
that the versions of KDE Plasma/KDE Frameworks/Qt on my machine haven't changed
since KDE Frameworks got updated to 5.70.0.

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

[plasmashell] [Bug 416206] Hovering effect is applied to icons behind a widget in dragging/resizing/edit mode when the cursor passes over them

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416206

Patrick Silva  changed:

   What|Removed |Added

Version|master  |5.18.90
   Platform|Other   |Archlinux Packages

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

[kipiplugins] [Bug 421649] Google Photos upload/export fails when Google Advanced Protection is enabled

2020-05-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=421649

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
I haven't tested it with Google Advanced Protection yet. But digiKam-5.9.0 can
no longer connect to Google Photo anyway. Please test the digikam-7.0.0-RC
AppImage from here:

https://files.kde.org/digikam/

Maik

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

[systemsettings] [Bug 416835] window title is not updated when we go back to intro page

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416835

Patrick Silva  changed:

   What|Removed |Added

Version|5.17.90 |5.18.90

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

[kwin] [Bug 421648] Context menu mouse-up behavior is inconsistent

2020-05-16 Thread Sefa Eyeoglu
https://bugs.kde.org/show_bug.cgi?id=421648

--- Comment #2 from Sefa Eyeoglu  ---
https://youtu.be/LOEcs4occ1E Video of my other device, which is still on the
following versions:

Operating System: Arch Linux 
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.2
Kernel Version: 5.6.6-arch1-1

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

[kwin] [Bug 421648] Context menu mouse-up behavior is inconsistent

2020-05-16 Thread Sefa Eyeoglu
https://bugs.kde.org/show_bug.cgi?id=421648

--- Comment #3 from Sefa Eyeoglu  ---
(In reply to Sefa Eyeoglu from comment #2)
> https://youtu.be/LOEcs4occ1E Video of my other device, which is still on the
> following versions:
> 
> Operating System: Arch Linux 
> KDE Plasma Version: 5.18.4
> KDE Frameworks Version: 5.69.0
> Qt Version: 5.14.2
> Kernel Version: 5.6.6-arch1-1

I should add that it works as expected in this video

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

[dolphin] [Bug 398811] Settings window should never let the categories list get a vertical scrollbar

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=398811

Patrick Silva  changed:

   What|Removed |Added

Version|unspecified |20.04.1
 Status|RESOLVED|REOPENED
   Platform|Neon Packages   |Archlinux Packages
 Ever confirmed|0   |1
 Resolution|WORKSFORME  |---

--- Comment #5 from Patrick Silva  ---
oh no, it's reproducible again with Dolphin 20.04.1 and newaita or papirus icon
themes.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[plasmashell] [Bug 421578] Overlapping texts in the new Hard Disk Activity and Network Speed widgets

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421578

--- Comment #1 from Patrick Silva  ---
Created attachment 128531
  --> https://bugs.kde.org/attachment.cgi?id=128531=edit
Network speed widget is also affected

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

[plasmashell] [Bug 421578] Overlapping texts in the new Hard Disk Activity and Network Speed widgets

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421578

Patrick Silva  changed:

   What|Removed |Added

Summary|Overlapping texts in the|Overlapping texts in the
   |new Hard Disk Activity  |new Hard Disk Activity and
   |widget  |Network Speed widgets

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

[konsole] [Bug 414490] Make 19.08.3 Tab/Split headers configurable

2020-05-16 Thread sacha
https://bugs.kde.org/show_bug.cgi?id=414490

sacha  changed:

   What|Removed |Added

 CC||sac...@mail.ru

--- Comment #2 from sacha  ---
Please vote in bug 409581 if you consider this a important feature. You have a
Importance field in the bug headers.

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

[konsole] [Bug 419127] Split windows in konsole have a secondary title bar

2020-05-16 Thread sacha
https://bugs.kde.org/show_bug.cgi?id=419127

sacha  changed:

   What|Removed |Added

 CC||sac...@mail.ru

--- Comment #3 from sacha  ---
Please vote in bug 409581 if you consider this a important feature. You have a
Importance field in the bug headers.

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

[konsole] [Bug 411121] Provide option to hide the header bars in the new split view

2020-05-16 Thread sacha
https://bugs.kde.org/show_bug.cgi?id=411121

sacha  changed:

   What|Removed |Added

 CC||sac...@mail.ru

--- Comment #3 from sacha  ---
Please vote in bug 409581 if you consider this a important feature. You have a
Importance field in the bug headers.

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

[konsole] [Bug 409581] Add option to hide or shrink Konsole's split view titlebars

2020-05-16 Thread sacha
https://bugs.kde.org/show_bug.cgi?id=409581

--- Comment #8 from sacha  ---
Ho nice thanks

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

[kwin] [Bug 421648] Context menu mouse-up behavior is inconsistent

2020-05-16 Thread Sefa Eyeoglu
https://bugs.kde.org/show_bug.cgi?id=421648

--- Comment #1 from Sefa Eyeoglu  ---
Okay I think I found the gist of it: When holding Right-Click in Dolphin, the
new context menu "does not know of it" so it doesn't react for the mouseup?
Now: If I do the left-click hold action it works, as long as the context menu
does not loose focus. If I hold left-click and quickly move to an option
without opening one of the sub-menus it works. If I open a submenu, though, I
guess both menus "forget" that left-click was held, similarly for the
right-click behavior above.

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

[kipiplugins] [Bug 421649] New: Google Photos upload/export fails when Google Advanced Protection is enabled

2020-05-16 Thread Gus Gustafson
https://bugs.kde.org/show_bug.cgi?id=421649

Bug ID: 421649
   Summary: Google Photos upload/export fails when Google Advanced
Protection is enabled
   Product: kipiplugins
   Version: 5.9.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: imaging-bugs-n...@kde.org
  Reporter: efelthau...@gmail.com
  Target Milestone: ---

SUMMARY
When a Google account has Google Advanced Protection Program (GAPP) enabled,
one cannot authorize KIPI plugins... Please make KIPI Plugins work with GAPP
program enabled. I do use other 3rd party apps that have managed to get
approved by Google for use with GAPP.

STEPS TO REPRODUCE
1. Enable Google Advanced Protection program on your google account.
2. Try to use Kipi Plugins to upload to Google Photos.

OBSERVED RESULT
Receive Authorization Error from Google:
Error 400: policy_enforced
Google cannot give this app access to your account data because Advanced
Protection is turned on for your Google Account.

EXPECTED RESULT
Be able to authorize Kipi Plugins.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Kubuntu 20.04
(available in About System)
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

ADDITIONAL INFORMATION

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

[yakuake] [Bug 415762] Exiting the session in a Yakuake tab sometimes crash Yakuake

2020-05-16 Thread Sefa Eyeoglu
https://bugs.kde.org/show_bug.cgi?id=415762

Sefa Eyeoglu  changed:

   What|Removed |Added

 CC||cont...@scrumplex.net

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

[kwin] [Bug 421648] New: Context menu mouse-up behavior is inconsistent

2020-05-16 Thread Sefa Eyeoglu
https://bugs.kde.org/show_bug.cgi?id=421648

Bug ID: 421648
   Summary: Context menu mouse-up behavior is inconsistent
   Product: kwin
   Version: 5.18.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: cont...@scrumplex.net
  Target Milestone: ---

SUMMARY
Context menus managed by KWin behave inconsistently since I upgraded to 5.19
Beta. See OBSERVED RESULT

STEPS TO REPRODUCE
0. Run X11 session (haven't tested Wayland)
1. Open Dolphin
2. Play around with context menu

OBSERVED RESULT
When holding right-click and hovering over an option and then releasing, it
does not trigger the option.
When opening the menu and then holding left-click on a menu item to then hover
to another, it does not trigger most of the time, sometimes it does?

EXPECTED RESULT
Holding right-click and hovering over an option should trigger it on release,
just like before.
Holding left-click while the menu is open should trigger the option when
released.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0
Kernel Version: 5.6.13-zen1-1-zen

Arch Linux Repo: kde-unstable

ADDITIONAL INFORMATION
https://www.youtube.com/watch?v=lcnOiTJA08s
Video showing some of the behavior.

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

[plasmashell] [Bug 421645] Global Menu widget disappears when dragged to second monitor, impossible to remove

2020-05-16 Thread Dimo
https://bugs.kde.org/show_bug.cgi?id=421645

Dimo  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |k...@privat.broulik.de
 CC||mvourla...@gmail.com,
   ||plasma-b...@kde.org
   Target Milestone|--- |1.0
  Component|top menubar |Global Menu
Product|kded-appmenu|plasmashell

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

[plasmashell] [Bug 420418] Global menu disappesrs when application moved to second monitor

2020-05-16 Thread Dimo
https://bugs.kde.org/show_bug.cgi?id=420418

Dimo  changed:

   What|Removed |Added

 CC||d...@angelhill.net

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

[kmail2] [Bug 421647] New: KMail doesn't send images correctly

2020-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421647

Bug ID: 421647
   Summary: KMail doesn't send images correctly
   Product: kmail2
   Version: 5.14.0
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: marcin.ba...@gmail.com
  Target Milestone: ---

Created attachment 128530
  --> https://bugs.kde.org/attachment.cgi?id=128530=edit
HTML email with inline images

SUMMARY
KMail doesn't send images correctly. Strange characters visible in received
HTML email instead of images.

STEPS TO REPRODUCE
1. Compose new email
2. Select "Rich text" editing mode
3. Insert inline image(s)
4. Send email

OBSERVED RESULT
Strange characters are visible in sent email instead of images. =EF=BF=BC in
source code (see attachment)


SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70
Qt Version: 5.14.1

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

[digikam] [Bug 421646] New: Impossible to add new tag

2020-05-16 Thread Daniel Thonon
https://bugs.kde.org/show_bug.cgi?id=421646

Bug ID: 421646
   Summary: Impossible to add new tag
   Product: digikam
   Version: 6.4.0
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Tags-Manager
  Assignee: digikam-bugs-n...@kde.org
  Reporter: d.thon...@gmail.com
  Target Milestone: ---

Created attachment 128529
  --> https://bugs.kde.org/attachment.cgi?id=128529=edit
tag table export

SUMMARY
When I try to add a new tag, digikam enters into an endless CPU loop. I have to
kill the process and restart.
I have a large tag list, see attached table.

STEPS TO REPRODUCE
1. Right-click on a tag and create a tag


OBSERVED RESULT
CPU loop

EXPECTED RESULT
Tag entry dialog

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[kded-appmenu] [Bug 421645] New: Global Menu widget disappears when dragged to second monitor, impossible to remove

2020-05-16 Thread Dimo
https://bugs.kde.org/show_bug.cgi?id=421645

Bug ID: 421645
   Summary: Global Menu widget disappears when dragged to second
monitor, impossible to remove
   Product: kded-appmenu
   Version: 5.18.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: top menubar
  Assignee: plasma-b...@kde.org
  Reporter: d...@angelhill.net
  Target Milestone: ---

Created attachment 128528
  --> https://bugs.kde.org/attachment.cgi?id=128528=edit
Screenshot of the widget about to be dragged to second monitor

SUMMARY


STEPS TO REPRODUCE
1. Add a Global Menu widget
2. Drag it to the edge of the monitor where it appears

OBSERVED RESULT
The widget disappears completely and becomes impossible to remove until the
application bar is killed or session restarted, at which point the menu widget
appears somewhere on the target monitor.

EXPECTED RESULT
The widget should appear on the target monitor immediately and not after a
restart.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora 32
(available in About System)
KDE Plasma Version: 5.18.5 
KDE Frameworks Version: 5.68.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION
This may seem similar to #420418, but it's a different situation.

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

[konsole] [Bug 409581] Add option to hide or shrink Konsole's split view titlebars

2020-05-16 Thread Martin Stenröse
https://bugs.kde.org/show_bug.cgi?id=409581

--- Comment #7 from Martin Stenröse  ---
(In reply to sacha from comment #6)
> Up !

Please vote if you consider this a important feature. You have a Importance
field in the bug headers.

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

[KBibTeX] [Bug 421612] When formatting IDs, removed „small words” still get counted, leading to unexpected results

2020-05-16 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=421612

Thomas Fischer  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Thomas Fischer  ---
I can confirm this problem and I think I have may have fixed it, but I cannot
push it due to maintenance on KDE's Git servers. Will try again in a few days
and then you can test and confirm if this problem has been fixed.

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

[plasmashell] [Bug 421644] New: Thai font shift upward in application menu

2020-05-16 Thread Andy Great
https://bugs.kde.org/show_bug.cgi?id=421644

Bug ID: 421644
   Summary: Thai font shift upward in application menu
   Product: plasmashell
   Version: 5.18.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Menu (Kicker)
  Assignee: h...@kde.org
  Reporter: andythe_gr...@pm.me
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 128527
  --> https://bugs.kde.org/attachment.cgi?id=128527=edit
Thai words shift upward.

When typing Thai language into the menu, the words offset upward a bit. English
does not. However, any Thai word will cause all the following English word to
shift as well.

eg. ไทย Floating words

Changing Plasma theme have no effects.

Expected Result: All languages shold stay in the center.

Operating System: openSUSE Tumbleweed 20200511
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.1
Kernel Version: 5.6.11-1-default
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-3770 CPU @ 3.40GHz
Memory: 7.5 GiB of RAM

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

[Spectacle] [Bug 421643] New: half second delay

2020-05-16 Thread Thibault Molleman
https://bugs.kde.org/show_bug.cgi?id=421643

Bug ID: 421643
   Summary: half second delay
   Product: Spectacle
   Version: 20.04.0
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: thibaultmolle...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

Spectacle only allows for delays with 1 second increments.
But I wish there was a way to set 0.5 seconds

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

[kmail2] [Bug 413071] [Wayland] Kmail crashes when resized or maximized

2020-05-16 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=413071

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[plasmashell] [Bug 421392] plasmashell crashes when opening the thermal monitor widget settings

2020-05-16 Thread HardwareAdictos
https://bugs.kde.org/show_bug.cgi?id=421392

HardwareAdictos  changed:

   What|Removed |Added

 CC||hardwareadic...@gmail.com

--- Comment #3 from HardwareAdictos  ---
I can confirm it also, more info and logs here:

https://github.com/kotelnik/plasma-applet-thermal-monitor/issues/67

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

[kwin] [Bug 421642] [Wayland] Screen edges not blocked when playing StarCraft 2 (over Wine)

2020-05-16 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=421642

Alexander Potashev  changed:

   What|Removed |Added

 CC||butir...@gmail.com

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

[kwin] [Bug 421642] New: [Wayland] Screen edges not blocked when playing StarCraft 2 (over Wine)

2020-05-16 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=421642

Bug ID: 421642
   Summary: [Wayland] Screen edges not blocked when playing
StarCraft 2 (over Wine)
   Product: kwin
   Version: 5.17.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: input
  Assignee: kwin-bugs-n...@kde.org
  Reporter: aspotas...@gmail.com
  Target Milestone: ---

SUMMARY
[Wayland] Screen edges not blocked when playing StarCraft 2 (over Wine).

STEPS TO REPRODUCE
1. Use default configuration for screen edge actions in KWin.
2. Start StartCraft2.
3. Move mouse pointer the to top-left corner.

OBSERVED RESULT
The "All Windows" (Expose) effect is triggered with one of the windows being
the StarCraft2 game.

EXPECTED RESULT
Screen edges should not react while something full-screen and engaging like a
video game is on active on screen.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.17.5
(available in About System)
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION

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

[kwin] [Bug 421641] [Wayland] Cannot change keyboard layout with Menu key in Google Chrome

2020-05-16 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=421641

Alexander Potashev  changed:

   What|Removed |Added

Summary|Cannot change keyboard  |[Wayland] Cannot change
   |layout with Menu key in |keyboard layout with Menu
   |Google Chrome   |key in Google Chrome

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

[kwin] [Bug 421641] New: Cannot change keyboard layout with Menu key in Google Chrome

2020-05-16 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=421641

Bug ID: 421641
   Summary: Cannot change keyboard layout with Menu key in Google
Chrome
   Product: kwin
   Version: 5.17.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: input
  Assignee: kwin-bugs-n...@kde.org
  Reporter: aspotas...@gmail.com
  Target Milestone: ---

SUMMARY
Cannot change keyboard layout with Menu key in Google Chrome. Chrome open
context menu when pressing Menu key assigned to keyboard layout switch.

STEPS TO REPRODUCE
1. Configure 2 keyboard layouts (English and Russian in my case).
2. Pick "Menu" key as shortcut to change between these keyboard layouts.
3. Open Google Chrome.
4. Press the Menu key.

OBSERVED RESULT
- Google Chrome opens context menu.
- An OSD is displayed saying that keyboard layout has been changed to Russian
(it just says "Russian").
- Keyboard layout is actually not changed.

EXPECTED RESULT
- Google Chrome must not receive the keypress and therefore shouldn't show
context menu.
- Keyboard layout should be changed to the other one.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.17.5
(available in About System)
KDE Plasma Version: 5.17.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION

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

[kwin] [Bug 421641] Cannot change keyboard layout with Menu key in Google Chrome

2020-05-16 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=421641

Alexander Potashev  changed:

   What|Removed |Added

 CC||butir...@gmail.com

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

[kwin] [Bug 345473] Double click on titlebar to maximize suddenly stops working

2020-05-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=345473

Patrick Silva  changed:

   What|Removed |Added

Version|unspecified |5.18.90
   Platform|Other   |Archlinux Packages

--- Comment #64 from Patrick Silva  ---
Reproducible on Plasma 5.19 beta.
Maximizing with double click on window decoration stops working after I change
any setting in system settings > workspace behavior > general behavior.
No longer reproducible on changing the default internet browser as mentioned in
comment 56 though.

Operating System: Arch Linux 
KDE Plasma Version: 5.18.90
KDE Frameworks Version: 5.70.0
Qt Version: 5.15.0 rc2

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

[kio-extras] [Bug 316390] Text preview - problem with accents (wrong characters encoding ?)

2020-05-16 Thread Nicofo
https://bugs.kde.org/show_bug.cgi?id=316390

Nicofo  changed:

   What|Removed |Added

Version|18.04.3 |19.12

--- Comment #14 from Nicofo  ---
(versions updated) - bug still present with:
 - KDE Frameworks 5.68.0
 - Qt 5.13.2 (built against 5.13.2)
 - dolphin-19.12.2
 - kio-extras-19.12.2-1.fc32.x86_64

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

[Spectacle] [Bug 421639] Select Capture Mode after click Print

2020-05-16 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=421639

--- Comment #1 from andreas  ---
Created attachment 128526
  --> https://bugs.kde.org/attachment.cgi?id=128526=edit
Selectable Images with mouse hover effect

User can define after print is selected, which part (or more than one) of the
image will be stored instead of know first the correct keyboard shortcut.

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

[systemsettings] [Bug 421640] New: preview night color temperature as slider

2020-05-16 Thread Thibault Molleman
https://bugs.kde.org/show_bug.cgi?id=421640

Bug ID: 421640
   Summary: preview night color temperature as slider
   Product: systemsettings
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_nightcolor
  Assignee: plasma-b...@kde.org
  Reporter: thibaultmolle...@gmail.com
CC: kwin-bugs-n...@kde.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. Move the slider of 'night color temperature' 

OBSERVED RESULT
only see the color when I hit apply

EXPECTED RESULT
I expected to see a preview of the color, as my mouse button was held down and
using the slider. (and stop previewing when I let go of my button)

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.2
Kernel Version: 5.6.11-1-MANJARO
OS Type: 64-bit
Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor
Memory: 31,3 GiB of RAM

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

[KBibTeX] [Bug 421394] refs to filenames containing certain unicode characters aren't saved correctly

2020-05-16 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=421394

Thomas Fischer  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Thomas Fischer  ---
(In reply to glyphimor from comment #2)
> I didn't see a way to change encodings for existing files in the UI, so
> manually added a @comment{x-kbibtex-encoding=utf-8} to the .bib file and
> that also seems to work.
On the side, where you have the "List of Documents", there is a tab with "File
Settings". There or during a Save As operation, you can choose or change the
encoding.

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

[Spectacle] [Bug 421639] New: Select Capture Mode after click Print

2020-05-16 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=421639

Bug ID: 421639
   Summary: Select Capture Mode after click Print
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: kain...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

SUMMARY

Instead of select Area drop down menu before make the screenshot, it would be
cool to click print key and after that the user can select to save/copy Full
Screen, Different Windows, Recent editable Rectangular Region.

STEPS TO REPRODUCE
1. Click Print Key
2. Spectacule show Full Screen (All Monitors)
3. But also Recent (editable) Rectangular Region
4. User can select different Windows, cause Spectacle save in temp folder All
different Images of the different Area Drop Down and user can save all the
different selections afterwards.

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

  1   2   3   >