Change port used by Tryton Desktop Client Flatpak

Hi all, is it possible to change the port used by the Flatpak build of the Tryton Desktop Client? (e.g. to 8001 or 8002)

The command line used by the GUI launcher doesn’t include an obvious port number.

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=tryton --file-forwarding org.tryton.Tryton-68 @@u %u @@

Thanks,
Dale

You can specify the server and port with the option --server.

Thank you. I added the option to the launcher command and was able to connect to the server using port 8001.

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=tryton --file-forwarding org.tryton.Tryton-68 --servername=hostname.ca:8001 @@u %u @@

In the process I also realized I could have simply added the port number to the server name in the Tryton Desktop Client login window. Doh!

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.