[14:43] bdrung: are you able to reproduce 520515? [14:57] doko_: yes [15:02] bdrung: Hey - did you look at creating a reportbug script? If not I will give it a try [15:03] nthykier: i will create the apport hook first and then let's see if we can recycle it [15:03] bdrung: okay [15:03] bdrung: works for me [15:03] doko_: sudo apt-get install wine1.2 [15:04] nthykier: how can i detect the workspace directory? [15:04] bdrung: can you recheck with openjdk-6 from https://edge.launchpad.net/~doko/+archive/toolchain [15:04] doko_: ok [15:05] doko_: is there an bug report that openjdk does not support tray icons? [15:06] bdrung: are you running compiz? [15:06] s/an/a/ [15:06] doko_: yes [15:06] should be fixed in the ppa version. please check [15:06] k [15:08] bdrung: You can try ~/.eclipse/org.eclipse.platform_*/configuration/.settings/org.eclipse.ui.ide.prefs - it contains a RECENT_WORKSPACES value [15:08] doko_: tray icon works [15:08] I think the average case will be ~/workspace/ [15:09] I would be okay with just doing an if [ -e "$HOME/workspace/.metadata/.log" ] ; then dump_file "$HOME/workspace/.metadata/.log" ; done [15:09] s/done/fi/ - but anyway [15:12] doko_: the font bug is still there [15:14] doko_: TESTCASE: Install jdownloader and select a Synthetica theme [15:18] bdrung: Synthetica Simple 2D is the theme in use. [15:18] and works [15:20] doko_: do you have mscorefonts installed? [15:21] bdrung: no [15:24] bdrung: installed, still works [16:35] doko_: then install this === ttx_ is now known as ttx [17:50] doko_: bug #520515 [17:50] Launchpad bug 520515 in openjdk-6 "Fonts in Java application are distorted" [Undecided,Incomplete] https://launchpad.net/bugs/520515 [17:55] bdrung: why package the download script, what does it change? [17:56] it gives you a desktop file. but downloading it and running it would have the same results. [17:57] doko_: i just wanted to create a simple test case (to avoid a jd config trigger this behaviour) [17:57] bdrung: I did ... [17:57] doko_: which arch? [17:57] i386 [17:58] bdrung: please try to remove any extra fonts installed [17:58] doko_: mine is amd64 [17:58] doko_: where are the extra fonts? [17:58] ttf-* packages [17:59] and you mscorefonts, [18:00] k, will test it in a kvm instance [18:17] bdrung: any results?