Arc Menu Display Error - Start Menu Icon Misaligned to Right.我的arcmenu显示在右边 #98
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To reset desktop settings, follow https://docs.anduinos.com/Install/Reset-Desktop-Settings.html. In some cases, you might mess up your desktop settings and want to reset them to the default settings. This document will guide you through the process of resetting your desktop settings. To reset your desktop settings, you can run: VERSION=$(grep -oP "VERSION_ID=\"\\K\\d+\\.\\d+" /etc/os-release)
curl -sL https://gitlab.aiursoft.cn/anduin/anduinos/-/raw/$VERSION/src/mods/35-dconf-patch/dconf.ini?ref_type=heads | dconf load /org/gnome/ This command WILL reset your desktop settings to the AnduinOS default settings, including:
And: This command will NOT remove any application, data, or configuration files. |
Beta Was this translation helpful? Give feedback.
To reset desktop settings, follow https://docs.anduinos.com/Install/Reset-Desktop-Settings.html.
In some cases, you might mess up your desktop settings and want to reset them to the default settings. This document will guide you through the process of resetting your desktop settings.
To reset your desktop settings, you can run:
This command WILL reset your desktop settings to the AnduinOS default settings, including:
And:
This command wi…