Commit Graph

6 Commits

Author SHA1 Message Date
ComixHe 6d5c1f1404 refactor: some scripts that export env 'XDG_DATA_DIRS'
Signed-off-by: ComixHe <ComixHe1895@outlook.com>
2025-06-23 16:02:44 +08:00
kamiyadm f7a37cc3bc fix: failed to run linglong.sh
Change 'source' to '.', because '#/usr/bin/env bash' is not work
in /etc/profile.d(Default is 'sh') and source is not supported in 'sh'.

Log:
2024-10-08 13:33:33 +08:00
dengbo11 3c3ffc8272 chore: code clean
Project configuration file optimization.

Log:
2024-09-26 15:12:47 +08:00
black-desk c3e109848f chore: adjust XDG_DATA_DIRS environment
This patch does two things:

- Adjust linglong data directory order in XDG_DATA_DIRS;

  See comments in
  /misc/lib/systemd/system-environment-generators/61-linglong
  for more information.

- Remove user level linglong data directory in XDG_DATA_DIRS;

  We are not going to implement user level installation in linyaps.

Signed-off-by: black-desk <me@black-desk.cn>
2024-09-05 16:28:00 +08:00
kamiyadm 025d41be8c fix: move the reinstall operation to new script
-

Log:
2024-05-13 13:04:40 +08:00
dengbo d003a5d871 fix: XDG_DATA_DIRS env is unset
XDG_DATA_DIRS environment variable maybe be unset by a program when
login, so we must set it again

Log:
2024-04-10 05:02:06 +00:00