- Complete dependency set including waybar and python-requests
- Standard AUR post_install pattern (no automatic service enabling)
- Clear user instructions for setup and service enabling
- Follows Arch Linux packaging best practices
- Ready for production use
- Move waybar from optdepends to depends (required feature)
- Fix post_install user context issues
- Add missing python-requests dependency
- Always enable Waybar integration by default
- Update .SRCINFO with all dependencies
- Ready for AUR installation test
- Run setup as actual user instead of root
- Proper user detection with fallback
- Fixes run.sh permissions and systemd service paths
- Ensures proper group membership for /dev/uinput access
- Remove erroneous 'alsold;' from line 1
- This was causing 'alsold: command not found' error during installation
- Now post_install() function will work correctly
- Add echo statements to show current directory and cd target
- Add error handling for cd command failure
- Bump pkgrel to 4 to trigger AUR package database update
- This will help identify why cp is copying from wrong directory
- Restore cd command to change to source directory first
- Use cp -r . to copy from current directory (source directory)
- This matches the working approach from the original AUR commit
- Should fix the sys/devices permission errors
- Increment pkgrel from 1 to 2 to reflect PKGBUILD fixes
- This ensures AUR package database gets updated with our cp command fixes
- Resolves the 'SRCINFO unchanged' warning
- Remove automatic execution of install-omarchy.sh from post_install/post_upgrade
- This prevents FIDO authentication prompts during AUR installation
- Users will need to manually run the setup script after installation
- Simplifies the installation process and avoids permission issues
- Replace wildcard cp command with individual cp commands for each file/directory
- This prevents the cp command from trying to copy from wrong directory
- Each cp command explicitly specifies source and destination paths
- Should fix the sys/devices permission denied errors
- Remove unreliable cd command that was failing silently
- Use explicit file list instead of wildcards to copy only needed files
- Prevents copying from wrong directory (root /) which caused sys/devices errors
- More robust and follows PKGBUILD best practices
- Add error handling for cd command failure
- Verify source directory contains expected files before copying
- Add debugging output to identify cp errors
- This should fix the permission denied errors during AUR builds
- Remove complex sudo -u commands that require FIDO authentication
- Go back to simple ./scripts/install-omarchy.sh approach
- Remove pre_remove function that was causing issues
- This matches the last known working version
- Changed back from specific file copying to cp -r . approach
- This was the working approach before our changes
- Fixes the system file permission errors in AUR builds
- Add missing python-evdev dependency for hotkey detection
- Add all required Python dependencies from Arch repos
- Fix file copying to only include source files (no system files)
- Create virtual environment with pip-only dependencies
- Make installation script non-interactive for AUR context
Fixes hotkey detection issues when installing from AUR.
- Bump version from 1.1.0 to 1.2.0
- Update SHA-256 checksum for v1.2.0 release
- Fix audio feedback path resolution for relative paths
- Add shift_paste configuration option (Ctrl+Shift+V by default)
- Improve text injection compatibility across terminals and GUI apps