この方法を使用すると、12.04-13.10のログイン画面からドットを削除できます。
Ubuntu 14.04の新しいロック画面からドットを削除するにはどうすればよいですか?
ログイン画面からドットを削除
—
ウォルディルレオンシオ
この方法を使用すると、12.04-13.10のログイン画面からドットを削除できます。
Ubuntu 14.04の新しいロック画面からドットを削除するにはどうすればよいですか?
回答:
手動でオプションdconf-editor
に入りcom.canonical.unity.unity-greeter
、チェックを外しましたdraw-grid
。何らかの理由で、これは機能し、以前のコマンドラインの答えではなく、私も試しました。お役に立てれば。
gsettings set com.canonical.unity-greeter draw-grid false
(前の2行を
sudo apt-get install dconf-tools
askubuntu.com/questions/22313/...
白いドットを削除するには、ターミナルで次のコマンドを実行します。
sudo xhost +SI:localuser:lightdm
sudo su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter draw-grid false;exit
ソース:http : //www.noobslab.com/2014/04/thingstweaks-to-do-after-install-of.html