Technical Support

  • Fixing LM Studio AppImage Issues on Linux

    A Simple Workaround Are you experiencing issues with the LM Studio AppImage not fully closing on Linux? You’re not alone. We’ve created a simple and robust workaround that ensures all background processes are properly terminated when you exit the application. This solution involves two Bash scripts: lmstudio-launch for launching the app cleanly, and lmstudio-shutdown for…

  • Convert to JPG Image Files in Thunar

    Convert your image to JPG with a right click action. Convert to JPG Thunar action Jump Straight In! Basic Tab Name: Convert to JPG Description: Convert images to JPG using ImageMagick Command: bash ~/bin/convert-to-jpg.sh %N Appearance Conditions Tab File Pattern: *.png;*.PNG Appears if selection contains: Image Files To add a custom action open Thunar file…

  • Set EXIF Date for Image Files in Thunar

    Set or change the EXIF date of an image with a right click action. EXIF date Thunar action Jump Straight In! Basic Tab Name: EXIF date Description: Set / change EXIF date for images Command: xfce4-terminal –title “Set EXIF Date” –command “bash exif %F” Appearance Conditions Tab File Pattern: * Appears if selection contains: Image…

  • Watermark Images in Thunar File Manager

    Create a custom watermark and easily apply it from the right click menu Custom watermark Thunar action Basic Tab Name: Watermark Description: Watermark images Command: ~/bin/watermark.sh %F ‘/path-to/watermark.png’ Appearance Conditions Tab File Pattern: * Appears if selection contains: Image Files To add a custom action open Thunar file manager from the menu select Edit ->…

  • Linux and GIMP File Manager Thumbnails

    Thunar, Create XCF Thumbnail for GIMP Thunar Custom Action for GIMP XCF files. Basic Tab Name: Create XCF Thumbnail Description: Generate a thumbnail for XCF files Command: bash ~/bin/generate_xcf_thumbnail %F Appearance Conditions Tab File Pattern: *.xcf Appears if selection contains: Image Files To add a custom action open Thunar file manager from the menu select…