Re: [firstboot] Use -merge for xrdb (#808919)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> diff --git a/firstboot/frontend.py b/firstboot/frontend.py
> index 1d6d93d..2735303 100644
> --- a/firstboot/frontend.py
> +++ b/firstboot/frontend.py
> @@ -132,7 +132,7 @@ class Frontend:
>      def merge_xres(self):
>          if os.access(XRES, os.R_OK):
>              log.info('merging the Xresources')
> -            p = subprocess.Popen(['xrdb', '--merge', XRES])
> +            p = subprocess.Popen(['xrdb', '-merge', XRES])
>              p.wait()

Obviously correct.

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux