Fixed in commit 4845ebe. Updated all dependencies: iced 0.13->0.14, ksni 0.2->0.3, dirs 5->6, toml 0.8->1, reqwest 0.12->0.13, rfd 0.15->0.17, iced_fonts 0.1->0.3. Migrated all API breaking changes.
Fixed in commit 4845ebe. Removed the directories crate and consolidated with dirs. All config path resolution now uses dirs::config_dir().
Fixed in commit 4845ebe. Removed pelite dependency entirely. PE file parsing was unreliable and unnecessary. The name resolution pipeline now relies on explicit names, store titles, manifests,…
Fixed. Replaced all std::process::Command::new(exe) self-spawning patterns with direct std::thread::spawn calls that invoke the actual functions:
tray.rs:
spawn_setup()now calls…
Fixed. Replaced the manual zenity/kdialog subprocess calls in util.rs with the rfd crate (rfd = "0.15" in Cargo.toml). Both pick_folder() and…
This is now fully fixed in the working tree. All std::env::var("HOME") usages (including the one introduced in commit a0ee01cd5d in detect.rs build_store_titles()) have been replaced with…