[Skanpage] [Bug 472858] New: Export PDF doesn't save files but says it did

2023-07-31 Thread David Given
https://bugs.kde.org/show_bug.cgi?id=472858

Bug ID: 472858
   Summary: Export PDF doesn't save files but says it did
Classification: Applications
   Product: Skanpage
   Version: 22.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: a.stipp...@gmx.net
  Reporter: d...@cowlark.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. Scan something.
2. Open the 'Export PDF' dialogue.
3. Type in a filename like '/tmp/something.pdf' into the File box and press the
Save button.

OBSERVED RESULT

A toast pops up saying the file has been saved, but no file is actually
created.

EXPECTED RESULT

File gets saved!

SOFTWARE/OS VERSIONS

Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.107.0
Qt Version: 5.15.10
Kernel Version: 6.3.0-2-amd64 (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 7900X 12-Core Processor
Memory: 30.5 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
Manufacturer: ASUS

ADDITIONAL INFORMATION

If I type in a filename beginning with file:///tmp/something.pdf, the file
_does_ get created, so it sounds like something isn't handling the lack of a
file handler properly.

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

[konsole] [Bug 344181] konsole 256 color support differs from xterm/rxvt

2025-04-13 Thread David Given
https://bugs.kde.org/show_bug.cgi?id=344181

David Given  changed:

   What|Removed |Added

 CC||d...@cowlark.com

--- Comment #11 from David Given  ---
I've just run into this (and figured out what was going on after a lot of
digging). There are, AFAIK, two issues:

(a) konsole doesn't support redefining colours, which is fine, it's allowed not
to (although it's annoying).
(b) konsole's default TERM is xterm-256color, which claims that konsole _does_
support redefining colours. This is not fine, as it means that ncurses programs
thinks it can and so don't work properly.

If nothing else, I think the default TERM should be switched to
konsole-256color, which is more accurate. Although, then colours frequently
don't work at all. Ideally konsole would be updated to support this.

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