Advertisement
Guest User

Reborn-OS Cnchi.log

a guest
Nov 10th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. [reborn@Reborn_OS ~]$ sudo cnchi-start.sh
  2. 2018-11-09 23:55:54 [INFO] cnchi.py(271) check_gtk_version(): Using GTK v3.24.1
  3. 2018-11-09 23:55:54 [INFO] cnchi.py(283) check_pyalpm_version(): Using pyalpm v0.8 as interface to libalpm v11.0.1
  4. 2018-11-09 23:55:54 [DEBUG] cnchi.py(318) check_iso_version(): Not running from ISO
  5.  
  6. (cnchi.py:21718): Gtk-WARNING **: 23:55:54.330: Theme parsing error: gtk.css:2718:25: 'gtkopacity' is not a valid color name
  7.  
  8. (cnchi.py:21718): Gtk-WARNING **: 23:55:54.330: Theme parsing error: gtk.css:2728:15: Junk at end of value for padding
  9.  
  10. (cnchi.py:21718): Gtk-WARNING **: 23:55:54.331: Theme parsing error: gtk.css:2787:13: Junk at end of value for padding
  11.  
  12. (cnchi.py:21718): GLib-GIO-CRITICAL **: 23:55:54.389: g_dbus_proxy_new_sync: assertion 'G_IS_DBUS_CONNECTION (connection)' failed
  13. /usr/share/cnchi/src/pages/mirrors.py:128: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  14. 'switch-activated': (GObject.SIGNAL_RUN_FIRST, None, ())
  15. /usr/lib/python3.7/site-packages/parted/cachedlist.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  16. from collections import Sequence
  17. 2018-11-09 23:55:54,525 - [bugsnag] WARNING - No API key configured, couldn't notify
  18. 2018-11-09 23:55:54 [WARNING] client.py(133) send_payload(): No API key configured, couldn't notify
  19. Traceback (most recent call last):
  20. File "/usr/share/cnchi/src/cnchi.py", line 103, in do_activate
  21. import main_window
  22. File "/usr/share/cnchi/src/main_window.py", line 54, in <module>
  23. import pages.automatic
  24. File "/usr/share/cnchi/src/pages/automatic.py", line 43, in <module>
  25. from installation import install
  26. File "/usr/share/cnchi/src/installation/install.py", line 49, in <module>
  27. import post_install
  28. File "/usr/share/cnchi/src/installation/post_install.py", line 39, in <module>
  29. from installation import firewall
  30. File "/usr/share/cnchi/src/installation/firewall.py", line 31
  31. """ Manage ufw setup """
  32. ^
  33. IndentationError: unexpected indent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement