[PATCH] When running on HiDPI monitors, scale anaconda by a factor of 2

Chris Lumens clumens at redhat.com
Wed Sep 17 15:24:17 UTC 2014


> diff --git a/data/liveinst/console.apps/liveinst b/data/liveinst/console.apps/liveinst
> index 073b39c..e9067fb 100644
> --- a/data/liveinst/console.apps/liveinst
> +++ b/data/liveinst/console.apps/liveinst
> @@ -5,4 +5,5 @@ SESSION=true
>  STARTUP_NOTIFICATION_NAME="Starting Install to Hard Drive"
>  DOMAIN=anaconda
>  # DBus session connections fail when running setuid unless we pass DBUS_SESSION_BUS_ADDRESS through
> -KEEP_ENV_VARS=DBUS_SESSION_BUS_ADDRESS,LIVECMD
> +# Keep the Gdk scale settings from the user environment
> +KEEP_ENV_VARS=DBUS_SESSION_BUS_ADDRESS,LIVECMD,GDK_SCALE,GDK_DPI_SCALE

GDK_DPI_SCALE isn't used anywhere in the rest of the patch, so maybe
it doesn't need to be mentioned here too?

- Chris


More information about the anaconda-patches mailing list