open-rdc / orne-box

Platform hardware for autonomous robot
BSD 2-Clause "Simplified" License
29 stars 20 forks source link

Ubuntu20.04でmeldが使用できない問題 #88

Closed yasuohayashibara closed 10 months ago

yasuohayashibara commented 10 months ago

ソフトウェア開発にmeldを使用しているが,Ubuntu20.04ではエラーがでて利用できない. 以下を変更することで,利用できるようになった. wsl2を使用しているが,固有の問題かもしれない.

/usr/lib/python3/dist-packages/meld/diffgrid.py

        attr.cursor = Gdk.Cursor.new_for_display(widget.get_display(),
                                                 Gdk.CursorType.
                                                 SB_H_DOUBLE_ARROW)

        attr.cursor = Gdk.Cursor.new_from_name(widget.get_display(),
                                               "ew-resize")
yasuohayashibara commented 10 months ago

解決法を記録したので,issueを閉じます.