Bug 399477 - Konsole shows annoying "Config unwritable, contact your system administrator" message.
Summary: Konsole shows annoying "Config unwritable, contact your system administrator"...
Status: CONFIRMED
Alias: None
Product: frameworks-kconfig
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.75.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Matthew Dawson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-07 09:49 UTC by Alexander Bantyev
Modified: 2020-11-04 22:29 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Warning message screenshot (16.81 KB, image/png)
2018-10-07 09:49 UTC, Alexander Bantyev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Bantyev 2018-10-07 09:49:43 UTC
Created attachment 115461 [details]
Warning message screenshot

SUMMARY
Konsole shows annoying "Config unwritable, contact your system administrator" message, while this is actually desired (my configuration files are managed by home-manager utility, which creates them read-only). Either this warning should be shown not on startup, but while opening "Settings" of Konsole, or there should be a configuration option to disable this altogether, as konsole is able to operate just fine after I close the dialog (configuration is parsed correctly).

STEPS TO REPRODUCE
1. chmod -w $XDG_CONFIG_HOME/konsolerc
2. konsole

OBSERVED RESULT

A message shows up: https://snag.gy/Tqe5ma.jpg or see attachment

EXPECTED RESULT

Konsole opens without the dialog

SOFTWARE VERSIONS
Kate: 18.08.1

ADDITIONAL INFORMATION
I am on NixOS (nixos-unstable channel) with i3 as window manager and home-manager as dotfiles manager.
Comment 1 Kurt Hindenburg 2018-10-07 14:37:29 UTC
I agree that this is annoying - I don't recall off-hand why the dialog was added upon startup.  I would think that perhaps showing a desktop message if any changes are attempted to be saved would be better.
Comment 2 Justin Zobel 2020-11-03 06:34:35 UTC
Confirmed on latest from git master.

This should be only in configuration dialogs or maybe a don't show again tickbox.
Comment 3 Carlos Alves 2020-11-04 22:21:32 UTC
It is in kconfig framework, not konsole.

KSharedConfig::openConfig

ask once, when reading the config file for the first time.