Manuel, I am happy to assume responsibility for this script as Marc suggests That would be great. Marc On 07.12.22 11:18, Manuel Souto Pico wrote: Marc said: "My sample script and the description (readme) were intended just as a basis for discussion, so thanks for looking at them." If there's no "rush", I would suggest pushing changes when changes are ready to be pushed, and for that we need discussion and testing. I'll do my best to reserve time for this before the year ends. It would certainly...
Manuel, My sample script and the description (readme) were intended just as a basis for discussion, so thanks for looking at them. You're right in saying that the main issue I was trying to resolve was handling scripts and plugins adequately, specifically by making new scripts available. At the same time though, the aim was to provide the user not only with the latest scripts & plugins, but also with a location to place his/her own scripts/plugins where they wouldn't be deleted. I was also trying...
The readme file summarizes the issues. On 24.08.22 18:42, Manuel Souto Pico wrote: Would it be possible to summarize here in this ticket what is the problem with the installation script for Linux that this ticket is meant to address? [feature-requests:#1626] Update the linux-install script Status: open Group: 5.8 Created: Sun Aug 21, 2022 05:44 PM UTC by Jean-Christophe Helary Last Updated: Sun Aug 21, 2022 05:46 PM UTC Owner: Marc Prior Attachments: linux-install.readme (6.7 kB; application/octet-stream)...
I take it you mean no references to the command line options for the LaF, not no references to command line options in general? I'm updating the manual so I'll make sure that there are no references to the command line options. [bugs:#1105] Nimbus look and feel returns error Status: open Group: 5.8 Created: Fri Aug 05, 2022 11:26 PM UTC by Marc Prior Last Updated: Thu Aug 11, 2022 01:00 AM UTC Owner: nobody As of version 5.6.0, OmegaT can no longer be launched with the Nimbus look and feel. Launch...
Thanks Hiroshi, that works nicely on Linux. I guess the bug report can be closed. On 11.08.22 03:00, Hiroshi Miura wrote: @lin4trans You can try the demonstration theme plugin that is based on Nimbus LaF which may you want to look. OmegaT Appearance settings list 'Nimbus' that is Java native LaF without any change. Because Appearance lists all the LaF that is registered on Java JRE. New-Nimbus theme loads Nimbus LaF and override with color scheme of OmegaT Default theme. You can download a plugin...
What you're seeing is probably intended behaviour on MacOS. Marc Thank you. First thing, 5.7.1 launches without error java -Dswing.crossplatformlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -jar /Users/suzume/Downloads/OmegaT_5.7.1_Beta_Without_JRE/OmegaT.jar But, does not display Nimbus. I tried with other LaF and they were not displayed either when launching from the CL. [bugs:#1105] Nimbus look and feel returns error Status: open Group: 5.8 Created: Fri Aug 05, 2022 11:26 PM UTC by Marc Prior...
Your launch command should normally work on Linux: java -jar -Dswing.crossplatformlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -Duser.language=en OmegaT.jar For example, on my Linux system, with both OmegaT 5.5.0 and 5.7.1 installed with the installation script, the command below works as intended: /opt/omegat/OmegaT_5.5.0/jre/bin/java -Dswing.crossplatformlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -jar /opt/omegat/OmegaT_5.5.0/OmegaT.jar This command doesn't work (fails to launch and throws...
I've selected "Nimbus" in the Appearance settings and restarted OmegaT. What would be the CLI argument to launch OmegaT with Nimbus? -Dswing.crossplatformlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel The other command-line LaF arguments (Steel, GTK, Motif) all work.