Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DockerコンテナがExitedする #12

Closed
sibafb opened this issue Oct 4, 2021 · 8 comments
Closed

DockerコンテナがExitedする #12

sibafb opened this issue Oct 4, 2021 · 8 comments

Comments

@sibafb
Copy link
Owner

sibafb commented Oct 4, 2021

docker logs 

の結果

Gtk-Message: 02:57:04.217: Failed to load module "canberra-gtk-module"
Unable to load Keybinder module. This means the hide_window shortcut will be unavailable
Unable to bind hide_window key, another instance/window has it.
ActivityWatch plugin unavailable as we cannot import Notify
PluginRegistry::load_plugins: Importing plugin activitywatch.py failed: 'module' object has no attribute 'AVAILABLE'

(terminator:1): Gtk-WARNING **: 15:32:37.570: Error loading theme icon 'dialog-warning' for stock: Icon 'dialog-warning' not present in theme Yaru

(terminator:1): Gtk-WARNING **: 15:32:37.602: Error loading theme icon 'dialog-warning' for stock: Icon 'dialog-warning' not present in theme Yaru

(terminator:1): Gtk-WARNING **: 15:32:37.665: Error loading theme icon 'dialog-warning' for stock: Icon 'dialog-warning' not present in theme Yaru
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused
You need to run terminator in an X environment. Make sure $DISPLAY is properly set

@sibafb
Copy link
Owner Author

sibafb commented Oct 4, 2021

一行一行見ていく

Gtk-Message: 02:57:04.217: Failed to load module "canberra-gtk-module"

OpenCVを実行するとでてくるFailed to load module "canberra-gtk-module"というエラーの対処法

OpenCVを書いたプログラムを実行すると以下のようなエラーがでてきます。このエラーがでていても動かないことはないのですが、対処法を見つけたので紹介したいと思います。

こちらは後回し。

@sibafb
Copy link
Owner Author

sibafb commented Oct 4, 2021

Unable to load Keybinder module. This means the hide_window shortcut will be unavailable

Terminator Unable to load Keybinder module 1.9.1 XUbuntu 16.04

If you are installing with setup.py be aware that it does not handle dependencies. You will need:
gir1.2-keybinder-3.0
libkeybinder-3.0-0
installed somehow. This is for GTK3, so probably wasn't installed before on your system. For the GTK2 version an older version is used.
The window not in registered list message can be ignored. It's just a problematic bit of code that tries to close the window twice, and this is just the warning.
Let me know if I can close this bug.

Terminatorを更新したときにエラーが起こる現象?
もし何らかの契機でTerminator に必要な何かがホストで更新され、変になった可能性も考えられる。

@sibafb
Copy link
Owner Author

sibafb commented Oct 4, 2021

Unable to bind hide_window key, another instance/window has it.

Terminator Unable to bind hide_window key, another instance/window has it.

これもTerminator

@sibafb
Copy link
Owner Author

sibafb commented Oct 4, 2021

ActivityWatch plugin unavailable as we cannot import Notify

これもTerminatorだがhttps://github.com/janisozaur/terminator/blob/master/terminatorlib/plugins/activitywatch.py
本体のエラー出力部分がでてきたので、issueとしてはなさそう。

@sibafb
Copy link
Owner Author

sibafb commented Oct 4, 2021

PluginRegistry::load_plugins: Importing plugin activitywatch.py failed: 'module' object has no attribute 'AVAILABLE'

@sibafb
Copy link
Owner Author

sibafb commented Oct 4, 2021

有用そうな記載を見つけた。
ros-docker-images Display problem #17

@sibafb
Copy link
Owner Author

sibafb commented Oct 4, 2021

@sibafb
Copy link
Owner Author

sibafb commented Oct 9, 2021

何度かホストPCを再起動しているうちにいつの間にか起動できるようになっていた
不明だけどクローズ

@sibafb sibafb closed this as completed Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant