ITADN

Portable version Request: Store ALL data in browser folder (like Thorium-Win), avoid C drive completely!

#58Openalvvaysu 创建于 2025-08-03
A
alvvaysucommented
Hi! As a regular user, I want Chromium_Clang to offer a true portable version like Thorium browser: 1. Store ALL data (bookmarks, cache, settings) inside the browser's own folder (e.g., if I put Chromium_Clang on D:, everything stays on D:). 2. Write NOTHING to C: (no hidden files, temp files, or registry entries). Thorium does this perfectly with a simple .bat script. `START "" "%cd%\BIN\thorium.exe" --user-data-dir="%~dp0%\USER_DATA" --allow-outdated-plugins --disable-logging --disable-breakpad --disable-encryption --disable-machine-id` `START "" "%cd%\BIN\130.0.6723.174\thorium_shell.exe" --user-data-dir="%~dp0%\USER_DATA\thorium_shell" --allow-outdated-plugins --disable-logging --disable-breakpad --enable-experimental-web-platform-features --disable-encryption --disable-machine-id` Please add similar functionality! This makes portable use hassle-free 🙏 Bonus for installed version: Let us choose custom data location (e.g., D:\Data) during installation!
0 条评论