From mikedep333@gmail.com Fri Aug 15 14:48:59 2014 Received: (at 569) by bugs.x2go.org; 15 Aug 2014 12:49:00 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 6B41E5DB0A for <569@bugs.x2go.org>; Fri, 15 Aug 2014 14:48:59 +0200 (CEST) Received: by mail-we0-f177.google.com with SMTP id w62so2305942wes.22 for <569@bugs.x2go.org>; Fri, 15 Aug 2014 05:48:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hsLfVf+qn4MCsp2atFVsXwRMHBXeBsTH1yPBih0Qp74=; b=Jp+dq+dgb+2KWLEXQUpkmtXBNbyiwFpZMU4jY+8+AT60Ua6voL2BjhINCrQYVqWza8 TjyGJySoAXpVsdVRTPMWuqXSazVXOlR5qU59qRWDSjgdEIVcXqK5eNP1M5ahJFgFja+v p5qIMF5N/sTBPOeiLrYjKhSZt33oK/p9bucmp/hAKQGUEiDyyqvUet58LmloBlb6t2Vh qcevIn6KWLgc4q+mrnBgzAKxetXLyrVyk4IUwGuX/mtJSImNCsvSKqWuCpOEY9/sc8DQ bC+iXD2XgsAuVy1tT53femmx7Ajzu04gpOUxX5elRbvMSy9yU47ll7r+0zF4a+7FGj8Q GMJQ== MIME-Version: 1.0 X-Received: by 10.194.6.233 with SMTP id e9mr20735411wja.29.1408106939082; Fri, 15 Aug 2014 05:48:59 -0700 (PDT) Received: by 10.180.238.66 with HTTP; Fri, 15 Aug 2014 05:48:59 -0700 (PDT) In-Reply-To: References: <20140815091843.Horde.pM_xPfU-6wQ1JFin-YaDrA1@mail.das-netzwerkteam.de> Date: Fri, 15 Aug 2014 08:48:59 -0400 Message-ID: Subject: Re: [X2Go-Dev] Bug#569: Cinnamon 1.4: Failed to load session "cinnamon2d" From: Michael DePaulo To: Mike Gabriel Cc: 569@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 On Fri, Aug 15, 2014 at 8:46 AM, Michael DePaulo wrote: > On Fri, Aug 15, 2014 at 5:18 AM, Mike Gabriel > wrote: >> Hi Mike#2 [...] >> >> >> Can you provide a patch for x2goruncommand? Probably for x2goserver on >> release/4.0.1.x branch? >> >> Mike > [...] > > Yes, I plan to do so. > > 1st, I've been brainstorming what logic to implement for different > versions of Cinnamon. For example, do I run apt or yum commands to > check what version is installed? There are other packaging systems > too. > > I think what is best is to run the 2D cinnamon session scripts in > order from newest to latest, if they exist. This will be a simple > script I can write quickly. Correction: in order from newest to oldest > 2.0 & 2.2: cinnamon-session-cinnamon2d > 1.6 & 1.8: gnome-session-cinnamon2d > 1.4: gnome-session-cinnamon > > I determined the versions' commands by browsing the .deb contents under here: > http://packages.linuxmint.com/pool/main/c/cinnamon/ > > Do I still need to export DESKTOP_SESSION before calling the scripts? > Those scripts do not export it, but x2goruncommand exports it before > calling gnome-session. > > -Mike#2