[digikam] [Bug 465101] Similarity search range not limited by selected parameters

2023-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465101

--- Comment #5 from richarda...@hotmail.com ---
(In reply to caulier.gilles from comment #2)
> Also, which kind of database did you uses ?

Database is SQLite

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

[digikam] [Bug 465101] Similarity search range not limited by selected parameters

2023-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465101

--- Comment #4 from richarda...@hotmail.com ---
(In reply to caulier.gilles from comment #1)
> If you switch on the debug traces and run digiKam from a console, did you
> seen something special when you updates similarity results ?
> 
> See this page for details about debug mode :
> https://www.digikam.org/contribute/
> 
> Gilles Caulier

Hi Gilles
I'm a bit of a newbie to Linux and don't use the console normally so trying
figure this out from the instructions. I'm assuming you mean this bit:-
--
Linux host
Just run digiKam from the terminal command line to capture the text traces
generated by the application. Note that you need to turn on before all debug
traces from digiKam with QT_LOGGING_RULES environment variable.
export QT_LOGGING_RULES="digikam*=true"
digikam

First command runs Ok but the second comes up with the error:-
richard@Linux-Box:~$ export QT_LOGGING_RULES="digikam*=true"
richard@Linux-Box:~$ digikam
Command 'digikam' not found, but can be installed with:
sudo apt install digikam
richard@Linux-Box:~$ 

As Digikam is very definitely installed I assume I'm doing something wrong.

A follow up when I get Digikam running is where does it put the text, in a
file, if so where or is it just in the console window and I need to copy and
paste from there.

Thanks

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

2023-01-31 Thread Vit Pelcak
https://bugs.kde.org/show_bug.cgi?id=427278

Vit Pelcak  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 CC||v...@pelcak.org
   Platform|Kubuntu |openSUSE
Version|5.18.5  |5.26.5
 Status|RESOLVED|REOPENED

--- Comment #24 from Vit Pelcak  ---
Hello.

It just happened to me. 

I have a laptop with 2 other screens.
Now I took laptop and connected it to other 2 screens and boom, no panel at
all.

> cat ~/.config/plasmashellrc
[Open-with settings]
CompletionMode=1
History=firef

[PlasmaTransientsConfig]
PreloadWeight=0

[PlasmaViews][Panel 29]
alignment=1
panelOpacity=0
panelVisibility=0

[PlasmaViews][Panel 29][Defaults]
maxLength=1920
minLength=1920
thickness=44

[PlasmaViews][Panel 29][Horizontal1050]
thickness=44

[PlasmaViews][Panel 29][Horizontal1366]
thickness=44

[PlasmaViews][Panel 29][Horizontal1920]
maxLength=1920
minLength=1920
thickness=44

[PlasmaViews][Panel 4][Defaults]
thickness=44

[PlasmaViews][Panel 4][Horizontal1366]
thickness=44

[ScreenConnectors]
0=DP-1-3
1=DP-1-1
2=HDMI-1
3=eDP-1

[Updates]
performed=/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/systemloadviewer_systemmonitor.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/maintain_existing_desktop_icon_sizes.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/klipper_clear_config.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/no_middle_click_paste_on_panels.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_rename_timezonedisplay_key.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/containmentactions_middlebutton.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/digitalclock_migrate_font_settings.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_migrateiconsetting.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/move_desktop_layout_config.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/unlock_widgets.js,/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/keyboardlayout_remove_shortcut.js

Latest openSUSE Tumbleweed.

Kernel: 6.1.8-1-default
plasma-framework-5.102.0
plasma5-workspace-5.26.5
libQt5Core5-5.15.8

Workaround from comment 13 worked for me.

Then I did:
- kquitapp5 plasmashell
- Edit ~/.config/plasmashellrc and remove all entries under [ScreenConnectors]
- kstart5 plasmashell && kquitapp5 plasmashell

and panel appeared.

And in ~/.config/plasmashellrc I found:
[ScreenConnectors]
0=eDP-1
1=DP-1-1
2=DP-1-3

Thing is, that selecting some screen as primary will make panel appear
elsewhere.

I had to set 0=eDP-1 as primary to have it appear on 1=DP-1-1.

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

[Breeze] [Bug 464578] Kwin produces window border, despite borders being disabled in breeze.

2023-01-31 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=464578

Antonio Rojas  changed:

   What|Removed |Added

 CC||rull...@protonmail.com

--- Comment #7 from Antonio Rojas  ---
*** Bug 465098 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 465098] Cannot turn off window borders

2023-01-31 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=465098

Antonio Rojas  changed:

   What|Removed |Added

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

--- Comment #2 from Antonio Rojas  ---


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

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

[digikam] [Bug 465101] Similarity search range not limited by selected parameters

2023-01-31 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=465101

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #3 from Maik Qualmann  ---
The header is labeled "average" similarity. It adds the similarities relative
to the reference image and then divides by the number of items in the list. So
it's not the adjusted similarity range value.

https://invent.kde.org/graphics/digikam/-/blob/master/core/utilities/fuzzysearch/findduplicatesalbumitem.cpp#L148

Maik

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

[plasmashell] [Bug 465104] Intermittent crash of Panel when hovering mouse over program icon - wl_display@1: error 1: invalid arguments for xdg_surface@586.get_toplevel

2023-01-31 Thread Daniel Ayers
https://bugs.kde.org/show_bug.cgi?id=465104

--- Comment #1 from Daniel Ayers  ---
Appears similar to https://bugs.kde.org/show_bug.cgi?id=357895

This bug could easily be triggered by a failed attempt to display a pop-up
window for a program group on the panel.

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

[plasmashell] [Bug 465104] New: Intermittent crash of Panel when hovering mouse over program icon - wl_display@1: error 1: invalid arguments for xdg_surface@586.get_toplevel

2023-01-31 Thread Daniel Ayers
https://bugs.kde.org/show_bug.cgi?id=465104

Bug ID: 465104
   Summary: Intermittent crash of Panel when hovering mouse over
program icon - wl_display@1: error 1: invalid
arguments for xdg_surface@586.get_toplevel
Classification: Plasma
   Product: plasmashell
   Version: 5.26.5
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: daniel+kde...@daniel-ayers.com
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

SUMMARY

KDE Plasma 5.26.5 using Wayland on Fedora 37 (KDE Plasma Spin) with kernel
6.1.7-200.fc37.x86_64. AMD Ryzen 9 5950X, AMD Radeon RX 6750 XT, 128Gb RAM. 3 x
DP monitors, 1 x HDMI monitor.

Intermittent crash (plasmashell crash causing plasma-plasmashell.service to
bounce) when hovering mouse over panel at bottom of screen (with intention of
clicking on program icon on panel to open window of running program, but panel
crashes before click).

Unfortunately no debug build installed and backtrace not available via
coredumpctl.

However, relevant log messages appear to be:

Feb 01 19:29:41 fedora37 kwin_wayland_wrapper[7938]: not a valid new object id
(665), message get_toplevel(n)
Feb 01 19:29:41 fedora37 kwin_wayland_wrapper[7938]: error in client
communication (pid 493616)
Feb 01 19:29:41 fedora37 plasmashell[493616]: wl_display@1: error 1: invalid
arguments for xdg_surface@586.get_toplevel
Feb 01 19:29:41 fedora37 plasmashell[493616]: The Wayland connection
experienced a fatal error: Invalid argument

See below for additional context before/after these messages.


STEPS TO REPRODUCE
1. Run plasmasell.
2. Open several different programs (I had 12 running at the time, multiple
instances of some)
3. Hover mouse pointer over program icon on panel (left side, not the tray
icons at right) as if you are about to click one
4. Might crash, might not. :)

OBSERVED RESULT

Feb 01 19:29:41 fedora37 plasmashell[493616]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x557dedcf3780)
Feb 01 19:29:41 fedora37 plasmashell[493616]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x557dedcf3780)
Feb 01 19:29:41 fedora37 plasmashell[493616]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x557dedcf3780)
Feb 01 19:29:41 fedora37 plasmashell[493616]: kf.plasma.quick: Couldn't create
KWindowShadow for ToolTipDialog(0x557dedcf3780)
Feb 01 19:29:41 fedora37 kwin_wayland_wrapper[7938]: not a valid new object id
(665), message get_toplevel(n)
Feb 01 19:29:41 fedora37 kwin_wayland_wrapper[7938]: error in client
communication (pid 493616)
Feb 01 19:29:41 fedora37 plasmashell[493616]: wl_display@1: error 1: invalid
arguments for xdg_surface@586.get_toplevel
Feb 01 19:29:41 fedora37 plasmashell[493616]: The Wayland connection
experienced a fatal error: Invalid argument
Feb 01 19:29:41 fedora37 systemd[7856]: plasma-plasmashell.service: Main
process exited, code=exited, status=1/FAILURE
Feb 01 19:29:41 fedora37 systemd[7856]: plasma-plasmashell.service: Failed with
result 'exit-code'.
Feb 01 19:29:41 fedora37 systemd[7856]: plasma-plasmashell.service: Consumed
11min 43.221s CPU time.
Feb 01 19:29:41 fedora37 systemd[7856]: plasma-plasmashell.service: Scheduled
restart job, restart counter is at 2.
Feb 01 19:29:41 fedora37 systemd[7856]: Stopped plasma-plasmashell.service -
KDE Plasma Workspace.
Feb 01 19:29:41 fedora37 systemd[7856]: plasma-plasmashell.service: Consumed
11min 43.221s CPU time.
Feb 01 19:29:41 fedora37 systemd[7856]: Starting plasma-plasmashell.service -
KDE Plasma Workspace...
Feb 01 19:29:42 fedora37 systemd[7856]: Started plasma-plasmashell.service -
KDE Plasma Workspace.
Feb 01 19:29:42 fedora37 plasmashell[4124751]: kf.plasma.quick: Applet preload
policy set to 1

EXPECTED RESULT

No crash, able to hover over and click on any program icon to maximise program.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 37 (KDE Plasma Spin)
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Graphics Platform: Wayland

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

[kde] [Bug 465081] Localization error in plasma-workspace 5.26.5-3

2023-01-31 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=465081

Fushan Wen  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DOWNSTREAM
 CC||qydwhotm...@gmail.com

--- Comment #2 from Fushan Wen  ---
An update in Arch breaks fonts everywhere. Please also report the bug on
https://bugs.archlinux.org/

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

[digikam] [Bug 464745] Coredump on face detection or face assignation

2023-01-31 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=464745

--- Comment #7 from Maik Qualmann  ---
I don't see that OpenCV-4.7.1 is published on https://github.com/opencv/opencv
Our workaround is only applied to version 4.7.0 and is only included in
digiKam-7.10.0. All OpenCV versions > 4.7.0 must contain the fix. I'll look for
the bug reports on OpenCV later.

Maik

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

[digikam] [Bug 465101] Similarity search range not limited by selected parameters

2023-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465101

--- Comment #2 from caulier.gil...@gmail.com ---
Also, which kind of database did you uses ?

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

[digikam] [Bug 465101] Similarity search range not limited by selected parameters

2023-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465101

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
If you switch on the debug traces and run digiKam from a console, did you seen
something special when you updates similarity results ?

See this page for details about debug mode :
https://www.digikam.org/contribute/

Gilles Caulier

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

[digikam] [Bug 464745] Coredump on face detection or face assignation

2023-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=464745

--- Comment #6 from caulier.gil...@gmail.com ---
To comment #5 : did you use last code from git including last changes from Maik
?

Gilles Caulier

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

[dolphin] [Bug 465103] Dolphin and kde-open should not be closing file descriptors 1 and 2

2023-01-31 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=465103

--- Comment #1 from Michael  ---
Some more references that leaving standard file descriptors closed is a bad
idea (particularly for stderr):
https://www.austingroupbugs.net/view.php?id=555
https://stackoverflow.com/questions/4972994/how-to-close-stdout-and-stderr-in-c
https://unix.stackexchange.com/questions/163955/is-more-efficient-than-dev-null
https://www.cygwin.com/bugzilla/show_bug.cgi?id=13983

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

[digikam] [Bug 464745] Coredump on face detection or face assignation

2023-01-31 Thread abstract . wolf
https://bugs.kde.org/show_bug.cgi?id=464745

abstract.w...@gmail.com  changed:

   What|Removed |Added

 CC||abstract.w...@gmail.com

--- Comment #5 from abstract.w...@gmail.com  ---
Crashing for me with OpenCV 4.7.1 with same steps to reproduce:
http://ix.io/4mKZ

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

[gwenview] [Bug 441162] Png file with gamma show washed out colours

2023-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=441162

2wxsy5823...@opayq.com changed:

   What|Removed |Added

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

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

[gwenview] [Bug 465066] "bleached" png as if 50% transparent on white

2023-01-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=465066

2wxsy5823...@opayq.com changed:

   What|Removed |Added

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

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

[KScreen] [Bug 464590] kded5 crashes in KScreen::Config::setOutputPriority() after monitor wakes from sleep

2023-01-31 Thread Guillaume Castagnino
https://bugs.kde.org/show_bug.cgi?id=464590

--- Comment #4 from Guillaume Castagnino  ---
(In reply to Fushan Wen from comment #3)
> The patch looks sane, would you like to create a merge request?

Honestly, I do not think that’s the correct fix. It hides the crash, but I
assume there is some flaw before this somewhere in the logic. In this case, we
may fall under the case where the monitor is already primary but still disabled
(here:
https://invent.kde.org/plasma/libkscreen/-/blob/master/src/setconfigoperation.cpp#L175)
. But is this not a race condition? Shouldn’t the screen be already woken-up
when entering this code?
With my patch, you may end with no primary at all, or multiple primary when
exiting fixPrimaryOutput().

So I think there is something better to do than this patch that is just hiding
things. The only purpose of this patch was in fact to narrow down the crash
location and workaround until we get a proper fix :)

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

[plasmashell] [Bug 465102] Panel raises while you choose area in spectacle

2023-01-31 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=465102

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com

--- Comment #1 from Justin Zobel  ---
This sounds intentional, that way you can include part of the panel in your
screenshot if desired.

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

[plasmashell] [Bug 462499] When moving tab in Task Manager between two windows of the same app, the next click on the tab unexpectedly moves it again

2023-01-31 Thread Phil
https://bugs.kde.org/show_bug.cgi?id=462499

Phil  changed:

   What|Removed |Added

 CC||phils...@phlexo.com

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

[dolphin] [Bug 465103] Dolphin and kde-open should not be closing file descriptors 1 and 2

2023-01-31 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=465103

Michael  changed:

   What|Removed |Added

 CC||burnsmellfact...@gmail.com

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

[dolphin] [Bug 465103] New: Dolphin and kde-open should not be closing file descriptors 1 and 2

2023-01-31 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=465103

Bug ID: 465103
   Summary: Dolphin and kde-open should not be closing file
descriptors 1 and 2
Classification: Applications
   Product: dolphin
   Version: 22.08.3
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: burnsmellfact...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

Programs registered as file handlers are being launched with file descriptors 1
and 2 closed, which is a problem if those programs open any files as they will
be assigned the first available file descriptors (1, then 2), then any later
code in that program (or in any child process it creates) will end up
unwittingly attempting (and possibly succeeding) to write to some random files
when they intended to write to stdout or stderr.

This all happens whether using Dolphin or the command-line tool kde-open (so
I'm not sure this is the proper categorization of this bug report, please
rebucket as you see fit).

STEPS TO REPRODUCE

1. Create a shell script which does this: ls -l /proc/$$/fd/
>/some/log/file.txt
2. Register script as default handler for some file type in KDE settings.
3. Open file of that type from Dolphin, or from the command-line run kde-open
on that file.

OBSERVED RESULT

The output written to that file will show that only file descriptors 0 and 255
are open, in other words 1 and 2 had been closed.

EXPECTED RESULT

I'd expect 1 and 2 to be open and pointing to some pipe or to /dev/null.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.7

ADDITIONAL INFORMATION

In my case, the handler program was a shell script which ran `exec wine
start.exe /unix "$1"` (i.e. open file using whatever program is registered to
handle it within Wine environment).  Wine was getting stuck on something and
then never launching the program.  Changing my script to do `exec wine
start.exe /unix "$1" &>/dev/null` (i.e. open /dev/null at file descriptors 1
and 2) fixed it for me.

The answer for
https://serverfault.com/questions/704298/dangers-of-closing-file-descriptors
explains why closing standard file descriptors can be a bad idea.  This page
here also explains why it's a bad idea:
https://www.oreilly.com/library/view/secure-programming-cookbook/0596003943/ch01s05.html

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

[kde] [Bug 465081] Localization error in plasma-workspace 5.26.5-3

2023-01-31 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=465081

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
What font are you using? How did you install KDE? Which language should be
displayed?

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

[kate] [Bug 465091] Closing last Kate doesn't do anything

2023-01-31 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=465091

Justin Zobel  changed:

   What|Removed |Added

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

--- Comment #1 from Justin Zobel  ---
This is just the default behaviour. If you want it to close when the last tab
is closed, change the option in Settings > Session > Enable "Close the
application entirely when the last file is closed"

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

[plasmashell] [Bug 465099] Cannot resize widgets in panel

2023-01-31 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=465099

Justin Zobel  changed:

   What|Removed |Added

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

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

[systemsettings] [Bug 465082] Not consistent place of button "Get New" comparing to other pages in Splash Screen

2023-01-31 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=465082

Justin Zobel  changed:

   What|Removed |Added

   Keywords||junior-jobs
 CC||justin.zo...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Justin Zobel  ---
Agreed, this should be moved.

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

[calligrastage] [Bug 321452] Low-resolution icons in Stage document creation menu

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=321452

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.

[kile] [Bug 322035] clean-up files does not work for subfolders

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=322035

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.

[kwin] [Bug 457822] client.frameGeometry.width doesn't work on Wayland

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457822

--- 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 460594] Plasma freeze happening since 5.26.0 update

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460594

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

[Spectacle] [Bug 461110] spectacle does not take screenshot under gnome

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=461110

--- 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 459215] Cursor duplicated on other monitor when dragging quickly

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=459215

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

[kasts] [Bug 462462] Imposible cambiar ruta almacenamiento

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=462462

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

[KScreen] [Bug 463527] Multi monitor layout no longer save - it always reverts to the previously saved layout (Wayland)

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463527

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

[marble] [Bug 278518] maemo: search nearby poi's requires knowing area name

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=278518

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[calligrawords] [Bug 244392] kword:msoffice2003:Text with in the table is getting overlapped with the border of the table.

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=244392

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kwin] [Bug 461573] The system crashes when switching between windows while gaming

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=461573

--- 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 464189] Sometimes when I activate the second monitor, the night color sets itself as temperature of the night

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464189

--- Comment #9 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 464303] KUBUNTU 22.10 AMD64 Plasma crashes after about 24 hours of up time

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=464303

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

[AudioCD-KIO] [Bug 347415] cannot customize track names

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=347415

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.

[kigo] [Bug 401243] Move numbers "skip" when a stone is captured.

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=401243

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.

[kdenlive] [Bug 463621] bug during lecture

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463621

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.

[kalendar] [Bug 460506] Import calendar file

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=460506

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 463653] Whenever starting Kate it shows an error that says "The specified folder does not exist or was not readable" for no reason.

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463653

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.

[kmymoney] [Bug 463708] CSV Import very slow

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463708

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[frameworks-kio] [Bug 361755] 5.21.0: Immediate "Host not found" for all http/https links (within KDE 4 environment)

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=361755

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[choqok] [Bug 338591] Blocked or ignored users still show up in searches

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=338591

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.

[frameworks-kio] [Bug 386873] Dataloss warnings in http.cpp

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=386873

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.

[kmymoney] [Bug 397886] CSV importer chooses wrong separator

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=397886

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[ktorrent] [Bug 339878] frameworks: ktorrent 4.3.1 - Completed downloads become faulty again and again

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=339878

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.

[marble] [Bug 338363] Time-driven video capture does not work when chosen to be recorded normally (not directly from tours)

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=338363

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.

[bindings] [Bug 326752] PerlQt missing KDE4.pm module - make fails [ make: *** [pigboot.o] Error 1 ]...

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=326752

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.

[kdevelop] [Bug 338439] Refactoring/renaming class should allow renaming header and cpp file as well

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=338439

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.

[okular] [Bug 339126] Search should not discard - from the end of line if the search line contains it.

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=339126

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.

[parley] [Bug 338612] the icons in the toolbars show in wrong order, "Save" not shown during practice

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=338612

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[marble] [Bug 338986] I am trying to use Marble using QML in my Qt5 App. Unfortunately I get a crash

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=338986

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.

[frameworks-kwallet] [Bug 336191] kwalletd restored by session

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=336191

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.

[konqueror] [Bug 337169] konqueror does not start as file browser from the command prompt (via K GUI's it seems to work fine)

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=337169

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.

[calligrawords] [Bug 337221] Paragraph style manager not working right with pre-definied styles

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=337221

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[keditbookmarks] [Bug 337307] Importing bookmarks from Firefox HTML bookmarks file stops after the first group

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=337307

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[QtCurve] [Bug 336666] Hover effects for widgets embedded into item delegates don't work

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=33

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[calligraflow] [Bug 337780] placing text shapes in a stencil does not work for me

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=337780

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.

[marble] [Bug 337990] MapScaleFloatItem is highly unintuitive for flat maps

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=337990

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.

[konversation] [Bug 332333] external link makes new connection to a already connected server.

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=332333

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.

[kbreakout] [Bug 332877] Point Counter resets itself, issue with slowdowns

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=332877

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[kmix] [Bug 333255] there are some source monitor is missing

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=333255

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[Oxygen] [Bug 333944] Dragging a color from GIMP triggers window moving

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=333944

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[kdelibs] [Bug 329735] entry to configure shortcut to clear clipboard history missing/broken

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=329735

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[marble] [Bug 329407] Marble.GeoPainter does not overload drawLine(Marble.GeoDataCoordinates, Marble.GeoDataCoordinates)

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=329407

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.

[kmix] [Bug 330375] [USABILITY] Slider of Playbackstream should display target Level not current after mousewheel

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=330375

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.

[konqueror] [Bug 332169] Cannot display results in dailymotion

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=332169

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.

[calligrasheets] [Bug 327561] Visual ipecac: please help make Sheets fonts pretty

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=327561

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.

[Oxygen] [Bug 327802] No way to hide close button on tab of grouped window

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=327802

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[Oxygen] [Bug 327324] Gnucash accounts tree very difficult to use with oxygen-gtk

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=327324

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[marble] [Bug 328762] message in src/apps/marble-kde/marble_part.cpp:466 is not correct and missleading

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=328762

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.

[Oxygen] [Bug 327949] Wrong drop down shadow in a ssh-forward session.

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=327949

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[marble] [Bug 329364] routingManager not exported in Python bindings

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=329364

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.

[kleopatra] [Bug 326771] Kleopatra Self-test results: Gpg-Agent connectivity, Unexpected error

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=326771

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.

[umbrello] [Bug 327144] Sequence diagram re-opened after crash containing lots of strange lines I didn't draw

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=327144

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[marble] [Bug 325168] Different maximumTileLevel entries for layers in DGML files are not respected

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=325168

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[marble] [Bug 326693] Settings for default zoom level on N900 in guidance mode

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=326693

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.

[konqueror] [Bug 326766] kpartsplugin takes over too many mimetypes and downloads

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=326766

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.

[konversation] [Bug 326156] Bookmarks listing toolbar button does not work

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=326156

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.

[kdelibs] [Bug 324220] kwallet authorization request is language dependent

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=324220

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kopete] [Bug 322822] Remove translation via babelfish - service is no longer avaibable

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=322822

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.

[kleopatra] [Bug 323671] Kleopatra can't import certificates

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=323671

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.

[kwebkitpart] [Bug 325942] Links to pdf and other file types are opened in an html embed frame

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=325942

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[konqueror] [Bug 322640] Caught while carrying a video online.

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=322640

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.

[ktorrent] [Bug 325792] ktorrent created torrent cannot be downloaded

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=325792

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.

[telepathy] [Bug 324997] unable to make call using asterisks <> google voice motif backend

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=324997

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kile] [Bug 323589] Cite autocompletion ignores everything after a dot in the key

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=323589

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.

[kde-windows] [Bug 323785] Kopete 1.4.2 cannot load the Jabber protocol plugin in kde-windows

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=323785

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kde-windows] [Bug 319359] Dolphin does not remember mime types of files

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=319359

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kile] [Bug 323466] Let the user remove the page bar from the okular viewer

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=323466

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kdelibs] [Bug 322587] Date unknown in messages list

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=322587

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.

[konqueror] [Bug 323613] Sessions don't restore input fields text after crash

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=323613

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.

[kjots] [Bug 321687] I can't open any page or any book with kjots

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=321687

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.

[calligraflow] [Bug 321453] Low-resolution icons visible when Flow starts

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=321453

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.

[calligrasheets] [Bug 319867] lost of font format when editing cell

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=319867

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.

[konqueror] [Bug 322103] konqueror always reports resolution of the main screen

2023-01-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=322103

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.

  1   2   3   4   >