aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-08-07 09:07:00 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:34 -0700
commit9f5db99394cd0e53b796009c23d1218779b3140b (patch)
treec06889f005808142b56b8ea6dcf9a108fbfbdede /copy.sh
parent47eeca0ea806c9bd4a0911d0d0d30bca254e07b7 (diff)
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
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh3
1 files changed, 3 insertions, 0 deletions
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}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage