Skip to main content
Topic: Guake and blueman not launching (Read 1635 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Guake and blueman not launching

I've tried switching over to the extra/python- packages but doesn't seem to help. Since the update I did just now I cannot get guake to launch. I have the packages installed that it is asking for. Can't compile it from source as you can see either.
Code: [Select]
Guake not running, starting it
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/dbus/bus.py", line 175, in activate_name_owner
    return self.get_name_owner(bus_name)
  File "/usr/lib/python3.7/site-packages/dbus/bus.py", line 361, in get_name_owner
    's', (bus_name,), **keywords)
  File "/usr/lib/python3.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.guake3.RemoteControl': no such name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/guake/main.py", line 273, in main
    remote_object = bus.get_object(DBUS_NAME, DBUS_PATH)
  File "/usr/lib/python3.7/site-packages/dbus/bus.py", line 241, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python3.7/site-packages/dbus/proxies.py", line 248, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python3.7/site-packages/dbus/bus.py", line 180, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python3.7/site-packages/dbus/bus.py", line 278, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python3.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.guake3.RemoteControl was not provided by any .service files

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/guake", line 10, in <module>
    sys.exit(exec_main())
  File "/usr/lib/python3.7/site-packages/guake/main.py", line 388, in exec_main
    if not main():
  File "/usr/lib/python3.7/site-packages/guake/main.py", line 287, in main
    from guake.guake_app import Guake
  File "/usr/lib/python3.7/site-packages/guake/guake_app.py", line 36, in <module>
    gi.require_version('Gtk', '3.0')


Code: [Select]
install -Dm644 "/home/kz/Compiles/guake-3.2.2/data/guake.desktop" "//usr/local/share/applications/guake.desktop"
install -Dm644 "/home/kz/Compiles/guake-3.2.2/data/guake-prefs.desktop" "//usr/local/share/applications/guake-prefs.desktop"
mkdir -p //usr/local/share/guake/pixmaps
install -Dm644 /home/kz/Compiles/guake-3.2.2/data/pixmaps/*.png "//usr/local/share/guake/pixmaps/"
install -Dm644 /home/kz/Compiles/guake-3.2.2/data/pixmaps/*.svg "//usr/local/share/guake/pixmaps/"
install -Dm644 /home/kz/Compiles/guake-3.2.2/data/pixmaps/guake.png "//usr/local/share/pixmaps/guake.png"
mkdir -p //usr/local/share/guake
mkdir -p //usr/local/share/guake
install -Dm644  /home/kz/Compiles/guake-3.2.2/data/*.glade "//usr/local/share/guake"
mkdir -p //usr/local/share/guake
install -Dm644 "/home/kz/Compiles/guake-3.2.2/data/autostart-guake.desktop" "//usr/local/share/guake"
mkdir -p //usr/local/share/glib-2.0/schemas
install -Dm644 "/home/kz/Compiles/guake-3.2.2/data/org.guake.gschema.xml" "//usr/local/share/glib-2.0/schemas/"
if [ 1 = 1 ]; then glib-compile-schemas //usr/local/share/glib-2.0/schemas; fi
for f in $(find po -iname "*.mo"); do \
l="${f%%.*}"; \
lb=$(basename $l); \
install -Dm644 "$f" "//usr/local/share/locale/$lb/LC_MESSAGES/guake.mo"; \
done;
# you probably want to execute this target with sudo:
# sudo make install
Installing from on your system is not recommended.
Please prefer you application package manager (apt, yum, ...)
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3.7/site-packages/pip/__main__.py", line 16, in <module>
    from pip._internal import main as _main  # isort:skip # noqa
  File "/usr/lib/python3.7/site-packages/pip/_internal/__init__.py", line 42, in <module>
    from pip._internal import cmdoptions
  File "/usr/lib/python3.7/site-packages/pip/_internal/cmdoptions.py", line 16, in <module>
    from pip._internal.index import (
  File "/usr/lib/python3.7/site-packages/pip/_internal/index.py", line 14, in <module>
    from pip._vendor import html5lib, requests, six
ImportError: cannot import name 'html5lib' from 'pip._vendor' (/usr/lib/python3.7/site-packages/pip/_vendor/__init__.py)
make: *** [Makefile:80: install-guake] Error 1


Trying to use pip gets me this:

Code: [Select]
Traceback (most recent call last):
  File "/usr/bin/pip", line 6, in <module>
    from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'

Re: Guake not launching

Reply #1
OMG now blueman doesn't work either!! -.- my morning is officially ruined because now I can't play games.....  I hate python. screw python. It won't even let me compile blueman from source it says I need cython BUT I HAVE CYTHON INSTALLED!!!

Code: [Select]
Traceback (most recent call last):
  File "/usr/bin/blueman-manager", line 13, in <module>
    from blueman.Constants import *
ModuleNotFoundError: No module named 'blueman'

Re: Guake and blueman not launching

Reply #2
Code: [Select]
[2018-08-06 08:03] [PACMAN] Running 'pacman -S -y -y -u'
[2018-08-06 08:03] [PACMAN] synchronizing package lists
[2018-08-06 08:03] [PACMAN] starting full system upgrade
[2018-08-06 08:04] [ALPM] transaction started
[2018-08-06 08:04] [ALPM] upgraded audit (2.8.3-1 -> 2.8.3-2)
[2018-08-06 08:04] [ALPM] upgraded libxkbcommon (0.8.0-2 -> 0.8.2-1)
[2018-08-06 08:04] [ALPM] upgraded python (3.6.6-1 -> 3.7.0-3)
[2018-08-06 08:04] [ALPM] upgraded blueman (2.0.5-2 -> 2.0.5-3)
[2018-08-06 08:04] [ALPM] upgraded brotli (1.0.5-1 -> 1.0.5-2)
[2018-08-06 08:04] [ALPM] upgraded cairo-perl (1.106-5 -> 1.106-6)
[2018-08-06 08:04] [ALPM] upgraded capstone (3.0.4-5 -> 3.0.4-6)
[2018-08-06 08:04] [ALPM] upgraded mutagen (1.41.0-1 -> 1.41.0-2)
[2018-08-06 08:04] [ALPM] upgraded clementine (1.3.1-17 -> 1.3.1-18)
[2018-08-06 08:04] [ALPM] upgraded python-pyaes (1.6.1-1 -> 1.6.1-2)
[2018-08-06 08:04] [ALPM] upgraded python-ecdsa (0.13-3 -> 0.13-4)
[2018-08-06 08:04] [ALPM] upgraded python-pbkdf2 (1.3-3 -> 1.3-4)
[2018-08-06 08:04] [ALPM] upgraded python-pillow (5.2.0-1 -> 5.2.0-2)
[2018-08-06 08:04] [ALPM] upgraded python-qrcode (6.0-1 -> 6.0-2)
[2018-08-06 08:04] [ALPM] upgraded python-dnspython (1.15.0-2 -> 1.15.0-3)
[2018-08-06 08:04] [ALPM] upgraded python-jsonrpclib-pelix (0.3.1-2 -> 0.3.1-3)
[2018-08-06 08:04] [ALPM] upgraded python-pysocks (1.6.8-1 -> 1.6.8-2)
[2018-08-06 08:04] [ALPM] upgraded python-pycryptodomex (3.6.4-1 -> 3.6.4-2)
[2018-08-06 08:04] [ALPM] upgraded python-websocket-client (0.48.0-1 -> 0.48.0-2)
[2018-08-06 08:04] [ALPM] upgraded libxkbcommon-x11 (0.8.0-2 -> 0.8.2-1)
[2018-08-06 08:04] [ALPM] upgraded electrum (3.2.2-1 -> 3.2.2-2)
[2018-08-06 08:04] [ALPM] upgraded falkon (3.0.1-4 -> 3.0.1-5)
[2018-08-06 08:04] [ALPM] upgraded libpeas (1.22.0-2 -> 1.22.0-3)
[2018-08-06 08:04] [ALPM] upgraded gedit (3.28.1-1 -> 3.28.1-2)
[2018-08-06 08:04] [ALPM] upgraded glib-perl (1.326-1 -> 1.326-2)
[2018-08-06 08:04] [ALPM] upgraded pango-perl (1.227-8 -> 1.227-9)
[2018-08-06 08:04] [ALPM] upgraded gtk2-perl (1.24992-1 -> 1.24992-2)
[2018-08-06 08:04] [ALPM] upgraded glade-perl (1.007-13 -> 1.007-14)
[2018-08-06 08:04] [ALPM] upgraded gnumeric (1.12.41-1 -> 1.12.41-2)
[2018-08-06 08:04] [ALPM] upgraded gst-python (1.14.1-1 -> 1.14.2-1)
[2018-08-06 08:04] [ALPM] upgraded gst-python2 (1.14.1-1 -> 1.14.2-1)
[2018-08-06 08:04] [ALPM] upgraded python-pbr (4.1.0-1 -> 4.2.0-1)
[2018-08-06 08:04] [ALPM] upgraded guake (3.3.2-1 -> 3.3.2-2)
[2018-08-06 08:04] [ALPM] upgraded perl-clone (0.39-4 -> 0.39-5)
[2018-08-06 08:04] [ALPM] upgraded perl-dbi (1.641-1 -> 1.641-2)
[2018-08-06 08:04] [ALPM] upgraded perl-xml-libxml (2.0132-1 -> 2.0132-2)
[2018-08-06 08:05] [ALPM] upgraded hplip (3.18.6-1 -> 3.18.7-1)
[2018-08-06 08:05] [ALPM] upgraded kcoreaddons (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kauth (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kcodecs (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kwidgetsaddons (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kconfig (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kcompletion (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kguiaddons (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded ki18n (5.48.1-2 -> 5.48.1-3)
[2018-08-06 08:05] [ALPM] upgraded kconfigwidgets (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kdbusaddons (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kitemviews (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded kjobwidgets (5.48.0-2 -> 5.48.0-3)
[2018-08-06 08:05] [ALPM] upgraded lensfun (0.3.2-6 -> 0.3.2-7)
[2018-08-06 08:05] [ALPM] upgraded lib32-libpcap (1.8.1-1 -> 1.9.0-1)
[2018-08-06 08:05] [ALPM] upgraded libgexiv2 (0.10.8-1 -> 0.10.8-2)
[2018-08-06 08:05] [ALPM] upgraded libgit2-glib (0.26.4-2 -> 0.26.4-3)
[2018-08-06 08:05] [ALPM] upgraded libixion (0.13.0-2 -> 0.13.0-3)
[2018-08-06 08:05] [ALPM] upgraded libnm (1.12.2-1 -> 1.12.3dev+1+g0a3755c17-1)
[2018-08-06 08:05] [ALPM] upgraded libnm-glib (1.12.2-1 -> 1.12.3dev+1+g0a3755c17-1)
[2018-08-06 08:05] [ALPM] upgraded liborcus (0.13.4-2 -> 0.13.4-3)
[2018-08-06 08:05] [ALPM] upgraded protobuf-c (1.3.0-2 -> 1.3.0-3)
[2018-08-06 08:05] [ALPM] upgraded libpurple (2.13.0-2 -> 2.13.0-4)
[2018-08-06 08:05] [ALPM] upgraded libreoffice-fresh (6.0.5-1 -> 6.0.6-1)
[2018-08-06 08:05] [ALPM] upgraded libtorrent-rasterbar (1:1.1.8-1 -> 1:1.1.9-1)
[2018-08-06 08:05] [ALPM] upgraded mumble (1.2.19-9 -> 1.2.19-10)
[2018-08-06 08:05] [ALPM] upgraded networkmanager (1.12.2-1 -> 1.12.3dev+1+g0a3755c17-1)
[2018-08-06 08:05] [ALPM] upgraded obs-studio (21.1.2-1 -> 21.1.2-2)
[2018-08-06 08:05] [ALPM] upgraded perl-cairo-gobject (1.004-6 -> 1.004-7)
[2018-08-06 08:05] [ALPM] upgraded perl-canary-stability (2012-3 -> 2012-4)
[2018-08-06 08:05] [ALPM] upgraded perl-class-inspector (1.32-2 -> 1.32-3)
[2018-08-06 08:05] [ALPM] upgraded perl-common-sense (3.74-3 -> 3.74-4)
[2018-08-06 08:05] [ALPM] upgraded perl-data-dump (1.23-3 -> 1.23-4)
[2018-08-06 08:05] [ALPM] upgraded perl-file-listing (6.04-4 -> 6.04-5)
[2018-08-06 08:05] [ALPM] upgraded perl-file-sharedir (1.102-3 -> 1.102-4)
[2018-08-06 08:05] [ALPM] upgraded perl-glib-object-introspection (0.044-1 -> 0.044-2)
[2018-08-06 08:05] [ALPM] upgraded perl-gtk2-trayicon (0.06-16 -> 0.06-17)
[2018-08-06 08:05] [ALPM] upgraded perl-html-tagset (3.20-6 -> 3.20-7)
[2018-08-06 08:05] [ALPM] upgraded perl-html-parser (3.72-5 -> 3.72-6)
[2018-08-06 08:05] [ALPM] upgraded perl-http-cookies (6.04-2 -> 6.04-3)
[2018-08-06 08:05] [ALPM] upgraded perl-http-negotiate (6.01-4 -> 6.01-5)
[2018-08-06 08:05] [ALPM] upgraded perl-inc-latest (0.500-3 -> 0.500-4)
[2018-08-06 08:05] [ALPM] upgraded perl-types-serialiser (1.0-3 -> 1.0-4)
[2018-08-06 08:05] [ALPM] upgraded perl-json-xs (3.03-4 -> 3.03-5)
[2018-08-06 08:05] [ALPM] upgraded perl-net-http (6.18-1 -> 6.18-2)
[2018-08-06 08:05] [ALPM] upgraded perl-www-robotrules (6.02-4 -> 6.02-5)
[2018-08-06 08:05] [ALPM] upgraded perl-try-tiny (0.30-1 -> 0.30-2)
[2018-08-06 08:05] [ALPM] upgraded perl-libwww (6.33-1 -> 6.33-2)
[2018-08-06 08:05] [ALPM] upgraded perl-lwp-protocol-https (6.07-1 -> 6.07-2)
[2018-08-06 08:05] [ALPM] upgraded perl-mime-charset (1.012.2-3 -> 1.012.2-4)
[2018-08-06 08:05] [ALPM] upgraded perl-module-build (0.4224-5 -> 0.4224-7)
[2018-08-06 08:05] [ALPM] upgraded perl-mozilla-ca (20180117-1 -> 20180117-2)
[2018-08-06 08:05] [ALPM] upgraded perl-parse-yapp (1.05-8 -> 1.05-9)
[2018-08-06 08:05] [ALPM] upgraded perl-term-readline-gnu (1.35-4 -> 1.35-5)
[2018-08-06 08:05] [ALPM] upgraded perl-test-exception (0.43-3 -> 0.43-4)
[2018-08-06 08:05] [ALPM] upgraded perl-text-charwidth (0.04-15 -> 0.04-16)
[2018-08-06 08:05] [ALPM] upgraded perl-unicode-linebreak (2017.004-1 -> 2017.004-2)
[2018-08-06 08:05] [ALPM] upgraded pidgin (2.13.0-2 -> 2.13.0-4)
[2018-08-06 08:05] [ALPM] upgraded pycuda-headers (2017.1.1-6 -> 2018.1-1)
[2018-08-06 08:05] [ALPM] upgraded pyqt4-common (4.12.1-1 -> 4.12.1-2)
[2018-08-06 08:05] [ALPM] upgraded python-shiboken2 (5.11.0-4 -> 5.11.0-5)
[2018-08-06 08:05] [ALPM] upgraded pyside2 (5.11.0-3 -> 5.11.0-4)
[2018-08-06 08:05] [ALPM] upgraded python-automat (0.7.0-1 -> 0.7.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-bluepy (1.1.4-1 -> 1.1.4-2)
[2018-08-06 08:05] [ALPM] upgraded python-hidapi (0.7.99.21-1 -> 0.7.99.21-2)
[2018-08-06 08:05] [ALPM] upgraded python-btchip (0.1.27-1 -> 0.1.27-2)
[2018-08-06 08:05] [ALPM] upgraded python-msgpack (0.5.6-1 -> 0.5.6-2)
[2018-08-06 08:05] [ALPM] upgraded python-cachecontrol (0.12.5-2 -> 0.12.5-4)
[2018-08-06 08:05] [ALPM] upgraded python-click (6.7-1 -> 6.7-2)
[2018-08-06 08:05] [ALPM] upgraded python-colorama (0.3.9-1 -> 0.3.9-2)
[2018-08-06 08:05] [ALPM] upgraded python-decorator (4.3.0-1 -> 4.3.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-distlib (0.2.7-1 -> 0.2.7-2)
[2018-08-06 08:05] [ALPM] upgraded python-distro (1.3.0-1 -> 1.3.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-distutils-extra (2.39-2 -> 2.39-3)
[2018-08-06 08:05] [ALPM] upgraded python-docopt (0.6.2-4 -> 0.6.2-5)
[2018-08-06 08:05] [ALPM] upgraded python-hpack (3.0.0-1 -> 3.0.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-hyperframe (5.1.0-1 -> 5.1.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-h2 (3.0.1-1 -> 3.0.1-2)
[2018-08-06 08:05] [ALPM] upgraded python-zope-interface (4.5.0-1 -> 4.5.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-incremental (17.5.0-1 -> 17.5.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-keyutils (0.5-2 -> 0.5-3)
[2018-08-06 08:05] [ALPM] upgraded python-lockfile (0.12.2-2 -> 0.12.2-3)
[2018-08-06 08:05] [ALPM] upgraded python-monotonic (1.5-1 -> 1.5-2)
[2018-08-06 08:05] [ALPM] upgraded python-priority (1.3.0-1 -> 1.3.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-progress (1.4-1 -> 1.4-2)
[2018-08-06 08:05] [ALPM] upgraded python-psutil (5.4.6-1 -> 5.4.6-2)
[2018-08-06 08:05] [ALPM] upgraded python-pyasn1-modules (0.2.2-1 -> 0.2.2-2)
[2018-08-06 08:05] [ALPM] upgraded python-pybluez (0.22-2 -> 0.22-3)
[2018-08-06 08:05] [ALPM] upgraded python-pytools (2018.5.2-1 -> 2018.5.2-2)
[2018-08-06 08:05] [ALPM] upgraded python-pycuda (2017.1.1-6 -> 2018.1-1)
[2018-08-06 08:05] [ALPM] upgraded python-pycurl (7.43.0.2-1 -> 7.43.0.2-2)
[2018-08-06 08:05] [ALPM] upgraded python-pygments (2.2.0-1 -> 2.2.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-pyqt4 (4.12.1-1 -> 4.12.1-2)
[2018-08-06 08:05] [ALPM] upgraded python-pyserial (3.4-1 -> 3.4-2)
[2018-08-06 08:05] [ALPM] upgraded python-pytoml (0.1.16-1 -> 0.1.16-2)
[2018-08-06 08:05] [ALPM] upgraded python-webencodings (0.5.1-1 -> 0.5.1-2)
[2018-08-06 08:05] [ALPM] upgraded python-reportlab (3.5.1-1 -> 3.5.1-2)
[2018-08-06 08:05] [ALPM] upgraded python-sane (2.8.3-1 -> 2.8.3-2)
[2018-08-06 08:05] [ALPM] upgraded python-service-identity (17.0.0-1 -> 17.0.0-2)
[2018-08-06 08:05] [ALPM] upgraded python-unidecode (1.0.22-1 -> 1.0.22-2)
[2018-08-06 08:05] [ALPM] upgraded python-yaml (3.13-1 -> 3.13-2)
[2018-08-06 08:05] [ALPM] upgraded python2-automat (0.7.0-1 -> 0.7.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-bluepy (1.1.4-1 -> 1.1.4-2)
[2018-08-06 08:05] [ALPM] upgraded python2-hidapi (0.7.99.21-1 -> 0.7.99.21-2)
[2018-08-06 08:05] [ALPM] upgraded python2-btchip (0.1.27-1 -> 0.1.27-2)
[2018-08-06 08:05] [ALPM] upgraded python2-click (6.7-1 -> 6.7-2)
[2018-08-06 08:05] [ALPM] upgraded python2-decorator (4.3.0-1 -> 4.3.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-hpack (3.0.0-1 -> 3.0.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-hyperframe (5.1.0-1 -> 5.1.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-h2 (3.0.1-1 -> 3.0.1-2)
[2018-08-06 08:05] [ALPM] upgraded python2-zope-interface (4.5.0-1 -> 4.5.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-incremental (17.5.0-1 -> 17.5.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-monotonic (1.5-1 -> 1.5-2)
[2018-08-06 08:05] [ALPM] upgraded python2-pillow (5.2.0-1 -> 5.2.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-priority (1.3.0-1 -> 1.3.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-pyasn1-modules (0.2.2-1 -> 0.2.2-2)
[2018-08-06 08:05] [ALPM] upgraded python2-pybluez (0.22-2 -> 0.22-3)
[2018-08-06 08:05] [ALPM] upgraded python2-pytools (2018.5.2-1 -> 2018.5.2-2)
[2018-08-06 08:05] [ALPM] upgraded python2-pycuda (2017.1.1-6 -> 2018.1-1)
[2018-08-06 08:05] [ALPM] upgraded python2-pycurl (7.43.0.2-1 -> 7.43.0.2-2)
[2018-08-06 08:05] [ALPM] upgraded python2-pyqt4 (4.12.1-1 -> 4.12.1-2)
[2018-08-06 08:05] [ALPM] upgraded python2-pyserial (3.4-1 -> 3.4-2)
[2018-08-06 08:05] [ALPM] upgraded python2-sane (2.8.3-1 -> 2.8.3-2)
[2018-08-06 08:05] [ALPM] upgraded python2-service-identity (17.0.0-1 -> 17.0.0-2)
[2018-08-06 08:05] [ALPM] upgraded python2-simplejson (3.16.0-1 -> 3.16.0-2)
[2018-08-06 08:05] [ALPM] upgraded trash-cli (0.17.1.14-3 -> 0.17.1.14-4)
[2018-08-06 08:05] [ALPM] upgraded udiskie (1.7.5-1 -> 1.7.5-2)
[2018-08-06 08:05] [ALPM] upgraded unicorn (1.0.1-4 -> 1.0.1-5)
[2018-08-06 08:05] [ALPM] upgraded vlc (3.0.3-2 -> 3.0.3-3)
[2018-08-06 08:05] [ALPM] upgraded xfconf (4.12.1-4 -> 4.12.1-5)
[2018-08-06 08:05] [ALPM] upgraded xmms2 (0.8DrO_o.949.gca15e830-11 -> 0.8DrO_o.949.gca15e830-12)
[2018-08-06 08:05] [ALPM] upgraded youtube-dl (2018.08.04-1 -> 2018.08.04-2)
[2018-08-06 08:05] [ALPM] transaction completed
[2018-08-06 08:05] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-08-06 08:05] [ALPM-SCRIPTLET] WARNING: '/usr/lib/perl5/5.28' contains data from at least 39 packages which will NOT be used by the installed perl interpreter.
[2018-08-06 08:05] [ALPM-SCRIPTLET]  -> Run the following command to get a list of affected packages: pacman -Qqo '/usr/lib/perl5/5.28'
[2018-08-06 08:05] [ALPM] running 'glib-compile-schemas.hook'...
[2018-08-06 08:05] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-06 08:05] [ALPM] running 'opensysusers.hook'...
[2018-08-06 08:05] [ALPM] running 'opentmpfiles.hook'...
[2018-08-06 08:05] [ALPM] running 'udev-reload.hook'...
[2018-08-06 08:05] [ALPM] running 'update-desktop-database.hook'...
[2018-08-06 08:05] [ALPM] running 'update-mime-database.hook'...
[2018-08-06 08:05] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2018-08-06 08:10] [PACMAN] Running 'pacman -S extra/python-dbus'
[2018-08-06 08:10] [ALPM] transaction started
[2018-08-06 08:10] [ALPM] upgraded python-dbus (1.2.8-1 -> 1.2.8-2)
[2018-08-06 08:10] [ALPM] transaction completed
[2018-08-06 08:11] [PACMAN] Running 'pacman -S guake'
[2018-08-06 08:11] [ALPM] transaction started
[2018-08-06 08:11] [ALPM] reinstalled guake (3.3.2-2)
[2018-08-06 08:11] [ALPM] transaction completed
[2018-08-06 08:11] [ALPM] running 'glib-compile-schemas.hook'...
[2018-08-06 08:11] [ALPM] running 'update-desktop-database.hook'...
[2018-08-06 08:12] [PACMAN] Running 'pacman -S python-pip'
[2018-08-06 08:12] [PACMAN] Running 'pacman -S python3-pip'
[2018-08-06 08:12] [PACMAN] Running 'pacman -S python2-pip'
[2018-08-06 08:12] [ALPM] transaction started
[2018-08-06 08:12] [ALPM] installed python2-msgpack (0.5.6-2)
[2018-08-06 08:12] [ALPM] installed python2-urllib3 (1.23-1)
[2018-08-06 08:12] [ALPM] installed python2-chardet (3.0.4-1)
[2018-08-06 08:12] [ALPM] installed python2-requests (2.19.1-1)
[2018-08-06 08:12] [ALPM] installed python2-cachecontrol (0.12.5-4)
[2018-08-06 08:12] [ALPM] installed python2-colorama (0.3.9-2)
[2018-08-06 08:12] [ALPM] installed python2-distlib (0.2.7-2)
[2018-08-06 08:12] [ALPM] installed python2-distro (1.3.0-2)
[2018-08-06 08:12] [ALPM] installed python2-webencodings (0.5.1-2)
[2018-08-06 08:12] [ALPM] installed python2-html5lib (1.0.1-2)
[2018-08-06 08:12] [ALPM] installed python2-lockfile (0.12.2-3)
[2018-08-06 08:12] [ALPM] installed python2-progress (1.4-2)
[2018-08-06 08:12] [ALPM] installed python2-pytoml (0.1.16-2)
[2018-08-06 08:12] [ALPM] installed python2-retrying (1.3.3-3)
[2018-08-06 08:12] [ALPM] installed python2-pip (10.0.1-1)
[2018-08-06 08:12] [ALPM] transaction completed
[2018-08-06 08:12] [PACMAN] Running 'pacman -S python-sip'
[2018-08-06 08:12] [PACMAN] Running 'pacman -S python2-sip'
[2018-08-06 08:13] [PACMAN] Running 'pacman -R guake-git'
[2018-08-06 08:13] [PACMAN] Running 'pacman -R guake'
[2018-08-06 08:13] [ALPM] transaction started
[2018-08-06 08:13] [ALPM] removed guake (3.3.2-2)
[2018-08-06 08:13] [ALPM] transaction completed
[2018-08-06 08:13] [ALPM] running 'glib-compile-schemas.hook'...
[2018-08-06 08:13] [ALPM] running 'update-desktop-database.hook'...
[2018-08-06 08:13] [PACMAN] Running 'pacman -S python-pipenv'
[2018-08-06 08:14] [ALPM] transaction started
[2018-08-06 08:14] [ALPM] installed python-virtualenv (15.1.0-3)
[2018-08-06 08:14] [ALPM] installed python-virtualenv-clone (0.3.0-2)
[2018-08-06 08:14] [ALPM] installed python-pew (1.1.5-2)
[2018-08-06 08:14] [ALPM] installed python-certifi (2018.4.16-2)
[2018-08-06 08:14] [ALPM] installed python-pipenv (2018.7.1-2)
[2018-08-06 08:14] [ALPM] transaction completed

Re: Guake and blueman not launching

Reply #3
Arch moved python 3.7 from testing to extra.
In Artix python 3.7 is now in gremlins.

I see 2 solutions:
  • Enable "gremlins" repository and update
  • Wait until python 3.7 makes it into world repository (it should not take that long)