มีแอปพลิเคชันที่เรียกunclutter
ว่าจะทำ ติดตั้งโดยพิมพ์ข้อความต่อไปนี้ที่หน้าต่างเทอร์มินัล:
sudo apt-get install unclutter
หลังจากติดตั้งแล้วคุณสามารถเปลี่ยนการหมดเวลาเป็น 2 วินาทีในไฟล์ต่อไปนี้:
/etc/default/unclutter
และเปลี่ยนบรรทัดต่อไปนี้:
EXTRA_OPTS="-idle 1 -root"
ถึง
EXTRA_OPTS="-idle 2 -root"
สิ่งนี้จะเริ่มโดยอัตโนมัติเมื่อระบบบูทขึ้น
หากต้องการเริ่มต้นตอนนี้โดยไม่ต้องรีสตาร์ทระบบให้พิมพ์ดังต่อไปนี้:
nohup unclutter -idle 2 &
แก้ไข:
หากไม่พบการติดตั้งให้แก้ไข/etc/apt/sources.list
ไฟล์ของคุณและตรวจสอบให้แน่ใจว่าบรรทัดต่อไปนี้ไม่ได้ถูกใส่ความคิดเห็น#
:
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
หากพวกเขาจะออกความเห็นเอา#
ไว้ที่ด้านหน้าของเส้นแล้วใช้ในการปรับปรุงที่เก็บแล้วรัน sudo apt-get update
sudo apt-get install unclutter
หากฉันรันคำสั่งต่อไปนี้เราจะเห็นว่าunclutter
แอปพลิเคชันนั้นมาจากที่trusty universe
เก็บข้อมูล
:~$ apt-cache showpkg unclutter
Package: unclutter
Versions:
8-19 (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-amd64_Packages) (/var/lib/dpkg/status)
Description Language:
File: /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_binary-amd64_Packages
MD5: f0e9ff67c42a9d3dc35bb595d2f84a7b
Description Language: en
File: /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_universe_i18n_Translation-en
MD5: f0e9ff67c42a9d3dc35bb595d2f84a7b
:~$ dpkg -s unclutter
Package: unclutter
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 76
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 8-19
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.3.4), libx11-6
Conffiles:
/etc/X11/Xsession.d/90unclutter 9b47a483264cfc6a155fbd65cd8a3e6e
Description: hides the mouse cursor in X after a period of inactivity
unclutter hides your X mouse cursor when you don't need it, to prevent it
from getting in the way. You have only to move the mouse to restore the
mouse cursor.
Original-Maintainer: Axel Beckert <abe@debian.org>
Homepage: ftp://ftp.x.org/contrib/utilities/
หวังว่านี่จะช่วยได้!
init.d
โฟลเดอร์หรือไม่?