Tuesday, April 23, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 14141  / 3 Years ago, mon, june 28, 2021, 10:26:27

how can i disable icons within the tray?



enter image description here



For example, i need to turn off dropbox icon. How can i do that? I am using Unity. Thanks in advance.


More From » 14.04

 Answers
1

Have you tried this answer posted by Bruno Pereira?
Can I blacklist an appindicator?



To not load an applet just prevent it from running.



If the indicator is coded in to the application and the application does not give you an option to remove the indicator from the panel you wont be able to omit it, you cannot omit an application indicator that is build in to the code and has no option to disable it, for that you need source code changes either made by you or you can suggest them to the app developer, which is the last case will be depend on which applications your are referring to.



There are no specific guidelines explaining if and application should or should not have an inductor applet, only what an indicator applet should do.



You can still remove the system applets made by gnome for you system or if the application it self uses an external applet to be used as a indicator.



To remove one of the gnome / unity indicators that are visible by default open the terminal and run this command to show all the applications that can be loaded at start up



cd /etc/xdg/autostart/ && ls
Identify the applet that you want to prevent from loading and edit it with your favorite text editor, ie:



sudo nano nm-applet.desktop
Locate the line with these contents



NoDisplay=true
and change it to



NoDisplay=false
Save and close the terminal.



Click the cog weel in the top right corner of the screen next to your username and select Startup Applications..., now you will see the application that you just edited the .desktop file and you can disable it.



The applet wont load on next boot



After enabling or disabling and applet following the steps above you will see that each .desktop that you modify will create it's own .desktop file in your ~/.config/autostart folder.



If an applet indicator that you want to disable does not show on your startup list you need to use the method above, else there will be a .desktop file inside ~/.config/autostart that can be edited with the described method and will then be possible to enabled/disabled in the startup applications.


[#23750] Wednesday, June 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fenddy

Total Points: 361
Total Questions: 103
Total Answers: 113

Location: Turkmenistan
Member since Sun, Aug 2, 2020
4 Years ago
fenddy questions
Tue, Nov 22, 22, 10:11, 1 Year ago
Tue, Sep 27, 22, 09:16, 2 Years ago
Wed, Dec 28, 22, 13:09, 1 Year ago
Fri, Jun 18, 21, 14:04, 3 Years ago
;