https://bugs.kde.org/show_bug.cgi?id=508754
Bug ID: 508754
Summary: kreadconfig does not respect filepath . (current
directory)
Classification: Frameworks and Libraries
Product: frameworks-kconfig
Version First unspecified
Reported In:
Platform: Debian stable
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Created attachment 184457
--> https://bugs.kde.org/attachment.cgi?id=184457&action=edit
Screenshot konsole with commands as in summary
SUMMARY
kreadconfig does not respect filepath . (current directory) as it is known in
most shells
STEPS TO REPRODUCE
1. get a copy of a config file (e.g. here: kwiterc) into current directory
2. change any value in it (e.g. here '1920x1200 screen: Height' from 755 to
720)
3. execute on command line: kreadconfig6 --file $PWD/kwriterc ...
4. execute on command line: kreadconfig6 --file ./kwriterc ...
OBSERVED RESULT
kreadconfig6 --file ./kwriterc --group 'MainWindow' --key '1920x1200 screen:
Height'
> 755
EXPECTED RESULT
kreadconfig6 --file ./kwriterc --group 'MainWindow' --key '1920x1200 screen:
Height'
> 720
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian Trixie
KDE Plasma Version: 6.3.6
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2
ADDITIONAL INFORMATION
-
--
You are receiving this mail because:
You are watching all bug changes.