Header Ads

Tạo shortcut trên desktop ubuntu

Hướng dẫn tạo Shortcuts ra ngoài màn hình Desktop Ubuntu 16.04 LTS


Tao Shortcut tren ubuntu

Bạn muốn tạo shortcuts Ubuntu rất đơn giản chúng ta sẽ sử dụng một phần mềm hỗ trợ sẵn trên ubuntu MATE 

Không cần gõ lệnh phức tạp nhiều để tạo shortcuts...

Hướng dẫn tạo Laucher  trên ubuntu


To create Desktop shortcuts in Ubuntu,gnome-panel package is required first.

  1. Open Terminal. To open terminal click the Dash home from Unity launcher. And type terminal in the search field. And click Terminal.
  2. Type the below code in terminal and hit enter.


    sudo apt-get install --no-install-recommends gnome-panel
     
  3. Then type below code in terminal and hit enter


    gnome-desktop-item-edit ~/Desktop/ --create-new
     
  4. The create launcher window will pop-up,Type application name in the name field and type application name or path or browse in the command field. And click OK button.

    Create Launcher Ubuntu


     5.Now check your desktop for the shortcut.

    6.If you want your shortcut to appear in the Unity launcher panel (the pop-out one on the left), you can drag it there from the desktop.



No comments