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 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c2438f..0f068244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ## Added: +- Selecting `zsh` now updates `.zprofile` + + ```sh + if [ -f /etc/profile ]; then + source /etc/profile + fi + ``` + - This should help resolve flatpak apps not showing in rofi menu + - Thanks to `@jfabernathy` for finding it - `docs/Keybinds.md` a layout of all the default keybinds - Option for event drive disable of eDP-1 on lid close - `kitty.conf` and `ghostty/config` are now saved to `UserConfigs` directory -- cgit v1.2.3