From mikedep333@gmail.com Fri Aug 15 15:10:31 2014 Received: (at submit) by bugs.x2go.org; 15 Aug 2014 13:10:33 +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.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id BDEF05DB0A for ; Fri, 15 Aug 2014 15:10:31 +0200 (CEST) Received: by mail-we0-f172.google.com with SMTP id x48so2344660wes.3 for ; Fri, 15 Aug 2014 06:10:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FV4gJeb4sGYVehMKgSLNiBmJZNpiuXaSZPwUxS9L4co=; b=FOV0PEcPQlZ057Onep7M2jq+j1L1txiaUDtSqVQNZgif3AE1UeoiIUzcpUFdISVLSe bFXcC3F0agmOia/zQEYdAkG96Hi2hVbQJBS5gke7HZ8x0FbAtEgROA1HROq/KF5muE1k tkcwzALPbc3XP2IBLStv65RjEP7M5PzaWKCZBsYzztZtGXw0ZVt67LEFkpV8yb1B3xW7 edO5rfF7ozvBQPzoRI9KUyRyBpM8LsIVj/76g3Jyfo+37ouYReZdndrzOetgdt/N5Kzt nkp2mY1dQ3GdJWavVGA5MuRFxZALdnBMRbhVFXjnveA3Vf8fZYO+wPITjwWHnyU3xDsP NABQ== MIME-Version: 1.0 X-Received: by 10.194.6.233 with SMTP id e9mr20881149wja.29.1408108231486; Fri, 15 Aug 2014 06:10:31 -0700 (PDT) Received: by 10.180.238.66 with HTTP; Fri, 15 Aug 2014 06:10:31 -0700 (PDT) Date: Fri, 15 Aug 2014 09:10:31 -0400 Message-ID: Subject: Make X2Go Client aware of the Cinnamon desktop environment From: Michael DePaulo To: submit@bugs.x2go.org Content-Type: text/plain; charset=UTF-8 Package: x2goclient Version: 4.0.2.1 Severity: wishlist Cinnamon support was added to x2goserver a while ago, but it was never added to x2goclient. http://code.x2go.org/gitweb?p=x2goserver.git;a=commit;h=1de00f1102be015f6245ef2bc13c877a4c79fadd http://code.x2go.org/gitweb?p=x2goserver.git;a=commit;h=b886c07468b81f52648d0c49db276c52e0806308 It was also added to pyhoca-gui: http://code.x2go.org/gitweb?p=pyhoca-gui.git;a=commit;h=af60d3076e8cb45ea8e330ff0f4405d4428c4e36 Regardless of the server-side changes that will be implemented for bug #150, X2Go Client should still be updated for Cinnamon. Per MIke Gabriel, we should use this MATE commit as an example for what code to write: http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=468be3aa8d457ec4bc429e76f4c26f4bbf27f0d0 Also, Mike Gabriel instructed "commit it to release/4.0.2.x branch and cherry-pick to master." -Mike#2