[kcalc] [Bug 491327] New: KCalc segfault, index out of bounds in KCalculator::commit_Input_

2024-08-05 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491327

Bug ID: 491327
   Summary: KCalc segfault, index out of bounds in
KCalculator::commit_Input_
Classification: Applications
   Product: kcalc
   Version: 24.05.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: evan.te...@gmail.com
  Reporter: lingm+kdeb...@posteo.org
CC: gabriel.barrantes@outlook.com
  Target Milestone: ---

Created attachment 172321
  --> https://bugs.kde.org/attachment.cgi?id=172321&action=edit
Backtrace

SUMMARY
KCalc segfaulted while typing. The coredump gave me this as a hint:
> #0  0x56fad5980195 in QList::at (this=, 
> i=) at /usr/include/qt6/QtCore/qlist.h:435
> #1  KCalculator::commit_Input_() [clone .isra.0] (this=) at 
> /usr/src/debug/kcalc/kcalc-24.05.2/kcalc.cpp:2359
>#2  0x56fad594b295 in KCalculator::slotInputChanged (this=0x56faef014fc0) 
>at /usr/src/debug/kcalc/kcalc-24.05.2/kcalc.cpp:1418

The full backtrace is attached.

STEPS TO REPRODUCE
Didn't manage to reproduce. Only have the core dump to go by. The segfault
happened while entering "()" into an empty KCalc instance. Not sure if on the
first or second parenthesis or if I pressed an arrow key afterwards. Might be
entirely irrelevant anyway.

OBSERVED RESULT
> [24197.608659] kcalc[56773]: segfault at 56f737227ee4 ip 56fad5980195 sp 
> 7fff060bf780 error 4 in kcalc[67195,56fad593+51000] likely on CPU 3 
> (core 3, socket 0)
> [24197.608667] Code: 03 00 00 01 00 00 00 0f 85 a5 ea ff ff 49 63 95 00 04 00 
> 00 48 8d 04 d5 00 00 00 00 48 29 d0 49 8b 95 d0 03 00 00 48 8d 04 c2 <8b> 40 
> 34 41 c6 85 f5 03 00 00 01 41 89 85 fc 03 00 00 e9 e9 ea ff

EXPECTED RESULT
No segfault

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

ADDITIONAL INFORMATION

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

[kcalc] [Bug 491327] KCalc segfault, index out of bounds in KCalculator::commit_Input_

2024-08-05 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491327

--- Comment #2 from LaughingMan  ---
Tested a bit more. It takes a few tries but reproduction steps are:
1. Open KCalc
2. Either type "(" on the keyboard or click the "("  button.
3. Segfault

Reproduces ~50% of the time with the keyboard and ~20% of the time when
clicking the button with the mouse.

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

[kcalc] [Bug 426588] Dead keys not recognized

2024-08-05 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=426588

LaughingMan  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||lingm+kdeb...@posteo.org

--- Comment #1 from LaughingMan  ---
Can confirm. Still an issue with KCalc 24.05.2.

Operating System: EndeavourOS 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

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

[konsole] [Bug 491366] New: Black and white world map emoji overlaps with the following chars

2024-08-06 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491366

Bug ID: 491366
   Summary: Black and white world map emoji overlaps with the
following chars
Classification: Applications
   Product: konsole
   Version: 24.05.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: font
  Assignee: konsole-de...@kde.org
  Reporter: lingm+kdeb...@posteo.org
  Target Milestone: ---

Created attachment 172363
  --> https://bugs.kde.org/attachment.cgi?id=172363&action=edit
Misrendering in Konsole

SUMMARY
Typing the command "echo 🗺1234" misrenders and shows the map overlapping with
the one. Using Noto Fonts Emoji 2.042

Renders correctly in Dolphin when using "🗺1234" as file name.

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

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

[konsole] [Bug 491367] New: World map emoji breaks rendering

2024-08-06 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491367

Bug ID: 491367
   Summary: World map emoji breaks rendering
Classification: Applications
   Product: konsole
   Version: 24.05.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: font
  Assignee: konsole-de...@kde.org
  Reporter: lingm+kdeb...@posteo.org
  Target Milestone: ---

Created attachment 172364
  --> https://bugs.kde.org/attachment.cgi?id=172364&action=edit
Broken rendering in Konsole

STEPS TO REPRODUCE
1. Paste "🗺️" into an empty line in Konsole
2. Press left arrow or Pos 1 to go the beginning of the line
3. Type "echo"

Using backspace to delete the characters does not fix the rendering. Issuing a
"clear" command does though.

OBSERVED RESULT
Broken rendering (see attachment)

EXPECTED RESULT
"echo 🗺️"

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

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

[kcalc] [Bug 491327] KCalc segfault, index out of bounds in KCalculator::commit_Input_

2024-08-06 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491327

--- Comment #6 from LaughingMan  ---
> UB, quite hard to reach for sure, great catch.

Thanks for the quick fix!

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

[konsole] [Bug 491367] World map emoji breaks rendering

2024-08-07 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491367

--- Comment #2 from LaughingMan  ---
You mean Konsole settings? Scrollback is set to unlimited, but other than that,
I don't think so. I can reproduce with the Built-in profile at least.

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

[konsole] [Bug 491367] World map emoji breaks rendering

2024-08-07 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491367

--- Comment #3 from LaughingMan  ---
Just to make sure: You tried to reproduce with the colored map emoji (🗺️),
right? Because the black and white version from my other report (🗺) does not
cause this problem.

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

[konsole] [Bug 491367] World map emoji breaks rendering

2024-08-07 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491367

--- Comment #5 from LaughingMan  ---
Created attachment 172384
  --> https://bugs.kde.org/attachment.cgi?id=172384&action=edit
Screencast of the broken behaviour

Here's a short screencast.

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

[dolphin] [Bug 466814] dolphin rename file selects part of the extension when name contains composed glyphs (diacritics, emojis)

2024-08-07 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=466814

LaughingMan  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||lingm+kdeb...@posteo.org

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

[dolphin] [Bug 491417] New: Emojis in file names are displayed in black and white or as tofu

2024-08-07 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491417

Bug ID: 491417
   Summary: Emojis in file names are displayed in black and white
or as tofu
Classification: Applications
   Product: dolphin
   Version: 24.05.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: view-engine: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: lingm+kdeb...@posteo.org
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 172387
  --> https://bugs.kde.org/attachment.cgi?id=172387&action=edit
Correct display (Nemo, top) and incorrect display (Dolphin, bottom)

As the title says. Uses the expected font in Nemo or Konsole (ls). Window
titles (such as from Firefox) are also affected.

STEPS TO REPRODUCE
1. Create a file named "🗺️🗺🤔😈.txt"
2. View the folder containing said file with Dolphin

OBSERVED RESULT
The file name is displayed as
"{BLACKNWHITEMAP}{BLACKNWHITEMAP}{TOFU}{BLACKNWHITEDEVIL}.txt"
(See attached image)

EXPECTED RESULT
The file name is displayed as
"{COLORMAP}{BLACKNWHITEMAP}{THINKING}{COLORDEVIL}.txt"
(See attached image)

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2

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

[dolphin] [Bug 491417] Emojis in file names are displayed in black and white or as tofu

2024-08-08 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491417

--- Comment #3 from LaughingMan  ---
If it was a case of missing or misconfigured font, why do both Nemo and Konsole
manage to pick the correct one?

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

[dolphin] [Bug 491417] Emojis in file names are displayed in black and white or as tofu

2024-08-09 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=491417

--- Comment #7 from LaughingMan  ---
Alright, reading though those links you two posted there appears to be a
consensus that fiddling with fontconfig is a hack and people are working on
adding proper support to Qt. Dolphin relies on Qt, while Nemo and Konsole are
non-Qt applications and thus don't suffer from this bug.

I'd call that an upstream and not a downstream problem, but whatever. That's
for linking the relevant issues.

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

[frameworks-kwidgetsaddons] [Bug 494624] KNewPasswordWidget does not let setting tab order

2024-10-12 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494624

LaughingMan  changed:

   What|Removed |Added

 CC||lingm+kdeb...@posteo.org

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

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494548

--- Comment #7 from LaughingMan  ---
Ok:
- Stopped md126.
- Tried creating a partition table -> Failed
- Stopped md127
- Tried creating a partition table -> Success

Maybe Partition Manager should detect this case and run that stop command on
behalf of the user? Possibly after another confirmation dialogue.
Something like "The disk you're trying to modify is currently mounted as a
RAID. Unmount now? [ ] Yes [ ] No"

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

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494548

--- Comment #5 from LaughingMan  ---
So, should I run
> sudo mdadm --stop /dev/md126
or
> sudo mdadm --stop /dev/md127
?

I'm a little out of my depth here.

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

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494548

--- Comment #10 from LaughingMan  ---
(In reply to Andrius Štikonas from comment #8)
> I think we've gathered enough data to root cause it. So you can put your disk 
> to production.

Cool. Although in case that wasn't clear: My testing was necessarily
destructive. The creation of the new partition table only fails after hitting
"Apply" and confirming. Either it fails or the disk gets modified. Since my
test earlier succeeded, the raid stuff is already gone.

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

[partitionmanager] [Bug 494556] New: Create a new partition: Selecting permissions radio button with the keyboard focuses wrong option

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494556

Bug ID: 494556
   Summary: Create a new partition: Selecting permissions radio
button with the keyboard focuses wrong option
Classification: Applications
   Product: partitionmanager
   Version: 24.08.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: lingm+kdeb...@posteo.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. Open the "Create a new partition" dialogue
2. Pres tab until the focus is on the "Permissions" radio button.
3. Press upward arrow to switch from "Only Root" to "Everyone"

OBSERVED RESULT
Nothing happens because the focus is on the unselected "Everyone" option
already. You have to press downward arrow once to sync up the focused option
with the selected option.

EXPECTED RESULT
When focusing the permissions field with tab, the focus automatically goes to
the selected option. Focus currently appears to go to the first option instead.

SOFTWARE/OS VERSIONS
Linux: Kernel 6.11.3
KDE Plasma: 6.2.0
KDE Plasma Version: 6.2.0
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.3

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

[partitionmanager] [Bug 494557] New: Create a new partition: Wrong tab order if LUKS encryption is enabled

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494557

Bug ID: 494557
   Summary: Create a new partition: Wrong tab order if LUKS
encryption is enabled
Classification: Applications
   Product: partitionmanager
   Version: 24.08.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: lingm+kdeb...@posteo.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. Open the "Create a new partition" dialogue
2. Tick the "Encrypt with LUKS" check box
3. Press tab

OBSERVED RESULT
The focus switches to the "label" field.

EXPECTED RESULT
The focus switches to the newly shown "Enable LUKS2" check box.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.2.0
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.3

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

[partitionmanager] [Bug 494556] Create a new partition: Selecting permissions radio button with the keyboard focuses wrong option

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494556

--- Comment #2 from LaughingMan  ---
Are you aware of an existing issue on the Qt side? Because it pretty clearly is
a bug, even if partition manager maybe isn't the right place to deploy a fix.

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

[partitionmanager] [Bug 494557] Create a new partition: Wrong tab order if LUKS encryption is enabled

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494557

--- Comment #2 from LaughingMan  ---
"Unfortunately, there doesn't seem to be an easy way to change tab order of
KNewPasswordWidget."

Does that mean the tab order for the password field will still be wrong? :/

That's really the one I cared about more. Only noticed that the checkbox also
has the wrong order while filing this report. Originally I tried to tab to the
next text box after typing my password.

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

[partitionmanager] [Bug 494556] Create a new partition: Selecting permissions radio button with the keyboard focuses wrong option

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494556

--- Comment #4 from LaughingMan  ---
Tried in Firefox' settings and it has the behavior I'd expect.

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

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494548

--- Comment #3 from LaughingMan  ---
/dev/md0 doesn't exist. There's md, md126 and md127.

lsblk lists the device as:
> sdf 8:80   0  14,6T  0 disk  
>├─md126 9:126  0 0B  0 raid6 
>└─md127 9:127  0 0B  0 md

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

[partitionmanager] [Bug 494548] New: Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=494548

Bug ID: 494548
   Summary: Partition Manager fails to create new partition table
if 'ddf_raid_member' signature is present
Classification: Applications
   Product: partitionmanager
   Version: 24.08.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: lingm+kdeb...@posteo.org
  Target Milestone: ---

Created attachment 174697
  --> https://bugs.kde.org/attachment.cgi?id=174697&action=edit
Screenshot of the error in the GUI

Got two factory new drives. They showed up as "No valid partition table found
on this device", so I attempted to create a new (GPT) partition table.

Creation fails with the rather unhelpful message "Error". Luckily the failing
command is shown: "sfdisk --wipe=always /dev/devicename".

Running that command in the terminal manally gives a few more details:

> This disk is currently in use - repartitioning is probably a bad idea.
> Umount all file systems, and swapoff all swap partitions on this disk.
> Use the --no-reread flag to suppress this check.
> sfdisk: Use the --force flag to overrule all checks.

Since the disk is clearly not currently in use, attempt again with the
`--force` flag:

> The device contains 'ddf_raid_member' signature and it may be removed by a
> write command. See sfdisk(8) man page and --wipe option for more details.

No clue what a 'ddf_raid_member' signature is. The disks must have shipped with
them from the factory or something. At least I didn't put them there. Anyway,
that appears to be the root cause.

dmraid -r confirms that:
> /dev/sdf: ddf1, ".ddf1_disks", GROUP, ok, 31250710528 sectors, data@ 0

GParted shows the file system as "ataraid".  Creating a new partition table
with GParted does finish successfully and wipes that signature.

If you need me to get you any further data, please let me know ASAP. So far
I've left one disk untouched, but will need to put it into production soon.


EXPECTATION
Creating a new partition table completes successfully and wipes
'ddf_raid_member' signatures if present.

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

[krunner] [Bug 490972] Two character searches return few or results, in contrast to one or 3+ character searches

2024-10-10 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=490972

LaughingMan  changed:

   What|Removed |Added

 CC||lingm+kdeb...@posteo.org

--- Comment #14 from LaughingMan  ---
Another example: I'd like a search for "vs" to show "Code - OSS". It does have
the keyword "vscode" in its .desktop file, but those apparently only get
searched starting with three letters.

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

[kdeplasma-addons] [Bug 493987] NOAA notice information overlaps weather report when widget is on the desktop

2024-11-18 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=493987

LaughingMan  changed:

   What|Removed |Added

 CC||lingm+kdeb...@posteo.org

--- Comment #3 from LaughingMan  ---
Created attachment 175927
  --> https://bugs.kde.org/attachment.cgi?id=175927&action=edit
Panel wiget with overlapping text

Same issue here. Just using the panel version with the German Weather Service
as provider instead.

SOFTWARE/OS VERSIONS
Linux: EndeavourOS
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0

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

[plasmashell] [Bug 497581] Plasma freezes, everything else runs

2025-01-10 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=497581

--- Comment #15 from LaughingMan  ---
Had and uptime of over two weeks on kernel 6.12.1 and got hit by this bug twice
today. Guess it was just pure luck the bug didn't strike for that long. Either
the culprit isn't the kernel at all or the cause is already present in 6.12.1.

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

[plasmashell] [Bug 497581] Plasma freezes, everything else runs

2024-12-31 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=497581

LaughingMan  changed:

   What|Removed |Added

 CC||lingm+kdeb...@posteo.org

--- Comment #10 from LaughingMan  ---
I'm having similar symptoms. For me it turned out to be a kernel regression
somewhere between 6.12.1 and 6.12.4. It's not just Plasma panels freezing, but
those are certainly the most noticeable. Sometimes the context menu in Dolphin
doesn't show up anymore. Or pacman hangs during one of the post transaction
tasks.

Even `sudo reboot` sometimes hung, not sure if in the `sudo` or in the `reboot`
part.

We might be seeing different issues, but since nobody else brought up the
kernel yet, maybe it's worth checking if a kernel downgrade helps.

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

[plasmashell] [Bug 497581] Plasma freezes, everything else runs

2024-12-31 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=497581

--- Comment #12 from LaughingMan  ---
No, I didn't see anything and have no clue what exactly is happening. Reverting
the kernel was a relatively blind guess based on which packages got updated
around the time the problems started for me.
6.12.1 is the last known working version, 6.12.4 and 6.12.6 reproduce the
problem for me. Didn't try any others.

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

[ark] [Bug 393901] can't unzip password protected files with password not in UTF-8 encoding

2025-02-22 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=393901

LaughingMan  changed:

   What|Removed |Added

 CC||lingm+kdeb...@posteo.org

--- Comment #13 from LaughingMan  ---
Instead of asking the user to provide the encoding, would it be an option to
simply attempt decrypting with several common encodings? Yes, there are
probably a few zip files out there with very exotic encodings, but simply
trying several ones would cover the vast majority. Unlike when displaying text,
the program can know that the right encoding was found when decryption
succeeds.

Let's be real, most people have no idea that text encodings even exists, what
they are, let alone which one to choose. Not asking is the better UX.

It might slow down showing the failure message if a wrong password is entered,
but hopefully not to a relevant degree.

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

[ark] [Bug 456551] 'No space available on device...' message is shown 3 times when extraction fails due to insufficient free space in the destination

2025-07-24 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=456551

LaughingMan  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||lingm+kdeb...@posteo.org
 Status|REPORTED|CONFIRMED

--- Comment #1 from LaughingMan  ---
Still happens as shown in the screen recording with dolphin 25.04.3.

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

[dolphin] [Bug 507427] New: "No space available on device" message when extracting multi volume rar archive

2025-07-24 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=507427

Bug ID: 507427
   Summary: "No space available on device" message when extracting
multi volume rar archive
Classification: Applications
   Product: dolphin
  Version First 25.04.3
   Reported In:
  Platform: EndeavourOS
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: lingm+kdeb...@posteo.org
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
"Right click -> Extract" on a multi volume rar archive shows an error message
claiming that there's "No space available on device" even though enough space
is available.
STEPS TO REPRODUCE
1. Take some large input file. Let's say 20 GiB.

2. Compress it such that the number of parts multiplied by the size of the
input file exceeds your free space on the device. The command should look like
this: `rar a out.rar input.bin -m0 -v50m`. The `50m` is the size per part.
Adjust as needed for your free disk space. The `-m0` just disables compression.

3. Rename input file so there's no name conflict.

3. Right click -> Extract -> Extract here

OBSERVED RESULT
Error messages claiming "No space available on device".

EXPECTED RESULT
Archive extracts successfully.

ADDITIONAL INFORMATION
Couldn't reproduce with a 7z multi volume archive. Looks specific to the rar
format.

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

[kwin] [Bug 490562] Switching activities: GL_INVALID_VALUE in glTexStorage2D(width, height or depth < 1)

2025-07-22 Thread LaughingMan
https://bugs.kde.org/show_bug.cgi?id=490562

LaughingMan  changed:

   What|Removed |Added

 CC||lingm+kdeb...@posteo.org

--- Comment #3 from LaughingMan  ---
Same error messages in my logs recently, just with kwin_x11:

```
Jul 23 07:11:02 laughingman kwin_x11[1813]: kwin_scene_opengl: 0x3:
GL_INVALID_VALUE in glTexStorage2D(width, height or depth < 1)
Jul 23 07:11:02 laughingman kwin_x11[1813]: kwin_scene_opengl: Invalid
framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
Jul 23 07:11:02 laughingman kwin_x11[1813]: kwin_effect_blur: Failed to create
an offscreen framebuffer
```

Haven't been able to pinpoint what triggers them for me though.

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