From 4bdc5b1280f8e35ed4fac5f62e0673cdd46c459d Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 25 Sep 2025 05:04:53 -0700 Subject: [PATCH] :memo: Made notes/configuration flatpak gimp --- .config/sxhkd/sxhkdrc | 3 ++- aliases | 2 +- updates.txt | 12 ++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 407d2b41..baf441ba 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -173,7 +173,8 @@ super + c super + i inkscape & super + g - gimp --no-splash & + flatpak run org.gimp.GIMP & + # gimp --no-splash & # krita --nosplash & super + h $HOME/scripts/bsphide & diff --git a/aliases b/aliases index d4806afa..282215d2 100644 --- a/aliases +++ b/aliases @@ -33,6 +33,7 @@ alias offline="cd ~/Documents/offline_notes && ls" # alias vpndown="doas sv down wireguard" alias pihole="docker exec -it pihole-unbound pihole" alias obs="gobble flatpak run com.obsproject.Studio" +alias gimp="gobble flatpak run org.gimp.GIMP" alias Code="cd ~/Documents/Code && ls" alias graphics="cd ~/Documents/Graphic_Design && ls" alias Math="cd ~/Documents/Math && ls" @@ -51,7 +52,6 @@ alias zsaves="cd ~/Games/umu/umu-default/drive_c/users/steamuser/Zomboid/Saves/S alias zmods="cd ~/Games/umu/umu-default/drive_c/users/steamuser/Zomboid/mods && ls" alias logs="cd /var/log && ls" alias llama="cd ~/.local/share/llama.cpp && ./llama.sh ; cd" -alias gpt4="gobble gpt4all-chat" alias wtuts="cd ~/Documents/Code/web_tutorials && ls" alias btuts="cd ~/Documents/Code/book_tutorials && ls" alias fonts="fc-list" diff --git a/updates.txt b/updates.txt index 62ae7a16..feb0987c 100755 --- a/updates.txt +++ b/updates.txt @@ -940,3 +940,15 @@ Test with: flatpak run com.obsproject.Studio You also have the alias you created: obs + +09/25/2025 +Also install gimp from flatpak as well (gtk issues...): +doas pacman -Rs gimp +Download flatpak from: +https://flathub.org/en/apps/org.gimp.GIMP +In Downloads directory run: +flatpak install org.gimp.GIMP.flatpakref +Test with: +flatpak run org.gimp.GIMP +You also have the alias you created: +gimp