grc icon indicating copy to clipboard operation
grc copied to clipboard

System configuration ignored when user's configuration exists

Open ferenczy opened this issue 6 years ago • 3 comments

When there's only the system-wide configuration file /etc/grc.conf, it works fine. But when I create a user-specific configuration ~/.grc/grc.conf, the system-wide configuration stops working.

So the only way to keep it working and add the user-specific configuration at the same time is to copy the system-wide configuration /etc/grc.conf into ~/.grc/grc.conf.

ferenczy avatar Oct 15 '19 11:10 ferenczy

Confirmed on Debian

xi67 avatar May 05 '20 13:05 xi67

This was actually by design, though you are probably right, user-then-system rules would be probably useful. But what to do if the user wants to override the system configuration?

garabik avatar May 24 '20 17:05 garabik

Hi,

You can use a system-then-user rule :

  • search in system configuration
  • search in user configuration
  • get the last one

xi67 avatar May 26 '20 16:05 xi67