Refresh applications during Quattro upgrade
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user