Jump to content
Sign in to follow this  
shizimi

desktop system message

Recommended Posts

Is there a way to hide the system message that appears at the top right of the desktop screen?

Share this post


Link to post
Share on other sites

hello @shizimi

you can either:

1. remove the notification package with this command:

sudo apt-get remove xfce4-notifyd
sudo apt reboot now

or

2. toolbar ->preferences ->desktop session settings -> uncheck every application, and then reboot tinker board r2.0

method #2 will not remove the audio jack plugged in notification, if you'd like to remove the notifications related-to the audio jack, comment out everything that uses 'notify-send' in the directory /etc/audio/ 

to remove the audio jack detection function completely, edit the audio.conf and make the config 'jack_auto_switch' =off

sudo vim /etc/audio/audio.conf
jack_auto_switch="off"

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...