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
  • 70,934
  • 124
  • 466
  • 653
Aikanáro
  • 705
  • 1
  • 6
  • 14
  • I don't know if it works for you, but I've installed jDownloader with [this ppa](http://www.ubuntugeek.com/install-jdownloader-in-ubuntu-10-1010-049-10-using-ubuntu-ppa.html) and it has the correct icon. Perhaps try reinstalling it this way? – Kris Harper Nov 08 '11 at 18:04

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,091
  • 31
  • 161
  • 256
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

jnorambuena
  • 382
  • 4
  • 3
  • 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