Summary: | Oxygen-GTK makes Java/SWT apps crash on startup | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Elias Probst <mail> |
Component: | gtk2-engine | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | b7.10110111, hugo.pereira.da.costa, web |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Elias Probst
2010-12-27 02:40:17 UTC
Could you recompile oxygen-gtk with OXYGEN_DEBUG set to 1 in CMakeLists.txt, and start the program like this: program_name 2>&1|grep ARGB where program name is the name you type to start it, and put the output here. P.S. Please attach long logs, don't post them into the message box. (In reply to comment #1) > Could you recompile oxygen-gtk with OXYGEN_DEBUG set to 1 in CMakeLists.txt, > and start the program like this: The output is: Oxygen::init_theme - program: SWT ARGB visual is used Try blacklisting SWT in argb-apps.conf. please confirm that adding SWT to the argb-apps.conf file (see the README for details) fixes it (it should), and close the bug if yes. commit f40ef0a6426c4a9e0cf5b552bb09886485c1c110 branch 1.0 Author: Hugo Pereira Da Costa <hugo@oxygen-icons.org> Date: Thu Dec 30 10:35:08 2010 +0100 added SWT. CCBUG: 261340 diff --git a/rc/argb-apps.conf b/rc/argb-apps.conf index 0707f8f..1dfde66 100644 --- a/rc/argb-apps.conf +++ b/rc/argb-apps.conf @@ -59,4 +59,4 @@ disable:npviewer.bin:miro.real:gflashplayer:swfdec-player:xaralx:notecase:codebl disable:chrome:<unknown>:eclipse:Eclipse:.:xmind:audacious2 disable:nautilus:pcmanfm:emacs:AptanaStudio:dia:pgadmin3:kino:winff:mmc:acroread:filezilla disable:stardict:icecat:openshot:sylpheed:jamin:vmware:vmplayer:eboard -disable:envy24control:snes9x-gtk:guayadeque:komodo-bin +disable:envy24control:snes9x-gtk:guayadeque:komodo-bin:SWT SWT argb to list. Assuming the bug is fixed. Feel free to re-open if it is not. Sorry for not responding to this bug, I was on holidays for 4 days. Blacklisting SWT fixes this crash - thanks a lot! |