Vladimir-csp / xdg-terminal-exec

Proposal for XDG Default Terminal Execution Specification and shell-based reference implementation.
GNU General Public License v3.0
73 stars 11 forks source link

Add support for /usr/etc configurations #10

Closed sysrich closed 1 year ago

sysrich commented 1 year ago

An increasing number of distributions are using locations in /usr (such as /usr/etc) for packaging their distribution configuration.

This is to enable /etc to be the location for "system wide" configuration without complicating a distributions ability to ship sensible defaults

A large number of upstreams used by openSUSE have already adopted support for this, including pam, netcfg, openssh, etc https://en.opensuse.org/openSUSE:Packaging_UsrEtc for more info

I'm keen to use xdg-terminal-exec on some projects I have around openSUSE MicroOS, so I'd like this to work here also :)

Kind Regards, Richard

Vladimir-csp commented 1 year ago

Thank you