Bug 448414 - --list-profiles and --list-profile-properties ignored
Summary: --list-profiles and --list-profile-properties ignored
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-13 23:39 UTC by gi1242
Modified: 2022-01-14 17:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gi1242 2022-01-13 23:39:55 UTC
SUMMARY

The command line options --list-profiles and --list-profile-properties are now ignored. (It used to work)


STEPS TO REPRODUCE
1.  Run `konsole --list-profiles`

OBSERVED RESULT

New Konsole window started

EXPECTED RESULT

profiles should be displayed on stdout.

SOFTWARE/OS VERSIONS
Konsole version: git 5fbd17664 (22.03.70)
Operating System: Arch Linux
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.16.0-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i3-2120 CPU @ 3.30GHz
Memory: 31.3 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 2000

ADDITIONAL INFORMATION
Comment 1 Kurt Hindenburg 2022-01-14 00:48:27 UTC
yep I'll have to bisect to see what broke it
Comment 2 Kurt Hindenburg 2022-01-14 03:31:19 UTC
I see this issue on a recent version of master

https://invent.kde.org/utilities/konsole/-/commit/372c14da6ad480448b16ed6dd9daa5b784cb2d7f
Comment 3 Kurt Hindenburg 2022-01-14 16:07:16 UTC
Git commit 5599412002927be4c88d265c923b01ad54f7da16 by Kurt Hindenburg.
Committed on 14/01/2022 at 16:01.
Pushed by hindenburg into branch 'master'.

Revert "Fix passing command line arguments in single-process mode."

This reverts commit 372c14da6ad480448b16ed6dd9daa5b784cb2d7f.

https://invent.kde.org/utilities/konsole/-/merge_requests/261
Related: bug 447754

M  +28   -46   src/Application.cpp
M  +1    -1    src/Application.h

https://invent.kde.org/utilities/konsole/commit/5599412002927be4c88d265c923b01ad54f7da16
Comment 4 gi1242 2022-01-14 17:24:38 UTC
Works! Thank you so much for the prompt fix.