[kwin] [Bug 429377] Wayland: zoom effect reverting to proportional mouse-tracking

2021-11-29 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=429377

--- Comment #9 from Duncan <1i5t5.dun...@cox.net> ---
(In reply to Duncan from comment #3)
> Created attachment 133516 [details]
> hackpatch: prevent fallback to MouseTrackingProportional

Commit 1f318a224: effects/zoom: Rework how cursor texture is managed

... removes the ZoomEffect::recreateTexture my hackpatch touched so that patch
no longer applies locally.  I've not yet built and tested the new code but it
looks like it might fix this bug (as well as the more recent and severe bug
#445412 which the commit was created against).  I guess I'll soon find out. 
=:^)

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

[ksmserver] [Bug 426644] Screens go black / unresponsive after sleep or lock

2021-11-29 Thread nl.smart
https://bugs.kde.org/show_bug.cgi?id=426644

--- Comment #14 from nl.smart  ---
Hi,

The issue is persistent with KDE 

I set the screen energy saving to switch off after 10 minutes, unfortunately
the screen stay off after the switch off, not possible to wake up screen and
computer after the switch off.
mouse and keyboard are on, I mean the led are on
hibernate after a period of inactivity is disable…

Operating System: Manjaro 21.2.0 Qonos
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: x86_64 Linux 5.14.18-1-MANJARO
OS Type: 64-bit
Processors: Intel Celeron J4105
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa Intel(R) UHD Graphics 600 (GLK 2)

I made the test with different x86 devices, same issue.

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

[krita] [Bug 445561] Krita 5 16bit integer colorspace canvas rendering is broken on M1

2021-11-29 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=445561

--- Comment #13 from Dmitry Kazakov  ---
...

6) Could you also get a tiny bit of debugging info from
`KisOpenGLImageTextures::updateTextureFormat()` using this patch?
https://invent.kde.org/-/snippets/1970 It doesn't look as if it could be the
cause of the problem, but who knows...

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

[kdenlive] [Bug 446268] New: Black spots in place of icons & wipes not working

2021-11-29 Thread LinuxH2O
https://bugs.kde.org/show_bug.cgi?id=446268

Bug ID: 446268
   Summary: Black spots in place of icons & wipes not working
   Product: kdenlive
   Version: 21.08.3
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: 25doll...@linuxh2o.com
  Target Milestone: ---

SUMMARY
***
Things were working fine up until Kdenlive version 20, and then version 21
arrived and it ruined it.  I have been using Kdenlive for the last 4 years and
yes, it used to crash a lot, still does but less often, there are always some
issues but you can live with them as you can resolve them by reediting the
video but now things have gone beyond.

When I open the Kdenlive it shows black spots in-place of icons, the wipe
transitions do not work, even transformation on some video tracks do not work.

Here is the log when i open it through terminal.
  -  https://pastebin.com/DqfCrSKU

Here are the screenshots with issues highlighted.
  - https://i.ibb.co/3mgqnYk/kdenlive-issues-with-21-04-version.png

The screenshots showing Kdenlive & my system details
  - https://i.ibb.co/KD5H0T9/Kdelive-and-my-system-details.png
***


Let me know if additional information that may be required to assess the issue.

Thank you

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

[krita] [Bug 445561] Krita 5 16bit integer colorspace canvas rendering is broken on M1

2021-11-29 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=445561

--- Comment #12 from Dmitry Kazakov  ---
Hi, Ivan!

More questions:

1) Did you check the patches on master or on the top of the failing commit
(07a10c399b693326f5826217bb0c268aeafb7264)? The failing commit had a few other
issues, which can cause invalid memory access. These issues were fixed in
commits a319898a6f80a1080fc9e056d0d74c2cd4abd3e5 and
cd5e1156903f54af811bb7d07141bd4dc1c48de0 

2) Apply this patch, which disables buffering for the tile borders
(https://invent.kde.org/-/snippets/1969). The version before the patch didn't
have it, it wrote directly into the texture (which is actually a deprecated
behavior). The removing this buffering works, then it might be that GPU doesn't
like the fact that we use the same buffer for multiple glTexImage2D() calls
(which is crazy, because the buffers are created specifically for that).

3) Revert the previous patch. Try making the number of texture buffers fixed.
To achieve this, comment out the call to
`m_bufferStorage.allocateMoreBuffers(nextSize)` in
'KisOpenGLImageTextures::recalculateCache()' **and** change the initial number
in `KisOpenGLImageTextures::initBufferStorage()`

* set numTextureBuffers to 1. It should make the code "almost" like it used
to be before.
* set numTextureBuffers to 512 (or some other big number). It should catch
the case if the M1's driver has troubles with synchronization of the buffer
flushes (which is a possible cause, looking at the screenshot).

4) Revert all the previous patches and try to enable buffer flushing by
force-returning `true` from `KisOpenGL::useTextureBufferInvalidation()`.

5) If nothing above works, try to check out the last working version of the
code (commit d60aa02cafcc0dd6d9a2881df097847d1a7388d8) and check if 
`m_useBuffer` is actually true in `KisTextureTile::update()`. Afair, we used to
disable buffering on OSX before my patches, so, perhaps, the buffering was just
disabled?

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

[plasmashell] [Bug 427278] Panel & desktop config of secondary monitor lost after ScreenConnectors renumbering

2021-11-29 Thread Kristian Rink
https://bugs.kde.org/show_bug.cgi?id=427278

Kristian Rink  changed:

   What|Removed |Added

 CC||m...@zimmer428.net

--- Comment #9 from Kristian Rink  ---
(Just adding myself to the Ccs. Same issue, up-to-date kubuntu 21.10, installed
yesterday. Seems related to external monitor and doesn't reproducibly happen
with each restart. Will evaluate the workarounds outlined here and see what
happens...)

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

[krita] [Bug 446148] Non-brush preset resources can be explicitly assigned to "All Untagged"

2021-11-29 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=446148

Emmet O'Neill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/ea99c6a98 |hics/krita/commit/41f1e1fc2
   |d6e53b369a0df4269e63aed7ff7 |b3b9b45cf4efb509ce67965f4f5
   |363c|8afa

--- Comment #5 from Emmet O'Neill  ---
Git commit 41f1e1fc2b3b9b45cf4efb509ce67965f4f58afa by Emmet O'Neill.
Committed on 30/11/2021 at 06:10.
Pushed by emmetoneill into branch 'master'.

Prevent 'Special' tags from showing up in right click assignemnt menu.

More clean-up in this class is necessary. I don't like how assigned tags
are shown in the assignable tags list.


(cherry picked from commit ea99c6a98d6e53b369a0df4269e63aed7ff7363c)

M  +22   -31   libs/resourcewidgets/KisResourceItemChooserContextMenu.cpp

https://invent.kde.org/graphics/krita/commit/41f1e1fc2b3b9b45cf4efb509ce67965f4f58afa

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

[krita] [Bug 446148] Non-brush preset resources can be explicitly assigned to "All Untagged"

2021-11-29 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=446148

--- Comment #4 from Emmet O'Neill  ---
Git commit 48b1261b1168d8545d53ca7748017905cd08bcc2 by Emmet O'Neill.
Committed on 30/11/2021 at 06:09.
Pushed by emmetoneill into branch 'master'.

Resources: Safe assert tagResource tag->id() is valid.


(cherry picked from commit 43b10e374180700577c012ea3a0f4c844046f664)

M  +3-2libs/resources/KisTagResourceModel.cpp

https://invent.kde.org/graphics/krita/commit/48b1261b1168d8545d53ca7748017905cd08bcc2

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

[krita] [Bug 446148] Non-brush preset resources can be explicitly assigned to "All Untagged"

2021-11-29 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=446148

Emmet O'Neill  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/ea99c6a98
   ||d6e53b369a0df4269e63aed7ff7
   ||363c

--- Comment #3 from Emmet O'Neill  ---
Git commit ea99c6a98d6e53b369a0df4269e63aed7ff7363c by Emmet O'Neill.
Committed on 30/11/2021 at 06:05.
Pushed by emmetoneill into branch 'krita/5.0'.

Prevent 'Special' tags from showing up in right click assignemnt menu.

More clean-up in this class is necessary. I don't like how assigned tags
are shown in the assignable tags list.

M  +22   -31   libs/resourcewidgets/KisResourceItemChooserContextMenu.cpp

https://invent.kde.org/graphics/krita/commit/ea99c6a98d6e53b369a0df4269e63aed7ff7363c

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

[krita] [Bug 444950] Crash loading incorrect file (backup file) as pattern resource.

2021-11-29 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=444950

Tiar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Severity|crash   |normal
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Tiar  ---
Fix for tasksets works for patterns too, at least in my case. @Wolthera, if you
can still reproduce it, please add new steps to reproduce (unless they are
completely the same), or maybe the file you try to import (though here it fails
on creating a loader for the filename so I don't know why it would crash for
you).

On my system, with some debug lines added, I get this output:
Could not create loader for "patterns" "pattern.png~" "application/x-trash"
Could not create loader for "patterns" "pattern.png~" "application/x-trash"
Could not retrieve imported resource from the storage "patterns"
"/home/tymon/kritadev/otherfiles/testfiles/resources/pattern.png~" ""
Failed to import resource
"/home/tymon/kritadev/otherfiles/testfiles/resources/pattern.png~"
First attempt: isNull =  true
Storage location:  ""
marked as existing already:  true
Could not create loader for "patterns" "pattern.png~" "application/x-trash"
Failed to import resource
"/home/tymon/kritadev/otherfiles/testfiles/resources/pattern.png~"

I get two messages, first asking if I want to overwrite the file (which is
clearly a bug - but it doesn't happen with correct importing), and then that it
failed importing. I know why it does that... I will make a bug report for that
tomorrow (so it will be more clear than this long one here).

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

[krita] [Bug 446148] Non-brush preset resources can be explicitly assigned to "All Untagged"

2021-11-29 Thread Emmet O'Neill
https://bugs.kde.org/show_bug.cgi?id=446148

--- Comment #2 from Emmet O'Neill  ---
Git commit 43b10e374180700577c012ea3a0f4c844046f664 by Emmet O'Neill.
Committed on 30/11/2021 at 06:05.
Pushed by emmetoneill into branch 'krita/5.0'.

Resources: Safe assert tagResource tag->id() is valid.

M  +3-2libs/resources/KisTagResourceModel.cpp

https://invent.kde.org/graphics/krita/commit/43b10e374180700577c012ea3a0f4c844046f664

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

[plasmashell] [Bug 431219] Overriding settings (icons, plasma theme, wallpaper, etc) set by a global theme causes those changes to be discarded after reboot

2021-11-29 Thread FSA
https://bugs.kde.org/show_bug.cgi?id=431219

--- Comment #18 from FSA  ---
The problem is solved by removing patches from Fedora.
https://bugzilla.redhat.com/show_bug.cgi?id=2026789

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

[digikam] [Bug 446183] Star Rating for Picture is not read from File's metadata or read incorrectly

2021-11-29 Thread Tom
https://bugs.kde.org/show_bug.cgi?id=446183

Tom  changed:

   What|Removed |Added

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

--- Comment #16 from Tom  ---
Sure - I understand - please close the bug.
Thanks for your help!

Best, Tom

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

[plasmashell] [Bug 445810] Disk Quota icon should be updated in the system tray

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445810

Nate Graham  changed:

   What|Removed |Added

 CC||kain...@gmail.com

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

[Koko] [Bug 446196] Crop tool places a tiny crop box on top left of image where it is difficult to drag

2021-11-29 Thread Phos
https://bugs.kde.org/show_bug.cgi?id=446196

Phos  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Phos  ---
It is fixed with the latest koko-git package 21.08.r25.gf006354-1. The bug
occurs in koko 21.08-1

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

[Koko] [Bug 446197] Part of the image is obscured by the toolbar in edit mode

2021-11-29 Thread Phos
https://bugs.kde.org/show_bug.cgi?id=446197

Phos  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Phos  ---
It is fixed with the latest koko-git package 21.08.r25.gf006354-1. The bug
occurs in koko 21.08-1

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

[gwenview] [Bug 418635] Display of GPS Area Information does not respect EXIF specification

2021-11-29 Thread Philipp Reichmuth
https://bugs.kde.org/show_bug.cgi?id=418635

--- Comment #10 from Philipp Reichmuth  ---
Created attachment 144076
  --> https://bugs.kde.org/attachment.cgi?id=144076&action=edit
Screenshot of the GPSAreaInformation tag in Gwenview 21.08.3

Here's how Gwenview displays the tag on my system, it looks OK.
Maybe the issue is with a particular combination of libraries and tags?

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

[gwenview] [Bug 418635] Display of GPS Area Information does not respect EXIF specification

2021-11-29 Thread Philipp Reichmuth
https://bugs.kde.org/show_bug.cgi?id=418635

--- Comment #9 from Philipp Reichmuth  ---
(In reply to linadmin from comment #6)
> Please find enclosed jpg-image with embedded GPS info which is erroneously
> displayed as shown in enclosed screenshot gwenview-erroneous-display.png

For me Gwenview displays the GPS Area Information in that file just fine. I can
post a screenshot if you want. 
This is with Gwenview 21.08.3 on OpenSUSE Tumbleweed.

(In reply to linadmin from comment #8)
> (In reply to John Clark from comment #2)
> > Created attachment 143703 [details]
> > Gwenview GPS Area Information
> > exiv2 -M"set Exif.GPSInfo.GPSAreaInformation Somewhere cool in space" 
> > ./test.jpg
> > 
> > and then opened in in Gwenview 21.08.3 and the tag shows correctly.
> 
> For me that exiv2 command does not work at all?
> Maybe that with correct parameters it does set the text in a different was?

It looks like it. Check out the length of the GPSAreaInformation field (266 vs.
46, 27 without the charset tag). 

# exiv2 -g GPSAreaInformation P1020755A.JPG
Exif.GPSInfo.GPSAreaInformation  Undefined 266  charset=Unicode
Dampferanlegestelle
# cp P1020755A.JPG exif-gps-area-information-test.jpg
# exiv2 -M"set Exif.GPSInfo.GPSAreaInformation charset=Unicode
Dampferanlegestelle" ./exif-gps-area-information-test.jpg
# exiv2 -g GPSAreaInformation ./exif-gps-area-information-test.jpg
Exif.GPSInfo.GPSAreaInformation  Undefined  46 charset=Unicode
Dampferanlegestelle

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

[kdevelop] [Bug 444693] Crash on assert in ClangHelpers::buildDUChain when casting ParsingEnvironmentFile

2021-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444693

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|LATER   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[plasmashell] [Bug 445513] [Wayland] regression - plasmashell crash when using application menu

2021-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445513

--- 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.

[Discover] [Bug 445406] Clicking Kdenlive in Discover causes a crash

2021-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445406

--- 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.

[plasmashell] [Bug 444631] Freezes with Dolphin and Kate, system slowdown, eventual kwin crash

2021-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444631

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

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

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

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

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

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

[kmymoney] [Bug 445467] App crash on duplicating the transaction

2021-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445467

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

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

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

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

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

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

[kdenlive] [Bug 436392] Project file not created when exporting project

2021-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=436392

--- 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.

[lattedock] [Bug 415859] One of my panels in Unity layout not responding to touch after taking out the pen or folding the device

2021-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415859

--- 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 446267] New: More information/tasks under devices panel

2021-11-29 Thread Sampath
https://bugs.kde.org/show_bug.cgi?id=446267

Bug ID: 446267
   Summary: More information/tasks under devices panel
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: panels: places
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: vbsamp...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
***
Please add more information under each device, such as

Percentage used / Total Percent
Used Space / Total Space
Mounted On (ex /mnt/mountpoint)
Filesystem : Ext4 
Horizontal bar can be little taller showing the used space and total space.
When minimized it should go to normal size
Maybe some other useful information/tasks configured in dolphin settings (ex
Eject, Format, Change permissions)

This information should be visible only when we select a down arrow on
individual device. Example usb drive or cd or external drives
***


STEPS TO REPRODUCE
1. 
2. 
3. 

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.

[krita] [Bug 445691] Alpha Mask not working properly with predefined brush tips

2021-11-29 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=445691

Eoin O'Neill  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/31a44cf99 |hics/krita/commit/5176b92ed
   |165efb16e905ed209dbdcdea57f |4c24e61525e7fe89fc182c8a704
   |8509|c2a9

--- Comment #8 from Eoin O'Neill  ---
Git commit 5176b92ed4c24e61525e7fe89fc182c8a704c2a9 by Eoin O'Neill.
Committed on 30/11/2021 at 04:29.
Pushed by eoinoneill into branch 'krita/5.0'.

Fixed backwards compatibility edge case for alpha-mask png brush tips.

User was getting unexpected results compared to previous version of krita.
While this behavior is not technically a bug, it was a regression compared
to the user's expected behavior. They had a single png image with all black
rgb channels and only an alpha channel defined. We can try to catch this
specific edge case to assign the alpha mask mode to the correct setting
to have consistent behavior with krita 4...
(cherry picked from commit 31a44cf99165efb16e905ed209dbdcdea57f8509)

M  +27   -1libs/brush/kis_png_brush.cpp
M  +1-1libs/brush/kis_predefined_brush_factory.cpp

https://invent.kde.org/graphics/krita/commit/5176b92ed4c24e61525e7fe89fc182c8a704c2a9

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

[korganizer] [Bug 405714] trivial appearance bug

2021-11-29 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=405714

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||eventviews/commit/fc416e6b1
   ||6ed6ad165bf66de7bbccc216e69
   ||d2f1
   Version Fixed In||5.19.0
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Friedrich W. H. Kossebau  ---
Git commit fc416e6b16ed6ad165bf66de7bbccc216e69d2f1 by Friedrich W. H.
Kossebau.
Committed on 29/11/2021 at 06:10.
Pushed by kossebau into branch 'release/21.12'.

Agenda view: fix misalignement of allday view & day headers \wo scrollbar
FIXED-IN: 5.19.0

M  +35   -9src/agenda/agendaview.cpp
M  +1-0src/agenda/agendaview.h

https://invent.kde.org/pim/eventviews/commit/fc416e6b16ed6ad165bf66de7bbccc216e69d2f1

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

[kdeconnect] [Bug 436867] Make/Receive Calls

2021-11-29 Thread Rohan
https://bugs.kde.org/show_bug.cgi?id=436867

Rohan  changed:

   What|Removed |Added

 CC||ro...@crazydeveloper.fail

--- Comment #2 from Rohan  ---
All implementations for Android - WearOS<-->Phone and Windows<-->Phone rely on
Bluetooth using HFP protocol to for phone calls and controls.

We already have hfp_hs audio working with both pipewire and pulse. The other
major component is controls. Right now the native impl of pipewire doesnt
expose any of these in any way. The next option is hsphfpd.

I documented some of my findings here
(https://github.com/GSConnect/gnome-shell-extension-gsconnect/issues/1159) but
have been too lazy to work on testing to see if this actually works.

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

[Discover] [Bug 446167] Searching immediately upon opening Discover returns worse search results compared to if you wait a few seconds before searching

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446167

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Nate Graham  ---
My default backend is flatpak.

When running with the packagekit backend only, a search for "obs" does shows
the packagekit-provided app "OBS Studio" as the 18th result. This happens no
matter how long I wait before searching. This may be an AppStream bug;
`appstreamcli search obs` returns a uselessly long list as well, with "OBS
Studio" in the middle despite its title containing the search term.

But when I run Discover with only the flatpak backend and search for "obs"
immediately, it appears after a few seconds and it's the first item. If I wait
a few seconds, it also appears as the first item. This is good. This is what I
expect.

When I run discover with both backends, the problem happens as I originally
reported it:
- Searching immediately shows OBS as the 18th entry (as with the
packagekit-only search)
- Searching after 5 seconds shows OBS as the first entry (as with the
flatpak-only search)

JFYI I tried out https://invent.kde.org/plasma/discover/-/merge_requests/213
but it didn't help.


This may also be relevant: OBS Studio is provided by both packagekit and
flatpak on my setup, and they are de-duplicated, but the page for them in
Discover shows no Source menu. When only the flatpak backend is active, I can
see the flatpak version of the app. But when both the flatpak and packagekit
backends are active, it always shows me the packagekit version, and I can't see
the flatpak version.

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

[kdeconnect] [Bug 446266] New: [Regression] App names are not shared, package names are displayed as app name

2021-11-29 Thread Rohan
https://bugs.kde.org/show_bug.cgi?id=446266

Bug ID: 446266
   Summary: [Regression] App names are not shared, package names
are displayed as app name
   Product: kdeconnect
   Version: unspecified
  Platform: Android
OS: Unspecified
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: ro...@crazydeveloper.fail
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Setup KDE Connect
2. Wait for notifications
3. Read notification title/AppName

OBSERVED RESULT
Package names for android apps is displayed

EXPECTED RESULT
Friendly names for android apps is displayed

SOFTWARE/OS VERSIONS
KDE Connect on android phone: 1.18.0
Android Version: 12.0

ADDITIONAL INFORMATION
This regression was noticed after the latest update to kdeconnect-android.

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

[KOpeningHours] [Bug 446131] Single pipe as a separator

2021-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446131

--- Comment #2 from cal...@outlook.com ---
My vote is - we assume it is a comma:

- Few people understand and use || format, and when they do, there is less
chance for a typo (they know what they are doing).  We can rely on human review
for autocorrection to catch that.
- I think the real purpose for semicolon is to list exceptions to previous
rules, for simple cases like in the original example (M: 07:00-17:00 | T:
07:00-17:00), comma is a safe bet.

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

[kwin] [Bug 444510] Mouse cursor acts weird with flat acceleration profile in plasma-wayland

2021-11-29 Thread Jon Voss
https://bugs.kde.org/show_bug.cgi?id=444510

Jon Voss  changed:

   What|Removed |Added

 CC||jonv...@outlook.com

--- Comment #1 from Jon Voss  ---
I also have this issue. Moving the mouse in a very specific direction in-game
(center to top left) seems to drop input.

My profile is set to flat as well. Doesn’t seem to be as bad at higher DPI
levels, but very noticeable at 800dpi.
Happens on Wayland only, no issue on X. Mouse is running at a 1000hz polling
rate.

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

[tellico] [Bug 444369] Tellico

2021-11-29 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=444369

Robby Stephenson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WAITINGFORINFO

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

[Discover] [Bug 443555] Discover takes up to ~5 minutes to fetch updates due to flatpak backend

2021-11-29 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=443555

--- Comment #16 from Aleix Pol  ---
I'd really appreciate it if someone who has this problem could test this patch.

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

[Discover] [Bug 446245] Discover crashes when using Taskbar with Symbols

2021-11-29 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=446245

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---
I do not know what it means to "use the taskbar with symbols".

NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

If you can't provide any other information, a video maybe would be a way to
explain what you are doing.

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

[tellico] [Bug 445730] issues with webp images

2021-11-29 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=445730

--- Comment #1 from Robby Stephenson  ---
My test with a webp image seems to work ok. And the images on
https://marvel.fandom.com/wiki/Strange_Academy_Vol_1 all seem to be JPG when I
save them. 

Did you build Tellico from source or is it from a distribution build? I ask
just to be able to know whether the rendering image is using KHTML or
QWebEngine, which may be the issue.

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

[plasmashell] [Bug 446265] New: the panel crashed when I right clicked on an open application icon

2021-11-29 Thread aklsdjaslkjd
https://bugs.kde.org/show_bug.cgi?id=446265

Bug ID: 446265
   Summary: the panel crashed when I right clicked on an open
application icon
   Product: plasmashell
   Version: 5.23.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: nwsn8...@9y2zzf594x77t33h3s5g.anonaddy.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.23.3)

Qt Version: 5.15.3
Frameworks Version: 5.88.0
Operating System: Linux 5.11.0-40-generic x86_64
Windowing System: X11
Distribution: KDE neon User - Plasma 25th Anniversary Edition
DrKonqi: 5.23.3 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed: i started tor browser and when
the window opened i right clicked on the tor icon in the panel and after a few
seconds the panel crashed and then came back on.

The crash does not seem to be reproducible.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault

[New LWP 4884]
[New LWP 4906]
[New LWP 4907]
[New LWP 4908]
[New LWP 4909]
[New LWP 4928]
[New LWP 5097]
[New LWP 5805]
[New LWP 5864]
[New LWP 5865]
[New LWP 5870]
[New LWP 6421]
[New LWP 6422]
[New LWP 6489]
[New LWP 6490]
[New LWP 6495]
[New LWP 6496]
[New LWP 6497]
[New LWP 6498]
[New LWP 44016]
[New LWP 44017]
[New LWP 44018]
[New LWP 44019]
[New LWP 46895]
[New LWP 46896]
[New LWP 46897]
[New LWP 48194]
[New LWP 48195]
[New LWP 48196]
[New LWP 48197]
[New LWP 48198]
[New LWP 48199]
[New LWP 48200]
[New LWP 48201]
[New LWP 48398]
[New LWP 49072]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait_cancelable (private=, expected=0,
futex_word=0x5560ddef6dd0) at ../sysdeps/nptl/futex-internal.h:183
__preamble__
[Current thread is 1 (Thread 0x7fc49534d9c0 (LWP 4863))]

Thread 37 (Thread 0x7fc3ceffd700 (LWP 49072)):
#0  __GI___libc_read (nbytes=16, buf=0x7fc3ceffc9d0, fd=85) at
../sysdeps/unix/sysv/linux/read.c:26
#1  __GI___libc_read (fd=85, buf=0x7fc3ceffc9d0, nbytes=16) at
../sysdeps/unix/sysv/linux/read.c:24
#2  0x7fc497ae9b2f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fc497aa0ebe in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fc497aa1312 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fc497aa14a3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#6  0x7fc4997c861b in QEventDispatcherGlib::processEvents
(this=0x7fc47c000df0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#7  0x7fc49976c8ab in QEventLoop::exec (this=this@entry=0x7fc3ceffcbe0,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:141
#8  0x7fc4995862c2 in QThread::exec (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#9  0x7fc49958745c in QThreadPrivate::start (arg=0x7fc4600c0730) at
thread/qthread_unix.cpp:329
#10 0x7fc4984d3609 in start_thread (arg=) at
pthread_create.c:477
#11 0x7fc499205293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 36 (Thread 0x7fc3fe664700 (LWP 48398)):
#0  futex_wait_cancelable (private=, expected=0,
futex_word=0x7fc4480f8dc8) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7fc4480f8d78,
cond=0x7fc4480f8da0) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x7fc4480f8da0, mutex=0x7fc4480f8d78) at
pthread_cond_wait.c:638
#3  0x7fc490e959bb in ?? () from /usr/lib/x86_64-linux-gnu/dri/iris_dri.so
#4  0x7fc490e9572b in ?? () from /usr/lib/x86_64-linux-gnu/dri/iris_dri.so
#5  0x7fc4984d3609 in start_thread (arg=) at
pthread_create.c:477
#6  0x7fc499205293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 35 (Thread 0x7fc3feffd700 (LWP 48201)):
#0  futex_wait_cancelable (private=, expected=0,
futex_word=0x5560de3e1950) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5560de3e1900,
cond=0x5560de3e1928) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x5560de3e1928, mutex=0x5560de3e1900) at
pthread_cond_wait.c:638
#3  0x7fc49958d5cb in QWaitConditionPrivate::wait (deadline=...,
this=0x5560de3e1900) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=, mutex=0x5560db6a7af0,
deadline=...) at thread/qwaitcondition_unix.cpp:225
#5  0x7fc467c38fe0 in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () from /lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x7fc467c3ccfe in ?? () from
/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#7  0x7fc467c381a2 in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, boo

[systemsettings] [Bug 445742] Move Lock Screen settings from "Workspace/Desktop Behavior/Screen Locking" to "Hardware/Power Management/Energy Saving"

2021-11-29 Thread WS
https://bugs.kde.org/show_bug.cgi?id=445742

--- Comment #4 from WS  ---
(In reply to Nate Graham from comment #3)
> I'm confused about the source of the confusion, though. You said:
> 
> > you find the Energy Saving page which has three different options(one of 
> > them can be used to lock the screen)
> Where did you find this? What specifically are you referring to?


Beware I'm not using KDE in English. The Energy Saving page has 3 different
options related to inactivity:

1st: Screen Dimming after X minutes
2nd: Switch off screen after Y minutes
3rd: Suspend Session: Automatically >Do Thing< after Z minutes

The 3rd option, despite being called "Suspend Session", has a little dropdown
menu with "Suspend, Hibernate, Hybrid Sleep, Shutdown and Lock Screen" as
options, apparently you can use it to lock rather than suspend.

Again, a user that doesn't know there's a Lock Screen page under Desktop
Behavior will look at the Energy Saving Page, see it has a bunch of options
(including locking the screen) related to inactivity, and will be confused for
a while  why their system keep getting locked.

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

[Discover] [Bug 443555] Discover takes up to ~5 minutes to fetch updates due to flatpak backend

2021-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443555

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #15 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/discover/-/merge_requests/213

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

[Discover] [Bug 446167] Searching immediately upon opening Discover returns worse search results compared to if you wait a few seconds before searching

2021-11-29 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=446167

--- Comment #1 from Aleix Pol  ---
🤦
Can you try to narrow it down?

What backends do you have? Which is your default? Can you try it with different
"plasma-discover --backends XXX" runs?

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

[ark] [Bug 446264] New: cli plugins extraction can cause file loss

2021-11-29 Thread alexey . ivanes
https://bugs.kde.org/show_bug.cgi?id=446264

Bug ID: 446264
   Summary: cli plugins extraction can cause file loss
   Product: ark
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: plugins
  Assignee: rthoms...@gmail.com
  Reporter: alexey.iva...@gmail.com
CC: aa...@kde.org, elvis.angelac...@kde.org
  Target Milestone: ---

Thats bug probably CLI plugins only like info-zip and p7zip.

1. With libzipplugin enabled create new encrypted AES256 archive with Zstd
compression method.
2. Disable all plugins but left only info-zip for first extraction test and
p7zip-only for second test.
3. Close ark and dolphins or simply logout/login so it will reload enabled
plugins configuration.
4. Try to extract that archive in same folder with data.
5. It will accept any password (even wrong one) and click on "overwrite" old
original data will be gone with 0 bytes length data.
6. Successful exit, data lost.

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

[Heaptrack] [Bug 446263] `make` command failing when building on Centos 7.9

2021-11-29 Thread EC
https://bugs.kde.org/show_bug.cgi?id=446263

EC  changed:

   What|Removed |Added

   Platform|Other   |RedHat RPMs

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

[Heaptrack] [Bug 446263] New: `make` command failing when building on Centos 7.9

2021-11-29 Thread EC
https://bugs.kde.org/show_bug.cgi?id=446263

Bug ID: 446263
   Summary: `make` command failing when building on Centos 7.9
   Product: Heaptrack
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: m...@milianw.de
  Reporter: edcoronado...@gmail.com
  Target Milestone: ---

Created attachment 144075
  --> https://bugs.kde.org/attachment.cgi?id=144075&action=edit
Installation log when running ` make -j$(nproc)`

SUMMARY
I am running Centos 7.9 and getting the errors in the `install.log` attachment
when running the `make -j$(nproc)` command. It is mostly a lot of c++11 errors.
Would appreciate any workaround to installing in Centos 7.9. 

STEPS TO REPRODUCE
1. Clone the heaptrack repo
2. Run `mkdir build; cd build;`
3. Run `cmake -DCMAKE_BUILD_TYPE=Release ..`
4. Run ` make -j$(nproc)`

OBSERVED RESULT
All the errors in the `install.log` attachment

EXPECTED RESULT
Should compile correctly

SOFTWARE/OS VERSIONS
Linux: Centos 7.9.2009

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

[tellico] [Bug 446262] Add importing complete Discogs collection

2021-11-29 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=446262

Robby Stephenson  changed:

   What|Removed |Added

Summary|Add importin complete   |Add importing complete
   |Discogs collection  |Discogs collection

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

[tellico] [Bug 446262] New: Add importin complete Discogs collection

2021-11-29 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=446262

Bug ID: 446262
   Summary: Add importin complete Discogs collection
   Product: tellico
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: ro...@periapsis.org
  Reporter: ro...@periapsis.org
  Target Milestone: ---

Similar to the menu commands for importing Goodreads and LibraryThing
collections, add one to import a Discogs collection or for the CSV importer to
recognize the Discogs format specifically.

>From https://mail.kde.org/pipermail/tellico-users/2021-November/001691.html

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

[krita] [Bug 443717] [workspace] Saving a new workspace doesn't appear in "Workspaces list", but in 'Windows layout" list.

2021-11-29 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=443717

Tiar  changed:

   What|Removed |Added

 CC||dragonheart2...@gmail.com

--- Comment #7 from Tiar  ---
*** Bug 446261 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 446261] Workspaces save as window layouts and do not function.

2021-11-29 Thread Tiar
https://bugs.kde.org/show_bug.cgi?id=446261

Tiar  changed:

   What|Removed |Added

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

--- Comment #1 from Tiar  ---
This should be already fixed in the recent Krita Plus build (download from the
download page on the website). It would be a good idea to move to that build so
you know which bugs are still relevant. (There should be a new beta soon as
well).

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

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

[krita] [Bug 446261] New: Workspaces save as window layouts and do not function.

2021-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446261

Bug ID: 446261
   Summary: Workspaces save as window layouts and do not function.
   Product: krita
   Version: 5.0.0-beta2
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: dragonheart2...@gmail.com
  Target Milestone: ---

I attempted to save a workspace on Krita 5.0 beta 2, but the name I gave it
appeared in the window layouts list instead. When attempting to open the
workspace, it did nothing. Previously existing workspaces and layouts are
functional. 

The workspace I created  appeared in the correct list and functioned after
closing Krita 5, opening Krita 4, then reopening Krita 5- it may actually
resolve by simply closing and reopening Krita 5 without the Krita 4 step, but I
haven't tested that out. 


STEPS TO REPRODUCE
1. Modify workspace
2. Open workspaces/layouts drop down, type name into first "insert name" field
3. Save workspace

OBSERVED RESULT
Name appears in window layouts list and does not function. 

EXPECTED RESULT
Name appears in workspaces list and opens desired layout when clicked on. 

SOFTWARE/OS VERSIONS
Windows

ADDITIONAL INFORMATION
When I reopened Krita 5 the workspaces that glitches in the previous session
work but the issue is still there when making new workspaces.

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

[systemsettings] [Bug 446232] Incorrectly shaped monitor widget after applying orientation change

2021-11-29 Thread Frederick Yin
https://bugs.kde.org/show_bug.cgi?id=446232

--- Comment #1 from Frederick Yin  ---
(In reply to Frederick Yin from comment #0)

I compiled KScreen and systemsetting's master branch and seems like the bug is
already fixed :)

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

[krita] [Bug 445179] Krita crashes when opening a file with 16-bit int depth

2021-11-29 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=445179

amyspark  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/krita/commit/eb920fadf |hics/krita/commit/803193d4b
   |553ca827b4ff783ff6f82395bc8 |f3e85bc8915eab0099ab5678a3a
   |8144|4bac

--- Comment #9 from amyspark  ---
Git commit 803193d4bf3e85bc8915eab0099ab5678a3a4bac by L. E. Segovia, on behalf
of Sharaf Zaman.
Committed on 30/11/2021 at 00:01.
Pushed by lsegovia into branch 'krita/5.0'.

Fix opengl es initialization for different formats

| | GLES 2 | GLES 3   |
DesktopGL  | Windows (ANGLE)|
|-||--|||
| 16i | GL_EXT_texture_storage | GL_EXT_texture_norm16|
GL_RGBA16  | GL_EXT_texture_storage |
| 16f | GL_EXT_texture_storage | GL_RGBA16F (!GL_EXT_texture_storage) |
GL_RGBA16F | GL_EXT_texture_storage |
| 32f | GL_EXT_texture_storage | GL_RGBA16F (!GL_EXT_texture_storage) |
GL_RGBA16F | GL_EXT_texture_storage |

Co-Authored-By: L. E. Segovia 
(cherry picked from commit eb920fadf553ca827b4ff783ff6f82395bc88144)

M  +92   -66   libs/ui/opengl/kis_opengl_image_textures.cpp

https://invent.kde.org/graphics/krita/commit/803193d4bf3e85bc8915eab0099ab5678a3a4bac

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

[krita] [Bug 445179] Krita crashes when opening a file with 16-bit int depth

2021-11-29 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=445179

amyspark  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/eb920fadf
   ||553ca827b4ff783ff6f82395bc8
   ||8144
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #8 from amyspark  ---
Git commit eb920fadf553ca827b4ff783ff6f82395bc88144 by L. E. Segovia, on behalf
of Sharaf Zaman.
Committed on 29/11/2021 at 23:57.
Pushed by lsegovia into branch 'merge-requests/1179'.

Fix opengl es initialization for different formats

| | GLES 2 | GLES 3   |
DesktopGL  | Windows (ANGLE)|
|-||--|||
| 16i | GL_EXT_texture_storage | GL_EXT_texture_norm16|
GL_RGBA16  | GL_EXT_texture_storage |
| 16f | GL_EXT_texture_storage | GL_RGBA16F (!GL_EXT_texture_storage) |
GL_RGBA16F | GL_EXT_texture_storage |
| 32f | GL_EXT_texture_storage | GL_RGBA16F (!GL_EXT_texture_storage) |
GL_RGBA16F | GL_EXT_texture_storage |

Co-Authored-By: L. E. Segovia 

M  +92   -66   libs/ui/opengl/kis_opengl_image_textures.cpp

https://invent.kde.org/graphics/krita/commit/eb920fadf553ca827b4ff783ff6f82395bc88144

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

[plasmashell] [Bug 445111] Kickoff does not react to graphics tablet left click anymore

2021-11-29 Thread Jason G.
https://bugs.kde.org/show_bug.cgi?id=445111

Jason G.  changed:

   What|Removed |Added

 CC||haigpet...@gmail.com

--- Comment #7 from Jason G.  ---
*** Bug 444118 has been marked as a duplicate of this bug. ***

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

[kmenuedit] [Bug 444118] Stylus left mouse click tap doesn't work on kde menu

2021-11-29 Thread Jason G.
https://bugs.kde.org/show_bug.cgi?id=444118

Jason G.  changed:

   What|Removed |Added

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

--- Comment #4 from Jason G.  ---
Actually, it appears that this is a duplicate of Bug 445111, which was recently
resolved by
https://github.com/KDE/plasma-desktop/commit/9f9dc34cadf839871a0fe6fc7e3b412f9f2b028d

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

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

[kmenuedit] [Bug 444118] Stylus left mouse click tap doesn't work on kde menu

2021-11-29 Thread Jason G.
https://bugs.kde.org/show_bug.cgi?id=444118

--- Comment #3 from Jason G.  ---
I've just tried to reproduce this bug again today and found that I am now able
to interact with the menu. My Arch Linux system is currently running version
5.23.3-1 of the Plasma desktop. I don't believe I've made any configuration
change that would explain the sudden difference in behavior.

@OP, can you try updating your install and seeing if it resolves the issue as
well?

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

[frameworks-networkmanager-qt] [Bug 446260] New: Network monitor broken after upgrade to 5.88

2021-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446260

Bug ID: 446260
   Summary: Network monitor broken after upgrade to 5.88
   Product: frameworks-networkmanager-qt
   Version: 5.88.0
  Platform: Slackware Packages
OS: Linux
Status: REPORTED
  Keywords: regression
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: ticket.kde.djr4kjpch5320...@rrt.ovh
CC: lamar...@kde.org, lukas.ti...@merlin.cz
  Target Milestone: ---

SUMMARY
I have a static connection on eth0.
I don't use NetworkManager. It's not running.
Network monitor stopped working after upgrade to Frameworks 5.88.
Re-installing networkmanager-qt 5.87 package solves the issue.

OBSERVED RESULT
System monitor plasmoid configuration doesn't show network devices.
In plasma-systemmonitor, "Networks" and "Network rates" areas show nothing.

EXPECTED RESULT
Like with  with networkmanager-qt 5.87 :
System monitor plasmoid configuration shows eth0.
In plasma-systemmonitor, "Networks" and "Network rates" areas show eth0.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Slackware 15.0 RC2
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.3 (20211024_2aa0de43)

ADDITIONAL INFORMATION

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

[krita] [Bug 445691] Alpha Mask not working properly with predefined brush tips

2021-11-29 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=445691

Eoin O'Neill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/31a44cf99
   ||165efb16e905ed209dbdcdea57f
   ||8509
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #7 from Eoin O'Neill  ---
Git commit 31a44cf99165efb16e905ed209dbdcdea57f8509 by Eoin O'Neill.
Committed on 29/11/2021 at 23:36.
Pushed by eoinoneill into branch 'master'.

Fixed backwards compatibility edge case for alpha-mask png brush tips.

User was getting unexpected results compared to previous version of krita.
While this behavior is not technically a bug, it was a regression compared
to the user's expected behavior. They had a single png image with all black
rgb channels and only an alpha channel defined. We can try to catch this
specific edge case to assign the alpha mask mode to the correct setting
to have consistent behavior with krita 4...

M  +27   -1libs/brush/kis_png_brush.cpp
M  +1-1libs/brush/kis_predefined_brush_factory.cpp

https://invent.kde.org/graphics/krita/commit/31a44cf99165efb16e905ed209dbdcdea57f8509

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

[kwin] [Bug 446054] Zoom effect freezes screen only on Wayland

2021-11-29 Thread Josep Febrer
https://bugs.kde.org/show_bug.cgi?id=446054

Josep Febrer  changed:

   What|Removed |Added

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

--- Comment #1 from Josep Febrer  ---
Fixed by Vlad's commit 1f318a2245f9f887a2bf8aa320dc905a012842df.

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

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

[kwin] [Bug 445412] Zoom effect causes screen to stop updating

2021-11-29 Thread Josep Febrer
https://bugs.kde.org/show_bug.cgi?id=445412

Josep Febrer  changed:

   What|Removed |Added

 CC||jfeb...@gmail.com

--- Comment #13 from Josep Febrer  ---
*** Bug 446054 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 445899] Cannot open "Places" tab with touchscreen

2021-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445899

--- Comment #2 from personalizedrefrigera...@gmail.com ---
I am also unable to check/uncheck the "inhibit automatic screen sleeping and
locking"/"enable Bluetooth" checkboxes with a touchscreen (also on Wayland).

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

[kphotoalbum] [Bug 446258] KPA git master crashes in viewer - only on one PC & user, not on the other ...

2021-11-29 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=446258

--- Comment #3 from Johannes Zarl-Zierl  ---
Git commit f35b3a6246da2283da5c9102295e5b70ded461a5 by Johannes Zarl-Zierl.
Committed on 29/11/2021 at 23:10.
Pushed by johanneszarl into branch 'master'.

Remove assertion when thumbnails could not be saved.

If a (video thumbnail) image cannot be saved, issue a diagnostic instead
of triggering an assertion.

M  +8-6Utilities/ImageUtil.cpp

https://invent.kde.org/graphics/kphotoalbum/commit/f35b3a6246da2283da5c9102295e5b70ded461a5

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

[Haruna] [Bug 446259] New: Haruna icon missing (empty)

2021-11-29 Thread giuseppe
https://bugs.kde.org/show_bug.cgi?id=446259

Bug ID: 446259
   Summary: Haruna icon missing (empty)
   Product: Haruna
   Version: 0.7.3
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: generic
  Assignee: georgefb...@gmail.com
  Reporter: giuseppebelluzz...@gmail.com
  Target Milestone: ---

SUMMARY

I'm on a fresh install of Fedora KDE, installed Haruna via Discover. It works
but it has no icon

STEPS TO REPRODUCE
1. Open Discover and enable Flathub from the settings
2. Search and install Haruna
3. Reboot
4. Open a video or just search Haruna in your menu

OBSERVED RESULT
Haruna is there but it has no icon

EXPECTED RESULT
Haruna is there with its nice H icon

SOFTWARE/OS VERSIONS 
 Fedora 35
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

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

[kphotoalbum] [Bug 446258] KPA git master crashes in viewer - only on one PC & user, not on the other ...

2021-11-29 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=446258

--- Comment #2 from Johannes Zarl-Zierl  ---
... and I should have read beyond the backtrace.
You said, both instances of KPA are virtually identical. Does that include the
build flags? With release builds, assertions are not fatal - this may be the
reason why it crashes on one system but not on the other...

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

[kphotoalbum] [Bug 446258] KPA git master crashes in viewer - only on one PC & user, not on the other ...

2021-11-29 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=446258

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 CC||johan...@zarl-zierl.at

--- Comment #1 from Johannes Zarl-Zierl  ---
Hi Andreas,

The assertion seems to be triggered by KPA not being able to save a video
thumbnail file. This could possibly be related to bug #438128. Can you take a
look at the permissions of the .videoThumbnails folder?

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

[valgrind] [Bug 445941] valgrind 3.18.1 crashes on RHEL 6.7 debuginfo Assertion 'in_rx' failed in libmagic.so

2021-11-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=445941

--- Comment #4 from Paul Floyd  ---
I'll see if I can access a RHEL 6.7 machine.

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

[krita] [Bug 445691] Alpha Mask not working properly with predefined brush tips

2021-11-29 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=445691

--- Comment #6 from Eoin O'Neill  ---
Created attachment 144074
  --> https://bugs.kde.org/attachment.cgi?id=144074&action=edit
Sammy_Brush_12-noalpha

Thanks for reopening the bug. I had thought this would be fixed with dmitry's
change to the duplicate resource bug found with brush tips, but the issue
persists.

So it's worth noting that this is the result of krita changing it's behavior
based on the fact that you have a brush tip w/ transparency.  When you use my
attached black-and-white no-alpha image as a brush tip, it works as expected.
Krita wants a black and white mask image, and that should be what users supply.
It's less a bug and more a papercut, but it's worth investigating a fix.

It should be possible for us to detect this specific situation and do something
about it.

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

[valgrind] [Bug 445941] valgrind 3.18.1 crashes on RHEL 6.7 debuginfo Assertion 'in_rx' failed in libmagic.so

2021-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445941

--- Comment #3 from bug.reporte...@gmail.com ---
(In reply to Paul Floyd from comment #1)
> Which compiler are you using?

gcc 4.4.7; however, I also tried using gcc 4.8, 4.9 and 7.4 with the same
results.

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

[gwenview] [Bug 418635] Display of GPS Area Information does not respect EXIF specification

2021-11-29 Thread linadmin
https://bugs.kde.org/show_bug.cgi?id=418635

--- Comment #8 from linadmin  ---
(In reply to John Clark from comment #2)
> Created attachment 143703 [details]
> Gwenview GPS Area Information
> 
> exiv2 -M"set Exif.GPSInfo.GPSAreaInformation Somewhere cool in space" 
> ./test.jpg
> 
> and then opened in in Gwenview 21.08.3 and the tag shows correctly.

For me that exiv2 command does not work at all?
Maybe that with correct parameters it does set the text in a different was?

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

[kphotoalbum] [Bug 446258] New: KPA git master crashes in viewer - only on one PC & user, not on the other ...

2021-11-29 Thread Andreas Schleth
https://bugs.kde.org/show_bug.cgi?id=446258

Bug ID: 446258
   Summary: KPA git master crashes in viewer - only on one PC &
user, not on the other ...
   Product: kphotoalbum
   Version: GIT master
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Viewer
  Assignee: kpab...@willden.org
  Reporter: schleth...@web.de
  Target Milestone: ---

SUMMARY
KPA crashes always at a certain image while browsing images in full screen
viewer. Only on my wifes PC and only with her user, not as me and not on my PC
as any of us.
We access the album via NFS, files (except .thumbnails) are rw-rw-r-- - so we
both may write and edit the tags but only I may (re-)create thumbnails.
Both systems run Leap 15.3 with the same patch status and more or less the same
software spectrum.
Both systems run the same KPA release but each one compiled on the respective
machine.

STEPS TO REPRODUCE
This is a bad one : I cannot (yet?) reproduce the bug on my PC with my user or
with my wife's :-(
1. Open KPA
2. Select 2021
3. View Thumbnails
4. doubleclick on some image from spring
5. start browsing using the mouse wheel or page-down key
6. zap! Always while hitting the same image 

... but I have a backtrace and the error message from the command line:

beate@wshome2:~> kphotoalbum -c ../usr/share/fotos/index.xml
ASSERT: "ok" in file
/home/usr/src/kphotoalbum-git/kphotoalbum/Utilities/ImageUtil.cpp, line 23
KCrash: Application 'kphotoalbum' crashing...
KCrash: Attempting to start /usr/lib64/libexec/drkonqi

(The cpp-file looks innocent enough, only what in the world was it saving?)

The crash file:

Application: KPhotoAlbum (kphotoalbum), signal: Aborted
[KCrash Handler]
#4  0x7f482974818b in raise () from /lib64/libc.so.6
#5  0x7f4829749585 in abort () from /lib64/libc.so.6
#6  0x7f482a4fa87b in QMessageLogger::fatal(char const*, ...) const () from
/usr/lib64/libQt5Core.so.5
#7  0x7f482a4fa071 in qt_assert(char const*, char const*, int) () from
/usr/lib64/libQt5Core.so.5
#8  0x0063aad2 in Utilities::saveImage (fileName=..., image=...,
format=0x6738b4 "JPEG") at
/home/usr/src/kphotoalbum-git/kphotoalbum/Utilities/ImageUtil.cpp:23
#9  0x00623ac6 in
BackgroundJobs::HandleVideoThumbnailRequestJob::saveFullScaleFrame
(fileName=..., image=...) at
/home/usr/src/kphotoalbum-git/kphotoalbum/BackgroundJobs/HandleVideoThumbnailRequestJob.cpp:63
#10 0x00623a01 in
BackgroundJobs::HandleVideoThumbnailRequestJob::frameLoaded (this=0x9d964a0,
image=) at
/home/usr/src/kphotoalbum-git/kphotoalbum/BackgroundJobs/HandleVideoThumbnailRequestJob.cpp:56
#11 0x00623870 in
BackgroundJobs::HandleVideoThumbnailRequestJob::execute (this=0x9d964a0) at
/home/usr/src/kphotoalbum-git/kphotoalbum/BackgroundJobs/HandleVideoThumbnailRequestJob.cpp:47
#12 0x0061c52f in BackgroundTaskManager::JobInterface::start
(this=0x9d964a0) at
/home/usr/src/kphotoalbum-git/kphotoalbum/BackgroundTaskManager/JobInterface.cpp:35
#13 0x0061cb45 in BackgroundTaskManager::JobManager::execute
(this=0x94d6830) at
/home/usr/src/kphotoalbum-git/kphotoalbum/BackgroundTaskManager/JobManager.cpp:61
#14 0x0061cba0 in BackgroundTaskManager::JobManager::addJob
(this=0x94d6830, job=0x9d964a0) at
/home/usr/src/kphotoalbum-git/kphotoalbum/BackgroundTaskManager/JobManager.cpp:68
#15 0x0057b56d in ImageManager::AsyncLoader::loadVideo (this=0x95150d0,
request=0x9dbaf30) at
/home/usr/src/kphotoalbum-git/kphotoalbum/ImageManager/AsyncLoader.cpp:109
#16 0x0057b434 in ImageManager::AsyncLoader::load (this=0x95150d0,
request=0x9dbaf30) at
/home/usr/src/kphotoalbum-git/kphotoalbum/ImageManager/AsyncLoader.cpp:86
#17 0x0051c71f in Viewer::ImageDisplay::requestImage (this=0x951ebd0,
info=..., priority=false) at
/home/usr/src/kphotoalbum-git/kphotoalbum/Viewer/ImageDisplay.cpp:741
#18 0x0051b528 in Viewer::ImageDisplay::updatePreload (this=0x951ebd0)
at /home/usr/src/kphotoalbum-git/kphotoalbum/Viewer/ImageDisplay.cpp:602
#19 0x0051b0d8 in Viewer::ImageDisplay::pixmapLoaded (this=0x951ebd0,
request=0x951ae20, image=...) at
/home/usr/src/kphotoalbum-git/kphotoalbum/Viewer/ImageDisplay.cpp:564
#20 0x0057bedd in ImageManager::AsyncLoader::customEvent
(this=0x95150d0, ev=0x7f47dc0056f0) at
/home/usr/src/kphotoalbum-git/kphotoalbum/ImageManager/AsyncLoader.cpp:230
#21 0x7f482a729a1b in QObject::event(QEvent*) () from
/usr/lib64/libQt5Core.so.5
#22 0x7f482b57ef9c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib64/libQt5Widgets.so.5
#23 0x7f482b5865b0 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib64/libQt5Widgets.so.5
#24 0x7f482a6f93a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib64/libQt5Core.so.5
#25 0x7f482a6fbf67 in QCoreApplicationPrivate::sen

[krita] [Bug 445691] Alpha Mask not working properly with predefined brush tips

2021-11-29 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=445691

Eoin O'Neill  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

[krita] [Bug 445691] Alpha Mask not working properly with predefined brush tips

2021-11-29 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=445691

Eoin O'Neill  changed:

   What|Removed |Added

 Status|REOPENED|CONFIRMED

--- Comment #5 from Eoin O'Neill  ---
It's worth noting that the png attached also has alpha value on the png. It
probably means that we are doing the alpha part of RGBA brushes incorrectly.
(?)

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

[gwenview] [Bug 418635] Display of GPS Area Information does not respect EXIF specification

2021-11-29 Thread linadmin
https://bugs.kde.org/show_bug.cgi?id=418635

--- Comment #7 from linadmin  ---
(In reply to Philipp Reichmuth from comment #1)
> Can you provide a sample file? I wanted to see if I can reproduce this and
> went through a bunch of my own photos, as well as sample JPEGs from places
> like https://github.com/ianare/exif-samples/tree/master/jpg/gps, and didn't
> find any that have this particular tag.

None of the fotos in above link do have embedded "GPS Area Information"

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

[ark] [Bug 445533] Zip compressing a php file with name index.php with just the opening php tags will make it not openable in Ark

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445533

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||21.12

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

[dolphin] [Bug 443132] Status bar goes missing while loading a folder

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=443132

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|21.12.1 |21.12

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

[plasmashell] [Bug 446185] OSDs shown without the level indicator when the screen is locked

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446185

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression
   Priority|NOR |HI

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

[plasmashell] [Bug 446185] OSDs shown without the level indicator when the screen is locked

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446185

Nate Graham  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #3 from Nate Graham  ---
Caused by https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4.

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

[plasmashell] [Bug 425271] XembedSNIProxy causes "high" cpu usage

2021-11-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=425271

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #32 from David Edmundson  ---
>only when the Software Reneder is enable

Which software rendererer are you referring to?

We have some logic in xembedsniproxy that says "if our hidden window is shown,
send it to the back again".  Clearly someone else is putting our window back
again. Possibly a new kwin change.

Can you confirm that openbox --replace silences the issue?
Can you also enable any debug in kwin and see if that shows anything?

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

[plasmashell] [Bug 445539] Task Manager icons become blurry while sending an email with evolution

2021-11-29 Thread David
https://bugs.kde.org/show_bug.cgi?id=445539

--- Comment #9 from David  ---
(In reply to Nate Graham from comment #8)
> What a heisenbug...

Although, the relationship that I do see is that in all cases when this
happens, the buttons and text bars in the window that causes it are grayed out,
like after inputting a vault password and clicking "Ok".

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

[plasmashell] [Bug 425271] XembedSNIProxy causes "high" cpu usage

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425271

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[plasmashell] [Bug 425271] XembedSNIProxy causes "high" cpu usage

2021-11-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=425271

David Edmundson  changed:

   What|Removed |Added

 CC||brandon.coo...@disroot.org

--- Comment #31 from David Edmundson  ---
*** Bug 445411 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 445411] XembedSNIProxy spamming log, high CPU usage

2021-11-29 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=445411

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from David Edmundson  ---


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

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

[frameworks-plasma] [Bug 445518] KDE Plasma doesn't respect icon theme for some applications and application icons

2021-11-29 Thread Nick Stefanov
https://bugs.kde.org/show_bug.cgi?id=445518

--- Comment #10 from Nick Stefanov  ---
Just removing the breeze-icon package solves this weird problem. Thank you for
the heads up!

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

[plasmashell] [Bug 445539] Task Manager icons become blurry while sending an email with evolution

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=445539

--- Comment #8 from Nate Graham  ---
What a heisenbug...

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

[plasmashell] [Bug 445539] Task Manager icons become blurry while sending an email with evolution

2021-11-29 Thread David
https://bugs.kde.org/show_bug.cgi?id=445539

--- Comment #7 from David  ---
(In reply to Nate Graham from comment #6)
> That's extremely bizarre. I have no idea how those actions could possibly be
> related.
> 
> Does this happen when using Breeze icons?
> 
> Any chance you could attach a screen recording that shows the issue
> happening?

Oddly enough, it stops happening when I have the screen recorder on. No idea if
it happens with breeze icons, but I doubt it's related to those as the borders
around icons of launched apps also become blurry and slightly whiter than
usual, not just the drawn icon.

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

[krita] [Bug 445561] Krita 5 16bit integer colorspace canvas rendering is broken on M1

2021-11-29 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=445561

--- Comment #11 from vanyossi  ---
1) unchecked texture buffers fixes the rendering problem as suspected (as a
quick fix we could force texture buffers off if 16bit integer is used)
3) applying patch and recompiling also fixes the issue (texture buffers is
checked but the patch turns it off).
4) Bug is present as expected
5) I've already tested if the buffer and data sizes would differ or not, which
did not. The ASSERT as expected does not trigger and printing values shows the
size is as expected: lower or equal. 

I tried to find  where there could be a wrong calculation related to the
changes from that commit, and could not make it behave differently other than
total black, transparent or crashes. Could it be the problem is inside
qtopenglbuffer? I mean native arm qt for macos is official in 6.2 version and
they are planning on releasing 5.15 somewhere in the future. However I could
not find a bug report related.

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

[plasmashell] [Bug 440650] Some icons should be flipped in RTL mode

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440650

--- Comment #9 from Nate Graham  ---
Did all the QML stuff. Don't know how to do the QWidgets stuff (Filelight and
Gwenview). I'll look into it later.

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

[plasmashell] [Bug 440650] Some icons should be flipped in RTL mode

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440650

--- Comment #8 from Nate Graham  ---
Git commit a61e7db8bb9ebb7f802692cc59ed5ae38d1a06b2 by Nate Graham.
Committed on 29/11/2021 at 21:46.
Pushed by ngraham into branch 'Plasma/5.23'.

Lock & login screens: Use RTL-friendly arrows when in RTL mode
(cherry picked from commit c007e68a3e8bb53f96e69fc950ac2359c29bf79f)

M  +1-1lookandfeel/contents/lockscreen/MainBlock.qml
M  +1-1sddm-theme/Login.qml

https://invent.kde.org/plasma/plasma-workspace/commit/a61e7db8bb9ebb7f802692cc59ed5ae38d1a06b2

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

[plasmashell] [Bug 440650] Some icons should be flipped in RTL mode

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440650

--- Comment #7 from Nate Graham  ---
Git commit c007e68a3e8bb53f96e69fc950ac2359c29bf79f by Nate Graham.
Committed on 29/11/2021 at 21:45.
Pushed by ngraham into branch 'master'.

Lock & login screens: Use RTL-friendly arrows when in RTL mode

M  +1-1lookandfeel/contents/lockscreen/MainBlock.qml
M  +1-1sddm-theme/Login.qml

https://invent.kde.org/plasma/plasma-workspace/commit/c007e68a3e8bb53f96e69fc950ac2359c29bf79f

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

[plasmashell] [Bug 440650] Some icons should be flipped in RTL mode

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440650

--- Comment #6 from Nate Graham  ---
Git commit 704e826a3e7c0dc65f49accd2c8deaf22580be5d by Nate Graham.
Committed on 29/11/2021 at 21:39.
Pushed by ngraham into branch 'Plasma/5.23'.

Reverse screenshots arrows when in RTL mode

M  +4-4discover/qml/ApplicationScreenshots.qml

https://invent.kde.org/plasma/discover/commit/704e826a3e7c0dc65f49accd2c8deaf22580be5d

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

[plasmashell] [Bug 440650] Some icons should be flipped in RTL mode

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440650

--- Comment #5 from Nate Graham  ---
Git commit f748d5109178f9624dbcc65b2439b0c3f538dd2b by Nate Graham.
Committed on 29/11/2021 at 21:38.
Pushed by ngraham into branch 'master'.

Reverse screenshots arrows when in RTL mode

M  +4-4discover/qml/ApplicationScreenshots.qml

https://invent.kde.org/plasma/discover/commit/f748d5109178f9624dbcc65b2439b0c3f538dd2b

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

[plasmashell] [Bug 414834] Plasma crashes in QWaylandClientExtensionPrivate::handleRegistryGlobal() on Wayland when I change global theme

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414834

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.22|5.23

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

[plasmashell] [Bug 440650] Some icons should be flipped in RTL mode

2021-11-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440650

--- Comment #4 from Nate Graham  ---
Git commit 04c8bc41f8448ef0876da5bb06e80792cdd97b4d by Nate Graham.
Committed on 29/11/2021 at 21:30.
Pushed by ngraham into branch 'master'.

Use RTL half-star rating icon when in RTL mode

M  +1-1src/qtquick/qml/private/Rating.qml

https://invent.kde.org/frameworks/knewstuff/commit/04c8bc41f8448ef0876da5bb06e80792cdd97b4d

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

[okular] [Bug 446194] Selecting background/watermark text instead of foreground/"real" text

2021-11-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446194

--- Comment #6 from audreys...@pm.me ---
It does work on 21.08.3 also on my side !
I was on Ubuntu 20.04. I had to upgrade my Ubuntu to 21.04, and then 21.10. 
But even then, ubuntu software was only proposing Okular version 20.12.3.
Therefore, I downloaded Okular version 21.08.3, using flatpack.
https://flathub.org/apps/details/org.kde.okular

Thank you !

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

[valgrind] [Bug 446251] TARGET_SIGNAL_THR added to enum target_signal

2021-11-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=446251

--- Comment #1 from Paul Floyd  ---
I don't remember what prompted to me to add that. My git commit message was
just "Add SIGTHR".

Looking at the gdb code, fbsd-tdep.c there is

/* SIGTHR is the same as SIGLWP on FreeBSD. */
case FREEBSD_SIGTHR:
  return GDB_SIGNAL_LWP;

I'll change it to use that.

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

[dolphin] [Bug 445744] "Places" and "Folders" are not adherent to system-wide disablement of iconography.

2021-11-29 Thread BEEDELL ROKE JULIAN LOCKHART
https://bugs.kde.org/show_bug.cgi?id=445744

--- Comment #2 from BEEDELL ROKE JULIAN LOCKHART 
 ---
This is response to "http://bugs.kde.org/show_bug.cgi?id=445744#c1";.

"http://bugs.kde.org/show_bug.cgi?id=445744"; is not relevant to
"http://bugs.kde.org/show_bug.cgi?id=445804";.

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

[plasma-pa] [Bug 409325] Changing volume via mouse wheel does not respect custom "Volume step" value when scrolling directly over the entry of an audio device or application

2021-11-29 Thread Decius Matho
https://bugs.kde.org/show_bug.cgi?id=409325

Decius Matho  changed:

   What|Removed |Added

 CC||nbisw...@pokemail.net

--- Comment #5 from Decius Matho  ---
(In reply to gvgeo from comment #3)
> Created attachment 126048 [details]
> Patch
> 
> As this tracks attention, I will post the patch here. Unfortunately there is
> a bug that prevents from applying.
> https://bugreports.qt.io/browse/QTBUG-76136 This prevents finer volume
> setting while dragging with mouse on slider.(It will snap based on volume
> step.)
> 
> Proper function with PC2 cannot achieved, there is a limitation in QQC1 of
> max 20 steps.
> Currently there is not any effective step. This means minimum step is 6 or 8
> when max volume is raised. If a smaller step is set, will jump to the next
> step. E.g. If set 5, will jump every 10.

That bug in upstream Qt was fixed early this year. Can the patch be applied
now?

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

[Craft] [Bug 446256] Broken Qt build on MacOS is blocking builds on binary-factory

2021-11-29 Thread Hannah von Reth
https://bugs.kde.org/show_bug.cgi?id=446256

--- Comment #2 from Hannah von Reth  ---
Fixed on the dev branch, will be merged soon.

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

[frameworks-plasma] [Bug 445518] KDE Plasma doesn't respect icon theme for some applications and application icons

2021-11-29 Thread Nick Stefanov
https://bugs.kde.org/show_bug.cgi?id=445518

Nick Stefanov  changed:

   What|Removed |Added

 CC||m...@abv.bg

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

[Breeze] [Bug 446253] breeze-dark and breeze icons are identical

2021-11-29 Thread Nick Stefanov
https://bugs.kde.org/show_bug.cgi?id=446253

Nick Stefanov  changed:

   What|Removed |Added

 CC||m...@abv.bg

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

[Breeze] [Bug 445489] Light theme icons randomly get installed in breeze-dark theme

2021-11-29 Thread Nick Stefanov
https://bugs.kde.org/show_bug.cgi?id=445489

Nick Stefanov  changed:

   What|Removed |Added

 CC||m...@abv.bg

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

  1   2   3   4   >