[plasmashell] [Bug 457708] Lost the ability to display the layout's label on top of the flag

2022-09-10 Thread David Chmelik
https://bugs.kde.org/show_bug.cgi?id=457708

--- Comment #11 from David Chmelik  ---
(In reply to Andrey from comment #10)
> You can try to directly put unicode text to label by opening
> ~/.config/kxkbrc in your favorite text editor.

Works but would sound too involved/difficult for many/most users.

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

[kmail2] [Bug 458986] New: mbox file cannot be added to unified mailboxes

2022-09-10 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=458986

Bug ID: 458986
   Summary: mbox file cannot be added to unified mailboxes
   Product: kmail2
   Version: 5.21.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: kishor...@gmail.com
  Target Milestone: ---

SUMMARY
When adding folders to a unified mailbox, there is no checkbox shown next to an
account that comprises a single mbox file. This prevents the user from adding
such a file to a unified mailbox.

STEPS TO REPRODUCE
1. Create an account from an mbox file by going to Settings > Accounts >
Receiving > Add account > Custom account > mbox, and selecting an mbox file.
2. In Settings > Plugins > Unified mailboxes > configure, click the 'edit'
button for any existing unified mailbox
3. Try to select the mbox account to add it to the unified mailbox

OBSERVED RESULTS
The mbox account has no checkbox next to it to add it to the unified mailbox.
This is because it appears as a top-level item without any subfolders.

EXPECTED RESULTS
If a top-level item (in this case, the mbox account) does not have any
subfolders, a checkbox should be shown on it to add it to the unified mailbox.

SOFTWARE VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.6
Kernel Version: 5.15.67-1-lts (64-bit)
Graphics Platform: X11

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

[kmail2] [Bug 403770] unified mailbox (folder) not update sometimes

2022-09-10 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=403770

Kishore Gopalakrishnan  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

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

[kde] [Bug 458865] After an update to qt5-base the dolphin file picker dialog used in GTK applications via GTK_USE_PORTAL=1 ignores theming

2022-09-10 Thread Demitrius Belai
https://bugs.kde.org/show_bug.cgi?id=458865

Demitrius Belai  changed:

   What|Removed |Added

 CC||demitriusbe...@gmail.com

--- Comment #16 from Demitrius Belai  ---
I have a issue with Firefox do not follow the dark theme before upgrade
qt5-base (5.15.5+kde+r182-1 -> 5.15.5+kde+r184-1) on Arch Linux. I am pretty
sure it is related.
I have tried `systemctl --user restart plasma-xdg-desktop-portal-kde.service`
and it works.

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

[kstars] [Bug 458146] Profile Editor CCD list bug in ver3.6.0(Win)

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458146

--- Comment #3 from yom...@mug.biglobe.ne.jp ---
(In reply to Jasem Mutlaq from comment #2)
> Can you please redownload 3.6.0 from KStars website? it was updated recently.

Sorry for the late reply.
I downloaded 3.6.0. 
I have confirmed that the problem has been fixed.

Thank you for your support.

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

[systemsettings] [Bug 457775] Effects are not working and some are not seen in the effects menu

2022-09-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457775

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.

[plasmashell] [Bug 455193] When kwin_x11 is running, animated wallpapers will cause heavy (video) memory leak when QT_XCB_GL_INTEGRATION=xcb_glx

2022-09-10 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455193

Fushan Wen  changed:

   What|Removed |Added

   See Also||https://github.com/dark-eye
   ||/com.darkeye.animatedImage/
   ||issues/9

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

[frameworks-plasma] [Bug 455575] Panel widget popups sometimes do not open when using an NVIDIA GPU on Wayland

2022-09-10 Thread Daniel Matsson
https://bugs.kde.org/show_bug.cgi?id=455575

--- Comment #43 from Daniel Matsson  ---
I also managed to compile plasma-workspace (master) without the commit that
Alexander found (I also had to revert c3b8430b in the kdeclarative repository
for it to build) and it looks like it solves the issue for me as well. So does
setting the environment variable QSG_RENDER_LOOP to basic like Marcelo
mentioned. Thanks for the help so far, the wiki-page for "Get
Involved/development" is great.

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

[plasmashell] [Bug 450068] Use of volatile connector IDs to map containments to screens cannot be made to work reliably and should be replaced with something else

2022-09-10 Thread Kai Krakow
https://bugs.kde.org/show_bug.cgi?id=450068

--- Comment #27 from Kai Krakow  ---
We probably need a system which stores a containment layout per number of
monitors connecting. If an additional monitor gets connected, clone the next
"lower count" layout. Then, sort the primary monitor to the beginning.

That means, it would have a mapping `monitor counts -> layout` and then just
counts the connectors in a predictive order instead of tracking EDIDs or
connector names. At least for my use case, I don't care which monitor is
connected to which connector, as long as my primary monitor is tracked
correctly and all additional monitors are ordered after it.

Predictive order could mean: primary first, then order by EDID, model or
connector name.

But I think there is at least one underlying severe problem here, and it seems
to be a race condition:

Plasma-shell, kscreen, the desktop background, and nvidia-settings do not seem
to always agree about the order of screens. So sometimes, after a screen gets
disconnected and reconnected, plasma-shell may end up with panels and
backgrounds not matching my previous setup, or it ends up with no background at
all (essentially making it impossible to right click) but the panels are still
on that monitor. The components need to be synced somehow, it looks like each
one gets its own view of the situation while Xorg still messes around with the
detection. The setup should be transactional and only the new layout only
reflected to the components if the detection phase is complete.

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

[krita] [Bug 458985] New: Overuse of storage in files

2022-09-10 Thread Mr_Man
https://bugs.kde.org/show_bug.cgi?id=458985

Bug ID: 458985
   Summary: Overuse of storage in files
   Product: krita
   Version: 5.1.0
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: jam3sb00...@gmail.com
  Target Milestone: ---

Created attachment 151973
  --> https://bugs.kde.org/attachment.cgi?id=151973=edit
Image of storage consumption on a sketch

SUMMARY
*** 
Upon downloading the newest update of Krita (5.1.0), my sketches have nearly
quadrupled in size, rendering it completely unusable and extremely slow. Even
when maximizing my storage and RAM settings on Krita itself, the issue
persists. When before, completed drawings have only taken approximately 600
MiB, a mere sketch in the newest update makes it well over 50 GiB, making small
edits like making layers invisible take over 30 seconds to process.
***


STEPS TO REPRODUCE
1. Create new file (2800 x 2100)
2. Draw a bit

OBSERVED RESULT
Extreme and unusual consumption of storage

EXPECTED RESULT
Usual consumption of storage

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

ADDITIONAL INFORMATION

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

[kde] [Bug 458865] After an update to qt5-base the dolphin file picker dialog used in GTK applications via GTK_USE_PORTAL=1 ignores theming

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458865

jamesxmcint...@gmail.com changed:

   What|Removed |Added

 CC||jamesxmcint...@gmail.com

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

[plasmashell] [Bug 455520] Focusing on a panel or open panel pop-up effectively dismisses window focus, and renders global menu empty and useless until panel is de-focused

2022-09-10 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455520

Fushan Wen  changed:

   What|Removed |Added

   Version Fixed In|5.25.4 5.26 |5.25.5 5.26

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

[xdg-desktop-portal-kde] [Bug 458984] New: File picker used for certain GTK programs that utilizes XDG Desktop Portal uses the default color scheme instead of the color scheme chosen in KDE System Set

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458984

Bug ID: 458984
   Summary: File picker used for certain GTK programs that
utilizes XDG Desktop Portal uses the default color
scheme instead of the color scheme chosen in KDE
System Settings
   Product: xdg-desktop-portal-kde
   Version: 5.25.5
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: suu...@gmail.com
CC: aleix...@kde.org, jgrul...@redhat.com, n...@kde.org
  Target Milestone: ---

Created attachment 151972
  --> https://bugs.kde.org/attachment.cgi?id=151972=edit
Screencap of KDE File Chooser from XDG portal for Brave as it is at the time of
the report

SUMMARY

The file picker utilized by certain GTK programs from XDG Desktop Portal like
Firefox, Chromium, etc. Now uses this default "Breeze" color scheme with a
different button theme. I think this file picker now uses Qt6 but I'm not too
sure. This breaks the consistency of the desktop theme on KDE Plasma.

STEPS TO REPRODUCE
1. Open a GTK-based web browser using xdg-desktop-portal-kde (Firefox,
Chromium, Brave, etc.)
2. Right click on a web page and click "Save as..."

OBSERVED RESULT
KDE's file chooser uses the default color scheme with a different looking
button theme

EXPECTED RESULT
KDE's file chooser should match color and theme set by KDE's System Settings

SOFTWARE/OS VERSIONS
OS: Arch Linux
Kernel Version: 5.19.7
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.6

ADDITIONAL INFORMATION
KDE's file chooser for KDE applications (Kdenlive, Kate, etc.) and Qt
applications (LibreOffice, Clementine, etc.) are not affected by this bug. They
look the way they should hence why this bug is being reported on
xdg-desktop-portal-kde.

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

[plasmashell] [Bug 458829] Opening the widget explorer causes plasmashell to crash.

2022-09-10 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=458829

Fushan Wen  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=455520
 CC||qydwhotm...@gmail.com

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

[plasmashell] [Bug 455520] Focusing on a panel or open panel pop-up effectively dismisses window focus, and renders global menu empty and useless until panel is de-focused

2022-09-10 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=455520

Fushan Wen  changed:

   What|Removed |Added

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

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

[kwin] [Bug 408943] KWin-on-libinput ignores keyboard KCM settings; uses default repeat delay/rate

2022-09-10 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=408943

Prajna Sariputra  changed:

   What|Removed |Added

 CC||putr...@gmail.com

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

[systemsettings] [Bug 458925] Defaulting baloo settings produces unexpected results

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=458925

--- Comment #4 from Nicolas Fella  ---
The problem is with
https://invent.kde.org/plasma/plasma-desktop/-/blob/master/kcms/baloo/filteredfoldermodel.cpp#L92

We are defaulting the config -> rebuilding the list -> adding the values of
m_runtimeConfig.excludeFolders() right back

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

[kwin] [Bug 458983] New: Activating an app does not switch to other VD if app was manually moved there

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=458983

Bug ID: 458983
   Summary: Activating an app does not switch to other VD if app
was manually moved there
   Product: kwin
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: nicolas.fe...@gmx.de
  Target Milestone: ---

STEPS TO REPRODUCE
1. Have two virtual desktops 
2. Take some app that opens URLs and has support for xdg-activation (e.g.
Neochat) and a browser that supports xdg-activation (e.g. Angelfish)
3. Open both apps on Desktop 1
4. Move Angelfish to Desktop 2 via the task manager
5. Click on a link in Neochat

OBSERVED RESULT
A bouncing cursor with the Angelfish icon. The URL is opened in Angelfish, but
the desktop doesn't switch to desktop 2

EXPECTED RESULT
Virtual desktop 2 is now the current desktop

SOFTWARE/OS VERSIONS
KDE Plasma Version: master
KDE Frameworks Version: master
Qt Version: 5.15.5-kde

ADDITIONAL INFORMATION
Wayland

When Angelfish was launched on desktop 2 it switches correctly

When switching to desktop 2 after Angelfish was moved and switching back to
desktop 1 it works correctly

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

[dolphin] [Bug 458982] New: Setting Show Tooltips causes file info to appear which obscures file names in a file list

2022-09-10 Thread Philip Jones
https://bugs.kde.org/show_bug.cgi?id=458982

Bug ID: 458982
   Summary: Setting Show Tooltips causes file info to appear which
obscures file names in a file list
   Product: dolphin
   Version: 22.04.3
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: pjdyn...@yahoo.co.uk
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
***
Setting 'Tooltips On' causes a file name in the list to display a lot of file
information in quite a big box. This covers much of the file list and makes it
very hard to identify the file you want easily. It also duplicates what's in
the information panel if that is also being used (I like it).
Bug ID   388583 looks to be the same but doesn't observe all the effects for
the less educated user (like me) - I suffered many months of frustration before
I worked out what was causing my weird file display.
***


STEPS TO REPRODUCE
1. Go to Settings | Configure Dolphin | General | Behaviour | Miscellaneous
2. Click to set Show Tooltips and click OK
3. Go to any folder in Details View mode and highlight a file

OBSERVED RESULT
 A large information box appears with file information and properties and this
normally obstructs a good portion of the file list, making it hard to select
one file out of a list of similarly named files (e.g. lots of them and the
selection having to be identified by looking carefully at the full filename).
This disrupted view can be eliminated by deselecting 'Show Tooltips' but then
of course all the other (helpful and wanted) tooltips also disappear.
It was harder to rectify than you might expect because what appears does not
look like a typical tooltip (I thought for a long time it was something to do
with Previews, but it's not).  Nothing  in the Settings app indicates that each
highlighted file will have a tooltip associated with it.

EXPECTED RESULT
I would not normally expect file information to be described as a tooltip and
if it is desired to keep this feature then I suggest its presentation in the
file list should be considerably streamlined, as much in the style of a typical
tooltip as possible. 
It would also be helpful if the description in' Behaviour | Miscellaneous'
could clarify that activating Show Tooltips will also impact on the display of
file names.  I expect a tooltip to relate to a menu command or option or
activation button, rather than to content displayed by the app. 
Dolphin already conveys very useful file information if the information Panel
is activated and I don't see it makes much sense to duplicate that information
in an overlarge tooltip.  Streamlining what's displayed might be all that's
needed to make it usable though for me I'd be happy to see no tooltips for file
names.
I think it could be solved by just removing file names from the items covered
by tooltips, if that's easily achievable, but if not an info note that Show
Tooltips affects filenames too would at least help the user to decide on what
s/he wants to implement.


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Kernel 5.7.19.1 .Manjaro ARM (64 bit)
(available in About System)
KDE Plasma Version:  5.25.4
KDE Frameworks Version:  5.96.0
Qt Version:  5.15.5

ADDITIONAL INFORMATION
Hardware is Pinebook Pro

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

[dolphin] [Bug 418383] There should be an easy way to format USB sticks attached to the system in Dolphin

2022-09-10 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=418383

Alexander Wilms  changed:

   What|Removed |Added

 CC||f.alexander.wi...@gmail.com

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

[kwin] [Bug 430713] After clicking a link in app with a browser on another virtual desktop, the desktop is not switched

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=430713

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #2 from Nicolas Fella  ---
On Wayland this works if both apps support xdg-activation. NeoChat does,
Firefox does not (correctly, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1767546)

On X11 it's conceptually similar

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

[frameworks-kio] [Bug 377253] Show option to format USB drive in context menu

2022-09-10 Thread Alexander Wilms
https://bugs.kde.org/show_bug.cgi?id=377253

Alexander Wilms  changed:

   What|Removed |Added

 CC||f.alexander.wi...@gmail.com

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

[kde] [Bug 458865] After an update to qt5-base the dolphin file picker dialog used in GTK applications via GTK_USE_PORTAL=1 ignores theming

2022-09-10 Thread smow
https://bugs.kde.org/show_bug.cgi?id=458865

smow  changed:

   What|Removed |Added

 CC||smowten...@protonmail.com

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

[kdesrc-build] [Bug 458981] New: Add option to specify dependency tree depth

2022-09-10 Thread Natalie Clarius
https://bugs.kde.org/show_bug.cgi?id=458981

Bug ID: 458981
   Summary: Add option to specify dependency tree depth
   Product: kdesrc-build
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: mp...@kde.org
  Reporter: natalie_clar...@yahoo.de
  Target Milestone: ---

SUMMARY
***
Since the dependency tree becomes unreadably large for complex projects, it
would be nice if it were possible to specify a maximum depth with the
dependency-tree option.
***


STEPS TO REPRODUCE
1. kdesrc-build --dependency-tree plasma-workspace

OBSERVED RESULT
huge output

EXPECTED RESULT
kdesrc-build --dependency-tree=4 plasma-workspace
tree with dependencies up to level 4

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

[Akonadi] [Bug 458980] New: Large mbox eats the whole memory

2022-09-10 Thread Tusooa Zhu
https://bugs.kde.org/show_bug.cgi?id=458980

Bug ID: 458980
   Summary: Large mbox eats the whole memory
   Product: Akonadi
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: MBox Resource
  Assignee: kdepim-b...@kde.org
  Reporter: tus...@kazv.moe
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
A large (351M) mbox will make akonadi eats all system memory.

STEPS TO REPRODUCE
1. Get a large mbox file. (I got it from gmail export)
2. Add it as a receiving account in KMail. (Configure -> Accounts -> Receiving
-> Add... -> Custom account -> mbox)
3. Reboot

OBSERVED RESULT
Memory usage is very high, using almost all memory (I have 16 GB), system
becomes very laggy. After `akonadictl stop`, the memory usage goes down
immediately.

EXPECTED RESULT
It should not use up a lot of memory. For a comparison, mutt uses only 39M of
memory opening the mbox.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma:  5.18.12-gentoo-x86_64
(available in About System)
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 451217] "Open in terminal" menu item, like in Dolphin

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451217

--- Comment #5 from tomash...@gmail.com ---
Well, I actually use open in Konsole menu:
https://invent.kde.org/-/snippets/1897 (and it works on the desktop too)

However, now I see this might be fixing something else than I reported. When
you look at the attachment, I was comparing the context menu in Folder view
when clicking on a directory.

This fix is for  clicking on the desktop, no?

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

[plasmashell] [Bug 451217] "Open in terminal" menu item, like in Dolphin

2022-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=451217

--- Comment #4 from Nate Graham  ---
Awesome!

Note that this new menu item is off by default and must be manually turned on.
Fedora will probably turn it on by default in their packaging though, given
that it's their patch. :)

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

[plasmashell] [Bug 451217] "Open in terminal" menu item, like in Dolphin

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451217

--- Comment #3 from tomash...@gmail.com ---
Thanks! can't wait for 5.26!

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

[plasmashell] [Bug 451217] "Open in terminal" menu item, like in Dolphin

2022-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=451217

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.26
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/a91ff4e4b61f22ecf49debccf
   ||16ce7d190248c91
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Nate Graham  ---
commit a91ff4e4b61f22ecf49debccf16ce7d190248c91
Author: Neal Gompa 
Date:   Sat Sep 10 10:54:06 2022 -0400

containmentactions/contextmenu: Add "Open Terminal" action

This adds the ability to open the terminal from the main Plasma Shell
context menu. It was originally written as a Red Hat/Fedora patch
for KDE Workspace 4 to open Konsole from the desktop context menu
when Fedora switched to KDE 4, and ported forward to KDE Plasma 5
when Fedora Linux switched to Plasma 5 in Fedora 22.

It has been maintained as a downstream patch since then.

This version of the patch genericizes the patch by not implying that
Konsole is the user's terminal (it actually opens the user's chosen
terminal anyway), can be restricted via the desktop kiosk mode
settings, and is disabled by default.

The major maintainers of this patch are being honored as co-authors
for this patch. They have all helped keep this functionality working
across two KDE major versions for a decade.

Co-authored-by: Daniel Vrátil 
Co-authored-by: Jan Grulich 
Co-authored-by: Marc Deop 
Co-authored-by: Rex Dieter 

BUG: 451217

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

[plasmashell] [Bug 458843] dialog-information icon is not displayed in notifications

2022-09-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=458843

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Version Fixed In||5.26
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||f9a1b9566ecef1998bee73a08a7
   ||40bb90c0bf4a3

--- Comment #4 from Nate Graham  ---
Git commit f9a1b9566ecef1998bee73a08a740bb90c0bf4a3 by Nate Graham.
Committed on 10/09/2022 at 21:27.
Pushed by ngraham into branch 'master'.

applets/notifications: stop suppressing dialog-information icon

This will feel weird and random to the user, especially if they or one
of their apps deliberately uses that icon and then it unexpectedly isn't
displayed. This check feels too magical and unpredictable; let's remove
it to simplify things.
FIXED-IN: 5.26

M  +1-2applets/notifications/package/contents/ui/NotificationItem.qml

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

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

[plasmashell] [Bug 458979] New: 'Do not disturb' mode should affect notifications about file operations too

2022-09-10 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=458979

Bug ID: 458979
   Summary: 'Do not disturb' mode should affect notifications
about file operations too
   Product: plasmashell
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Notifications
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
CC: k...@privat.broulik.de
  Target Milestone: 1.0

SUMMARY
Currently the 'do not disturb' mode does not affect notifications about file
operations like compressing, extracting, renaming, copying, moving. These
notifications are distractive and annoying when I need to do many file
operations in sequence, therefore would be nice if 'do not disturb' mode
affects them too.

STEPS TO REPRODUCE
1. enable 'do not disturb' mode
2. copy/move/rename files with Dolphin or create/extract an archive with Ark
3. 

OBSERVED RESULT
Plasma shows notifications

EXPECTED RESULT
no notification

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.25.80
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Graphics Platform: Wayland

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

[plasmashell] [Bug 436243] Scrolling notification history is 0.3 FPS

2022-09-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=436243

--- Comment #10 from Kai Uwe Broulik  ---
reuseItems on ListView could help but that would need some refactoring since we
have a Loader to decide between app section and notification and so it would
still create/destroy a whole bunch of items as we scrolled

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

[plasmashell] [Bug 456243] Close a notification with the middle button

2022-09-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456243

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[systemsettings] [Bug 458978] New: Focus stealing prevention setting makes no sense on Wayland

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=458978

Bug ID: 458978
   Summary: Focus stealing prevention setting makes no sense on
Wayland
   Product: systemsettings
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_kwinoptions
  Assignee: kwin-bugs-n...@kde.org
  Reporter: nicolas.fe...@gmx.de
CC: plasma-b...@kde.org
  Target Milestone: ---

Focus stealing prevention is an inherently X11-thing. On Wayland applications
can't steal focus by default and can only raise themselves in controlled
circumstances.

Therefore the focus stealing prevention combobox in the window behavior
settings makes no sense on Wayland in its current form.

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

[systemsettings] [Bug 458977] New: Volume sliders go beyond 100% even if 'Raise maximum volume' is unchecked in plasma-pa applet

2022-09-10 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=458977

Bug ID: 458977
   Summary: Volume sliders go beyond 100% even if 'Raise maximum
volume' is unchecked in plasma-pa applet
   Product: systemsettings
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_pulseaudio
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
CC: m...@ratijas.tk, now...@gmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. make sure 'Raise maximum volume' option of plasma-pa applet is unchecked
2. open Audio KCM
3. 

OBSERVED RESULT
the volume sliders can be used to set volume beyond 100%

EXPECTED RESULT
maximum volume should be 100% when 'Raise maximum volume' is unchecked

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.25.80
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Graphics Platform: Wayland

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

[systemsettings] [Bug 458976] Simplify and/or explain focus stealing prevention modes

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=458976

Nicolas Fella  changed:

   What|Removed |Added

Product|kwin|systemsettings
 CC||plasma-b...@kde.org
  Component|general |kcm_kwinoptions

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

[plasmashell] [Bug 438950] Triangle menu idle-hover reset doesn't work in kicker

2022-09-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=438950

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[plasmashell] [Bug 456238] Active job progress notifications inappropriately block screen locking

2022-09-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=456238

--- Comment #1 from Kai Uwe Broulik  ---
Check whether Chrome actually posts an inhibition. I think Chrome blocks
suspend during downloads, but that shouldn't block the screen locker.

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

[kwin] [Bug 458976] New: Simplify and/or explain focus stealing prevention modes

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=458976

Bug ID: 458976
   Summary: Simplify and/or explain focus stealing prevention
modes
   Product: kwin
   Version: 5.25.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: nicolas.fe...@gmx.de
  Target Milestone: ---

The window behavior KCM has several values for configuring the focus stealing
behavior: None, Low, Medium, High, Extreme

These names do not tell anything about what kind of behavior they are
introducing, so the user has no idea what suits their needs.

Either the names should be more expressive or an additional explanatory text
should be given

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

[frameworks-plasma] [Bug 456550] Ping-pong 'progress' bar does not move to rightmost position

2022-09-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=456550

Kai Uwe Broulik  changed:

   What|Removed |Added

Version|master  |unspecified
  Component|Notifications   |components
   Target Milestone|1.0 |---
 CC||notm...@gmail.com
Product|plasmashell |frameworks-plasma

--- Comment #2 from Kai Uwe Broulik  ---
The progressbar is probably resizing for a split frame (note how the job in the
video doesn't have the usual "pause" button), so the animation still goes to
the old coordinates. PC3 bug.

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

[kwin] [Bug 422117] [Desktop Grid] maximized windows (only!) are rendered rough even when Scale Method is set to Accurate

2022-09-10 Thread phd
https://bugs.kde.org/show_bug.cgi?id=422117

--- Comment #13 from phd  ---
Created attachment 151971
  --> https://bugs.kde.org/attachment.cgi?id=151971=edit
20220910-DesktopGrid-all-windows-rough-including-PlasmaDesktop-with-clock-widget.png

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

[digikam] [Bug 458958] Album items not sorted according to date from XMP sidecar

2022-09-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=458958

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||7.9.0
 Status|REPORTED|RESOLVED

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

[plasma-browser-integration] [Bug 456607] No favicons for history runner with Firefox

2022-09-10 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=456607

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #1 from Kai Uwe Broulik  ---
Firefox does not offer an API to query for a favicon by URL.

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

[plasmashell] [Bug 458975] New: Cannot open Plasma Renderer KCM via icon added to desktop

2022-09-10 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=458975

Bug ID: 458975
   Summary: Cannot open Plasma Renderer KCM via icon added to
desktop
   Product: plasmashell
   Version: master
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Created attachment 151970
  --> https://bugs.kde.org/attachment.cgi?id=151970=edit
screenshot

STEPS TO REPRODUCE
1. open kickoff
2. search for 'plasma renderer'
3. right-click on 'plasma renderer' search result and choose 'Add to desktop'
4. try to open Plasma Renderer KCM via icon created on desktop

OBSERVED RESULT
weird System Settings seen in the attached screenshot opens

EXPECTED RESULT
Plasma Renderer KCM opens

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.25.80
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Graphics Platform: Wayland

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

[digikam] [Bug 458968] Geolocation information icon not visible

2022-09-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=458968

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||7.9.0
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Maik Qualmann  ---
Only the Breeze Icon theme fully supports digiKam. Ubuntu should install it as
a dependency.

Maik

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

[Breeze] [Bug 447536] audio-headphones and audio-headset icons are inconsistent

2022-09-10 Thread postix
https://bugs.kde.org/show_bug.cgi?id=447536

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kwin] [Bug 458969] (Regression) Desktop Grid: cannot drag all windows from one desktop to another one

2022-09-10 Thread phd
https://bugs.kde.org/show_bug.cgi?id=458969

phd  changed:

   What|Removed |Added

Summary|(Regression) Cannot drag|(Regression) Desktop Grid:
   |all windows from one|cannot drag all windows
   |desktop to another one  |from one desktop to another
   ||one

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

[kwin] [Bug 458969] (Regression) Cannot drag all windows from one desktop to another one

2022-09-10 Thread phd
https://bugs.kde.org/show_bug.cgi?id=458969

phd  changed:

   What|Removed |Added

   Keywords||regression

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

[digikam] [Bug 458921] Maintenance > Sync Metadata and Database (Sync Direction: From image metadata to database) does not work for disabled or deleted tags

2022-09-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=458921

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/536af9c
   ||a0b07baef20d087bd1f4c779b3c
   ||a0f5ed
 Status|REOPENED|RESOLVED
   Version Fixed In|7.9.0   |8.0.0

--- Comment #6 from Maik Qualmann  ---
Git commit 536af9ca0b07baef20d087bd1f4c779b3ca0f5ed by Maik Qualmann.
Committed on 10/09/2022 at 20:32.
Pushed by mqualmann into branch 'master'.

replace metadata in the database is now dependent on the metadata save settings
The option to clean up the database is now removed.
FIXED-IN: 8.0.0

M  +2-1NEWS
M  +22   -61   core/libs/database/coredb/coredb.cpp
M  +12   -9core/libs/database/coredb/coredb.h
M  +1-0core/libs/database/item/scanner/itemscanner.h
M  +71   -0core/libs/database/item/scanner/itemscanner_database.cpp
M  +2-4core/libs/database/item/scanner/itemscanner_file.cpp
M  +10   -7core/libs/database/item/scanner/itemscanner_photo.cpp
M  +0-5core/libs/metadataengine/engine/metaenginesettingscontainer.cpp
M  +0-1core/libs/metadataengine/engine/metaenginesettingscontainer.h
M  +0-20   core/utilities/setup/metadata/setupmetadata.cpp
M  +0-1core/utilities/setup/metadata/setupmetadata.h
M  +0-10   core/utilities/setup/metadata/setupmetadata_behavior.cpp
M  +0-3core/utilities/setup/metadata/setupmetadata_p.cpp
M  +0-2core/utilities/setup/metadata/setupmetadata_p.h

https://invent.kde.org/graphics/digikam/commit/536af9ca0b07baef20d087bd1f4c779b3ca0f5ed

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

[frameworks-kirigami] [Bug 458393] Kirigami.CategorizedSettings does not produce good results with long words in names

2022-09-10 Thread Matej Starc
https://bugs.kde.org/show_bug.cgi?id=458393

--- Comment #4 from Matej Starc  ---
MR with a fix: https://invent.kde.org/frameworks/kirigami/-/merge_requests/737

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

[systemsettings] [Bug 458974] Make the choice for the "Dark" and "Bright" theme configurable in the Quick Settings

2022-09-10 Thread postix
https://bugs.kde.org/show_bug.cgi?id=458974

postix  changed:

   What|Removed |Added

Summary|Make "Dark" and "Bright"|Make the choice for the
   |theme configurable  |"Dark" and "Bright" theme
   ||configurable in the Quick
   ||Settings

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

[systemsettings] [Bug 458974] Make "Dark" and "Bright" theme configurable

2022-09-10 Thread postix
https://bugs.kde.org/show_bug.cgi?id=458974

postix  changed:

   What|Removed |Added

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

--- Comment #1 from postix  ---
This is not a dup of #448852, but rather an alternative and more general wish.

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

[systemsettings] [Bug 448852] Breeze twilight should be added to quick settings

2022-09-10 Thread postix
https://bugs.kde.org/show_bug.cgi?id=448852

postix  changed:

   What|Removed |Added

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

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

[systemsettings] [Bug 458974] New: Make "Dark" and "Bright" theme configurable

2022-09-10 Thread postix
https://bugs.kde.org/show_bug.cgi?id=458974

Bug ID: 458974
   Summary: Make "Dark" and "Bright" theme configurable
   Product: systemsettings
   Version: 5.25.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Quick Settings
  Assignee: plasma-b...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

Right now , one can only choose between "Breeze" and "Breeze Dark".
However, not everyone uses these two themes. For instance some use rather
"Breeze Twilight" than "Breeze".

Therefor it'd be convenient of the user could pick their own two pair of themes
for the quick settings.

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

[krita] [Bug 458973] New: A feature to move n latest edits to a new layer instead of having to undo n times and redraw on a new layer.

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458973

Bug ID: 458973
   Summary: A feature to move n latest edits to a new layer
instead of having to undo n times and redraw on a new
layer.
   Product: krita
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Layer Stack
  Assignee: krita-bugs-n...@kde.org
  Reporter: jakeroggenbu...@gmail.com
  Target Milestone: ---

SUMMARY
***
A feature to move n latest edits to a new layer instead of having to undo n
times and redraw on a new layer.
***

OBSERVED RESULT
Feature does not exist.

EXPECTED RESULT
N latest edit will be moved to a new layer on top of the current layer.

ADDITIONAL INFORMATION
This would make separating features on a drawing easier especially when
something is drawn on the wrong layer. Usually one has to redraw the last few
edits if they were done on a layer that also has detail that needs to be
preserved.

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

[systemsettings] [Bug 448852] Breeze twilight should be added to quick settings

2022-09-10 Thread postix
https://bugs.kde.org/show_bug.cgi?id=448852

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #3 from postix  ---
I also always only switch between "Dark" during night hours and "twilight"
during the day. 
Going twice to "Appearance" --> "Global Theme" --> "Breeze Twilight" -->
"Apply" is cumbersome. 

Therefore I'd also appreciate very much if it were possible to define the
"bright" and "dark" theme for the quick settings manually.

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

[plasma-nm] [Bug 458972] Systemlog Spam "kf.quickcharts.deprecated"

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458972

--- Comment #1 from gravityfa...@pm.me ---
Sorry, got distracted by something and submitted premature.

Operating System: Arch Linux
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.6
Kernel Version: 5.19.7-arch1-1 (64-bit)
Graphics Platform: X11

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

[plasma-nm] [Bug 458972] New: Systemlog Spam "kf.quickcharts.deprecated"

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458972

Bug ID: 458972
   Summary: Systemlog Spam "kf.quickcharts.deprecated"
   Product: plasma-nm
   Version: 5.25.1
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: gravityfa...@pm.me
CC: jgrul...@redhat.com
  Target Milestone: ---

Created attachment 151969
  --> https://bugs.kde.org/attachment.cgi?id=151969=edit
snippet of my systemlog containing the entire output created when reproducing
steps

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


STEPS TO REPRODUCE
1. click the applet in the system tray
2. observe journalctl
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[kwin] [Bug 458926] Cannot drag files to Wine window on Wayland (unsupported characters in path)

2022-09-10 Thread Svyataslav Timofeev
https://bugs.kde.org/show_bug.cgi?id=458926

Svyataslav Timofeev  changed:

   What|Removed |Added

Version|unspecified |5.25.5

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

[frameworks-plasma] [Bug 455575] Panel widget popups sometimes do not open when using an NVIDIA GPU on Wayland

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=455575

--- Comment #42 from tob...@g3ro.eu ---
I just compiled plasma-workspace based on the 5.25 branch without the specific
commit (I used "git revert" (hint for some users who might not know how to do
it)), and it seems to solve the issue for me.
Thanks to Alexander Burnett for finding the commit.

I hope that the KDE team could now include a fix.

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

[kasts] [Bug 457848] Offer better filenames for saved podcasts

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=457848

--- Comment #2 from tob...@g3ro.eu ---
(In reply to bart from comment #1)
> Thanks for reporting.
> 
> I will see what can be done there.  The huge advantage of the current
> hash-based filenames is that there are no worries whatsoever about invalid
> characters in filenames.  If the podcast and/or episode titles are used,
> then you can get into nasty territory concerning i18n and underlying
> filesystems not supporting certain characters.

Ok, I understand.
I just had a "crazy" idea: What about creating symbolic links?
We could have a seperate folder (e.g. called "podcasts-named") and the program
would create symbolic links with the filename "structure" I suggested
(podcastshow-ep104.mp3) and link to the hashed ones.
This way the program could still use the hashes and work properly in any
situation.

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

[systemsettings] [Bug 458971] Add a section in system settings "About This System" page to change device\host name of the computer

2022-09-10 Thread Rick
https://bugs.kde.org/show_bug.cgi?id=458971

--- Comment #1 from Rick  ---
Created attachment 151968
  --> https://bugs.kde.org/attachment.cgi?id=151968=edit
Example form Ubuntu

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

[systemsettings] [Bug 458971] Add a section in system settings "About This System" page to change device\host name of the computer

2022-09-10 Thread Rick
https://bugs.kde.org/show_bug.cgi?id=458971

Rick  changed:

   What|Removed |Added

 Attachment #151967|Example of the device name  |tool tip example
description|from Ubuntu and tool tip|
   |example |

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

[systemsettings] [Bug 458971] New: Add a section in system settings "About This System" page to change device\host name of the computer

2022-09-10 Thread Rick
https://bugs.kde.org/show_bug.cgi?id=458971

Bug ID: 458971
   Summary: Add a section in system settings "About This System"
page to change device\host name of the computer
   Product: systemsettings
   Version: 5.24.6
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: s.snide...@gmail.com
  Target Milestone: ---

Created attachment 151967
  --> https://bugs.kde.org/attachment.cgi?id=151967=edit
Example of the device name from Ubuntu and tool tip example

SUMMARY
I have noticed that there is no GUI way to change the computer\machine\Host
name or even view the name in KDE Plasma. This is a basic function that is even
implemented in Gnome settings. This would be a great addition for user
friendliness  and an UI improvement.


STEPS TO REPRODUCE
1.  There are no steps to reproduce as this is a feature request.

EXPECTED RESULT
I think this computer name change feature could be simply added to the "About
This System" page. It can be setup exactly like the Hardware and Software
sections are setup. The header would be called "Device Name" and under it an
editable box with the current device name. One name is inputted prompt for
reboot if required.

Additional as a tool tip, when you hoover over the editable box a tool tip
should appear explaining that this sections changes the name of the device and
the new name will be how it appears throughout your network and a reboot may be
required. 

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 22.04.1
(available in About System)
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.95
Qt Version: 5.15.3

ADDITIONAL INFORMATION
None

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

[kmymoney] [Bug 457640] Allow KmyMoney to stay on selected transaction even when switching between Virtual Desktops

2022-09-10 Thread jesse
https://bugs.kde.org/show_bug.cgi?id=457640

jesse  changed:

   What|Removed |Added

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

--- Comment #11 from jesse  ---
>From what I can tell this problem is there for Gnome on Wayland, xOrg and
classic. 

I opened KMY, same app image on all three, opened a ledger, clicked on a
transaction, used the keyboard keys to switch virtual desktops (nothing opened
on the second virtual desktop), and switched back. The focus was lost on the
selected transaction. 

Hopefully this helps. 

FYI.. another thing that I noted on version: KMyMoney Version
5.1.80-06ee79919... (master) this behavior did not occur. There it keeps the
focus. 

thanks. I am updating the Status to Reported.

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

[ksplash] [Bug 438649] fingerprint login not working on kubuntu

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=438649

zzra...@protonmail.com changed:

   What|Removed |Added

 CC||zzra...@protonmail.com

--- Comment #3 from zzra...@protonmail.com ---
(In reply to Amnon from comment #2)
> Now with Plasma 5.24.1, but still for fingerprint support. The settings |
> user menu does not recognize fp reader. 
> 
> system:
> 
> Operating System: Kubuntu 21.10
> KDE Plasma Version: 5.24.1
> KDE Frameworks Version: 5.91.0
> Qt Version: 5.15.2
> Kernel Version: 5.13.0-28-generic (64-bit)
> Graphics Platform: X11
> Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
> Memory: 15.3 GiB of RAM
> Graphics Processor: Mesa Intel® Xe Graphics
> 
> machine:
> Dell XPS 13 9310

You need to enter empty password before using fingerprint.

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

[kdeplasma-addons] [Bug 457606] Weather tray crashes KDE if DNS is down

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=457606

Nicolas Fella  changed:

   What|Removed |Added

   Version Fixed In|5.24.7  |5.24.7, 5.25.5

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

[kdeplasma-addons] [Bug 457606] Weather tray crashes KDE if DNS is down

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=457606

Nicolas Fella  changed:

   What|Removed |Added

 CC||jesse.r.bass...@outlook.com

--- Comment #6 from Nicolas Fella  ---
*** Bug 458967 has been marked as a duplicate of this bug. ***

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

[kde] [Bug 458967] RE: Setting location of weather in LinuxFX 11

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=458967

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de

--- Comment #2 from Nicolas Fella  ---


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

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

[kdeplasma-addons] [Bug 457606] Weather tray crashes KDE if DNS is down

2022-09-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=457606

Nicolas Fella  changed:

   What|Removed |Added

   Version Fixed In||5.24.7

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

[Breeze] [Bug 447536] audio-headphones and audio-headset icons are inconsistent

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447536

aron...@gmail.com changed:

   What|Removed |Added

 CC||aron...@gmail.com

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

[kwin] [Bug 458970] Slide effect: windows set to All Desktops get strong shadow and lose transparency

2022-09-10 Thread phd
https://bugs.kde.org/show_bug.cgi?id=458970

--- Comment #3 from phd  ---
Created attachment 151966
  --> https://bugs.kde.org/attachment.cgi?id=151966=edit
transparent-kcalc-on-all-desktops--2-during-slide-animation.png

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

[kwin] [Bug 458970] Slide effect: windows set to All Desktops get strong shadow and lose transparency

2022-09-10 Thread phd
https://bugs.kde.org/show_bug.cgi?id=458970

--- Comment #2 from phd  ---
Created attachment 151965
  --> https://bugs.kde.org/attachment.cgi?id=151965=edit
transparent-kcalc-on-all-desktops--1-normal.png

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

[Breeze] [Bug 447536] audio-headphones and audio-headset icons are inconsistent

2022-09-10 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=447536

ratijas  changed:

   What|Removed |Added

 CC||m...@ratijas.tk

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

[kwin] [Bug 458970] Slide effect: windows set to All Desktops get strong shadow and lose transparency

2022-09-10 Thread phd
https://bugs.kde.org/show_bug.cgi?id=458970

--- Comment #1 from phd  ---
The Slide animation also does not respect that window's stack order (including
its Keep Below Others property).
Window set to be displayed on All Desktop is always drawn on top of all other
windows during the Slide animation.

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

[digikam] [Bug 458968] Geolocation information icon not visible

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458968

--- Comment #4 from mr.tom.fal...@gmail.com ---
(In reply to Maik Qualmann from comment #2)
> The Ubuntu package is useless because it is a snap package. Snap packages
> use a sandbox and are useless in combination with digiKam. Use our AppImage
> or the native digiKam version from a private repository.
> 
> Maik

Not sure where I got my digKam.  I do not believe it is snap - I try to avoid. 
I believe I may have installed via synaptic.  The version shows as
4.7.5.0-3fakesync1.  But the installation of breeze is working fine.  Problem
is solved for me.  But perhaps installation should include dependencies for
Ubuntu 22.04?

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

[kwin] [Bug 458970] New: Slide effect: windows set to All Desktops get strong shadow and lose transparency

2022-09-10 Thread phd
https://bugs.kde.org/show_bug.cgi?id=458970

Bug ID: 458970
   Summary: Slide effect: windows set to All Desktops get strong
shadow and lose transparency
   Product: kwin
   Version: 5.25.5
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-window-management
  Assignee: kwin-bugs-n...@kde.org
  Reporter: p...@phd.re
  Target Milestone: ---

SUMMARY
During the Slide effect animation windows that are set to be displayed on All
Desktops
get a very strong shadow and lose their transparency (if set).

STEPS TO REPRODUCE
0. activate Slide effect for changing desktops
1. open KCalc (or Dolphin, or any other window)
2. set it to be shown on All Desktops
3. set it's transparency to less than 100% (e.g. 50%)
4. switch desktop

OBSERVED RESULT
The window properly stays in place and is not animated (slided).
But its transparency is set to 100% during the Slide animation, then returns to
normal.
And its shadow is very strong during the animation.

EXPECTED RESULT
During Slide effect's animation window set to be displayed on All Desktops
should keep its transparency level and proper shadow.

This issue was there already in Plasma 5.24 and probably many earlier versions,
so this is not a Plasma 5.25 regression.

SOFTWARE/OS VERSIONS
Linux: Ubuntu 22.04
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.3

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

[digikam] [Bug 458968] Geolocation information icon not visible

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458968

--- Comment #3 from mr.tom.fal...@gmail.com ---
(In reply to Maik Qualmann from comment #1)
> Have you installed the Breeze Icon Theme and also activated it in the
> digiKam settings under Appearance? I guess your Ubuntu icon theme doesn't
> have the appropriate "Earth" icon.
> 
> Maik

Thanks.  Spot on all working now.  Went to synaptic ticked everything for
breeze.  Thank you

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

[kdeconnect] [Bug 447774] File system expose cannot expose certain folders on Android 11

2022-09-10 Thread Filip
https://bugs.kde.org/show_bug.cgi?id=447774

Filip  changed:

   What|Removed |Added

 CC||fi...@teknik.io

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

[kwin] [Bug 458969] New: (Regression) Cannot drag all windows from one desktop to another one

2022-09-10 Thread phd
https://bugs.kde.org/show_bug.cgi?id=458969

Bug ID: 458969
   Summary: (Regression) Cannot drag all windows from one desktop
to another one
   Product: kwin
   Version: 5.25.5
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-desktop-grid
  Assignee: kwin-bugs-n...@kde.org
  Reporter: p...@phd.re
  Target Milestone: ---

SUMMARY
In Grid Desktop view in Plasma 5.24 you could've start a drag outside all
windows on one virtual desktop, and then move them all to a different one,
switching the contents of those desktops.
It is impossible in Plasma 5.25. All windows from the source desktop are being
dragged, but then are returned to that source desktop on mouse release.

STEPS TO REPRODUCE
1. Open 2 or more windows in one desktop.
2. Show Desktop Grid.
3. Click on that desktop outside any window.
4. Drag all windows to a different desktop and drop them.

OBSERVED RESULT
Windows are returned to the source desktop on mouse release.

EXPECTED RESULT
Windows should be moved to the target desktop.
Plasma <=5.24 behavior: the target desktop's contents should be moved to the
source desktop (switching their content)

SOFTWARE/OS VERSIONS
Linux: Ubuntu 22.04
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.3

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

[systemsettings] [Bug 450344] No way to tell identically-named monitors apart

2022-09-10 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=450344

ratijas  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kscreen/commit/050c1a7e4 |ma/kwin/commit/fe1f7203071a
   |f66135f1c83eb3331da4ba82242 |b46159d8bff4b1114b1a8db021a
   |9883|8

--- Comment #13 from ratijas  ---
Git commit fe1f7203071ab46159d8bff4b1114b1a8db021a8 by ivan tkachenko.
Committed on 10/09/2022 at 10:19.
Pushed by ratijas into branch 'master'.

effects/outputlocator: Show connector name for monitors with identical
everything

See also: https://invent.kde.org/plasma/kscreen/-/merge_requests/129

M  +8-0src/effects/outputlocator/outputlocator.cpp

https://invent.kde.org/plasma/kwin/commit/fe1f7203071ab46159d8bff4b1114b1a8db021a8

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

[systemsettings] [Bug 450344] No way to tell identically-named monitors apart

2022-09-10 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=450344

ratijas  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kscreen/commit/050c1a7e4
   ||f66135f1c83eb3331da4ba82242
   ||9883

--- Comment #12 from ratijas  ---
Git commit 050c1a7e4f66135f1c83eb3331da4ba822429883 by ivan tkachenko.
Committed on 10/09/2022 at 10:23.
Pushed by ratijas into branch 'master'.

kcm: Show connector name for monitors with identical everything

See also: https://invent.kde.org/plasma/kwin/-/merge_requests/2922

M  +7-4common/utils.cpp
M  +2-2common/utils.h
M  +10   -7kcm/output_model.cpp

https://invent.kde.org/plasma/kscreen/commit/050c1a7e4f66135f1c83eb3331da4ba822429883

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

[frameworks-plasma] [Bug 455575] Panel widget popups sometimes do not open when using an NVIDIA GPU on Wayland

2022-09-10 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=455575

--- Comment #41 from ratijas  ---
Can confirm the cause. However, in current state it is no longer possible
simply reverting that single MR: the init() function that was removed in it got
subsequently deprecated and compile-disabled along with its whole class, so it
would need patching back kdeclarative too.

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

[digikam] [Bug 458968] Geolocation information icon not visible

2022-09-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=458968

--- Comment #2 from Maik Qualmann  ---
The Ubuntu package is useless because it is a snap package. Snap packages use a
sandbox and are useless in combination with digiKam. Use our AppImage or the
native digiKam version from a private repository.

Maik

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

[digikam] [Bug 458968] Geolocation information icon not visible

2022-09-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=458968

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Have you installed the Breeze Icon Theme and also activated it in the digiKam
settings under Appearance? I guess your Ubuntu icon theme doesn't have the
appropriate "Earth" icon.

Maik

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

[digikam] [Bug 458968] New: Geolocation information icon not visible

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458968

Bug ID: 458968
   Summary: Geolocation information icon not visible
   Product: digikam
   Version: 7.5.0
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Thumbs-IconView
  Assignee: digikam-bugs-n...@kde.org
  Reporter: mr.tom.fal...@gmail.com
  Target Milestone: ---

SUMMARY
***
For all media objects in thumbnail preview, geolocation icon does not display 


STEPS TO REPRODUCE
1. Select album view thumbnails
2. Only four icons display on thumbnails: select/delete, show full screen,
rotate left, and rotate right.  Globe icon for existence of geolocation
information does not display.  But tool tips are shown with mouse over for all
5 regions including "This item has geolocation information".  But the icon
itself is not there.  
3. Problem applies since Ubuntu 22.04

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux Ubuntu 22.04


ADDITIONAL INFORMATION

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

[kde] [Bug 458967] RE: Setting location of weather in LinuxFX 11

2022-09-10 Thread Jesse Bassett
https://bugs.kde.org/show_bug.cgi?id=458967

--- Comment #1 from Jesse Bassett  ---
Created attachment 151964
  --> https://bugs.kde.org/attachment.cgi?id=151964=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[kde] [Bug 458967] New: RE: Setting location of weather in LinuxFX 11

2022-09-10 Thread Jesse Bassett
https://bugs.kde.org/show_bug.cgi?id=458967

Bug ID: 458967
   Summary: RE: Setting location of weather in LinuxFX 11
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: jesse.r.bass...@outlook.com
  Target Milestone: ---

Application: plasmashell (5.25.4)

Qt Version: 5.15.5
Frameworks Version: 5.97.0
Operating System: Linux 5.15.0-47-generic x86_64
Windowing System: X11
Distribution: Linuxfx 11.2 22.04.2 LTS
DrKonqi: 5.25.4 [CoredumpBackend]

-- Information about the crash:
Tried setitng the location of my pc for the weather applet on windowsfx 11.
However the app caused a desktop crash.

The crash can be reproduced sometimes.

-- Backtrace (Reduced):
#6  0x7f49fb968ef2 in QString::split(QChar, QFlags,
Qt::CaseSensitivity) const () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f49ac9bbaa7 in DWDIon::calculatePositions(QStringList,
QVector&, QVector&) () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/dataengine/ion_dwd.so
#8  0x7f49ac9bc289 in DWDIon::parseStationData(QByteArray) () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/dataengine/ion_dwd.so
#9  0x7f49ac9be2fb in DWDIon::setup_slotJobFinished(KJob*) () at
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/dataengine/ion_dwd.so
[...]
#11 0x7f49fc5467e0 in KJob::result(KJob*, KJob::QPrivateSignal) () at
/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5


Reported using DrKonqi
This report was filed against 'kde' because the product 'plasmashell' could not
be located in Bugzilla. Add it to drkonqi's mappings file!

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

[kmymoney] [Bug 458447] Security account created on OFX import has 1/100 fraction, which gives wrong values if it really should be smaller

2022-09-10 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=458447

Dawid Wróbel  changed:

   What|Removed |Added

 CC||m...@dawidwrobel.com

--- Comment #8 from Dawid Wróbel  ---
> This allows to change the name after the import without re-creating the
security during the next import.

if I remember correctly, there might already be a related bug

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

[krita] [Bug 458966] i cant get my animation to render into a gif. it just asys "error, could not render animation."

2022-09-10 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=458966

Halla Rempt  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||ha...@valdyas.org
   Severity|task|normal

--- Comment #1 from Halla Rempt  ---
Sorry, but please provide:

* the actual file you're trying to render to
* the contents of help->system information for bug reports
* help->krita log for bug reports
* a screenshot of the animation render settings dialog

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

[kmymoney] [Bug 458447] Security account created on OFX import has 1/100 fraction, which gives wrong values if it really should be smaller

2022-09-10 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=458447

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/d65cb8a4
   ||32ce107fa69be617aa815f6a101
   ||73f7b
 Resolution|--- |FIXED

--- Comment #7 from Thomas Baumgart  ---
Git commit d65cb8a432ce107fa69be617aa815f6a10173f7b by Thomas Baumgart.
Committed on 10/09/2022 at 17:10.
Pushed by tbaumgart into branch 'master'.

Improve OFX importer

Allow fractions of security smaller than 1/100. A new security is
created with a default fraction of 1/100. In case the import contains a
transaction with more fractional digits, the fraction of the security is
automatically adjusted so that no information is lost.

Securities are also detected by their unique id not only by their name.
This allows to change the name after the import without re-creating the
security during the next import.

Security accounts are using the oldest postdate found in the OFX import
file as their opening date and not the current date. This prevents the
consistency check to report and fix the opening date later on.

M  +19   -4kmymoney/converter/mymoneystatementreader.cpp
M  +9-1kmymoney/mymoney/mymoneystatement.cpp
M  +3-0kmymoney/mymoney/mymoneystatement.h
M  +22   -2kmymoney/plugins/ofx/import/ofximporter.cpp

https://invent.kde.org/office/kmymoney/commit/d65cb8a432ce107fa69be617aa815f6a10173f7b

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

[kwin] [Bug 456511] VLC and Firefox freeze / stop updating their window contents after being used for a while

2022-09-10 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=456511

--- Comment #14 from Ilya Bizyaev  ---
Same here.

Operating System: openSUSE Leap 15.4
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5
Kernel Version: 5.14.21-150400.24.18-default (64-bit)
Graphics Platform: X11

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

[kwin] [Bug 457280] When WindowHeap-based effects are activated with a screen corner, they immediately deactivate if you keep pushing your cursor into the corner

2022-09-10 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=457280

Ilya Bizyaev  changed:

   What|Removed |Added

   Platform|Compiled Sources|openSUSE RPMs
 CC||bizy...@zoho.com
Version|5.25.3  |5.25.5

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

[kwin] [Bug 456511] VLC and Firefox freeze / stop updating their window contents after being used for a while

2022-09-10 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=456511

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||bizy...@zoho.com

--- Comment #13 from Ilya Bizyaev  ---
Created attachment 151963
  --> https://bugs.kde.org/attachment.cgi?id=151963=edit
Same bug when it happens to a Plasma panel

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

[kwin] [Bug 456294] Blurred and transparent Konsole window becomes non-blurred and transparent in the WindowHeap-based effects

2022-09-10 Thread Ilya Bizyaev
https://bugs.kde.org/show_bug.cgi?id=456294

Ilya Bizyaev  changed:

   What|Removed |Added

 CC||bizy...@zoho.com

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

[kdenlive] [Bug 458759] Audio mixer don't work when video is rezided

2022-09-10 Thread Ricardo Nascimento
https://bugs.kde.org/show_bug.cgi?id=458759

Ricardo Nascimento  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #7 from Ricardo Nascimento  ---
Thanks for your attention, my friend. The bug was solved.

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

[Discover] [Bug 448551] Could not open appstream://org.kde.kate.desktop

2022-09-10 Thread Martin C.
https://bugs.kde.org/show_bug.cgi?id=448551

--- Comment #10 from Martin C.  ---
(In reply to Timothée Ravier from comment #7)
> (In reply to thenujan from comment #6)
> > trying to install any app from apps.kde.org results in this error 
> > 
> > OS manjaro 
> > plasma version 5.23.5
> > kde frameworks version 5.90
> 
> This is not the same bug. This one is only for the rpm-ostree backend.
> Please file a new one.

I could try packaging Kate and Kalendar for Flatpak to contribute back to your
awesome work guys; could you point me to any documentation that describes how
to do so for KDE applications?

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

[krita] [Bug 458966] New: i cant get my animation to render into a gif. it just asys "error, could not render animation."

2022-09-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=458966

Bug ID: 458966
   Summary: i cant get my animation to render into a gif. it just
asys "error, could not render animation."
   Product: krita
   Version: 5.0.0
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: task
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: isleofr...@gmail.com
  Target Milestone: ---

I don't know what I did to have this happen! I get so frustrated with
technology, and I wanted the clear background of my gif and i wanted it to
actually be not completely pixelated, so i finished is and tried to render it,
then it just told me i couldn't render it with n further explanation. help me

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

[Discover] [Bug 448551] Could not open appstream://org.kde.kate.desktop

2022-09-10 Thread Martin C.
https://bugs.kde.org/show_bug.cgi?id=448551

--- Comment #9 from Martin C.  ---
Bumped the KDE Plasma version reported in my original issue to 5.25.4

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

[Discover] [Bug 448551] Could not open appstream://org.kde.kate.desktop

2022-09-10 Thread Martin C.
https://bugs.kde.org/show_bug.cgi?id=448551

Martin C.  changed:

   What|Removed |Added

Version|5.23.4  |5.25.4

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

  1   2   >