This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189894 - Desktop file should specify StartupWMClass so works correctly with Docky
Summary: Desktop file should specify StartupWMClass so works correctly with Docky
Status: NEW
Alias: None
Product: installer
Classification: Unclassified
Component: Debian (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 10:05 UTC by partiuk
Modified: 2010-08-26 10:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description partiuk 2010-08-26 10:05:29 UTC
When opening Netbeans via Docky you click the launcher and it opens a separate program in the Docky menu.

To fix this we need to add :

StartupWMClass=java-lang-Thread

to the netbeans.desktop file.

http://wiki.go-docky.com/index.php?title=How_to_Customize_Window_Matching

This has fixed the issue on my Docky instance running Ubuntu 10.04 ( Lucid )

It's not a must have but would be a welcome addition so as not to have to hack again.

Andy
Comment 1 partiuk 2010-08-26 10:09:14 UTC
https://bugs.launchpad.net/docky/+bug/484610 - Is where I found the original bug relating to Docky and the fix