Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Im using xfce in combination with docky. But when I start Thurnar via the Filemanager-icon it opens (ofc) Thurnar, but it has a wrong icon (on the very right) How to fix that? Normally, the filemanagericon should just be highlighted after starting a new program (like with Firefox.)

enter image description here

share|improve this question

1 Answer

up vote 2 down vote accepted

Found a solution. Was just a missing file. Do a

sudo cp /usr/share/applications/Thunar.desktop ~/.local/share/applications

and the Problem should be resolved.

But one problem remains: Thunar remains twice in the docky-panel.

sudo cp /usr/share/applications/xfce4-terminal.desktop ~/.local/share/applications

For the terminal.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.