GithubHelp home page GithubHelp logo

Eww widgets error about dotfiles HOT 8 CLOSED

linkfrg avatar linkfrg commented on June 3, 2024
Eww widgets error

from dotfiles.

Comments (8)

linkfrg avatar linkfrg commented on June 3, 2024 1

Try to install non git version of Hyprland. For nvidia hyprland-nvidia (AUR), for not nvidia hyprland (from official repos)

from dotfiles.

linkfrg avatar linkfrg commented on June 3, 2024

try launch ~/.config/eww/scripts/apps.py in terminal, is it working normally?

from dotfiles.

NatryN avatar NatryN commented on June 3, 2024

I dont know because it dont show any message. PD: I have a freshly installed system.

from dotfiles.

Ysujy avatar Ysujy commented on June 3, 2024

I'm facing the same problem. Heres the output from eww logs:

error: Unable to index into value null
   ┌─ modules/launcher.yuck:16:148
   │
16 │                     (input :class "launcher-search-input" :hexpand true :onchange "scripts/apps.py --query '{}' &" :onaccept "cd ~ && gtk-launch ${apps.filtered[0].desktop} & scripts/toggle_launcher.sh close &")
   │                                                                                                                                                    ────────────────────────


 2023-11-10T03:02:33.971Z ERROR eww::error_handling_ctx > Error while updating UI after state change

Caused by:
    Failed to open file “null”: No such file or directory
 2023-11-10T03:02:33.971Z ERROR eww::error_handling_ctx > Error while updating UI after state change

Caused by:
    Failed to open file “null”: No such file or directory

Trying to open the launcher results in a 'soft crash' as I can no longer interact with windows and/or close them (Pressing META+Z again fixes the issue but the launcher still doesn't open). eww gives me the same error mentioned above.

Running apps.py by itself doesn't give any output/error either. Using the -v flag I get this output:

[user@arch scripts]$ python -v apps.py 
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# /usr/lib/python3.11/encodings/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/encodings/__init__.py
# code object from '/usr/lib/python3.11/encodings/__pycache__/__init__.cpython-311.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <class '_frozen_importlib.FrozenImporter'>
# /usr/lib/python3.11/encodings/__pycache__/aliases.cpython-311.pyc matches /usr/lib/python3.11/encodings/aliases.py
# code object from '/usr/lib/python3.11/encodings/__pycache__/aliases.cpython-311.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241be9ad0>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241bd9f10>
# /usr/lib/python3.11/encodings/__pycache__/utf_8.cpython-311.pyc matches /usr/lib/python3.11/encodings/utf_8.py
# code object from '/usr/lib/python3.11/encodings/__pycache__/utf_8.cpython-311.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241bdb8d0>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <class '_frozen_importlib.FrozenImporter'>
import 'io' # <class '_frozen_importlib.FrozenImporter'>
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <class '_frozen_importlib.FrozenImporter'>
import '_collections_abc' # <class '_frozen_importlib.FrozenImporter'>
import 'genericpath' # <class '_frozen_importlib.FrozenImporter'>
import 'posixpath' # <class '_frozen_importlib.FrozenImporter'>
import 'os' # <class '_frozen_importlib.FrozenImporter'>
import '_sitebuiltins' # <class '_frozen_importlib.FrozenImporter'>
Processing user site-packages
Processing global site-packages
Adding directory: '/usr/lib/python3.11/site-packages'
Processing .pth file: '/usr/lib/python3.11/site-packages/distutils-precedence.pth'
# /usr/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/site-packages/_distutils_hack/__init__.py
# code object from '/usr/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.pyc'
import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a16150>
import 'site' # <class '_frozen_importlib.FrozenImporter'>
Python 3.11.5 (main, Sep  2 2023, 14:16:33) [GCC 13.2.1 20230801] on linux
Type "help", "copyright", "credits" or "license" for more information.
# /usr/lib/python3.11/__pycache__/glob.cpython-311.pyc matches /usr/lib/python3.11/glob.py
# code object from '/usr/lib/python3.11/__pycache__/glob.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/contextlib.cpython-311.pyc matches /usr/lib/python3.11/contextlib.py
# code object from '/usr/lib/python3.11/__pycache__/contextlib.cpython-311.pyc'
# /usr/lib/python3.11/collections/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/collections/__init__.py
# code object from '/usr/lib/python3.11/collections/__pycache__/__init__.cpython-311.pyc'
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.11/__pycache__/keyword.cpython-311.pyc matches /usr/lib/python3.11/keyword.py
# code object from '/usr/lib/python3.11/__pycache__/keyword.cpython-311.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a64210>
# /usr/lib/python3.11/__pycache__/operator.cpython-311.pyc matches /usr/lib/python3.11/operator.py
# code object from '/usr/lib/python3.11/__pycache__/operator.cpython-311.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a64c10>
# /usr/lib/python3.11/__pycache__/reprlib.cpython-311.pyc matches /usr/lib/python3.11/reprlib.py
# code object from '/usr/lib/python3.11/__pycache__/reprlib.cpython-311.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a657d0>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a347d0>
# /usr/lib/python3.11/__pycache__/functools.cpython-311.pyc matches /usr/lib/python3.11/functools.py
# code object from '/usr/lib/python3.11/__pycache__/functools.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/types.cpython-311.pyc matches /usr/lib/python3.11/types.py
# code object from '/usr/lib/python3.11/__pycache__/types.cpython-311.pyc'
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a73ed0>
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a35dd0>
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a2bf90>
# /usr/lib/python3.11/re/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/re/__init__.py
# code object from '/usr/lib/python3.11/re/__pycache__/__init__.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/enum.cpython-311.pyc matches /usr/lib/python3.11/enum.py
# code object from '/usr/lib/python3.11/__pycache__/enum.cpython-311.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a87c50>
# /usr/lib/python3.11/re/__pycache__/_compiler.cpython-311.pyc matches /usr/lib/python3.11/re/_compiler.py
# code object from '/usr/lib/python3.11/re/__pycache__/_compiler.cpython-311.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.11/re/__pycache__/_parser.cpython-311.pyc matches /usr/lib/python3.11/re/_parser.py
# code object from '/usr/lib/python3.11/re/__pycache__/_parser.cpython-311.pyc'
# /usr/lib/python3.11/re/__pycache__/_constants.cpython-311.pyc matches /usr/lib/python3.11/re/_constants.py
# code object from '/usr/lib/python3.11/re/__pycache__/_constants.cpython-311.pyc'
import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241aba2d0>
import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241ab72d0>
# /usr/lib/python3.11/re/__pycache__/_casefix.cpython-311.pyc matches /usr/lib/python3.11/re/_casefix.py
# code object from '/usr/lib/python3.11/re/__pycache__/_casefix.cpython-311.pyc'
import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241ac5bd0>
import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a9fd10>
# /usr/lib/python3.11/__pycache__/copyreg.cpython-311.pyc matches /usr/lib/python3.11/copyreg.py
# code object from '/usr/lib/python3.11/__pycache__/copyreg.cpython-311.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241ac6f10>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a73850>
# /usr/lib/python3.11/__pycache__/fnmatch.cpython-311.pyc matches /usr/lib/python3.11/fnmatch.py
# code object from '/usr/lib/python3.11/__pycache__/fnmatch.cpython-311.pyc'
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a86f50>
import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a2ac10>
# /usr/lib/python3.11/json/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/json/__init__.py
# code object from '/usr/lib/python3.11/json/__pycache__/__init__.cpython-311.pyc'
# /usr/lib/python3.11/json/__pycache__/decoder.cpython-311.pyc matches /usr/lib/python3.11/json/decoder.py
# code object from '/usr/lib/python3.11/json/__pycache__/decoder.cpython-311.pyc'
# /usr/lib/python3.11/json/__pycache__/scanner.cpython-311.pyc matches /usr/lib/python3.11/json/scanner.py
# code object from '/usr/lib/python3.11/json/__pycache__/scanner.cpython-311.pyc'
# extension module '_json' loaded from '/usr/lib/python3.11/lib-dynload/_json.cpython-311-x86_64-linux-gnu.so'
# extension module '_json' executed from '/usr/lib/python3.11/lib-dynload/_json.cpython-311-x86_64-linux-gnu.so'
import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1241ad6710>
import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241ad5fd0>
import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241ad4fd0>
# /usr/lib/python3.11/json/__pycache__/encoder.cpython-311.pyc matches /usr/lib/python3.11/json/encoder.py
# code object from '/usr/lib/python3.11/json/__pycache__/encoder.cpython-311.pyc'
import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241ad7590>
import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a879d0>
# /usr/lib/python3.11/__pycache__/subprocess.cpython-311.pyc matches /usr/lib/python3.11/subprocess.py
# code object from '/usr/lib/python3.11/__pycache__/subprocess.cpython-311.pyc'
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.11/__pycache__/locale.cpython-311.pyc matches /usr/lib/python3.11/locale.py
# code object from '/usr/lib/python3.11/__pycache__/locale.cpython-311.pyc'
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241900c90>
# /usr/lib/python3.11/__pycache__/signal.cpython-311.pyc matches /usr/lib/python3.11/signal.py
# code object from '/usr/lib/python3.11/__pycache__/signal.cpython-311.pyc'
import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124191b110>
# /usr/lib/python3.11/__pycache__/threading.cpython-311.pyc matches /usr/lib/python3.11/threading.py
# code object from '/usr/lib/python3.11/__pycache__/threading.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/_weakrefset.cpython-311.pyc matches /usr/lib/python3.11/_weakrefset.py
# code object from '/usr/lib/python3.11/__pycache__/_weakrefset.cpython-311.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124192dbd0>
import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124191b1d0>
# /usr/lib/python3.11/__pycache__/warnings.cpython-311.pyc matches /usr/lib/python3.11/warnings.py
# code object from '/usr/lib/python3.11/__pycache__/warnings.cpython-311.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124192f850>
# extension module 'fcntl' loaded from '/usr/lib/python3.11/lib-dynload/fcntl.cpython-311-x86_64-linux-gnu.so'
# extension module 'fcntl' executed from '/usr/lib/python3.11/lib-dynload/fcntl.cpython-311-x86_64-linux-gnu.so'
import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1241954490>
# extension module '_posixsubprocess' loaded from '/usr/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-x86_64-linux-gnu.so'
# extension module '_posixsubprocess' executed from '/usr/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-x86_64-linux-gnu.so'
import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1241956210>
# extension module 'select' loaded from '/usr/lib/python3.11/lib-dynload/select.cpython-311-x86_64-linux-gnu.so'
# extension module 'select' executed from '/usr/lib/python3.11/lib-dynload/select.cpython-311-x86_64-linux-gnu.so'
import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1241956410>
# /usr/lib/python3.11/__pycache__/selectors.cpython-311.pyc matches /usr/lib/python3.11/selectors.py
# code object from '/usr/lib/python3.11/__pycache__/selectors.cpython-311.pyc'
# /usr/lib/python3.11/collections/__pycache__/abc.cpython-311.pyc matches /usr/lib/python3.11/collections/abc.py
# code object from '/usr/lib/python3.11/collections/__pycache__/abc.cpython-311.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f12419688d0>
# extension module 'math' loaded from '/usr/lib/python3.11/lib-dynload/math.cpython-311-x86_64-linux-gnu.so'
# extension module 'math' executed from '/usr/lib/python3.11/lib-dynload/math.cpython-311-x86_64-linux-gnu.so'
import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1241968a10>
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241956f10>
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241ae5910>
# /usr/lib/python3.11/site-packages/gi/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/__init__.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/__init__.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/pkgutil.cpython-311.pyc matches /usr/lib/python3.11/pkgutil.py
# code object from '/usr/lib/python3.11/__pycache__/pkgutil.cpython-311.pyc'
# /usr/lib/python3.11/importlib/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/importlib/__init__.py
# code object from '/usr/lib/python3.11/importlib/__pycache__/__init__.cpython-311.pyc'
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124196b3d0>
# /usr/lib/python3.11/importlib/__pycache__/_abc.cpython-311.pyc matches /usr/lib/python3.11/importlib/_abc.py
# code object from '/usr/lib/python3.11/importlib/__pycache__/_abc.cpython-311.pyc'
import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124197c050>
import 'importlib.util' # <class '_frozen_importlib.FrozenImporter'>
import 'importlib.machinery' # <class '_frozen_importlib.FrozenImporter'>
# /usr/lib/python3.11/__pycache__/weakref.cpython-311.pyc matches /usr/lib/python3.11/weakref.py
# code object from '/usr/lib/python3.11/__pycache__/weakref.cpython-311.pyc'
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124197cf50>
# /usr/lib/python3.11/__pycache__/typing.cpython-311.pyc matches /usr/lib/python3.11/typing.py
# code object from '/usr/lib/python3.11/__pycache__/typing.cpython-311.pyc'
# extension module '_typing' loaded from '/usr/lib/python3.11/lib-dynload/_typing.cpython-311-x86_64-linux-gnu.so'
# extension module '_typing' executed from '/usr/lib/python3.11/lib-dynload/_typing.cpython-311-x86_64-linux-gnu.so'
import '_typing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f124199ae90>
import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124197f990>
import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241af4910>
# /usr/lib/python3.11/site-packages/gi/__pycache__/_error.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/_error.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/_error.cpython-311.pyc'
import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f12419e6cd0>
# extension module 'gi._gi' loaded from '/usr/lib/python3.11/site-packages/gi/_gi.cpython-311-x86_64-linux-gnu.so'
# extension module 'gi._gi' executed from '/usr/lib/python3.11/site-packages/gi/_gi.cpython-311-x86_64-linux-gnu.so'
import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f12419e6650>
import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241ae5e90>
# /usr/lib/python3.11/site-packages/gi/repository/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/repository/__init__.py
# code object from '/usr/lib/python3.11/site-packages/gi/repository/__pycache__/__init__.cpython-311.pyc'
# /usr/lib/python3.11/site-packages/gi/__pycache__/importer.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/importer.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/importer.cpython-311.pyc'
# /usr/lib/python3.11/site-packages/gi/__pycache__/module.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/module.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/module.cpython-311.pyc'
# /usr/lib/python3.11/site-packages/gi/__pycache__/types.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/types.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/types.cpython-311.pyc'
# /usr/lib/python3.11/site-packages/gi/__pycache__/_constants.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/_constants.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/_constants.cpython-311.pyc'
import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f12419fb8d0>
# /usr/lib/python3.11/site-packages/gi/__pycache__/docstring.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/docstring.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/docstring.cpython-311.pyc'
import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f12419fb950>
# /usr/lib/python3.11/site-packages/gi/__pycache__/_propertyhelper.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/_propertyhelper.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/_propertyhelper.cpython-311.pyc'
import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c4c850>
# /usr/lib/python3.11/site-packages/gi/__pycache__/_signalhelper.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/_signalhelper.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/_signalhelper.cpython-311.pyc'
import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c4db90>
import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f12419fa610>
import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f12419f9a10>
# /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/__init__.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/overrides/__init__.py
# code object from '/usr/lib/python3.11/site-packages/gi/overrides/__pycache__/__init__.cpython-311.pyc'
import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f12419fa490>
import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f12419f8f10>
import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241af4cd0>
# destroy gi.repository.xlib
import 'gi.repository.xlib' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/GLib.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/overrides/GLib.py
# code object from '/usr/lib/python3.11/site-packages/gi/overrides/__pycache__/GLib.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/socket.cpython-311.pyc matches /usr/lib/python3.11/socket.py
# code object from '/usr/lib/python3.11/__pycache__/socket.cpython-311.pyc'
# extension module '_socket' loaded from '/usr/lib/python3.11/lib-dynload/_socket.cpython-311-x86_64-linux-gnu.so'
# extension module '_socket' executed from '/usr/lib/python3.11/lib-dynload/_socket.cpython-311-x86_64-linux-gnu.so'
import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1240c85f90>
# extension module 'array' loaded from '/usr/lib/python3.11/lib-dynload/array.cpython-311-x86_64-linux-gnu.so'
# extension module 'array' executed from '/usr/lib/python3.11/lib-dynload/array.cpython-311-x86_64-linux-gnu.so'
import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1240c8eed0>
import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c6e850>
# /usr/lib/python3.11/site-packages/gi/__pycache__/_ossighelper.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/_ossighelper.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/_ossighelper.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/__future__.cpython-311.pyc matches /usr/lib/python3.11/__future__.py
# code object from '/usr/lib/python3.11/__pycache__/__future__.cpython-311.pyc'
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c8f7d0>
import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c6ecd0>
# /usr/lib/python3.11/site-packages/gi/__pycache__/_option.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/_option.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/_option.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/optparse.cpython-311.pyc matches /usr/lib/python3.11/optparse.py
# code object from '/usr/lib/python3.11/__pycache__/optparse.cpython-311.pyc'
# /usr/lib/python3.11/__pycache__/textwrap.cpython-311.pyc matches /usr/lib/python3.11/textwrap.py
# code object from '/usr/lib/python3.11/__pycache__/textwrap.cpython-311.pyc'
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240ca32d0>
# /usr/lib/python3.11/__pycache__/gettext.cpython-311.pyc matches /usr/lib/python3.11/gettext.py
# code object from '/usr/lib/python3.11/__pycache__/gettext.cpython-311.pyc'
import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240cbe590>
import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240ca12d0>
import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240ca02d0>
import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c61e90>
import 'gi.repository.GLib' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/GObject.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/overrides/GObject.py
# code object from '/usr/lib/python3.11/site-packages/gi/overrides/__pycache__/GObject.cpython-311.pyc'
import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c61d10>
import 'gi.repository.GObject' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# destroy gi.repository.cairo
import 'gi.repository.cairo' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# destroy gi.repository.freetype2
import 'gi.repository.freetype2' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# destroy gi.repository.HarfBuzz
import 'gi.repository.HarfBuzz' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/Gio.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/overrides/Gio.py
# code object from '/usr/lib/python3.11/site-packages/gi/overrides/__pycache__/Gio.cpython-311.pyc'
import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240cf7cd0>
import 'gi.repository.Gio' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/Pango.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/overrides/Pango.py
# code object from '/usr/lib/python3.11/site-packages/gi/overrides/__pycache__/Pango.cpython-311.pyc'
import 'gi.overrides.Pango' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240cf7190>
import 'gi.repository.Pango' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# destroy gi.repository.GModule
import 'gi.repository.GModule' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/GdkPixbuf.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/overrides/GdkPixbuf.py
# code object from '/usr/lib/python3.11/site-packages/gi/overrides/__pycache__/GdkPixbuf.cpython-311.pyc'
import 'gi.overrides.GdkPixbuf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240d1d7d0>
import 'gi.repository.GdkPixbuf' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/Gdk.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/overrides/Gdk.py
# code object from '/usr/lib/python3.11/site-packages/gi/overrides/__pycache__/Gdk.cpython-311.pyc'
# destroy gi.repository.GdkX11
import 'gi.repository.GdkX11' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
import 'gi.overrides.Gdk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c60dd0>
import 'gi.repository.Gdk' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# destroy gi.repository.Atk
import 'gi.repository.Atk' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# /usr/lib/python3.11/site-packages/gi/overrides/__pycache__/Gtk.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/overrides/Gtk.py
# code object from '/usr/lib/python3.11/site-packages/gi/overrides/__pycache__/Gtk.cpython-311.pyc'
# /usr/lib/python3.11/site-packages/gi/__pycache__/_gtktemplate.cpython-311.pyc matches /usr/lib/python3.11/site-packages/gi/_gtktemplate.py
# code object from '/usr/lib/python3.11/site-packages/gi/__pycache__/_gtktemplate.cpython-311.pyc'
import 'gi._gtktemplate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f124067a0d0>
import 'gi.overrides.Gtk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1240c60b90>
import 'gi.repository.Gtk' # <gi.importer.DynamicImporter object at 0x7f12419f8c50>
# /usr/lib/python3.11/__pycache__/configparser.cpython-311.pyc matches /usr/lib/python3.11/configparser.py
# code object from '/usr/lib/python3.11/__pycache__/configparser.cpython-311.pyc'
import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1241a28d10>
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing sys
# cleanup[2] removing builtins
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _thread
# cleanup[2] removing _warnings
# cleanup[2] removing _weakref
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing time
# cleanup[2] removing zipimport
# cleanup[2] removing _codecs
# cleanup[2] removing codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing _abc
# cleanup[2] removing abc
# cleanup[2] removing io
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing _stat
# cleanup[2] removing stat
# cleanup[2] removing _collections_abc
# cleanup[2] removing genericpath
# cleanup[2] removing posixpath
# cleanup[2] removing os.path
# cleanup[2] removing os
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing _distutils_hack
# destroy _distutils_hack
# cleanup[2] removing site
# destroy site
# cleanup[2] removing itertools
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing _operator
# cleanup[2] removing operator
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing _collections
# cleanup[2] removing collections
# cleanup[2] removing types
# cleanup[2] removing _functools
# cleanup[2] removing functools
# cleanup[2] removing contextlib
# cleanup[2] removing enum
# cleanup[2] removing _sre
# cleanup[2] removing re._constants
# cleanup[2] removing re._parser
# cleanup[2] removing re._casefix
# cleanup[2] removing re._compiler
# cleanup[2] removing copyreg
# cleanup[2] removing re
# cleanup[2] removing fnmatch
# cleanup[2] removing glob
# cleanup[2] removing _json
# cleanup[2] removing json.scanner
# cleanup[2] removing json.decoder
# cleanup[2] removing json.encoder
# cleanup[2] removing json
# cleanup[2] removing errno
# cleanup[2] removing _locale
# cleanup[2] removing locale
# cleanup[2] removing signal
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing threading
# cleanup[2] removing warnings
# cleanup[2] removing fcntl
# cleanup[2] removing _posixsubprocess
# cleanup[2] removing select
# cleanup[2] removing collections.abc
# cleanup[2] removing math
# cleanup[2] removing selectors
# cleanup[2] removing subprocess
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing importlib
# cleanup[2] removing importlib._abc
# cleanup[2] removing importlib.util
# cleanup[2] removing importlib.machinery
# cleanup[2] removing weakref
# destroy weakref
# cleanup[2] removing _typing
# cleanup[2] removing typing
# destroy typing
# cleanup[2] removing pkgutil
# destroy pkgutil
# cleanup[2] removing gi._error
# cleanup[2] removing gi._gi
# cleanup[2] removing gi._gobject
# cleanup[2] removing glib
# destroy glib
# cleanup[2] removing gobject
# destroy gobject
# cleanup[2] removing gio
# destroy gio
# cleanup[2] removing gtk
# destroy gtk
# cleanup[2] removing gtk.gdk
# destroy gtk.gdk
# cleanup[2] removing gi
# cleanup[2] removing gi._constants
# cleanup[2] removing gi.docstring
# cleanup[2] removing gi._propertyhelper
# cleanup[2] removing gi._signalhelper
# cleanup[2] removing gi.types
# cleanup[2] removing gi.module
# cleanup[2] removing gi.overrides
# cleanup[2] removing gi.importer
# cleanup[2] removing gi.repository
# cleanup[2] removing _socket
# cleanup[2] removing array
# cleanup[2] removing socket
# cleanup[2] removing __future__
# destroy __future__
# cleanup[2] removing gi._ossighelper
# cleanup[2] removing textwrap
# cleanup[2] removing gettext
# destroy gettext
# cleanup[2] removing optparse
# cleanup[2] removing gi._option
# cleanup[2] removing gi.overrides.GLib
# cleanup[2] removing gi.repository.GLib
# cleanup[2] removing gi.overrides.GObject
# cleanup[2] removing gi.repository.GObject
# cleanup[2] removing gi.overrides.Gio
# cleanup[2] removing gi.repository.Gio
# cleanup[2] removing gi.overrides.Pango
# cleanup[2] removing gi.repository.Pango
# cleanup[2] removing gi.overrides.GdkPixbuf
# cleanup[2] removing gi.repository.GdkPixbuf
# cleanup[2] removing gi.overrides.Gdk
# cleanup[2] removing gi.repository.Gdk
# cleanup[2] removing gi._gtktemplate
# cleanup[2] removing gi.overrides.Gtk
# cleanup[2] removing gi.repository.Gtk
# cleanup[2] removing configparser
# destroy configparser
# destroy glob
# destroy json
# destroy subprocess
# destroy _sitebuiltins
# destroy fnmatch
# destroy json.decoder
# destroy json.encoder
# destroy json.scanner
# destroy _json
# destroy locale
# destroy encodings
# destroy _locale
# destroy fcntl
# destroy _posixsubprocess
# destroy collections
# destroy contextlib
# destroy operator
# destroy _typing
# cleanup[3] wiping gi.repository.Gtk
# cleanup[3] wiping gi.overrides.Gtk
# cleanup[3] wiping gi._gtktemplate
# cleanup[3] wiping gi.repository.Gdk
# cleanup[3] wiping gi.overrides.Gdk
# cleanup[3] wiping gi.repository.GdkPixbuf
# cleanup[3] wiping gi.overrides.GdkPixbuf
# cleanup[3] wiping gi.repository.Pango
# cleanup[3] wiping gi.overrides.Pango
# cleanup[3] wiping gi.repository.Gio
# cleanup[3] wiping gi.overrides.Gio
# cleanup[3] wiping gi.repository.GObject
# cleanup[3] wiping gi.overrides.GObject
# cleanup[3] wiping gi.repository.GLib
# cleanup[3] wiping gi.overrides.GLib
# cleanup[3] wiping gi._option
# destroy optparse
# cleanup[3] wiping textwrap
# cleanup[3] wiping gi._ossighelper
# destroy socket
# destroy signal
# destroy threading
# cleanup[3] wiping array
# cleanup[3] wiping _socket
# cleanup[3] wiping gi.repository
# destroy gi.repository.GLib
# destroy gi.repository.GObject
# destroy gi.repository.Gio
# destroy gi.repository.Pango
# destroy gi.repository.GdkPixbuf
# destroy gi.repository.Gdk
# destroy gi.repository.Gtk
# cleanup[3] wiping gi.importer
# cleanup[3] wiping gi.overrides
# destroy gi.overrides.GLib
# destroy gi.overrides.GObject
# destroy gi.overrides.Gio
# destroy gi.overrides.Pango
# destroy gi.overrides.GdkPixbuf
# destroy gi.overrides.Gdk
# destroy gi.overrides.Gtk
# cleanup[3] wiping gi.module
# destroy gi
# cleanup[3] wiping gi.types
# cleanup[3] wiping gi._signalhelper
# cleanup[3] wiping gi._propertyhelper
# cleanup[3] wiping gi.docstring
# cleanup[3] wiping gi._constants
# cleanup[3] wiping gi._gobject
# cleanup[3] wiping gi._gi
# cleanup[3] wiping gi._error
# cleanup[3] wiping importlib.machinery
# cleanup[3] wiping importlib.util
# cleanup[3] wiping importlib._abc
# cleanup[3] wiping importlib
# destroy importlib._abc
# destroy importlib.util
# destroy importlib.machinery
# cleanup[3] wiping importlib._bootstrap_external
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping selectors
# cleanup[3] wiping math
# destroy math
# cleanup[3] wiping collections.abc
# cleanup[3] wiping select
# cleanup[3] wiping warnings
# cleanup[3] wiping errno
# cleanup[3] wiping re
# destroy re._constants
# destroy re._casefix
# destroy re._compiler
# destroy enum
# destroy copyreg
# cleanup[3] wiping re._parser
# cleanup[3] wiping _sre
# cleanup[3] wiping functools
# cleanup[3] wiping _functools
# cleanup[3] wiping types
# cleanup[3] wiping _collections
# cleanup[3] wiping _operator
# cleanup[3] wiping itertools
# cleanup[3] wiping os
# destroy posixpath
# cleanup[3] wiping genericpath
# cleanup[3] wiping _collections_abc
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping io
# cleanup[3] wiping abc
# cleanup[3] wiping _abc
# cleanup[3] wiping _signal
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping zipimport
# destroy _frozen_importlib_external
# cleanup[3] wiping time
# cleanup[3] wiping posix
# cleanup[3] wiping marshal
# destroy marshal
# cleanup[3] wiping _io
# cleanup[3] wiping _weakref
# cleanup[3] wiping _warnings
# destroy _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _imp
# destroy _imp
# cleanup[3] wiping _frozen_importlib
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# destroy io
# destroy _socket
# destroy io
# destroy selectors
# destroy errno
# destroy abc
# destroy warnings
# destroy zipimport
# destroy _collections
# destroy collections.abc
# destroy importlib
# destroy gi.types
# destroy gi._error
# destroy gi._gobject
# destroy gi._constants
# destroy gi.docstring
# destroy gi._propertyhelper
# destroy gi._signalhelper
# destroy gi.module
# destroy gi.overrides
# destroy gi.importer
# destroy gi.repository
# destroy gi._ossighelper
# destroy gi._option
# destroy gi._gtktemplate
# destroy gi._gi
# destroy re._parser
# destroy array
# destroy textwrap
# destroy stat
# destroy genericpath
# destroy posix
# destroy _sre
# destroy _abc
# destroy _functools
# destroy types
# destroy _operator
# destroy select
# destroy _signal
# destroy re
# destroy _collections_abc
# destroy itertools
# destroy _weakref
# destroy _frozen_importlib
# destroy codecs
# destroy encodings.aliases
# destroy encodings.utf_8
# destroy _codecs
# destroy os
# destroy functools
# destroy time
# destroy sys
# destroy builtins
# destroy _thread
# clear sys.audit hooks

logs.txt

from dotfiles.

GeorgeAndreiBals avatar GeorgeAndreiBals commented on June 3, 2024

Something similar here, although I didn't check the logs, I got the same soft-crash as @Ysujy mentioned + a general unresponsiveness of Eww.

from dotfiles.

Ysujy avatar Ysujy commented on June 3, 2024

Try to install non git version of Hyprland. For nvidia hyprland-nvidia (AUR), for not nvidia hyprland (from official repos)

Wow, that fixed pretty much every problem. Thank you!

Do you know if these issues arise due to a change in hyprland-git or just by the fact that I used a different package? Would the same issue happen if the hyprland from the official repos catches up with the current git version?

from dotfiles.

linkfrg avatar linkfrg commented on June 3, 2024

I think yes, these issues arise due to a change in hyprland-git, i got the same problems after system update. Let's hope that vaxry will fix the problem before the next release

from dotfiles.

NatryN avatar NatryN commented on June 3, 2024

Solved

from dotfiles.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.