Files
fedora-OEMDRV/client_software
Daniel unbrot Pätzold b32cc96ca0 kwallet: stop kwalletd6-logon.service before remounting wallet
ExecStop (umount) fires asynchronously ~26s after logout, by which
time a second login's install.sh has already remounted the wallet.
ExecStop then unmounts the fresh mount, leaving kwalletd6 without
the wallet directory.

Fix: stop kwalletd6-logon.service at the top of install.sh so its
ExecStop fires and drains before the remount, eliminating the race.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 12:01:08 +02:00
..
2026-05-08 12:07:54 +02:00

Pre installed software installation script repository

Contains Packages to install and setup at user logon first. Each package is in one directory and may include two scripts which will be called from user logon script:

  • install.sh - will be called with root- privileges to install software or other administrative tasks
  • user_run.sh - will get executed after all admins scripts had been executed in user context to setup user configs ad data

The execution will be sorted by directory name.