goodmind / sunflower-fm

Automatically exported from code.google.com/p/sunflower-fm
GNU General Public License v3.0
1 stars 0 forks source link

Error after revision 2c2713e9f691 #353

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.get revision 2c2713e9f691 to some directory (here to /var/build/sunflower-fm)
2.cd to any directory other than source root (here using /)
3.run 'python /var/build/sunflower-fm/Sunflower.py'

What is the expected output? What do you see instead?
See the file manager window.

What version of the product are you using? On what operating system?
exit code 2 with stderr:

Traceback (most recent call last):
  File "/var/build/sunflower-fm/application/main.py", line 26, in <module>
    app = MainWindow()
  File "/var/build/sunflower-fm/application/gui/main_window.py", line 707, in __init__
    self._load_plugins()
  File "/var/build/sunflower-fm/application/gui/main_window.py", line 1092, in _load_plugins
    plugin_files = self._get_plugin_list()
  File "/var/build/sunflower-fm/application/gui/main_window.py", line 1079, in _get_plugin_list
    plugin_list = filter(lambda item: os.path.isdir(os.path.join(system_path, item)), os.listdir(system_path))
OSError: [Errno 2] No such file or directory: '/application/plugins'
Failed running with python2.7

on Linux 3.14-1-amd64 #1 SMP Debian 3.14.4-1 (2014-05-13) x86_64 GNU/Linux

apply the attachment may fix it but not sure whether other error would appear.

Original issue reported on code.google.com by infinity.blick.winkel@gmail.com on 8 Jun 2014 at 2:28

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like it's working. Somehow I missed this bug. Can you tell me under which 
name/email I should commit this patch?

Original comment by MeanEYE.rcf on 8 Jun 2014 at 2:37

GoogleCodeExporter commented 9 years ago
Wojciech be wary of this once packaging is done. We need to test if this issue 
is present after package is installed.

Original comment by MeanEYE.rcf on 8 Jun 2014 at 2:48

GoogleCodeExporter commented 9 years ago
Gkr-Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
Traceback (most recent call last):
  File "/opt/sunflower/application/main.py", line 26, in <module>
    app = MainWindow()
  File "/opt/sunflower/application/gui/main_window.py", line 118, in __init__
    self.icon_manager.set_window_icon(self)
  File "/opt/sunflower/application/icons.py", line 124, in set_window_icon
    'sunflower.svg'
glib.GError: Failed to open file '/home/trashman/images/sunflower.svg': No such 
file or directory
Failed running with python2.7

Original comment by Krasnov.Arseniy on 8 Jun 2014 at 9:15

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by MeanEYE.rcf on 9 Jun 2014 at 8:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It seems that more icon path needs to be changed.
Not fully tested.
If the path working, just commit it with the name `multiSnow`

Original comment by infinity.blick.winkel@gmail.com on 11 Jun 2014 at 2:06

Attachments:

GoogleCodeExporter commented 9 years ago
I would need an email address as well if possible. Unless you want to stay 
anonymous. :) Thanks for the contribution!

Original comment by MeanEYE.rcf on 11 Jun 2014 at 2:07

GoogleCodeExporter commented 9 years ago
Email address shows as username now.

Original comment by infinity.blick.winkel@gmail.com on 11 Jun 2014 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by MeanEYE.rcf on 17 Jun 2014 at 7:32