diff --git a/bin/omarchy-upgrade-to-quattro b/bin/omarchy-upgrade-to-quattro index ec96c6ba..8cfe6d62 100755 --- a/bin/omarchy-upgrade-to-quattro +++ b/bin/omarchy-upgrade-to-quattro @@ -2383,6 +2383,13 @@ apply_system_transition suppress_hyprland_config_reload apply_user_transition apply_user_hardware_transition +run_as_user env \ + HOME="$target_home" \ + USER="$target_user" \ + LOGNAME="$target_user" \ + OMARCHY_PATH=/usr/share/omarchy \ + PATH="$package_path" \ + omarchy-refresh-applications run_as_user env \ HOME="$target_home" \ USER="$target_user" \ diff --git a/test/shell.d/upgrade-to-quattro-test.sh b/test/shell.d/upgrade-to-quattro-test.sh index a68bb094..a1138e79 100644 --- a/test/shell.d/upgrade-to-quattro-test.sh +++ b/test/shell.d/upgrade-to-quattro-test.sh @@ -62,3 +62,6 @@ grep -F 'vulkan-intel' "$upgrade_to_quattro" >/dev/null grep -F 'apply_user_hardware_transition' "$upgrade_to_quattro" >/dev/null grep -F 'DX13260' "$upgrade_to_quattro" >/dev/null pass "Omarchy 4 upgrade backfills hardware support from the legacy release" + +grep -F 'omarchy-refresh-applications' "$upgrade_to_quattro" >/dev/null +pass "Omarchy 4 upgrade refreshes application launchers"