[valgrind] [Bug 436413] Warn about realloc of size zero

2023-01-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=436413

--- Comment #8 from Paul Floyd  ---
I've done as much testing as I can (with a slight exception for musl where I
just looked at the source).

Universally, if ptr is 0 then the call behaves like malloc. My initial feeling
is that we shouldn't warn in that case.

Where things diverge is when the size is 0 (which is what this is all about).

Linux glibc calls free and returns NULL. Even here that is not necessarily the
case as there is a macro REALLOC_ZERO_BYTES_FREES that controls it (by default
it is activated). Illumos also frees and returns NULL (with no macro).

All other platforms call free and allocate "something". I don't have a 100%
clear picture of the size of that something. On FreeBSD (which uses jemalloc)
the size is bumped up to 1. Musl leaves it at 0. I don't have access to the
Solaris source, but 11.3 doesn't return NULL at least. Need to double check
that.

I'd like this behaviour to try to be as much like the underlying system as
possible. So I'll add a second option

--realloc-zero-bytes-frees=[yes|no]. The default will depend on the platform.
When yes the behaviour will be like glibc, when no the behaviour will be like
jemalloc. I don't see any practical way to determine this at runtime.

That should allow someone who is using musl libc with a glibc built Valgrind to
switch.

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

[xdg-desktop-portal-kde] [Bug 464549] Portal crash when Telegram flatpak posts a notification

2023-01-21 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=464549

--- Comment #2 from hexchain  ---
With this patch applied it does not crash anymore. But the notification still
does not show up, maybe that's another issue.

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

[kcalc] [Bug 464234] Left-clicking in history pane messes up subsequent formatting

2023-01-21 Thread shenlebantongying
https://bugs.kde.org/show_bug.cgi?id=464234

shenlebantongying  changed:

   What|Removed |Added

   Assignee|ete...@alum.rit.edu |shenlebantongy...@gmail.com

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

[Breeze] [Bug 464632] New: No transparency and lingering hover effect on window menus when transparency is enabled

2023-01-21 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=464632

Bug ID: 464632
   Summary: No transparency and lingering hover effect on window
menus when transparency is enabled
Classification: Plasma
   Product: Breeze
   Version: 5.26.90
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: QStyle
  Assignee: plasma-b...@kde.org
  Reporter: k...@hexchain.org
CC: noaha...@gmail.com, uhh...@gmail.com
  Target Milestone: ---

Created attachment 155495
  --> https://bugs.kde.org/attachment.cgi?id=155495=edit
Screen recording

SUMMARY
When transparency is enabled in Application Style, the window menu is not
transparent as it should be, and the hover effect stays around on menu items.

STEPS TO REPRODUCE
1. Turn on Breeze transparency
2. Navigate a window menu

OBSERVED RESULT
Please see the attached screen recording.

EXPECTED RESULT
The window menu should be transparent, and the hovering effect should disappear
after the mouse leaves menu items.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.7-arch1-1 (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
This is not a regression, it was around in 5.26 (maybe earlier).

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

[konsole] [Bug 454034] "Allow Color Filters" feature is poorly named, surprising and unintuitive

2023-01-21 Thread Dhya
https://bugs.kde.org/show_bug.cgi?id=454034

Dhya  changed:

   What|Removed |Added

 CC||d...@picorealm.net

--- Comment #5 from Dhya  ---
This "feature" is for a very niche usage case at best.  Enabling it by default
for all users is a bad idea.  I also spent weeks thinking there was some type
of rendering bug occurring until I finally found an obscure post about this
"feature".  Please consider disabling it by default or, even better, removing
it since its presence in konsole, based on its extreme niche usage case, isn't
really justified.

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

[frameworks-kio] [Bug 464631] New: Tiny nit in core/job_error.cpp i18n message

2023-01-21 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=464631

Bug ID: 464631
   Summary: Tiny nit in core/job_error.cpp i18n message
Classification: Frameworks and Libraries
   Product: frameworks-kio
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kio-bugs-n...@kde.org
  Reporter: okell...@users.sourceforge.net
CC: kdelibs-b...@kde.org
  Target Milestone: ---

I found a tiny formatting nit in core/job_error.cpp function rawErrorDetail
case KIO::ERR_CANNOT_CREATE_WORKER
(in commit 8a1662c of 2022-12-03 this is line 1255):
"klauncher could not find or start the plugin which provides the protocol."
"This means you may have an outdated version of the plugin."
Please insert a space at the end of the first line.

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

[Welcome Center] [Bug 464630] New: Multi-line strings are not extracted for translation

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

Bug ID: 464630
   Summary: Multi-line strings are not extracted for translation
Classification: Applications
   Product: Welcome Center
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: zocsfxljsgpmiua...@protonmail.com
CC: n...@kde.org
  Target Milestone: ---

SUMMARY
Multi-line strings in QML files are not extracted correctly for translation.
More specifically, the description of KDE Connect and KRunner in the file
"PowerfulWhenNeeded.qml" use multi-line strings and the resulting .po files
only show the first line of the strings.
I didn't find any other examples of localized multi-line strings in QML files
in other KDE repos, but it seems it isn't supported by the current KDE
internationalization infrastructure (I mean, the script "extract-messages.sh"
here
https://invent.kde.org/sysadmin/l10n-scripty/-/blob/master/extract-messages.sh
and/or xgettext).

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

[kwin] [Bug 449840] Sometimes overview stops accepting keyboard input

2023-01-21 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=449840

Kishore Gopalakrishnan  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

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

[plasmashell] [Bug 464628] Panel size ( width / height ) keeps getting reset after plasmashell restart in Plasma 5.27 beta

2023-01-21 Thread Geraldo Simião
https://bugs.kde.org/show_bug.cgi?id=464628

Geraldo Simião  changed:

   What|Removed |Added

 CC||geraldo.simiao.kutz@gmail.c
   ||om

--- Comment #1 from Geraldo Simião  ---
I'm seeing this behavior too, but for me it doesn't go to some default height,
it comes back to the size I was using when made the upgrade (38 px). So I
change it to 40 or 42, and when plasma restart its goes back to 38.

#
Operating System: Fedora Linux 37
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8
Kernel Version: 6.1.7-200.fc37.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-3632QM CPU @ 2.20GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 4000
Manufacturer: Acer
Product Name: Aspire V3-571

##
WAYLAND info:
interface: 'wl_compositor',  version:  5, name:  1
interface: 'zwp_tablet_manager_v2',  version:  1, name:  3
interface: 'zwp_keyboard_shortcuts_inhibit_manager_v1',  version:  1, name:  4
interface: 'xdg_wm_base',version:  4, name:  6
interface: 'zwlr_layer_shell_v1',version:  3, name:  7
interface: 'zxdg_decoration_manager_v1', version:  1, name:  8
interface: 'wp_viewporter',  version:  1, name:  9
interface: 'wp_fractional_scale_manager_v1', version:  1, name: 10
interface: 'wl_shm', version:  1, name: 11
formats: 'XB48'(0x38344258) 'AB48'(0x38344241) 'XB30'(0x30334258)
'AB30'(0x30334241) 'XR30'(0x30335258) 'AR30'(0x30335241) XRGB ARGB
interface: 'wl_seat',version:  8, name: 12
name: 
capabilities: pointer keyboard touch
keyboard repeat rate: 25
keyboard repeat delay: 449
interface: 'zwp_pointer_gestures_v1',version:  3, name: 13
interface: 'zwp_pointer_constraints_v1', version:  1, name: 14
interface: 'zwp_relative_pointer_manager_v1',version:  1, name: 15
interface: 'wl_data_device_manager', version:  3, name: 16
interface: 'zwlr_data_control_manager_v1',   version:  2, name: 17
interface: 'zwp_primary_selection_device_manager_v1',version:  1, name: 18
interface: 'org_kde_kwin_idle',  version:  1, name: 19
interface: 'zwp_idle_inhibit_manager_v1',version:  1, name: 20
interface: 'ext_idle_notifier_v1',   version:  1, name: 21
interface: 'org_kde_plasma_shell',   version:  8, name: 22
interface: 'org_kde_kwin_appmenu_manager',   version:  1, name: 23
interface: 'org_kde_kwin_server_decoration_palette_manager', version:  1, name:
24
interface: 'org_kde_plasma_virtual_desktop_management',  version:  2, name: 26
interface: 'org_kde_kwin_shadow_manager',version:  2, name: 28
interface: 'org_kde_kwin_dpms_manager',  version:  1, name: 29
interface: 'org_kde_kwin_server_decoration_manager', version:  1, name: 30
interface: 'kde_output_management_v2',   version:  3, name: 31
interface: 'zxdg_output_manager_v1', version:  3, name: 32
xdg_output_v1
output: 49
name: 'HDMI-A-1'
description: 'AOC 24B1W1G5/AVRM4XA00052'
logical_x: 1366, logical_y: 0
logical_width: 1920, logical_height: 1080
xdg_output_v1
output: 48
name: 'LVDS-1'
description: 'LG Display LVDS-1-LP156WH2-TLA'
logical_x: 0, logical_y: 312
logical_width: 1366, logical_height: 768
interface: 'wl_subcompositor',   version:  1, name: 33
interface: 'zxdg_exporter_v2',   version:  1, name: 34
interface: 'zxdg_importer_v2',   version:  1, name: 35
interface: 'xdg_activation_v1',  version:  1, name: 38
interface: 'wp_content_type_manager_v1', version:  1, name: 40
interface: 'wp_tearing_control_manager_v1',  version:  1, name: 41
interface: 'wl_drm', version:  2, name: 43
interface: 'zwp_linux_dmabuf_v1',version:  4, name: 44
formats:
'AR30'(0x30335241), modifier: 0x0102
'AR30'(0x30335241), modifier: 0x0101
'AR30'(0x30335241), modifier: 0x
'Y412'(0x32313459), modifier: 0x0102
'Y412'(0x32313459), modifier: 0x0101
'Y412'(0x32313459), modifier: 

[konqueror] [Bug 235468] Update same-origin policy for XMLHTTPRequest()s from local files

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kdf] [Bug 81227] Wrong amount of free space reported for FAT32 partitions

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kopete] [Bug 183880] Kopete should include the contact name in buzz/nudge notifications

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kmplayer] [Bug 145597] KMplayer needs play controls in the context menu

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

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.

[kfind] [Bug 122969] kfind wrong search results of locate / file index search

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[ktnef] [Bug 165446] Hide KTnef application menu entry by default

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

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.

[gwenview] [Bug 209977] [ui] honour icon size set in system setting in places and history

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

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.

[kmplayer] [Bug 145598] KMplayer KPart usually (but not always) blocks MPlayer keyboard shortcuts

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

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.

[kmplayer] [Bug 145596] The KMplayer KPart breaks the advance feature in "use a single medium" mode with the "Media Screen Saver"

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kmplayer] [Bug 145594] The KMplayer KPart confuses Konqueror's location system

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kopete] [Bug 210793] reconnect automatically on boot and after resume from s2ram

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[konqueror] [Bug 214025] Changing the case of directory name on Samba share causes folder to be deleted

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

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.

[kopete] [Bug 185221] Contact list colors do not use system colors

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

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.

[kppp] [Bug 136969] step between specified timezones when accounting

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

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 145930] HIG CL1/5.2: There should be a clear indicator if only the current page/tab or all defaults are reset.

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

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 135438] [test case] javascript keyboard error with konqueror at shabdkosh.com Shift, Caps, Alt, keys are undefined

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[kmplayer] [Bug 123781] kmplayer cannot seek in audio files being played (but mplayer can)

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[krita] [Bug 461126] Toolbox background color doesn't update on enabled/disabled

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

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.

[krita] [Bug 463471] Crash after pressing save on the text editor

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

Bug Janitor Service  changed:

   What|Removed |Added

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

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

[k3b] [Bug 463404] k3b crashes after expanding tray dialog

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

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.

[neon] [Bug 401223] Cannot open Help from OmegaT menu

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

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 401109] GTK global menu shortcut not working

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

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.

[kwin] [Bug 459211] Screen turns black when connecting HDMI, only cursor remains

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kdevelop] [Bug 401222] debugger crash when closing program while debugging

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

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.

[frameworks-kio] [Bug 386806] AutoMoc warning for kded_kcookiejar

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

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.

[kturtle] [Bug 329488] A typo in the "repeat" command gives surprising results.

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

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 320836] C++ way to use isnan/isinf

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

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.

[kde-windows] [Bug 326743] compilation of kdelibs fails to compile: winioctl_backport.h not found

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

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.

[ktorrent] [Bug 322409] Creating a category with '/' in name results in a subdirectory

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

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.

[Plasma SDK] [Bug 317252] some High-Dpi issues

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

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.

[kde-windows] [Bug 320320] Konqueror needs some polishing when used along with SFTP kioslave

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

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.

[konqueror] [Bug 317206] Too many pulseaudio connections on streaming from soundcloud.com

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

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.

[qaccessibilityclient] [Bug 314464] Changing a previously created menu bar produces incorrect update messages

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

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.

[choqok] [Bug 312408] Tooltips with black foreground color

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

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.

[kmix] [Bug 311527] Adding "Playback Streams" tab with ALSA gives "Cannot add view - GUIProfile is invalid" error.

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

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.

[karbon] [Bug 309413] CWOP: Inkscape text frame is imported as an Artistic Text Shape with ugly text kerning

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

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 301626] khtml does not display correctly new google groups (june 2012)

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

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 310285] Moving a book deletes the book and all its contents

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

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.

[kmplayer] [Bug 308859] Audio CD playback doesn't work.

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

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.

[forum.kde.org] [Bug 310241] can not log in the forum

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

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.

[marble] [Bug 309069] Capital City for Belize (Belmonpan) is missing (Atlas view)

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

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.

[kuser] [Bug 281597] kuser is violating debian policy

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

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.

[ksysguard] [Bug 300654] Shifting sensors after some time

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

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.

[kcachegrind] [Bug 301158] Resize bug and slow down

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

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.

[kdelibs] [Bug 300505] Dolphin's file properties dialog shows symlinks to folders as files

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

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.

[keditbookmarks] [Bug 305115] Bookmark Editor deletes all bookmarks after importing another bookmarks

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

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 309389] Memory not freed when closing heavy page that contains lots of pictures

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

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 298955] kjots is not responding on ubuntu 12:04, witch means can not open a new book or new page.

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

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.

[systemsettings] [Bug 280294] Font installer ignores optical sizes

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

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.

[Oxygen] [Bug 293996] Hiding title bar by rule makes other windows title bars rendering buggy

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

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.

[kdelibs] [Bug 290946] Combination of short keys isn't work in ocular (version 0.13.3)

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kopete] [Bug 253929] 4.5.2 systray and notifications regression

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

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.

[kopete] [Bug 266314] Kopete history falsely warns of unread message

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

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.

[calligraformula] [Bug 286410] The formula editing tool has some UI options with no function

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

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.

[konqueror] [Bug 287200] image does not show, instead text garbage

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

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.

[kopete] [Bug 286228] List of groups in Add Contact is not sorted

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

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.

[kopete] [Bug 250120] “User read your status message” still displayed even if user is ignored

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

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.

[Oxygen] [Bug 280000] Laggy and slow scroll on Inkscape docked dialogs

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

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.

[bindings] [Bug 279824] ksambashare.h:26:7: error: forward declaration of 'struct KSambaShareData'

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

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.

[kopete] [Bug 279803] Kopete: Incoming ICQ File Transfers do not work (direct connection)

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

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.

[lokalize] [Bug 262392] [te]Display of native Telugu numerals in project overview statistics hinders understanding, when used with te locale.

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[konqueror] [Bug 254955] konqueror freezes when using tinymce editor

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

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.

[calligracommon] [Bug 247733] intranet:kspread:msoffice2003: Embedded Excel document not displayed in kspread

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

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.

[calligracommon] [Bug 247735] intranet:kspread:msoffice2003: Numbers in generic format shown with a comma separator

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

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.

[calligracommon] [Bug 247698] kspreadsheet:msoffice2000: scatter chart is not displayed in kspread

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[calligracommon] [Bug 247694] kspreadsheet:msoffice2000: worksheet with split window is displayed as normal sheet

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

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 239459] kword:msoffice2003: KWord does not show comments

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

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 244383] kword:msoffice2000:Drop caps overlap with the text in the document.

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

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.

[calligrawords] [Bug 239443] intranet:kword:msoffice2003: Cannot open Powerpoint presentation inserted into word document

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

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.

[calligrawords] [Bug 239276] kword:msoffice2007: Vertical text boxes not displayed in .docx docs

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

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.

[kopete] [Bug 237341] Metacontacts do not keep anymore their associations with the Facebook contacts

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

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.

[konqueror] [Bug 215523] (test-case) Konqueror ignores on-click events if repeated quickly

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

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 235070] web forms don't remember numeric data

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

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 236646] Can't send file with Kopete over talk.google.com

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[konqueror] [Bug 236917] doesn't work with this page

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

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.

[kompare] [Bug 218008] Blend URL with diff: Diff is not applied but modified

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

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[konqueror] [Bug 226996] konqueror extremely slow when loading sites in tabs

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

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 231992] inpage search doesnt work after moving to other page

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

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.

[konqueror] [Bug 217353] Konqueror status bar only covers 1/2 the window with filemanagement profile

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

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.

[kmplayer] [Bug 192097] KMplayer should change the Konqueror titlebar when used as a KPart

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

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.

[konqueror] [Bug 208643] difficult to access context menu of bookmark folders in the Bookmarks menu of konqueror

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

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 199911] KJS fails to process the AJAX links on Twitter

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

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.

[konqueror] [Bug 205065] Konqueror password remember popup: location bar steals focus when switching windows

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

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.

[kile] [Bug 207477] Problem com \cite{} completion

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

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.

[konqueror] [Bug 186189] "save as..." tries to download anew instead of just saving

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

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.

[konqueror] [Bug 145929] HIG CL1/1.3: Tree views shouldn't be used in the paged dialog's sidebar

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

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 191441] KHTML mis-calculates selection highlight region when mixing regular text, italics, and typographical characters

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

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

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

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

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

[konqueror] [Bug 174568] auto resize toolbar when needed

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

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.

[kopete] [Bug 179245] groupwise IM does not hold the saved password.

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

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 176465] unable to link to address book entry

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

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.

[kopete] [Bug 167174] Extra return (enter) character on end of a message

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

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.

  1   2   3   4   >