kuthulux / gnome-connection-manager

repository for gnome-connection-manager from kuthulu.com/gcm
Other
68 stars 28 forks source link

Build fix #70

Open thunderamur opened 3 years ago

thunderamur commented 3 years ago

Got error:

/usr/share/gnome-connection-manager/gnome_connection_manager.py
...
Original exception was:
Traceback (most recent call last):
  File "/usr/share/gnome-connection-manager/gnome_connection_manager.py", line 3464, in <module>
    main()
  File "/usr/share/gnome-connection-manager/gnome_connection_manager.py", line 3460, in main
    w_main = Wmain()
  File "/usr/share/gnome-connection-manager/gnome_connection_manager.py", line 460, in __init__
    provider.load_from_path(BASE_PATH + "/style.css")
gi.repository.GLib.Error: gtk-css-provider-error-quark: <broken file>:1:0Failed to import: Произошла ошибка открытия файла /usr/share/gnome-connection-manager/style.css: Нет такого файла или каталога (2)

Fixed this error. Also removed *.mo from index.

yma-het commented 1 year ago

Why do we have here changes in compiled translations and not in translation sources?