Re: Combining System and user settings (Concatenating lists)

Oswald Buddenhagen <[email protected]> Wed, 20 May 2009 18:40:15 +0200
Newsgroups gmane.comp.kde.kiosk
Message-ID <[email protected]>
On Wed, May 20, 2009 at 05:19:29PM +0200, [email protected] wrote:
> It there a possibility to achieve concatenate such kinds of entries?
> 
nope, but you might get lucky with
  key[$e] = $envvar $(kreadconfig4 something)
style entries.