CZ teletext requires an update
And the reason why you may get different output with different locales: # LANG=C ls -1 000_bash_completion_compat.bash tuxpaint-completion.bash vs # LANG=sk_SK.utf8 ls -1 tuxpaint-completion.bash 000_bash_completion_compat.bash
And the reason why you may get difference output with different locales: # LANG=C ls -1 000_bash_completion_compat.bash tuxpaint-completion.bash vs # LANG=sk_SK.utf8 ls -1 tuxpaint-completion.bash 000_bash_completion_compat.bash
Hello William, the problem on my system is as follows: # ls -1 /etc/bash_completion.d tuxpaint-completion.bash 000_bash_completion_compat.bash As can be observed tuxpaint-completion.bash is sourced before 000_bash_completion_compat.bash while it's the latter file that contains the definition of the _have function: # grep _have 000_bash_completion_compat.bash | head -1 _comp_deprecate_func 2.12 _have _comp_have_command I see two possible workarounds: - rename tuxpaint-completion.bash to 010_tuxpaint-completion.bash...
Not compatible with bash-completion 2.14.0
"Caught error creating PDF" when author field set to URL
Thank you, I do not know what happened but today it asked me about the database migration, again an error was shown but afterwards the application starts w/o issues.
Hello, I am getting SQLException, SQLState:XJ040, ErrorCode: 40000 while starting the application. I don't have any eclipse directories in data dir. Version 21.12.0 on Arch Linux, x86_64. openjdk version "17.0.1" 2021-10-19 OpenJDK Runtime Environment (build 17.0.1+12) OpenJDK 64-Bit Server VM (build 17.0.1+12, mixed mode) Haven't tried downgrade (yet). Can you please advise? Thank you, jose