Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 719  / 3 Years ago, fri, november 12, 2021, 7:42:20

I am using Ubutnu 14.04 (LTS) and have following indicators:
enter image description here



Now from above indicators (like: Bluetooth, Classic-Menu, Indicator-synapse, Network, Laungage, Message, Sound , datetime or calendar and last power/setting management).



I want to start/stop or hide/display some of them.



Ex (I only know for one): I know that NetworkManager can be displayed with nm-applet and can be started/stopped by sudo service network-manager. (classic-menu and synapse are user indicator)



Thus I want to know how other indicators (ex: for language, message, datetime and specially last indicator) can be displayed and hide or started and stopped?



What command or applet can I use?


More From » unity

 Answers
2

This is how to hide/show some of them:




  • Sound



    gsettings set com.canonical.indicator.sound visible false
    gsettings set com.canonical.indicator.sound visible true


    or



    dconf write /com/canonical/indicator/sound/visible false
    dconf write /com/canonical/indicator/sound/visible true

  • Keyboard Layout



    gsettings set com.canonical.indicator.keyboard visible false
    gsettings set com.canonical.indicator.keyboard visible true


    or



    dconf write /com/canonical/indicator/keyboard/visible false
    dconf write /com/canonical/indicator/keyboard/visible true

  • Time



    gsettings set com.canonical.indicator.datetime show-clock false
    gsettings set com.canonical.indicator.datetime show-clock true


    or



    dconf write /com/canonical/indicator/datetime/show-clock false
    dconf write /com/canonical/indicator/datetime/show-clock true

  • Bluetooth



    gsettings set com.canonical.indicator.bluetooth visible false
    gsettings set com.canonical.indicator.bluetooth visible true


    or



    dconf write /com/canonical/indicator/bluetooth/visible false
    dconf write /com/canonical/indicator/bluetooth/visible true

  • Power



    gsettings set com.canonical.indicator.power icon-policy 'never'
    gsettings set com.canonical.indicator.power icon-policy 'present'


    or



    dconf write /com/canonical/indicator/power/icon-policy 'never'
    dconf write /com/canonical/indicator/power/icon-policy 'present'


[#23708] Saturday, November 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cheeturage

Total Points: 432
Total Questions: 111
Total Answers: 115

Location: Bahrain
Member since Tue, Mar 1, 2022
2 Years ago
cheeturage questions
Sat, Dec 4, 21, 02:22, 2 Years ago
Mon, Jan 2, 23, 22:39, 1 Year ago
Sun, Sep 12, 21, 03:21, 3 Years ago
;