Commit c73685b5 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'Htylol-center-fixed-gnome' into devel

parents c118531c 23246431
...@@ -187,9 +187,9 @@ else ...@@ -187,9 +187,9 @@ else
source "$PW_GUI_THEMES_PATH/default.pptheme" source "$PW_GUI_THEMES_PATH/default.pptheme"
echo 'export GUI_THEME="default"' >> "$USER_CONF" echo 'export GUI_THEME="default"' >> "$USER_CONF"
fi fi
export YAD_OPTIONS+="--center"
if [[ "${DESKTOP_SESSION}" =~ "gnome" ]] if [[ "${DESKTOP_SESSION}" =~ "gnome" ]]
then : then export YAD_OPTIONS+="--fixed"
else export YAD_OPTIONS+="--center"
fi fi
# choose branch # choose branch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment