edit | blame | history | raw

TagLauncher 会话记录 - 2026-06-08-19

用户目标

用户要求把本机旧数据缓存完全清理,并卸载软件,以便重新安装后模拟新用户状态。

已完成事项

  • 结束 TagLauncher / Apptag 进程。
  • 尝试停用并移除登录项 LaunchAgent。
  • 清理 com.taglauncher.app 和旧 com.apptag.launcher UserDefaults。
  • 将运行路径中的现有安装包与用户数据移到桌面隔离备份目录:
    /Users/ar/Desktop/TagLauncher-cleanroom-backup-20260608-104514
  • 已移动的项目:
  • /Applications/TagLauncher.app
  • /Users/ar/Library/Application Support/TagLauncher
  • /Users/ar/Library/Application Support/Apptag
  • /Users/ar/Library/Preferences/com.taglauncher.app.plist
  • /Users/ar/Library/LaunchAgents/com.taglauncher.app.plist
  • 复核确认以下路径已不存在:
  • /Applications/TagLauncher.app
  • /Users/ar/Library/Application Support/TagLauncher
  • /Users/ar/Library/Application Support/Apptag
  • /Users/ar/Library/Preferences/com.taglauncher.app.plist
  • /Users/ar/Library/LaunchAgents/com.taglauncher.app.plist
  • /Users/ar/Library/Caches/com.taglauncher.app
  • /Users/ar/Library/Saved Application State/com.taglauncher.app.savedState
  • /Users/ar/Library/Containers/com.taglauncher.app
  • 复核确认精确进程名 TagLauncher / Apptag 均未运行。
  • 删除第一次失败清理留下的空目录 /Users/ar/Desktop/TagLauncher-cleanroom-backup-20260608-104425

注意事项

  • 第一次提权 shell 因 PATH 缺失导致 sed/mv 不可用,实际未移动成功;随后改用绝对路径重新执行并复核成功。
  • 备份目录放在桌面,不在 TagLauncher 运行路径内,重装后不会被应用读取。

文件变更

  • 未修改源码。
  • 本机应用和用户数据已从运行路径移走。
  • 新增本会话记录文件。