[digikam] [Bug 429673] New: Create export filename-list for fuzzy search result

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

Bug ID: 429673
   Summary: Create export filename-list for fuzzy search result
   Product: digikam
   Version: 7.1.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Searches-Similarity
  Assignee: digikam-bugs-n...@kde.org
  Reporter: wertsto...@schuerz.at
  Target Milestone: ---

SUMMARY
When i run a fuzzy search to find duplicate images, i get the best results with
digikam compared to other tools. So digikam is my choice. 

But the problem is, i can not do anything with the results. I know, create a
button, which saves the largest image could be easy (reverse call: delete all
duplicates except the largest one). 
I cannot use the referenzce-image, because all my relevant images are in the
same directory (sorted by year and month). 

I want a export-button for the fuzzy-search result. It should give a json file
(which is easy to use with jq for shell-scripts) like this
{ reference-image.jpg: 
 path: "/path/to/reference-image.jpg";
 size: "5,4GB";
 pixel: "390";
 resolution: "2600x4500";
 duplicates: [
  { duplicate-1.jpg:
   path: "/path/to/duplicate-1.jpg";
   size: ...
   };
   { duplicate-1.jpg:
   
   };
 ];
}

The exported fields should be configurable like the columns in tableview from
the search.

So i can check the pictures in digikam, if the result is ok, export the
filenames and run my own scipt which can preserve or delete several files (the
biggest one, the one with name in nameconvention, if some duplicates are the
same except the filename... and so on.)

With an export like this, your are not in the situation to decide for your
users, and implement a bunch of algorithms to delete duplicates which do not
fit the usecases for all users... 

SOFTWARE/OS VERSIONS
Fedora 32, Gnome Desktop

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

[digikam] [Bug 417088] AppImage with QWebEngine does not start

2020-11-25 Thread Lukáš Doktor
https://bugs.kde.org/show_bug.cgi?id=417088

Lukáš Doktor  changed:

   What|Removed |Added

 CC||ldok...@redhat.com

--- Comment #19 from Lukáš Doktor  ---
Hello guys, I'm also suffering from this issue on F32 and here and I tried a
workaround given here:
https://github.com/probonopd/linuxdeployqt/issues/331#issuecomment-441544377
which removes the bundled libxcb-dri3 library and it works.

Tried with 7.2.0-beta1 as well as digikam-7.2.0-beta2-20201122T121503.

I don't know much about appimage but it looks like the bundled library is
outdated or just wrong and it works well with the system-wide installed
libxcb-1.13.1-4.fc32.

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

[elisa] [Bug 429672] New: track progress/seek bar unusable at minimum width

2020-11-25 Thread Be
https://bugs.kde.org/show_bug.cgi?id=429672

Bug ID: 429672
   Summary: track progress/seek bar unusable at minimum width
   Product: elisa
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: b...@gmx.com
  Target Milestone: ---

Created attachment 133660
  --> https://bugs.kde.org/attachment.cgi?id=133660=edit
screenshot of Elisa at minimum width

When the window is shrunk to its minimum width, the track progress/seek bar
becomes unusably small. I suggest moving it to its own row below a certain
window width.

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

[elisa] [Bug 429671] New: file deletion UI

2020-11-25 Thread Be
https://bugs.kde.org/show_bug.cgi?id=429671

Bug ID: 429671
   Summary: file deletion UI
   Product: elisa
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: b...@gmx.com
  Target Milestone: ---

It would be nice to be able to delete files and groups of files (albums,
artists, genres) from Elisa. I'm not sure where this would fit into the UI well
without making it too easy to click accidentally or too obtrustive. The View
Details window for tracks could be a place to add a button. Also the top right
of the album view in the middle pane could be a good place.

Of course, this should have a confirmation dialog before deleting the files.

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

[digikam] [Bug 429664] Windows file rename change case only fails badly

2020-11-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=429664

Maik Qualmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/bb9c411
   ||93535cb79c5b77bded70c4883de
   ||ab2a88
 Status|REPORTED|RESOLVED
   Version Fixed In||7.2.0
 Resolution|--- |FIXED

--- Comment #3 from Maik Qualmann  ---
Git commit bb9c41193535cb79c5b77bded70c4883deab2a88 by Maik Qualmann.
Committed on 26/11/2020 at 07:07.
Pushed by mqualmann into branch 'master'.

read dir to check for file name to fix renaming in Windows
FIXED-IN: 7.2.0

M  +2-1NEWS
M  +7-1core/libs/iojobs/iojob.cpp

https://invent.kde.org/graphics/digikam/commit/bb9c41193535cb79c5b77bded70c4883deab2a88

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

[elisa] [Bug 429670] New: seldomly played albums

2020-11-25 Thread Be
https://bugs.kde.org/show_bug.cgi?id=429670

Bug ID: 429670
   Summary: seldomly played albums
   Product: elisa
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: b...@gmx.com
  Target Milestone: ---

A feature I really like in Lollypop is the "Seldomly played albums" view. I
prefer this to searching music I have recently played. It reminds me of music
that I love but have not listened to in a long time.

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

[digikam] [Bug 429664] Windows file rename change case only fails badly

2020-11-25 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=429664

Maik Qualmann  changed:

   What|Removed |Added

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

--- Comment #2 from Maik Qualmann  ---
Right, the file will definitely be moved to the digiKam recycle bin. With the
Qt API we can hardly tell whether it is an "image.jpg" or an "Image.jpg". Both
queries return a yes in a Windows file system, because both files are
identical. Let's see, only changing in upper and lower case will be difficult
to fix.

Maik

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

[kwin] [Bug 391322] Meta key randomly stops opening Plasma launcher menu

2020-11-25 Thread Rick
https://bugs.kde.org/show_bug.cgi?id=391322

--- Comment #32 from Rick  ---
The binding always breaks after first suspend.
I pressed *alt+shift+f12* and the screen blinked.  I then closed the lid
and the binding broke.
I restored with *kwin_x11 --replace & disown*.
I restarted my machine for the next test because after I restore,  I can't
reliably reproduce the problem by closing the lid - it becomes random.  But
when I freshly login and close the lid I can break it 100% of the time.
When I logged in after the restart, I entered *sudo udevadm trigger -s
input* into the console
It didn't trigger the meta key binding breakage.
I then closed my laptop lid and I triggered the meta key binding breakage.


On Wed, Nov 25, 2020 at 11:14 PM David Edmundson 
wrote:

> https://bugs.kde.org/show_bug.cgi?id=391322
>
> --- Comment #31 from David Edmundson  ---
> Could you also see if:
>
> sudo udevadm trigger -s input
>
> reliably triggers it?
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
> You voted for the bug.

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

[plasmashell] [Bug 383498] Mount media when clicking on it without having to click the "mount" button besides

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

Justin Zobel  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #12 from Justin Zobel  ---
Thanks for confirming Tobias.

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

[plasmashell] [Bug 383498] Mount media when clicking on it without having to click the "mount" button besides

2020-11-25 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=383498

--- Comment #11 from Tobias Leupold  ---
Sorry, I overlooked this one! Seems like the issue has been fixed. Using Plasma
5.19.5, removable media is mounted as expected when clicking on "Open with file
manager".

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

[akregator] [Bug 397752] HTML articles appear very small

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

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #6 from Laurent Montel  ---
(In reply to Lukáš Turek from comment #1)
> I have the same problem, but only on some feeds (websites): those that don't
> set fixed font size (in pt or px), but use relative units (em or rem).
> 
> I think it happens because QWebEngineSettings::DefaultFontSize expects the
> size in pixels, not points. However, GrantleeViewFormatter converts the
> configured Medium Font Size from points to pixels. This inconsistency means
> that depending on what Medium Font Size you set, you will either have normal
> fonts on websites and huge fonts in feeds, or tiny fonts on websites and
> normal fonts in feeds.
> 
> The simplest fix would be to drop the conversion in GrantleeViewFormatter,
> but that would change font size in feeds for current users.

"src/akregator_part.cpp:684:   
QWebEngineSettings::defaultSettings()->setFontSize(QWebEngineSettings::DefaultFontSize,
Settings::mediumFontSize());"
=> we use correct settings in QWebEngineSettings::defaultSettings() we don't
convert it.

In grantlee html file wr use
"grantleeObject.insert(QStringLiteral("mediumFontSize"),
pointsToPixel(Settings::mediumFontSize()));"
because
"rc/formatter/html/5.2/combinedview.html:9:font-size: {{ mediumFontSize}}px
! important;
src/formatter/html/5.2/combinedview.html:65:font-size:
{{mediumFontSize}}px;
src/formatter/html/5.2/combinedview.html:70:font-size: {{
mediumFontSize}}px;
src/formatter/html/5.2/defaultnormalvisitfeed.html:8:font-size: {{
mediumFontSize}}px ! important;
src/formatter/html/5.2/defaultnormalvisitfolder.html:8:font-size: {{
mediumFontSize}}px ! important;
src/formatter/html/5.2/normalview.html:8:font-size: {{ mediumFontSize}}px !
important;
src/formatter/html/5.2/normalview.html:50:font-size: {{ mediumFontSize}}px;
src/formatter/html/5.2/normalview.html:55:font-size: {{ mediumFontSize}}px;
"
we use px on html directly.

Which resolution do you use ? 4K ?

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

[frameworks-solid] [Bug 422385] Dolphin shows docker volumes in Devices section

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/solid/-/merge_requests/23

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

[kmail2] [Bug 429669] New: Pop-up Error Message Box Flood

2020-11-25 Thread Owain Wilks
https://bugs.kde.org/show_bug.cgi?id=429669

Bug ID: 429669
   Summary: Pop-up Error Message Box Flood
   Product: kmail2
   Version: 5.15.1
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: shaowd1...@gmail.com
  Target Milestone: ---

SUMMARY

The error dialog box keeps popping up after user select an operation

OBSERVED RESULT

I woke up found my computer flooded with "Server Authentication" error, because
one of the imap server uses a wrong cert. 

I closed all the pop-up dialog box (tons of them), but it keeps popping up
every 3 seconds. I can barely operate my PC. Quit KMail does not makes it go
away. The best I can do is to leave it there, but it still pops up several
times per hour. 

For the server cert error, I cannot fix it on my side and do not want to trust
an unknown cert. I would like to keep my account offline until a retry is
manually made some time later. 

EXPECTED RESULT

When displaying the server failure message, if the user choose "cancel", set
the account to offline, do not prompt the same error again and again.

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

[elisa] [Bug 425862] Database needs to reinit every time the app is opened

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

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

[elisa] [Bug 423565] Elisa is not finding new songs added to my ~/Music folder

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

--- Comment #16 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 385420] Panel at the top instead of bottom after screen energy saving

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

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

[systemsettings] [Bug 424202] Speaker Placement and Testing does Nothing

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

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

[Skanlite] [Bug 425958] Invalid Argument

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

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

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

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

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

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

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

[dolphin] [Bug 399269] Incorrect information about file size after unzipping of big file

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #12 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 429067] Dolphin does not return the path of the locally mounted network drive through kio-fuse during drag and drop

2020-11-25 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=429067

--- Comment #2 from Dashon  ---
You're right about step 2. The whole process was kinda confusing to me at
first.

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

[krita] [Bug 428347] Was drawing for about 3 hours to add to an already large file, 4k resolution painting. My Computer can handle the size and extremity of the project, but krita suddenly stopped all

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[krita] [Bug 429612] Unable to delete a single reference image in Espanish (European) keyboard

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

Bug Janitor Service  changed:

   What|Removed |Added

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

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

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

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

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

[rkward] [Bug 427135] no arranca el programa

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[rkward] [Bug 427670] Error at start and crash when conducting time series

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

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.

[kate] [Bug 426927] [Wayland] Scrolling with preview crashes wayland session on button release

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

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.

[kate] [Bug 426869] Kate and Kwrite lag when reading Arabic

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

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.

[kate] [Bug 419523] kate can't showing on taskbar with open shell script

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 403215] "New Kate session" in session applet does not correctly handle a keypress

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[dolphin] [Bug 403070] I noticed that when I go to compress or unzip a file, it only appears when I press the F5 key.

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[dolphin] [Bug 402005] Duplicate entry in context menu

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[dolphin] [Bug 397098] When using split-window, details mode, the "size" column header is reversed

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[dolphin] [Bug 392147] Add dialog to make ELF files executable

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 386953] Option to select background color for plugins

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 390923] Kate persistent sidebars changing size to minimum if additional sidebar is activated

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 384971] No preview for new documents

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

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.

[kate] [Bug 383802] Cursor does not transforms into regular one after dragging text into desktop note

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[kate] [Bug 374615] file system browser plugin's "parent folder" button doesn't work when synchronizing documents

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 377768] Symbolic links are not handled correctly for SFTP://

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[plasmashell] [Bug 361054] Accelerators do not work in weather applet configuration dialog

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[plasmashell] [Bug 373107] System Settings -> Workspace Theme -> select with mouse -> Nothing happens.

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[plasmashell] [Bug 366057] creation/modification of .desktop application links is broken

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 354739] Recursion in spell checker when replacement contains a period

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[plasmashell] [Bug 365266] Can't sustain a dragged click

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[plasmashell] [Bug 360310] [window list] Right resizing for

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 269408] Kate freezes when adding a line in long Lua tables

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kate] [Bug 351884] Creating new file under a folder in tree view only creates file in navigated directory, not subdirectory

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

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.

[Discover] [Bug 428992] Problem with removing Mozilla

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

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

[elisa] [Bug 427663] Elisa is not fully indexing some tracks, resulting in missing songs in Album and Artist view

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

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

[elisa] [Bug 422985] crash Elisa

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

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

[plasma-pa] [Bug 427607] Pipewire issues on plasma.

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

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

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

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

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

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

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

[plasmashell] [Bug 385886] Right clicking on a menu item and immediately right clicking somewhere else will show the menu item's contextual menu and not the contextual menu of the clicked element

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

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

[elisa] [Bug 413482] Elisa does not add audio files in the playlist dialog

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

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

[systemsettings] [Bug 327393] buttons used for capitals are below, small letters above.

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

--- 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 385772] Various windows randomly stop redrawing (unless I move them)

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

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

[plasmashell] [Bug 383498] Mount media when clicking on it without having to click the "mount" button besides

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

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

[systemsettings] [Bug 318683] Opening in Dolphin an unsupported filetype associated to Dolphin by mistake, Dolphin endlessly spawns itself (for instance : unsupported archive format)

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

--- Comment #25 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 380089] Panel widgets in all activities

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

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

[systemsettings] [Bug 296043] two item Dolphin

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

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

[systemsettings] [Bug 302926] Keyboard layout labels are different in size for different layouts

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

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

[systemsettings] [Bug 284617] Setting KP_Home as a separate key from Home

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

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

[systemsettings] [Bug 291237] Installing dialog close within seconds of opening

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

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

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

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

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

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

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

[systemsettings] [Bug 267545] Re-assignment of keys is atomic

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

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

[kwin] [Bug 429668] New: kwin crashed and recovered while typing in Twitch

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

Bug ID: 429668
   Summary: kwin crashed and recovered while typing in Twitch
   Product: kwin
   Version: 5.14.2
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: clickwir...@gmail.com
  Target Milestone: ---

Created attachment 133658
  --> https://bugs.kde.org/attachment.cgi?id=133658=edit
Generated by crash reporter. Wouldn't let me login though, so saved.

Application: kwin_x11 (5.19.5)

Qt Version: 5.14.2
Frameworks Version: 5.74.0
Operating System: Linux 5.8.0-29-generic x86_64
Windowing system: X11
Distribution: Ubuntu 20.10

-- Information about the crash:


Running an AMD Ryzen 5 3400G APU, using amdgpu driver. Trying to get OpenCL
working so I can run distributed.net RC5-72. Have a half install of amdgpu-pro,
but install didn't work. Something about dkms not able to build. However, it
installed enough so that dnetc runs. That was running in the background while
watching a Twitch stream, went to type in chat and then kwin crashed and came
back. Screens blanked for a second. Able to type in Twitch chat ok now. Firefox
v83 with WebRender enabled.

So driver running is amdgpu, not amdgpu-pro. But parts of amdgpu-pro's OpenCL
bits are installed. Enough that dnetc runs.

The crash does not seem to be reproducible.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault

[KCrash Handler]
#4  0x7fd8b7892747 in QTimerInfoList::unregisterTimer(int) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7fd8b783997a in QBasicTimer::stop() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fd8b8b81b89 in KWin::Compositor::performCompositing() () from
/usr/lib/x86_64-linux-gnu/libkwin.so.5
#7  0x7fd8b786858f in QObject::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fd8b82f2013 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x7fd8b783c1ca in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7fd8b7892b73 in QTimerInfoList::activateTimers() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7fd8b7890fd7 in
QEventDispatcherUNIX::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x7fd8b12f0732 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#13 0x7fd8b783aa4b in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x7fd8b7842fc6 in QCoreApplication::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x55fc5ccffa6d in ?? ()
#16 0x7fd8b71c2cb2 in __libc_start_main (main=0x55fc5ccff6a0, argc=1,
argv=0x7ffcc19ab288, init=, fini=,
rtld_fini=, stack_end=0x7ffcc19ab278) at ../csu/libc-start.c:314
#17 0x55fc5ccfff8e in _start ()
[Inferior 1 (process 1660) detached]

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

[plasmashell] [Bug 428040] Quick Launch shortcut no longer works.

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

ikidd3...@gmail.com changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 428040] Quick Launch shortcut no longer works.

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

--- Comment #1 from ikidd3...@gmail.com ---
Seems fixed in 5.20.3

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

[dolphin] [Bug 429067] Dolphin does not return the path of the locally mounted network drive through kio-fuse during drag and drop

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429067

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Using step 2 does not actually use kio-fuse I believe.

Regardless, the UX here is poor and we need to fix it somehow.

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

[khotkeys] [Bug 403636] Media Pause button doesn't work properly

2020-11-25 Thread Andy Kelk
https://bugs.kde.org/show_bug.cgi?id=403636

Andy Kelk  changed:

   What|Removed |Added

 CC||a...@mopoke.co.uk

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

[plasmashell] [Bug 418944] Impossible to eject via device notifier a rewritable disc erased with K3b if "Do not eject medium after write process" option is enabled in K3b settings

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418944

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
I suspect that K3B sets some kind of hold on the disc at the systctl level
which the applet cannot override, but I have absolutely no proof whatsoever of
this and it could be completely wrong. :)

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

[neon] [Bug 429667] Set dev.cdrom.autoclose=0 by default to prevent optical drive tray from automatically closing, which makes removing a disc very difficult

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429667

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=427174

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

[plasmashell] [Bug 427174] Impossible to eject a unmounted optical disc via Disks & Devices systray applet

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427174

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=429667

--- Comment #7 from Nate Graham  ---
Filed Bug 429667 for Neon.

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

[neon] [Bug 429667] New: Set dev.cdrom.autoclose=0 by default to prevent optical drive tray from automatically closing, which makes removing a disc very difficult

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429667

Bug ID: 429667
   Summary: Set dev.cdrom.autoclose=0 by default to prevent
optical drive tray from automatically closing, which
makes removing a disc very difficult
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: n...@kde.org
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

I installed Neon on my only hardware with an optical drive to test Bug 427174
with the Disks & Device applet, which is about the optical drive tray
auto-closing when ejecting a disc from the applet.

I discovered that the issue in question was not an issue with the applet but
rather deeper in the distro configuration: running `sysctl -w
dev.cdrom.autoclose=0` fixed the issue of the tray auto-closing, so I am
wondering if it would make sense to ship this way by default in Neon.

See also
https://wiki.archlinux.org/index.php/Optical_disc_drive#Disc_tray_autocloses

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

[plasmashell] [Bug 399073] Sometimes "Disks & Devices" applet shows the entry of an already ejected audio CD

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=399073

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #7 from Nate Graham  ---
Confirmed.

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

[plasmashell] [Bug 427174] Impossible to eject a unmounted optical disc via Disks & Devices systray applet

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427174

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #6 from Nate Graham  ---
This appears to be a distro/hardware/user configuration issue. See
https://wiki.archlinux.org/index.php/Optical_disc_drive#Disc_tray_autocloses

I can reproduce this issue on my hardware in the KDE Neon live session, but
running `sysctl -w dev.cdrom.autoclose=0` fixes the issue.

The correct solution would appear to ask distros to set this, if appropriate,
or figure out why it's not already set.

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

[plasmashell] [Bug 427174] Impossible to eject a unmounted optical disc via Disks & Devices systray applet

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427174

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

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

[plasmashell] [Bug 399073] Sometimes "Disks & Devices" applet shows the entry of an already ejected audio CD

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=399073

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #8 from Nate Graham  ---
Appears to have the same root cause as Bug 427174.

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

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

[plasmashell] [Bug 427174] Impossible to eject a unmounted optical disc via Disks & Devices systray applet

2020-11-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427174

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Nate Graham  ---
Confirmed.

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

[konsole] [Bug 391781] Add support for SIXEL in Konsole

2020-11-25 Thread Omar
https://bugs.kde.org/show_bug.cgi?id=391781

Omar  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Omar  ---
*** This bug has been confirmed by popular vote. ***

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

[kdenlive] [Bug 429666] New: Unresponsive Timeline

2020-11-25 Thread petabyte
https://bugs.kde.org/show_bug.cgi?id=429666

Bug ID: 429666
   Summary: Unresponsive Timeline
   Product: kdenlive
   Version: 20.08.3
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: brikbust...@gmail.com
  Target Milestone: ---

SUMMARY
A few small issues trying to run on Windows 10.
Recording with some system info, demonstration of bug:
https://www.youtube.com/watch?v=i0KcwYivE4U

STEPS TO REPRODUCE
1. Play clip.
2. 
3. 

OBSERVED RESULT
Preview player is fickle and glitchy.
Timeline mark does not move, and jumps around randomly.


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 429631] SDDM crash after hardening

2020-11-25 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=429631

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |MOVED

--- Comment #7 from Nicolas Fella  ---
Opening bugs against unrelated projects isn't going to get you anywhere

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

[plasmashell] [Bug 377378] digital clock shows time in wrong timezone when there is a fullscreen mpv running on second monitor

2020-11-25 Thread Nikitail
https://bugs.kde.org/show_bug.cgi?id=377378

Nikitail  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #5 from Nikitail  ---
I have since switched my graphics card and upgraded my plasma, and I no longer
have this issue with mpv and compositing. Full screen games no longer cause
issues for me as well.

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

[systemsettings] [Bug 429665] New: Touchpad Tap-to-click should be enabled by default in System Settings

2020-11-25 Thread Emi
https://bugs.kde.org/show_bug.cgi?id=429665

Bug ID: 429665
   Summary: Touchpad Tap-to-click should be enabled by default in
System Settings
   Product: systemsettings
   Version: 5.20.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_touchpad
  Assignee: plasma-b...@kde.org
  Reporter: nyxad...@gmail.com
  Target Milestone: ---

When using a laptop with a touchpad, Tap-to-click is disabled by default in
Plasma's System Settings. This can be rather unintuitive for modern touchpad
usage, as it is much simpler to tap than it is to click down on a touchpad.
Tap-to-click allows users to interact with their laptop without constantly
having to press down against a stiff touchpad, which may even hinder
ergonomics. 

In my experience, other desktops such as GNOME, have tap-to-click enabled by
default, which makes for a better out-of-the-box experience for laptop users.
Especially when trying to be more touch-friendly in general, it would be very
helpful to enable tap-to-click for the touchpad in system settings by default.

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

[akregator] [Bug 397752] HTML articles appear very small

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

--- Comment #5 from Justin Zobel  ---
(In reply to Lukáš Turek from comment #3)
> Created attachment 133639 [details]
> Remove pointsToPixel conversion

Lukáš can you please submit this as a merge request to
https://invent.kde.org/pim/akregator

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

[digikam] [Bug 429664] Windows file rename change case only fails badly

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

--- Comment #1 from k...@binkmail.com ---
Later... looks like a temp renamed version of the deleted file goes into
.dtrash so perhaps not completely lost.

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

[digikam] [Bug 429664] New: Windows file rename change case only fails badly

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

Bug ID: 429664
   Summary: Windows file rename change case only fails badly
   Product: digikam
   Version: 7.2.0
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: AdvancedRename
  Assignee: digikam-bugs-n...@kde.org
  Reporter: k...@binkmail.com
  Target Milestone: ---

SUMMARY

Rename from context menu of image. 
If you only change case of part of the name you get an error dialog with 
options to 'Rename again' 'Overwrite' 'Cancel'

'Rename again' will fail again.
'Overwrite' will fail and the image WILL BE DELETED (and not to the recycle
bin).


Digikam current weekly x64
SOFTWARE/OS VERSIONS
Windows: Win 10

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

[plasmashell] [Bug 429631] SDDM crash after hardening

2020-11-25 Thread HD Scania
https://bugs.kde.org/show_bug.cgi?id=429631

HD Scania  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Resolution|UPSTREAM|---

--- Comment #6 from HD Scania  ---
I have an issue there, but people there aren’t that active, so also filing that
bug here.
https://github.com/sddm/sddm/issues/1332
(In reply to Nicolas Fella from comment #4)
> Does this actually have anything to do with Plasma?
> Sounds like it should be reported to SDDM instead
> (https://github.com/sddm/sddm/issues)

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

[Discover] [Bug 429235] Discover sidebar's items get covered up by the header after resizing window to be narrow and then wide again

2020-11-25 Thread Mufeed Ali
https://bugs.kde.org/show_bug.cgi?id=429235

--- Comment #7 from Mufeed Ali  ---
Like I said in 429533, I have the same issue, but additionally, the text labels
also seem to disappear occasionally. It's not as easily reproducible as the bug
here, but I'm guessing it's related.

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

[krusader] [Bug 392133] Huge memory consumption while doing nothing

2020-11-25 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=392133

Nikita Melnichenko  changed:

   What|Removed |Added

 Status|REOPENED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #31 from Nikita Melnichenko  ---
@Piotr, @PhobosK, @Ivo, @David - I feel your pain and would like to help,
especially since I should have some time for Krusader till the end of year.
However, I need your help as well. It seems like it's quite a rare issue. I
tried to repro it in various ways and I could not. I need an additional
information from you to produce some ideas on what is wrong.

Please read my discussion with @Piotr, especially comment #25. Could you invest
some of your time to provide a heaptrack report while running on a system with
debug symbols for KDE Frameworks and Qt. The problem is likely related to KF5
Solid lib (either leak there or maybe some abnormal API usage), but it's hard
to understand what exactly is wrong and what is different in your systems
compared to an average system.

If we localize the issue, I may be able implement some workarounds in the code
for you to try.

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

[plasma-pa] [Bug 429663] New: Quiet time - add ability to automatically mute all/some devices according to times or events

2020-11-25 Thread Störm Poorun
https://bugs.kde.org/show_bug.cgi?id=429663

Bug ID: 429663
   Summary: Quiet time - add ability to automatically mute
all/some devices according to times or events
   Product: plasma-pa
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: applet
  Assignee: now...@gmail.com
  Reporter: i...@stormpoorun.net
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY

Ability to set certain hours as 'quiet times'.
The schedule would override current settings temporarily to turn off all or
particular sound devices as specified.

Example 1:

Shara lives in a dorm/shared room/hostel or bedroom with their spouse, and
doesn't want to disturb anyone between 23h and 09h.

Currently: 

Shara turns their laptop on at 23:30, and it makes noises before they can
figure to mute the volume, awaking other people.

Solution:

Shara sets a quiet time schedule for 23:00 - 10:00 and sets it so only the
headphones work during this period (unless they override it). Future sleepless
nights or arguments are thus avoided.

Example 2:

Jones has a laptop they use for Messenger at home, with it's built-in speakers.

Currently: 

Jones gets to work one morning, opens the laptop and it un-suspends, and
immediately disturbs his workmates because pings on Messenger and music from an
advert on a website that was already open starts to play; all before they can
mute the volume. This is disturbing but also sounds deeply unprofessional.

Solution:

With a programmable quiet-time, Jones can be sure to avoid embarrassment and
annoyance at work, without having to constantly think about it or plan for it.

Example 3

Jan uses their speakers and headphones at various hours, and has no set
schedule.
Jan never knows when their baby will be asleep, or their housemates.

Currently:
Every times Jan turns on or in particular un-suspends their desktop, they are
anxious that some unbeknown sound will come on, before they remember to, or
figure out how to, mute the speakers. This has woken the baby, and has got them
in trouble with housemates who think they are inconsiderate.

Solution:
Jan uses Quiet Time to turn off the speakers automatically every time the
desktop is turned on, or awaken from suspend or hibernate.
This avoid embarrassment. Jan uses the quiet time icon to turn it off when
needed.

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

[okular] [Bug 429635] PDF form bug - hyperlink not opened by push button

2020-11-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=429635

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
> It fulfils the PDF form specification.

Sure, it fulfills the PDF specification, but it's also kind of malformed, it
has two two link actions in the very same place, one of the link actions has an
empty JS associated to it and the other link action has a url associated to it.

So we decide that left click goes to one and you like the other, you can access
the other with right click.

Honestly i'm not sure why we would prioritize one over the other, i guess we
could do some pretending to be smart like "if there's two actions on the same
place and one has a http url and the other an empty JS, ignore the one with the
empty JS", but idk, feels dirty

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

[systemsettings] [Bug 415179] Touchpad disabled when detected as both mouse and touchpad

2020-11-25 Thread akb825
https://bugs.kde.org/show_bug.cgi?id=415179

--- Comment #7 from akb825  ---
After some investigation, it looks like the current issue is caused because
there's a second touchpad device (PS/2 Synaptics TouchPad) that shows up in the
xinput device list. The ordering of the list is inconsistent between boots, and
it will incorrectly disable the touchpad when the PS/2 Synaptics TouchPad is on
top.

When I disable this extra touchpad device, it looks like it works around the
issue. Therefore, the new workaround for the Xorg config is:

Section "InputClass"
Identifier "Ignore synaptics touchpad"
MatchProduct "PS/2 Synaptics TouchPad"
MatchIsTouchpad "on"
Option "Ignore" "on"
EndSection

Just to note, I do not have the xf86-input-synaptics package installed, so the
Synaptics device seems to be detected even with the default X11 packages.

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

[dolphin] [Bug 429662] Please, let date representation respect the format set by the Plasma Locale Time (LC_TIME environment variable) setting

2020-11-25 Thread Anton Latukha
https://bugs.kde.org/show_bug.cgi?id=429662

--- Comment #1 from Anton Latukha  ---
Created attachment 133657
  --> https://bugs.kde.org/attachment.cgi?id=133657=edit
Dolphin date columns

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

[dolphin] [Bug 429662] New: Please, let date representation respect the format set by the Plasma Locale Time (LC_TIME environment variable) setting

2020-11-25 Thread Anton Latukha
https://bugs.kde.org/show_bug.cgi?id=429662

Bug ID: 429662
   Summary: Please, let date representation respect the format set
by the Plasma Locale Time (LC_TIME environment
variable) setting
   Product: dolphin
   Version: 20.08.3
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: view-engine: details mode
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: anton.latukha+...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 133656
  --> https://bugs.kde.org/attachment.cgi?id=133656=edit
Settings -> Locale -> Detailed Settings

SUMMARY

At least for "Created, Modified, Accessed" columns it seems to not respect the
`LC_TIME` environment variable.

For example, `LC_TIME=en_DK.UTF-8` is set, which corresponds to ISO 8601 date
format ("-MM-DD"):
```shell
# date [OPTION]... [+FORMAT]
#   %x   locale's date representation
date +%x

2020-11-26
```
But date in the application gets represented as "DD/MM/YY". It does not make
sense, since main locale setting set is `LANG=en_US.UTF-8`, so, if the
application ignores `LC_TIME=en_DK.UTF-8`, it must use `LANG=en_US.UTF-8` (and
the same `en_US` is in the Dolphin's "Settings -> Configure language". so US
date must be "MM/DD/YY", but what gets shown is `DD/MM/YY`.

Plasma Locale settings is in the attached screenshot.

Shell results:
```shell
locale

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=uk_UA.UTF-8
LC_TIME=en_DK.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=uk_UA.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=uk_UA.UTF-8
LC_NAME=uk_UA.UTF-8
LC_ADDRESS=uk_UA.UTF-8
LC_TELEPHONE=uk_UA.UTF-8
LC_MEASUREMENT=uk_UA.UTF-8
LC_IDENTIFICATION=uk_UA.UTF-8
LC_ALL=

localectl

   System Locale: LANG=en_US.UTF-8
  LC_NUMERIC=uk_UA.UTF-8
  LC_TIME=en_DK.UTF-8
  LC_MONETARY=uk_UA.UTF-8
  LC_PAPER=uk_UA.UTF-8
  LC_NAME=uk_UA.UTF-8
  LC_ADDRESS=uk_UA.UTF-8
  LC_TELEPHONE=uk_UA.UTF-8
  LC_MEASUREMENT=uk_UA.UTF-8
  LC_IDENTIFICATION=uk_UA.UTF-8
   VC Keymap: us
  X11 Layout: us
   X11 Model: pc105
```


STEPS TO REPRODUCE

1. Reproduce the Locale settings form the "Settings -> Locale -> Detailed
Settings" screenshot attached
2. Reload.
3. Run Dolphin.
4. Select "Details view mode"
5. Add columns "Modified" OR "Created" OR "Accessed"
6. Observe a date format.
7. Compare it to `date +%x` output.

OBSERVED RESULT

Format of date: "DD/MM/YY"

EXPECTED RESULT

Format of date: Short ISO date format (-MM-DD), or longer ISO format
versions, preferably "-MM-DD HH:MM".

SOFTWARE/OS VERSIONS

Linux/KDE Plasma:
KDE Plasma Version: 5.20.3
KDE Frameworks Version: 5.76.0
Qt Version: 5.15.1

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

[frameworks-solid] [Bug 422385] Dolphin shows docker volumes in Devices section

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

--- Comment #4 from gudv...@gmail.com ---
(In reply to Méven Car from comment #3)
> And if you could also `solid-hardware5 details udi` where udi is the value
> of your docker overlay udi returned by the first command.

Now I have only one overlay from running container so that's it:

udi =
'/org/kde/fstab/overlay/var/lib/docker/overlay2/3d557486b8f63fcdd70c697ef903bf849ccd9cc370f53df2deefad18b75e3dc2/merged'
  parent = '/org/kde/fstab'  (string)
  vendor = 'overlay'  (string)
  product =
'/var/lib/docker/overlay2/3d557486b8f63fcdd70c697ef903bf849ccd9cc370f53df2deefad18b75e3dc2/merged'
 (string)
  description =
'/var/lib/docker/overlay2/3d557486b8f63fcdd70c697ef903bf849ccd9cc370f53df2deefad18b75e3dc2/merged
(overlay)'  (string)
  icon = 'folder'  (string)
  StorageAccess.accessible = true  (bool)
  StorageAccess.filePath =
'/var/lib/docker/overlay2/3d557486b8f63fcdd70c697ef903bf849ccd9cc370f53df2deefad18b75e3dc2/merged'
 (string)
  StorageAccess.ignored = false  (bool)

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

[systemsettings] [Bug 386253] Impossible to set Alt+Print shortcut

2020-11-25 Thread ariasuni
https://bugs.kde.org/show_bug.cgi?id=386253

ariasuni  changed:

   What|Removed |Added

Version|5.18.90 |5.20.3

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

[okular] [Bug 429640] AnnotationToolBarTest fails: AnnotationToolBarTest::testAnnotationToolBar(first tab) '(annToolBar->isVisible())' returned FALSE. (ToolBar not shown when triggering annotation usi

2020-11-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=429640

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Albert Astals Cid  ---
How are you running the tests?

These tests move your mouse and need a real X11 server.

If you don't have that, "you're doing it wrong" and it will fail.

We have CI running on okular and the tests have not failed in like "forever"
https://build.kde.org/view/OS%20-%20Linux/job/Applications/job/okular/job/stable-kf5-qt5%20SUSEQt5.14/
so to me it seems a local problem

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

[ksmserver] [Bug 429661] New: Every KDE program crash everytime I update nvidia drivers, like logout

2020-11-25 Thread Franco Pellegrini
https://bugs.kde.org/show_bug.cgi?id=429661

Bug ID: 429661
   Summary: Every KDE program crash everytime I update nvidia
drivers, like logout
   Product: ksmserver
   Version: 5.20.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: francogpellegr...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY

I use ubuntu nvidia drivers, but everytime it update via discover, I cannot
logout my session or open any kde native application. 

For example, logout crash with this error:

Application: ksmserver-logout-greeter (ksmserver-logout-greeter), signal:
Aborted

[New LWP 33159]
[New LWP 33160]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7f6ddb38faff in __GI___poll (fds=0x7ffec1c420a8, nfds=1, timeout=1000) at
../sysdeps/unix/sysv/linux/poll.c:29
[Current thread is 1 (Thread 0x7f6dd7233f40 (LWP 33157))]

Thread 3 (Thread 0x7f6dcdb93700 (LWP 33160)):
#0  0x7f6ddb38faff in __GI___poll (fds=0x7f6dc4004a60, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f6dd97ae1ae in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6dd97ae2e3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f6ddb95924b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f6ddb8fd43b in
QEventLoop::exec(QFlags) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f6ddb719982 in QThread::exec() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f6ddcde0d69 in ?? () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f6ddb71ab1c in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f6dda121609 in start_thread (arg=) at
pthread_create.c:477
#9  0x7f6ddb39c293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f6dd5865700 (LWP 33159)):
#0  0x7f6ddb38faff in __GI___poll (fds=0x7f6dc801d5a0, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f6dd97ae1ae in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6dd97ae2e3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f6ddb95924b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f6ddb8fd43b in
QEventLoop::exec(QFlags) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f6ddb719982 in QThread::exec() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f6ddc92cf4b in ?? () from /lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x7f6ddb71ab1c in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f6dda121609 in start_thread (arg=) at
pthread_create.c:477
#9  0x7f6ddb39c293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f6dd7233f40 (LWP 33157)):
[KCrash Handler]
#4  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#5  0x7f6ddb29f859 in __GI_abort () at abort.c:79
#6  0x7f6ddb6dfbe7 in QMessageLogger::fatal(char const*, ...) const () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f6ddd1643be in
QSGRenderLoop::handleContextCreationFailure(QQuickWindow*) () from
/lib/x86_64-linux-gnu/libQt5Quick.so.5
#8  0x7f6ddd165b12 in ?? () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#9  0x7f6ddd166d7b in ?? () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#10 0x7f6ddbce9d4d in QWindow::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Gui.so.5
#11 0x7f6ddd1f5a0b in QQuickWindow::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Quick.so.5
#12 0x559a44b32fd6 in ?? ()
#13 0x7f6ddc3d3da3 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#14 0x7f6ddc3dcb98 in QApplication::notify(QObject*, QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x7f6ddb8fe92a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x7f6ddbcdf783 in
QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#17 0x7f6ddbcdf9bb in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#18 0x7f6ddbcb77ab in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#19 0x7f6dd6ba5b2e in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#20 0x7f6dd97adfbd in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x7f6dd97ae240 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x7f6dd97ae2e3 in g_main_context_iteration 

[okular] [Bug 429608] Printing, saving, and preview of pdf file fails

2020-11-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=429608

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Albert Astals Cid  ---
The fact that it works in another PC with the same software just goes to show
this is a mis-setup of the PC that doesn't work, not much we can do to fix
that.

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

[systemsettings] [Bug 340982] Please, allow "Locale -> Detailed Settings -> Time" to be set to ISO 8601:2019 (dates in YYYY-MM-DD time in HH:MM), as in "en_DK"

2020-11-25 Thread Anton Latukha
https://bugs.kde.org/show_bug.cgi?id=340982

Anton Latukha  changed:

   What|Removed |Added

Summary|I cannot set my short date  |Please, allow "Locale ->
   |to -MM-DD, nor my time  |Detailed Settings -> Time"
   |to HH:MM|to be set to ISO 8601:2019
   ||(dates in -MM-DD time
   ||in HH:MM), as in "en_DK"
 CC||anton.latukha+...@gmail.com

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

[systemsettings] [Bug 429623] kde-gtk-config won't build on top of kdecoration dc874eeb6

2020-11-25 Thread Mikhail Zolotukhin
https://bugs.kde.org/show_bug.cgi?id=429623

Mikhail Zolotukhin  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||6e81458e554ca433f0a40357522
   ||1f353d9229382
 Resolution|--- |FIXED

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

[kdeconnect] [Bug 398934] cannot pair Android to Debian desktop

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

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #3 from Justin Zobel  ---
It's all good, I'll set this as resolved as it works for me and no others have
commented on this particular report since it's creation.

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

  1   2   3   4   >