From 9f5db99394cd0e53b796009c23d1218779b3140b Mon Sep 17 00:00:00 2001 From: Don Williams Date: Fri, 7 Aug 2026 09:07:00 -0400 Subject: Add .zprofile check to fix flatpak apps ```sh if [ -f /etc/profile ]; then source /etc/profile fi ``` thanks to @jfabernathy for finding and reporting it On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: copy.sh modified: scripts/lib_detect.sh --- copy.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index d3e83b4c..7e9b45b9 100755 --- a/copy.sh +++ b/copy.sh @@ -1082,6 +1082,9 @@ if is_nixos && ! command -v waybar-weather >/dev/null 2>&1; then echo "Install the current NixOS-Hyprland version to install waybar-weather applet for Waybar" 2>&1 | tee -a "$LOG" fi +# Ensure shell profile sources /etc/profile (fixes flatpak not showing in rofi on Debian) +ensure_shell_profile_sources_etc_profile "$LOG" + printf "\n%.0s" {1..2} printf "${OK} GREAT! KooL's Hyprland-Dots is now Loaded & Ready !!! " printf "\n%.0s" {1..1} -- cgit v1.2.3