You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have carefully read the INI configuration file and understand the function of each configuration item.
I have not searched for the feature request I want to propose in the Issue Tracker and did not find it.
I am willing to create a pull request to implement the feature I proposed, otherwise I understand that the issue is likely to be closed.
I make sure to describe the feature in English.
Description
When the data_dir is left blank in the ini file, it indicates the use of Chrome++'s built-in configuration, while none indicates the use of the browser's default path. Currently, when data_dir=none, the --user-data-dir parameter is loaded from the startup arguments, and the function works as intended. However, when Chrome is set as the default browser and URLs are opened from other parts of the operating system, the Chrome instance launched by the system does not have a data_dir, resulting in the creation of a User Data folder in the user's directory under AppData\Local\Google\Chrome. It is suggested that the setting be changed to prioritize the --user-data-dir parameter. If there is no startup parameter, then use the data_dir from the ini file. If data_dir=none, automatically create a User Data folder in the user's directory.
————————————————————————————————
data_dir在ini文件中默认设置是留空表示使用 Chrome++ 内置配置,none 表示使用浏览器默认路径
当设置
data_dir=none时,需要从启动参数中加载--user-data-dir 参数,功能正常,
但是将Chrome设置为默认浏览器后,从操作系统其他位置调用打来URL链接,系统启动的Chrome是没有data_dir的,就会在用户目录下创建:AppData\Local\Google\Chrome\User Data文件夹
建议把这个设置改为--user-data-dir 参数优先,没有启动参数则使用ini文件的data_dir,若data_dir=none则自动在用户目录下创建User Data文件夹。
The text was updated successfully, but these errors were encountered:
Verification Steps
Description
When the data_dir is left blank in the ini file, it indicates the use of Chrome++'s built-in configuration, while none indicates the use of the browser's default path. Currently, when data_dir=none, the --user-data-dir parameter is loaded from the startup arguments, and the function works as intended. However, when Chrome is set as the default browser and URLs are opened from other parts of the operating system, the Chrome instance launched by the system does not have a data_dir, resulting in the creation of a User Data folder in the user's directory under AppData\Local\Google\Chrome. It is suggested that the setting be changed to prioritize the --user-data-dir parameter. If there is no startup parameter, then use the data_dir from the ini file. If data_dir=none, automatically create a User Data folder in the user's directory.
————————————————————————————————
data_dir在ini文件中默认设置是留空表示使用 Chrome++ 内置配置,none 表示使用浏览器默认路径
当设置
data_dir=none时,需要从启动参数中加载--user-data-dir 参数,功能正常,
但是将Chrome设置为默认浏览器后,从操作系统其他位置调用打来URL链接,系统启动的Chrome是没有data_dir的,就会在用户目录下创建:AppData\Local\Google\Chrome\User Data文件夹
建议把这个设置改为--user-data-dir 参数优先,没有启动参数则使用ini文件的data_dir,若data_dir=none则自动在用户目录下创建User Data文件夹。
The text was updated successfully, but these errors were encountered: