ubuntu 禁止手机插入自动弹窗

前端之家收集整理的这篇文章主要介绍了ubuntu 禁止手机插入自动弹窗前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

https://askubuntu.com/questions/191527/disable-auto-opening-nautilus-window-after-auto-mount

The simplest option is to open a terminal with Ctrl+Alt+T,and type:

gsettings set org.gnome.desktop.media-handling automount-open false

or

Turns out,it is. You will need dconf-editor tool,which can be installed by with sudo apt-get install dconf-tools. Run dconf-editor in your terminal. Browse to org -> gnome -> desktop - media-handling Uncheck automount-open.

原文链接:https://www.f2er.com/ubuntu/352233.html

猜你在找的Ubuntu相关文章