We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc11f7 commit e667ae5Copy full SHA for e667ae5
lib/functions/configuration/config-desktop.sh
@@ -77,6 +77,7 @@ function desktop_environment_check_if_valid() {
77
78
function interactive_desktop_main_configuration() {
79
[[ $BUILD_DESKTOP != "yes" ]] && return 0 # Only for desktops.
80
+ [[ $APA_IS_ACTIVE ]] || return 0 # APA takes care of installing desktop packages
81
82
DESKTOP_ELEMENTS_DIR="${SRC}/config/desktop/${RELEASE}"
83
DESKTOP_CONFIGS_DIR="${DESKTOP_ELEMENTS_DIR}/environments"
0 commit comments