Customization of Xubuntu 16.04 and system-wide application

Good point of linux is that users can easily customize the appearance of user interface.

Below is how we can customize Xubuntu 16.04 and apply the changes system-wide.

  1. Add another panel
  2. Right click on the top panel -> Panel -> Panel Preferences

    xubuntu-customize-01

    Select “Panel 1” and click plus icon. New panel will show up.

    xubuntu-customize-02

    Move the new panel to the bottom, and change the Row Size and Length (100%)

    xubuntu-customize-03

  3. Remove the top panel
  4. (If you don’t do this, you can’t add Power Manager Plugin in the bottom panel)

    Select “Panel 0” and click minus icon, then press “Remove”.

    xubuntu-customize-04

  5. Add items on the bottom panel
  6. Select “Panel 1” and move to “Items tab”.
    Click plus icon.

    xubuntu-customize-05

    Here add the following items.

    • Applications Menu (which is old menu)
    • Launcher (for shortcut to LibreOffice)
    • Window Buttons
    • Separator
    • Notification Area
    • Power Manager Plugin
    • Indicator Plugin
    • Separator
    • Clock

    xubuntu-customize-06

  7. Hide the title from Applications menu
  8. Select “Applications Menu” and press property icon.

    Check “Show button title” once and unchek it.

    Then the button title will disappear.

    xubuntu-customize-07

  9. Add LibreOffice Launcher
  10. Select “Launcher” and press property icon.

    Press + icon.

    Search “LibreOffice” and Add it.

    xubuntu-customize-08

    Then you will see that launcher became a shortcut icon for LibreOffice.

    xubuntu-customize-09

  11. Expand the separator
  12. Now all items in the panel is left-aligned.
    “Extend the separator” will place notification area, power manager, and indicator on the right.

    Select “Separator” and press property icon.

    Check “Expand” and you will see the change.

    xubuntu-customize-10

  13. Lock the panel
  14. Select “Display” tab and check “Lock panel” and you can’t move the panel any more.

    xubuntu-customize-11

    Now you have old Menu on the bottom panel.

    xubuntu-customize-12

  15. Apply the change system-widely
  16. Now you need to type the followings from the terminal.
    This will make your personal customization system-wide.

    sudo cp -r .config/xfce4 /etc/xdg/xdg-xubuntu/
    sudo cp -a .config .gconf .local /etc/skel
    cd /etc/skel
    sudo chown -R root:root .config .gconf .local
    

Then everything is set. When you make a new user account, this modification should be applied.

Print Friendly, PDF & Email

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください