Package Details: superpaper-git 2.2.1+2+gb068c8e-1

Git Clone URL: https://aur.archlinux.org/superpaper-git.git (read-only, click to copy)
Package Base: superpaper-git
Description: Cross-platform multi monitor wallpaper manager
Upstream URL: https://github.com/hhannine/Superpaper
Licenses: MIT
Conflicts: superpaper
Provides: superpaper
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 2
Popularity: 0.003385
First Submitted: 2022-02-18 04:04 (UTC)
Last Updated: 2023-05-11 02:15 (UTC)

Latest Comments

STEELBAS commented on 2022-12-17 14:05 (UTC) (edited on 2022-12-17 14:09 (UTC) by STEELBAS)

I get this error on build:

(...)
Successfully built superpaper-2.2.0-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
usage: python -m installer [-h] [--destdir path] [--prefix path]
                           [--compile-bytecode level] [--no-compile-bytecode]
                           wheel
python -m installer: error: unrecognized arguments: dist/superpaper-2.2.0-py3-none-any.whl
==> ERROR: A failure occurred in package().
    Aborting...

Win8Error commented on 2022-07-14 18:45 (UTC)

Please add python-setuptools as dependency.

STEELBAS commented on 2022-06-16 15:38 (UTC)

Not jsimon0, but it seems to work for me. Thanks for creating this.

twa022 commented on 2022-02-19 00:38 (UTC)

@jsimon0: I added 2 compatibility patches. Seems to be working okay when I try now (just a one monitor setup though). Let me know if this works now for you.

jsimon0 commented on 2022-02-18 14:47 (UTC)

Unfortunately, after replacing superpaper with this package, it won't even run.

❯ superpaper
/usr/lib/python3.10/site-packages
/home/jsimon/.config/superpaper
/home/jsimon/.config/superpaper/profiles
Traceback (most recent call last):
  File "/usr/bin/superpaper", line 33, in <module>
    sys.exit(load_entry_point('superpaper==2.1.0', 'console_scripts', 'superpaper')())
  File "/usr/bin/superpaper", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 162, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/superpaper/__main__.py", line 13, in <module>
    from superpaper.cli import cli_logic
  File "/usr/lib/python3.10/site-packages/superpaper/cli.py", line 9, in <module>
    from superpaper.data import CLIProfileData
  File "/usr/lib/python3.10/site-packages/superpaper/data.py", line 16, in <module>
    import superpaper.wallpaper_processing as wpproc
  File "/usr/lib/python3.10/site-packages/superpaper/wallpaper_processing.py", line 1368, in <module>
    def find_window_handles(parent: int = None, window_class: str = None, title: str = None) -> List[int]:
NameError: name 'List' is not defined. Did you mean: 'list'?