How do I enable and disable GNOME extensions from the command li
遇到了manjaro gnome開(kāi)機(jī)之后鼠標(biāo)操作無(wú)響應(yīng)的情況,就在網(wǎng)上搜了搜,能調(diào)出來(lái)terminal終端;
猜想可能是因?yàn)榘惭b的extensions互相之間有沖突,影響了系統(tǒng)的響應(yīng),所以想試試禁用extensions,之后試試系統(tǒng)如何,所以在網(wǎng)上找了找如何在terminal中通過(guò)命令行禁用extensions
*****************************************************************************
Answer
Run
gsettings set org.gnome.shell disable-user-extensions true
to disable all the extensions enabled by the user (it will remember which of the extensions are currently enabled, won't disable extensions individually).
Similarly, run
gsettings set org.gnome.shell disable-user-extensions false
to enable the extensions.
How do I enable and disable GNOME extensions from the command line? - Ask Ubuntu
標(biāo)簽: