Ping Mike#1
On Sat, Aug 16, 2014 at 11:14 AM, Michael DePaulo <mikedep333@gmail.com> wrote:
Mike#1 (or anyone else who can answer this),
You linked me to this MATE commit as an example of how I should add Cinnamon support to x2goclient (bug #571): http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=468be3aa8d457ec4...
I thought that x2goclient merely specified a session type with a string like "MATE". So I do not understand the logic in ONMainWindow::runCommand() and SessionButton::slot_cmd_change( const QString& command ), where command is changed from "MATE" to "mate-session" and then back.
Furthermore, that can be used to launch Cinnamon.
- pyhoca-gui doesn't do anything like that: http://code.x2go.org/gitweb?p=pyhoca-gui.git;a=commitdiff;h=af60d3076e8cb45e...
- With my proposal for fixing #569, there are 3 possible commands
-Mike
With Cinnamon's fix in x2goserver for bugs #569 and #572, there are a total of 4 possible commands to launch cinnamon.
For UNITY, the command is changed from "UNITY" to "unity" and then back. Should I just use "CINNAMON" and "cinnamon"?