sevdokimov / FriendlyTerminal

Public issue tracking for Friendly Terminal IntelliJ plugin.
7 stars 0 forks source link

/usr/bin/bash: --: invalid option #22

Open shme7ev opened 6 months ago

shme7ev commented 6 months ago

/usr/bin/bash: --: invalid option

IntelliJ IDEA 2023.3.2 (Ultimate Edition) Build #IU-233.13135.103, built on December 20, 2023 Runtime version: 17.0.9+7-b1087.9 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 6.5.0-21-generic GC: G1 Young Generation, G1 Old Generation Memory: 4096M Cores: 12 Registry: debugger.watches.in.variables=false ide.experimental.ui=true feature.suggester.enable.suggesters=true editor.minimap.enabled=true Non-Bundled Plugins: me.mbolotov.json.schema.generator (1.1) dev.turingcomplete.intellijdevelopertoolsplugins (3.4.0) org.strangeway.tsr (1.1.0) awesome.console (0.1337.12) com.jetbrains.edu (2024.1-2023.3-882) com.obroom.plugin.toolset (2024.1.1) com.intellij.ideolog (222.3.1.0) com.ess.terminal-pro (1.1.7) krasa.CpuUsageIndicator (1.18.0-IJ2023) Key Promoter X (2023.3.0) com.robohorse.robopojogenerator (2.4.2) org.jetbrains.jumpToLine (0.1.15) Shortcut Trainer (1.0) net.hexar.json2pojo (1.1.0) com.euphoricity.gitignore (0.3) no.hvl.tk.visualDebugger (2.2.3) de.kontext_e.idea.plugins.autofill (1.2) DevKit (233.13135.104) com.jetbrains.jax.ws (233.13135.65) String Manipulation (9.12.0) net.seesharpsoft.intellij.plugins.csv (3.2.3-233) com.intellij.jsf (233.11799.196) com.intellij.bigdatatools.core (233.13135.103) izhangzhihao.rainbow.brackets (2024.2.1) com.suusan2go.kotlin-fill-class (1.0.23) com.intellij.jira (4.7.1) zielu.gittoolbox (500.1.11+222) com.chuntung.plugin.mybatisbuilder (1.2.4) com.intellij.bigdatatools.kafka (233.13135.103) Kotlin: 233.13135.103-IJ Current Desktop: ubuntu:GNOME

sevdokimov commented 6 months ago

Could you provide a way to reproduce the issue? Is there a error message in the log?

shme7ev commented 6 months ago

Could you provide a way to reproduce the issue? Is there a error message in the log? When I open TerminalPro, or add a New Session, the plugin window displays the following message: /usr/bin/bash: --: invalid option Usage: /usr/bin/bash [GNU long option] [option] ... /usr/bin/bash [GNU long option] [option] script-file ... GNU long options: --debug --debugger --dump-po-strings --dump-strings --help --init-file --login --noediting --noprofile --norc --posix --pretty-print --rcfile --restricted --verbose --version Shell options: -ilrsD or -c command or -O shopt_option (invocation only) -abefhkmnptuvxBCHP or -o option

Intellij does not display an error. I have:bash --help GNU bash, version 5.1.16(1)-release-(x86_64-pc-linux-gnu)

shme7ev commented 5 months ago

Works fine in Community Edition 2024.1, but not in Ultimate 2024.1 or earlier