Package Details: sunflower 0.5.63-1

Git Clone URL: https://aur.archlinux.org/sunflower.git (read-only, click to copy)
Package Base: sunflower
Description: Small and highly customizable twin-panel file manager for Linux with support for plugins
Upstream URL: https://sunflower-fm.org
Licenses: GPL3
Submitter: None
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 112
Popularity: 0.000024
First Submitted: 2011-05-25 09:32 (UTC)
Last Updated: 2022-03-02 21:24 (UTC)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

MeanEYE commented on 2022-11-20 17:34 (UTC)

Sorry folks for the issues. This is my inexperience with setup.py showing up. I'll patch Sunflower to look additionally look for /usr/share path as well.

FabioLolix commented on 2022-04-23 13:12 (UTC)

It happend in sunflower-git too, anyway styles/main.css is being installed in /usr/share/sunflower/styles/main.css

alan1world commented on 2022-04-23 12:35 (UTC) (edited on 2022-04-23 12:37 (UTC) by alan1world)

During installation I saw this line:

warning: no files found matching '*.css' under directory 'sunflower'

Note this line doesn't occur in the sunflower-git package.

MeanEYE commented on 2022-03-04 16:07 (UTC) (edited on 2022-03-04 16:09 (UTC) by MeanEYE)

Hey, thanks for reporting this. Sunflower should have looked into different directories for this file. Let me double-check the code before I make any specific claims as to how to fix this.

Your fix should work but I have no idea why it should look for CSS there.

MeshVineBattery commented on 2022-03-04 08:35 (UTC) (edited on 2022-03-04 09:06 (UTC) by MeshVineBattery)

Hi. I got an startup error after upgrade to 0.5.63-1

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/sunflower/__main__.py", line 165, in do_activate
    self.window = MainWindow(
  File "/usr/lib/python3.10/site-packages/sunflower/gui/main_window.py", line 87, in __init__
    self._load_styles()
  File "/usr/lib/python3.10/site-packages/sunflower/gui/main_window.py", line 931, in _load_styles
    provider.load_from_file(Gio.File.new_for_path(file_name))
gi.repository.GLib.GError: gtk-css-provider-error-quark: <broken file>:1:0Failed to import: Fehler beim Öffnen der Datei »/usr/lib/python3.10/site-packages/styles/main.css«: Datei oder Verzeichnis nicht gefunden (2)
^CTraceback (most recent call last):
  File "/usr/bin/sunflower", line 33, in <module>
    sys.exit(load_entry_point('Sunflower==0.5.63', 'console_scripts', 'sunflower')())
  File "/usr/bin/sunflower", 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/sunflower/__main__.py", line 226, in <module>
    exit_status = application.run(sys.argv)
  File "/usr/lib/python3.10/site-packages/gi/overrides/Gio.py", line 40, in run
    with register_sigint_fallback(self.quit):
  File "/usr/lib/python3.10/contextlib.py", line 142, in __exit__
    next(self.gen)
  File "/usr/lib/python3.10/site-packages/gi/_ossighelper.py", line 237, in register_sigint_fallback
    signal.default_int_handler(signal.SIGINT, None)
KeyboardInterrupt

system: 5.10.102-1-MANJARO

Maybe its an sunflower main.css error => https://github.com/MeanEYE/Sunflower/issues/457

quickfix

make an symbolic link to sunflowers main.css:

sudo ln -s /usr/share/sunflower/styles /usr/lib/python3.10/site-packages/
ls -la /usr/lib/python3.10/site-packages/styles
#lrwxrwxrwx 1 root root 28  4. Mär 09:59 /usr/lib/python3.10/site-packages/styles -> /usr/share/sunflower/styles/

Don't know if this is an build or package error. Any suggestions?

MeanEYE commented on 2022-02-28 14:30 (UTC)

Hey folks! Hope you are doing well. Just a heads up, I released 0.5 version today.

bilthekid commented on 2022-01-04 19:57 (UTC)

@FabioLolix sorry for my late response. OK, I downloaded the PKGBUILD, everything build smoothly and, surprisingly, it executed successfully. So, I suppose a simple rebuild is needed for this package.

FabioLolix commented on 2021-12-19 15:38 (UTC)

@bilthekid can you rebuild the package and report back?

bilthekid commented on 2021-12-19 15:27 (UTC)

When I execute it from cmd, I get the following error: "importlib.metadata.PackageNotFoundError: No package metadata was found for Sunflower". Could this be related to source or the PKGBUILD? Do you know how could i fix it?

bidulock commented on 2021-05-25 12:04 (UTC)

Please add python-setuptools to makedepends.