[frameworks-ki18n] [Bug 482657] Underlined characters in titles rendered incorrectly as ampersands in KDE6

2024-09-20 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=482657

funny0facer  changed:

   What|Removed |Added

 CC||funny0fa...@mail.de

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

[kdeconnect] [Bug 477673] KDEConnect - sshfs finished with exit code 1 when attempting to browse

2024-08-01 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=477673

funny0facer  changed:

   What|Removed |Added

 CC||andrew.g.r.hol...@gmail.com
   ||, funny0fa...@mail.de
Product|neon|kdeconnect
   Assignee|neon-b...@kde.org   |albertv...@gmail.com
Version|unspecified |24.05.2
  Component|general |common

--- Comment #21 from funny0facer  ---
for me, it was solved by creating the file "/usr/local/bin/sshfs" with this
content:

```
#!/usr/bin/env bash

SSHFS_BIN="/usr/bin/sshfs"

if [[ "$1" =~ ^kdeconnect ]]; then
"$SSHFS_BIN" "$@" -o HostKeyAlgorithms=+ssh-rsa -o
PubkeyAcceptedKeyTypes=+ssh-rsa
else
"$SSHFS_BIN" "$@"
fi
```

this fix suggests to me, that kdeconnect needs to call sshfs in a different
way.
I am on Arch and the related packages have the following version:
kdeconnect 24.05.2-2
sshfs 3.7.3-2
kdeconnect App 1.31.1

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

[kate] [Bug 446852] Launching Kate with a document opens it in a new session rather than appending it to the last-used session

2024-06-03 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=446852

funny0facer  changed:

   What|Removed |Added

 CC||funny0fa...@mail.de
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from funny0facer  ---
I can confirm this behavior. Of course this only feels like a bug when the
setting "Session/Application Startup Behavior" equals to "Load last used
session"

Operating System: Arch Linux 
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.1
Kate Version: 24.05.0

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

[kcolorchooser] [Bug 479406] The "Pick Screen Color" button is missing on Wayland session

2024-05-26 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=479406

funny0facer  changed:

   What|Removed |Added

Version|24.02.2 |24.05.0

--- Comment #21 from funny0facer  ---
is there a state for "fixed, but not yet in a release"?

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

[plasmashell] [Bug 484069] Panel unresponsive after extending desktop to multi-monitor

2024-04-17 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=484069

--- Comment #3 from funny0facer  ---
I just updated to 6.0.4.
I can no longer reproduce it. Seems fixed to me.

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

[kcolorchooser] [Bug 479406] The "Pick Screen Color" button is missing on Wayland session

2024-04-13 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=479406

funny0facer  changed:

   What|Removed |Added

Version|24.01.85|24.02.2

--- Comment #15 from funny0facer  ---
Today,  I got the update to kcolorchooser 24.02.02.
The bug is still reproducible with Qt Version 6.7.0

Operating System: Arch Linux 
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.7.0
Kernel Version: 6.8.5-arch1-1 (64-bit)
Graphics Platform: Wayland

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

[plasmashell] [Bug 484069] Panel unresponsive after extending desktop to multi-monitor

2024-04-07 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=484069

--- Comment #2 from funny0facer  ---
I anyone else is looking for a workaround:
I run "plasmashell --replace &> /dev/null &" to reload the panels after
enabling the second monitor.

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

[plasmashell] [Bug 484069] Panel unresponsive after extending desktop to multi-monitor

2024-04-02 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=484069

funny0facer  changed:

   What|Removed |Added

   Keywords||wayland
Version|6.0.2   |6.0.3
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from funny0facer  ---
I can reproduce this behavior on my system. My second monitor is on the right
hand side and slightly higher.
I made a screenrecording using kscreen-doctor to enable and disable the second
screen. ( https://youtu.be/6ueSXKkY-Jo )
In the video you see the desktop's right click menu instead of the panel right
click menu.

#works
kscreen-doctor output.DP-3.disable &> /dev/null
#works
kscreen-doctor output.DP-3.enable output.DP-3.position.2560,0 &> /dev/null 
#does not work
kscreen-doctor output.DP-3.enable output.DP-3.position.2560,-38 &> /dev/null

Depending on the Y-value, this amount of panel is unusable. In my case (-38)
only the kicker is affected.

This is only true for the Wayland session. When I run the X11 session and
change the layout with xrandr, I can not reproduce it.

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

[plasmashell] [Bug 484069] Panel unresponsive after extending desktop to multi-monitor

2024-04-01 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=484069

funny0facer  changed:

   What|Removed |Added

 CC||funny0fa...@mail.de

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

[kcolorchooser] [Bug 479406] The "Pick Screen Color" button is missing on Wayland session

2024-03-26 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=479406

--- Comment #12 from funny0facer  ---
Created attachment 167815
  --> https://bugs.kde.org/attachment.cgi?id=167815&action=edit
KColorChooser vs Spectacle vs KColorSchemeEditor

This still applies to 24.02.01 on my arch system.
where is the difference between the different color chooser applets? Why does
KColorChooser behave different than e.g. KColorSchemeEditor?
The color chooser of Qt Designer works also perfectly fine and looks identical
to me.
My qt6-wayland version is 6.6.2

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

[kcolorchooser] [Bug 479406] The "Pick Screen Color" button is missing on Wayland session

2024-03-26 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=479406

funny0facer  changed:

   What|Removed |Added

 CC||funny0fa...@mail.de

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

[plasmashell] [Bug 483253] every input in search bar changes focus to search results

2024-03-25 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=483253

funny0facer  changed:

   What|Removed |Added

 CC||funny0fa...@mail.de

--- Comment #2 from funny0facer  ---
Created attachment 167758
  --> https://bugs.kde.org/attachment.cgi?id=167758&action=edit
Screencast of the bug including visible keystrokes

I added a screencast and can confirm the behavior also on 6.0.2 

KRunner works fine
Application Launcher works fine
Application Menu does not behave as the other 2


Operating System: Arch Linux 
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.1-arch1-1 (64-bit)
Graphics Platform: Wayland

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

[plasmashell] [Bug 482770] While dragging pinned app icons, the target icon changes if your drag moves over something that opens a popup

2024-03-25 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=482770

funny0facer  changed:

   What|Removed |Added

Version|6.0.1   |6.0.2

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

[kcolorchooser] [Bug 482810] choose color selection is missing

2024-03-07 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=482810

--- Comment #2 from funny0facer  ---
Created attachment 166677
  --> https://bugs.kde.org/attachment.cgi?id=166677&action=edit
KColorChooser vs Spectacle on X11

In contrast, spectacle works in both sessions. See attachments

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

[kcolorchooser] [Bug 482810] choose color selection is missing

2024-03-07 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=482810

funny0facer  changed:

   What|Removed |Added

 CC||funny0fa...@mail.de

--- Comment #1 from funny0facer  ---
Created attachment 166676
  --> https://bugs.kde.org/attachment.cgi?id=166676&action=edit
KColorChooser vs Spectacle on Wayland

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

[plasmashell] [Bug 482770] Plasma Panel - Moving icons bug

2024-03-07 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=482770

funny0facer  changed:

   What|Removed |Added

 CC||t...@gmx.net

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

[plasmashell] [Bug 482770] New: Plasma Panel - Moving icons bug

2024-03-07 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=482770

Bug ID: 482770
   Summary: Plasma Panel - Moving icons bug
Classification: Plasma
   Product: plasmashell
   Version: 6.0.1
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: t...@gmx.net
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

Created attachment 166629
  --> https://bugs.kde.org/attachment.cgi?id=166629&action=edit
Screencast of the bug

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.  Try to drag an app icon from the panel on a different position
2.  If something else pops up - like a preview of the app, the target icon
changes
 see attached Screencast. PS: thanks for integrating Screencast feature into
spectacle :)

OBSERVED RESULT
wrong app icon moves

EXPECTED RESULT
the inital app icon moves

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.7.8-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor
Memory: 30.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6800
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B650 AORUS ELITE AX

ADDITIONAL INFORMATION

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

[Breeze] [Bug 482581] Dolphin icon no longer changes according to the accent color

2024-03-07 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=482581

funny0facer  changed:

   What|Removed |Added

 CC||t...@gmx.net

--- Comment #3 from funny0facer  ---
I solved this issue on my install by changing the icon from dolphin to the icon
of "system-file-manager". This icon does change with the color of the theme.

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

[Merkuro] [Bug 472793] merkuro-calendar crashes on startup

2023-08-28 Thread funny0facer
https://bugs.kde.org/show_bug.cgi?id=472793

funny0facer  changed:

   What|Removed |Added

 CC||t...@gmx.net

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