linux mint taskbar disappeared

# In a terminal enter
which xfce4-panel
# This should return:
/usr/bin/xfce4-panel
# (just to make sure it is there)

# Try uninstalling and reinstall of the xfce panel using these steps:
apt remove xfce4-panel
# Ctrl+Alt+Backspace to log out, then log back in. 
# You will have no panel at this point.

# Now kill the controller and delete the config files, Ctrl+Alt+T to open 
# a terminal:
pkill xfconfd; rm -rf ~/.config/xfce4/panel; rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
# (this should complete without terminal results)

# Finally reinstall the panel. Ctrl+Alt+T to open a terminal:
apt install xfce4-panel
# Again log out and back in. Check the panel

Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source