Tập lệnh quản lý phần mở rộng gnomeshell của Nicolas Bernaerts cho phép cài đặt và xóa phần mở rộng Gnome Shell trên toàn hệ thống và trong không gian người dùng.
Đây là cách bạn sẽ cài đặt nó:
wget https://raw.githubusercontent.com/NicolasBernaerts/ubuntu-scripts/master/ubuntugnome/gnomeshell-extension-manage
chmod 755 gnomeshell-extension-manage
sudo mv -iv gnomeshell-extension-manage /usr/local/bin/gnome-shell-extension-manage
Điều này làm cho nó có sẵn cho mọi người dùng: (bên cạnh các lệnh Gnome tương tự)
$ gnome-shell-extension-manage
Install/remove extension from Gnome Shell Extensions site https://extensions.gnome.org/
Extension ID should be retrieved from https://extensions.gnome.org/extension/<ID>/extension-name/
Version installed will be targeted as the same as Gnome Shell or the next available one
Parameters are :
--install Install extension (default)
--remove Remove extension
--user Installation/remove in user mode (default)
--system Installation/remove in system mode
--version <version> Force Gnome version (use 'latest' to force latest one)
--extension-id <id> Extension ID in Gnome Shell Extension site (compulsory)
Các Gnome Shell - Quản lý Extensions từ console bài đăng blog giải thích một cách chi tiết làm thế nào nó được sử dụng. Để cập nhật một phần mở rộng, bạn cần thêm --version latest
vào lệnh.
Hai điểm khác biệt chính, về mặt kỹ thuật, đối với trình cài đặt phần mở rộng gnome-shell-shell của Ian Brunelli là bạn có thể thực hiện cài đặt trên toàn hệ thống và sử dụng wget
thay vì curl
tải xuống các tiện ích mở rộng.
cron
công việc để trích xuất các phần mở rộng shell từ/etc/shells
tệp và chạy cácapt-get
bản cập nhật cho từng giá trị - chỉ một ý tưởng.