Hi,
very strange thing happening here:
added deltachat-tauriand rebuild/reboot
added deltachat-desktop and rebuild/reboot
removed deltachat-tauri and rebuild/reboot
since, deltachat-tauri is still launching at start with a broken app: tray icon appears, a window is here but empty and only the menu is accessible.
I then also removed deltachat-desktop and rebuild/reboot still here…
$ pgrep -a delta
1696 /nix/store/xdal8kg8mgdw5vfmsrm9qr9kckg9drdf-deltachat-tauri-2.53.1/bin/.deltachat-tauri-wrapped --autostart
I use
nh os boot ~/nixos-cfg/ --accept-flake-config --update
What’s going on?
truh
July 8, 2026, 8:55am
2
Does your desktop environment have a tools for managing autostart applications?
I’m using Niri + waybar, but maybe something pulled Gnome’s one?
Thanks for the lead, found .config/autostart/ but why it is still in the store?
I guess it will disappear next cleanup ^^
truh
July 8, 2026, 9:05am
6
You could try searching you home dir for references to deltachat-tauri rg -. deltachat-tauri or maybe for the store path hash rg -. xdal8kg8mgdw5vfmsrm9qr9kckg9drdf and see if any of those look like autostart.
truh
July 8, 2026, 9:07am
7
Will probably disappear after sudo nix-collect-garbage -d.
But you might have to remove the .config/autostart/ thing yourself.
1 Like