| Age | Commit message (Collapse) | Author |
|
|
|
- Remove pkgver() function that produced incorrect version strings
from git describe (v2.0 tag produced 2.0.rN.gHASH instead of 2.0.0)
- Bump pkgrel from 3 to 4 for AUR version tracking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Icon entry
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Added local.svg icon for Local packages source
- Fixed local icon path in source configuration
- Increment pkgrel to 2 for new release
|
|
|
|
- Increment pkgrel to 10
- Remove os.setsid for pkexec commands to maintain D-Bus connection
- os.setsid was creating new session group breaking polkit agent communication
- This should FINALLY fix the /dev/tty authentication errors
The issue was that os.setsid isolates the process from the parent session, preventing pkexec from accessing the D-Bus session bus even when DBUS_SESSION_BUS_ADDRESS is set.
|
|
- Increment pkgrel to 9
- Add DBUS_SESSION_BUS_ADDRESS to pkexec environment
- This is the CRITICAL fix for pkexec to communicate with polkit agent
- Resolves textual authentication agent fallback to /dev/tty
- Should finally fix all pacman and AUR authentication issues
|
|
- Increment pkgrel to 8
- Ensure DISPLAY, XAUTHORITY, WAYLAND_DISPLAY are set for pkexec
- Fixes textual authentication agent fallback
- Enables proper GUI password dialogs for pacman and AUR
This should completely resolve the /dev/tty authentication errors.
|
|
- Increment pkgrel to 7
- Complete authentication overhaul using pkexec with polkit agents
- Fixes AUR authentication (now working\!)
- Fixes pacman /dev/tty authentication errors
- Removes complex sudo askpass approach
- Uses system's existing polkit authentication agents
- Works with KDE, GNOME, and other desktop environments
Thanks to Gemini's suggestion to use pkexec instead of sudo with custom askpass scripts\!
|
|
- Increment pkgrel to 6
- Enhanced debugging output for AUR authentication failures
- Better error detection and user-friendly messages
- Simplified paru/yay command flags for better compatibility
- Comprehensive stderr logging to diagnose authentication issues
- Proactive warning for missing GUI authentication tools
|
|
- Increment pkgrel to 5
- Includes debug logging for askpass authentication
- Fixes Flatpak 'Error creating textual authentication agent' issue
- Resolves AUR installation cancellation problems
- Improves authentication environment handling
- Adds comprehensive debugging for authentication troubleshooting
|
|
- Increment pkgrel to 4
- Includes intelligent authentication method detection
- Fixes 'No authentication agent found' error in Hyprland
- Improves compatibility with minimal Wayland compositors
- Resolves sudo authentication failures for package operations
|
|
- Increment pkgrel to 3
- Includes fixes for GUI environment setup and authentication
- Resolves install/uninstall/update operations failing silently
- Improves askpass script handling and error recovery
|
|
- Fix install=('neoarch-git.install') to install=neoarch-git.install
- Resolves 'install should not be an array' error with paru/yay
- Increment pkgrel to 2
- Update license to MIT to match project license
|
|
|
|
|
|
|
|
|
|
|