From unknown Thu May 14 01:04:55 2026
X-Loop: owner@bugs.x2go.org
Subject: Bug#1233: [X2Go-Dev] Bug#1233: Jitsi (Java Swing?) windows not rendered correctly
Reply-To: Daniel Pocock <daniel@pocock.pro>, 1233@bugs.x2go.org
Resent-From: Daniel Pocock <daniel@pocock.pro>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Fri, 24 Nov 2017 21:10:01 +0000
Resent-Message-ID: <handler.1233.B1233.151155778023514@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 1233
X-X2Go-PR-Package: x2goclient
X-X2Go-PR-Keywords: 
Received: via spool by 1233-submit@bugs.x2go.org id=B1233.151155778023514
          (code B ref 1233); Fri, 24 Nov 2017 21:10:01 +0000
Received: (at 1233) by bugs.x2go.org; 24 Nov 2017 21:09:40 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=0.7 required=3.0 tests=BAYES_50,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS autolearn=ham autolearn_force=no
	version=3.4.1
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 0207D5DACF
	for <1233@bugs.x2go.org>; Fri, 24 Nov 2017 22:09:39 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de
Received: from ymir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id JidmwTiOWZaY for <1233@bugs.x2go.org>;
	Fri, 24 Nov 2017 22:09:33 +0100 (CET)
X-Greylist: delayed 486 seconds by postgrey-1.35 at ymir.das-netzwerkteam.de; Fri, 24 Nov 2017 22:09:33 CET
Received: from mail1.trendhosting.net (mail1.trendhosting.net [195.8.117.5])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id ACD395DACC
	for <1233@bugs.x2go.org>; Fri, 24 Nov 2017 22:09:33 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
	by mail1.trendhosting.net (Postfix) with ESMTP id 17C7D150B6
	for <1233@bugs.x2go.org>; Fri, 24 Nov 2017 21:00:54 +0000 (GMT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pocock.pro; s=mail;
	t=1511557254; bh=1W8CKGCOqQQjw92jtTNLrAlZssuvcQ9AP939jbZkZv8=;
	h=Subject:To:References:From:Date:In-Reply-To:From;
	b=a8WNNJcdbX28XQvnAifOJ4MzNIFsaccrkrYDDJtedn/GSl1pBjEyusd+shNqs8Iqz
	 dJ/64U/ohIQjtLQcJcS+DlKWO9/axZvIPABVTXdwEOkLteDX7MBXCAnw3j0LYtA0RU
	 wHeOZEu8tnxIoJ6STuJs2hyIuCvAj40T+LGM2KU0=
Received: from mail1.trendhosting.net ([127.0.0.1])
	by localhost (thp003.trendhosting.net [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id MSQxuSo9E53I for <1233@bugs.x2go.org>;
	Fri, 24 Nov 2017 21:00:52 +0000 (GMT)
To: 1233@bugs.x2go.org
References: <0e385edd-6f25-9faa-f250-45f807203b3e@pocock.pro>
 <CANVnVYLv+1MByD7_dUZtz=er0kOB2NrWgwveJ1uXh3=emvjTGw@mail.gmail.com>
From: Daniel Pocock <daniel@pocock.pro>
Message-ID: <ae78657c-583e-9e99-00ee-9c703155ff8f@pocock.pro>
Date: Fri, 24 Nov 2017 22:01:23 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101
 Thunderbird/52.4.0
MIME-Version: 1.0
In-Reply-To: <CANVnVYLv+1MByD7_dUZtz=er0kOB2NrWgwveJ1uXh3=emvjTGw@mail.gmail.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Content-Language: en-GB

On 24/11/17 21:05, Ulrich Sibiller wrote:
> I am sorry, but I failed to run jitsi. I installed it on Ubuntu like
> describe here: https://jitsi.org/downloads/. And then? jitsi does not
> seem bring any executable that opens a GUI. I also failed to find a
> proper doc. So please describe how we can replicate your problem.


Did you use the package or the tarball?

When you run the jitsi binary from the command line, does it display any
errors on stdout or stderr?

Did you ever have jitsi before?  If so, it may have left a stray
configuration file.  If the configuration file includes a setting to
dock the main window then you won't see any window when you run it, you
have to look for the tray icon or tweak the configuration file:

$ grep -i tray .jitsi/sip-communicator.properties
net.java.sip.communicator.impl.systray.showApplication=true


Regards,

Daniel
