How to disable 3rd party app tray icons/indicators in Ubuntu 18.10?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Would love to disable 3rd party app tray icons in Ubuntu 18.10, cause on HiDPi screen they look ugly -
Heard that removing gnome-shell-extension-appindicator
might take care of it, but it also wants to remove ubuntu-desktop*
packages with it, so I wont even try it.
Tried also an extension called https://extensions.gnome.org/extension/351/icon-hider/ but it does not work as expected. It did hide the pointed app tray icon, but when you run the app again, another tray icon entry was created. I wont waste my time hiding new tray icons every time I launch an app.
I also don't want to install gnome vanilla
. There must be a file/setting in the system somewhere that controls app indicators.
So any fix making app indicators disappear will be highly appreciated.
My system:
OS: Ubuntu 18.10 x86_64
Kernel: 4.18.0-15-generic
Shell: bash 4.4.19
Resolution: 3840x2160
DE: GNOME 3.30.1
WM: GNOME Shell
WM Theme: Adwaita
Theme: Yaru [GTK2/3]
Icons: Yaru [GTK2/3]
Terminal: gnome-terminal
CPU: Intel i7-6700K (8) @ 4.300GHz
GPU: NVIDIA GeForce GTX 1080
Memory: 2790MiB / 32101MiB
indicator gnome-shell system-tray
add a comment |
Would love to disable 3rd party app tray icons in Ubuntu 18.10, cause on HiDPi screen they look ugly -
Heard that removing gnome-shell-extension-appindicator
might take care of it, but it also wants to remove ubuntu-desktop*
packages with it, so I wont even try it.
Tried also an extension called https://extensions.gnome.org/extension/351/icon-hider/ but it does not work as expected. It did hide the pointed app tray icon, but when you run the app again, another tray icon entry was created. I wont waste my time hiding new tray icons every time I launch an app.
I also don't want to install gnome vanilla
. There must be a file/setting in the system somewhere that controls app indicators.
So any fix making app indicators disappear will be highly appreciated.
My system:
OS: Ubuntu 18.10 x86_64
Kernel: 4.18.0-15-generic
Shell: bash 4.4.19
Resolution: 3840x2160
DE: GNOME 3.30.1
WM: GNOME Shell
WM Theme: Adwaita
Theme: Yaru [GTK2/3]
Icons: Yaru [GTK2/3]
Terminal: gnome-terminal
CPU: Intel i7-6700K (8) @ 4.300GHz
GPU: NVIDIA GeForce GTX 1080
Memory: 2790MiB / 32101MiB
indicator gnome-shell system-tray
add a comment |
Would love to disable 3rd party app tray icons in Ubuntu 18.10, cause on HiDPi screen they look ugly -
Heard that removing gnome-shell-extension-appindicator
might take care of it, but it also wants to remove ubuntu-desktop*
packages with it, so I wont even try it.
Tried also an extension called https://extensions.gnome.org/extension/351/icon-hider/ but it does not work as expected. It did hide the pointed app tray icon, but when you run the app again, another tray icon entry was created. I wont waste my time hiding new tray icons every time I launch an app.
I also don't want to install gnome vanilla
. There must be a file/setting in the system somewhere that controls app indicators.
So any fix making app indicators disappear will be highly appreciated.
My system:
OS: Ubuntu 18.10 x86_64
Kernel: 4.18.0-15-generic
Shell: bash 4.4.19
Resolution: 3840x2160
DE: GNOME 3.30.1
WM: GNOME Shell
WM Theme: Adwaita
Theme: Yaru [GTK2/3]
Icons: Yaru [GTK2/3]
Terminal: gnome-terminal
CPU: Intel i7-6700K (8) @ 4.300GHz
GPU: NVIDIA GeForce GTX 1080
Memory: 2790MiB / 32101MiB
indicator gnome-shell system-tray
Would love to disable 3rd party app tray icons in Ubuntu 18.10, cause on HiDPi screen they look ugly -
Heard that removing gnome-shell-extension-appindicator
might take care of it, but it also wants to remove ubuntu-desktop*
packages with it, so I wont even try it.
Tried also an extension called https://extensions.gnome.org/extension/351/icon-hider/ but it does not work as expected. It did hide the pointed app tray icon, but when you run the app again, another tray icon entry was created. I wont waste my time hiding new tray icons every time I launch an app.
I also don't want to install gnome vanilla
. There must be a file/setting in the system somewhere that controls app indicators.
So any fix making app indicators disappear will be highly appreciated.
My system:
OS: Ubuntu 18.10 x86_64
Kernel: 4.18.0-15-generic
Shell: bash 4.4.19
Resolution: 3840x2160
DE: GNOME 3.30.1
WM: GNOME Shell
WM Theme: Adwaita
Theme: Yaru [GTK2/3]
Icons: Yaru [GTK2/3]
Terminal: gnome-terminal
CPU: Intel i7-6700K (8) @ 4.300GHz
GPU: NVIDIA GeForce GTX 1080
Memory: 2790MiB / 32101MiB
indicator gnome-shell system-tray
indicator gnome-shell system-tray
edited Feb 17 at 22:41
mature
2,2054933
2,2054933
asked Feb 17 at 22:14
DanyGeeDanyGee
366
366
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I'm happy to share a solution to this problem.
File responsible for app indicators is /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/appIndicator.js
So, simply make a backup of it - appIndicator.js.BAK
= no more ugly indicators.
And don't forget to restart the machine/session for changes to take effect ;)
The only downside of disabling it will be up to you to configure your apps to not show the tray icons and not interact with it.
And a proof...
This should work fine, but note that sincegnome-shell-extension-appindicator
is a pre-installed system package (and also a part of theubuntu-desktop
metapacakge), any update to the package would reverse this change. So you'll have to this once again.
– pomsky
Feb 19 at 10:30
Yes, u will have to re-apply the hack. You can more/less automate it with proper bash script, like almost any workaround in Linux.
– DanyGee
Feb 19 at 10:43
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1119077%2fhow-to-disable-3rd-party-app-tray-icons-indicators-in-ubuntu-18-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm happy to share a solution to this problem.
File responsible for app indicators is /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/appIndicator.js
So, simply make a backup of it - appIndicator.js.BAK
= no more ugly indicators.
And don't forget to restart the machine/session for changes to take effect ;)
The only downside of disabling it will be up to you to configure your apps to not show the tray icons and not interact with it.
And a proof...
This should work fine, but note that sincegnome-shell-extension-appindicator
is a pre-installed system package (and also a part of theubuntu-desktop
metapacakge), any update to the package would reverse this change. So you'll have to this once again.
– pomsky
Feb 19 at 10:30
Yes, u will have to re-apply the hack. You can more/less automate it with proper bash script, like almost any workaround in Linux.
– DanyGee
Feb 19 at 10:43
add a comment |
I'm happy to share a solution to this problem.
File responsible for app indicators is /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/appIndicator.js
So, simply make a backup of it - appIndicator.js.BAK
= no more ugly indicators.
And don't forget to restart the machine/session for changes to take effect ;)
The only downside of disabling it will be up to you to configure your apps to not show the tray icons and not interact with it.
And a proof...
This should work fine, but note that sincegnome-shell-extension-appindicator
is a pre-installed system package (and also a part of theubuntu-desktop
metapacakge), any update to the package would reverse this change. So you'll have to this once again.
– pomsky
Feb 19 at 10:30
Yes, u will have to re-apply the hack. You can more/less automate it with proper bash script, like almost any workaround in Linux.
– DanyGee
Feb 19 at 10:43
add a comment |
I'm happy to share a solution to this problem.
File responsible for app indicators is /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/appIndicator.js
So, simply make a backup of it - appIndicator.js.BAK
= no more ugly indicators.
And don't forget to restart the machine/session for changes to take effect ;)
The only downside of disabling it will be up to you to configure your apps to not show the tray icons and not interact with it.
And a proof...
I'm happy to share a solution to this problem.
File responsible for app indicators is /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/appIndicator.js
So, simply make a backup of it - appIndicator.js.BAK
= no more ugly indicators.
And don't forget to restart the machine/session for changes to take effect ;)
The only downside of disabling it will be up to you to configure your apps to not show the tray icons and not interact with it.
And a proof...
edited Feb 19 at 8:32
answered Feb 19 at 8:18
DanyGeeDanyGee
366
366
This should work fine, but note that sincegnome-shell-extension-appindicator
is a pre-installed system package (and also a part of theubuntu-desktop
metapacakge), any update to the package would reverse this change. So you'll have to this once again.
– pomsky
Feb 19 at 10:30
Yes, u will have to re-apply the hack. You can more/less automate it with proper bash script, like almost any workaround in Linux.
– DanyGee
Feb 19 at 10:43
add a comment |
This should work fine, but note that sincegnome-shell-extension-appindicator
is a pre-installed system package (and also a part of theubuntu-desktop
metapacakge), any update to the package would reverse this change. So you'll have to this once again.
– pomsky
Feb 19 at 10:30
Yes, u will have to re-apply the hack. You can more/less automate it with proper bash script, like almost any workaround in Linux.
– DanyGee
Feb 19 at 10:43
This should work fine, but note that since
gnome-shell-extension-appindicator
is a pre-installed system package (and also a part of the ubuntu-desktop
metapacakge), any update to the package would reverse this change. So you'll have to this once again.– pomsky
Feb 19 at 10:30
This should work fine, but note that since
gnome-shell-extension-appindicator
is a pre-installed system package (and also a part of the ubuntu-desktop
metapacakge), any update to the package would reverse this change. So you'll have to this once again.– pomsky
Feb 19 at 10:30
Yes, u will have to re-apply the hack. You can more/less automate it with proper bash script, like almost any workaround in Linux.
– DanyGee
Feb 19 at 10:43
Yes, u will have to re-apply the hack. You can more/less automate it with proper bash script, like almost any workaround in Linux.
– DanyGee
Feb 19 at 10:43
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1119077%2fhow-to-disable-3rd-party-app-tray-icons-indicators-in-ubuntu-18-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown