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.000017
First Submitted: 2011-05-25 09:32 (UTC)
Last Updated: 2022-03-02 21:24 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

<deleted-account> commented on 2011-07-22 21:35 (UTC)

$sunflower Traceback (most recent call last): File "/opt/sunflower/application/main.py", line 26, in <module> from gui.main_window import MainWindow File "/opt/sunflower/application/gui/main_window.py", line 14, in <module> from associations import AssociationManager File "/opt/sunflower/application/associations.py", line 2, in <module> import gnomevfs File "/usr/lib/python2.7/site-packages/gtk-2.0/gnomevfs/__init__.py", line 3, in <module> from _gnomevfs import * ImportError: /usr/lib/libgnomevfs-2.so.0: undefined symbol: gcry_control Failed running with python2.7

<deleted-account> commented on 2011-05-30 12:10 (UTC)

python-notify has been added as a dependency

Mic92 commented on 2011-05-25 20:31 (UTC)

Please add python-notify as a dependency. It refers to the same problem daedhel has.

<deleted-account> commented on 2011-05-25 14:58 (UTC)

Hi, I get this when I start it: ************* [d]$ sunflower Trying with python2.7... ** (main.py:14447): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (main.py:14447): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags' ** (main.py:14447): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags' Traceback (most recent call last): File "/opt/sunflower/application/main.py", line 26, in <module> from gui.main_window import MainWindow File "/opt/sunflower/application/gui/main_window.py", line 16, in <module> from notifications import NotificationManager File "/opt/sunflower/application/notifications.py", line 3, in <module> import pynotify ImportError: No module named pynotify