DANH MỤC TÀI LIỆU
Những tính năng tiện ích nhất trong Ubuntu Unity Quicklists
Những tính năng tiện ích nhất trong Ubuntu Unity Quicklists
Một trong những tính năng tiện ích nhất trong Unity (Ubuntu Natty) là
tính năng quicklists vào icon ứng dụng. Ví dụ, bạn có thể phải chuột vào
icon của Google Chrome và truy cập lựa chọn mở cửa sổ incognito (chế
độ tự động xoá sạch toàn bộ lịch sử web, tất cả những gì bạn gõ vào, cookies,
password v.v. sau khi tắt trình duyệt, giúp bảo mật tối đa), hoặc phải chuột
vào icon của Gmail và chọn lựa chọn “Compose New Email”. Đối với những
ai mới chuyển từ nền tảng Windows sang, tính năng này rất giống với tính
năng jumplist trên thanh tác vụ của Windows 7.
Thêm Unity Quicklists như thế nào?
Ubuntu cung cấp một API dành cho Unity và bất kì ai cũng có thể tạo
Quicklists của riêng mình với một chỉnh sửa khác nhau trong file cấu hình.
Hiện nay, vẫn không có cách nào để dễ dàng thêm một mục quicklist. Dưới
đây là tổng kết các bước cần thiết để có thể thêm một mục quicklist:
1. Copy file cấu hình desktop configuration vào Home folder.
2. Mở file cấu hình desktop ra với gedit.
3. Thêm mã quicklist vào file. Cú pháp như ở bên dưới:
#adapted from Ubuntu wiki. Example is for gnome-screenshot
X-Ayatana-Desktop-Shortcuts=Screen;Window
[Screen Shortcut Group]
Name=Take a screenshot of the whole screen
Exec=gnome-screenshot
TargetEnvironment=Unity
[Window Shortcut Group]
Name=Take a screenshot of the current window
Exec=gnome-screenshot -w
TargetEnvironment=Unity
X-Ayatana-Desktop-Shortcuts chỉ dẫn tới các entry xuất hiện mỗi khi
bạn phải chuột vào icon của ứng dụng. Đoạn [XXX shortcut Group] tiếp
theo là hành động cho mỗi entry.
Một số tiện ích của Unity Quicklists
1. Thêm Private/Safe mode, Profile Manager và trang thường xuyên truy
cập vào icon của Firefox.
Copy file cấu hình desktop của Firefox vào Home folder.
sudo cp /usr/share/applications/firefox.desktop ~/.local/share/applications
Mở file này với gedit.
sudo gedit ~/.local/share/applications/firefox.desktop
Thay thế dòng
X-Ayatana-Desktop-Shortcuts=NewWindow;
bằng
X-Ayatana-Desktop-
Shortcuts=NewWindow;Private;Safe;ProfileManager;MakeTechEasier
#feel free to change the name of your frequently accessed site
Tiếp đến, thêm dòng mã sau vào cuối cùng của file:
[Private Shortcut Group]
Name=Private Mode
Exec=firefox -private-toggle
TargetEnvironment=Unity
[Safe Shortcut Group]
Name=Safe Mode
Exec=firefox -safe-mode
TargetEnvironment=Unity
[ProfileManager Shortcut Group]
Name=Start Profile Manager
Exec=firefox -ProfileManager
TargetEnvironment=Unity
[MakeTechEasier Shortcut Group]
Name=Launch MakeTechEasier
Exec=firefox "maketecheasier.com"
TargetEnvironment=Unity
Lưu và đóng file lại. Cuối cùng, khởi động lại Unity
unity --replace
2. Thêm cửa sổ mới và chế độ Incognito vào Google Chrome
Giả sử rằng bạn mới cài đặt Google Chrome trong Ubuntu.
Chạy lệnh sau:
sudo cp /usr/share/applications/google-chrome.desktop
~/.local/share/applications
sudo gedit ~/.local/share/applications/google-chrome.desktop
Thêm mã sau vào cuối cùng của file:
X-Ayatana-Desktop-Shortcuts=NewWindow;Incognito
[NewWindow Shortcut Group]
Name=Open New Window
Exec=google-chrome
TargetEnvironment=Unity
[Incognito Shortcut Group]
Name=Incognito Mode
Exec=google-chrome --incognito
TargetEnvironment=Unity
Lưu và đóng file lại. Khởi động lại Unity
unity --replace
3. Thêm Favorite và Bookmarks vào Home Folder
Cho phép bạn truy cập vào các folder khác nhau trực tiếp từ launcher.
Chạy lệnh sau:
sudo cp /usr/share/applications/nautilus-home.desktop
~/.local/share/applications
sudo gedit ~/.local/share/applications/nautilus-home.desktop
Cuộn chuột xuống và thay thế dòng:
OnlyShowIn=GNOME;
bằng
OnlyShowIn=GNOME;Unity;
Thêm mã sau vào cuối file:
X-Ayatana-Desktop-
Shortcuts=Videos;Documents;Music;Pictures;Downloads;Dropbox
[Videos Shortcut Group]
Name=Videos
Exec=nautilus Videos
TargetEnvironment=Unity
[Documents Shortcut Group]
Name=Documents
Exec=nautilus Documents
TargetEnvironment=Unity
[Music Shortcut Group]
Name=Music
Exec=nautilus Music
TargetEnvironment=Unity
[Pictures Shortcut Group]
Name=Pictures
Exec=nautilus Pictures
TargetEnvironment=Unity
[Downloads Shortcut Group]
Name=Downloads
Exec=nautilus Downloads
TargetEnvironment=Unity
[Dropbox Shortcut Group]
Name=Dropbox
Exec=nautilus Dropbox
TargetEnvironment=Unity
Lưu và đóng file lại. Khởi động lại Unity
unity --replace
4. Giúp LibreOffice Start Center tiện ích hơn
thông tin tài liệu
Bài viết liệt kê những tính năng tiện ích nhất trong Ubuntu Unity Quicklists
Mở rộng để xem thêm
xem nhiều trong tuần
yêu cầu tài liệu
Giúp bạn tìm tài liệu chưa có

LÝ THUYẾT TOÁN


×