7

This is what I see in the launcher when I open JDownloader

enter image description here

I don't want to create a launcher that always stay in the dashboard, I only want see the apropiated icon when open JD.

Jorge Castro
  • 73,907
Aikanáro
  • 715

2 Answers2

1

I suggest you report a bug, because this is a common problem with applications that use wrappers to launch.

JDownloader is a java application and uses a wrapper script, so it's going to be difficult to fix this issue, unless Unity is modified so it can track this better.

RolandiXor
  • 51,957
0

open a terminal and write this:

sudo nano /usr/share/applications/jdownloader.desktop

add this line at the end of the file:

StartupWMClass=jd-Main

save it, and launch JDownloader

  • I had to do it trough gedit, because when I want to save the file with nano, tells me if doesn't exists. But it didn't work.

    Off topic: why formatting code doesn't work?

    – Aikanáro Nov 15 '11 at 00:04