Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spacefm: warnings on startup, missing dependencies, thumbnails don't work #9678

Closed
ryantm opened this issue Sep 6, 2015 · 13 comments
Closed

Comments

@ryantm
Copy link
Member

ryantm commented Sep 6, 2015

I installed spacefm on nixos-unstable channel. I observed a couple of problems:

  1. Most of the program icons are missing.
  2. Thumbnails do not work. I tried view -> preferences, click "show thumbnails" asked to edit /etc/spacefm and said it was going to ask for a root password. After that thumbnails still did not work but the checkbox shows checked.
@ryantm
Copy link
Member Author

ryantm commented Sep 6, 2015

@ryantm
Copy link
Member Author

ryantm commented Sep 6, 2015

Adding

    hicolor_icon_theme
    gnome3.adwaita-icon-theme

as dependencies, fixes the icon warnings. Leaving the only warning on startup as:

$ spacefm

** (.spacefm-wrapped:14409): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

** (.spacefm-wrapped:14409): WARNING **: No root settings found in /etc/spacefm/  Setting a root editor in Preferences should remove this warning on startup.   Otherwise commands run as root may present a security risk.

ryantm added a commit to ryantm/nixpkgs that referenced this issue Sep 6, 2015
Fixes icon problems reported in NixOS#9678
@ryantm
Copy link
Member Author

ryantm commented Sep 6, 2015

Turning on the at-spi2-core service fixes the accessibility warning.

  services.gnome3.at-spi2-core.enable = true;

@ryantm ryantm changed the title spacefm: icons missing spacefm: warnings on startup, missing dependencies, thumbnails don't work Sep 6, 2015
@ryantm
Copy link
Member Author

ryantm commented Sep 6, 2015

This looks relevant to

** (.spacefm-wrapped:14409): WARNING **: No root settings found in /etc/spacefm/  Setting a root editor in Preferences should remove this warning on startup.   Otherwise commands run as root may present a security risk.

IgnorantGuru/spacefm#577

@lucabrunox
Copy link
Contributor

Is this issue fixed by #9681 ?

@ryantm
Copy link
Member Author

ryantm commented Sep 7, 2015

@lethalman Unfortunately, no. I didn't figure out how to fix the thumbnailing.

@ryantm
Copy link
Member Author

ryantm commented Sep 7, 2015

On my system, it is not coming up with the correct mime-type for a .jpg file, so that might be why the thumbnails are not working.

@pSub
Copy link
Member

pSub commented Sep 8, 2015

I haven't tried, but I guess the solution I have purposed for #9679 should also work here.

@vcunat
Copy link
Member

vcunat commented Sep 9, 2015

The mime problem might be fixed by afdfe76.

@vcunat
Copy link
Member

vcunat commented Sep 9, 2015

And the thumbnailing issue does seem same as in #9679. (I don't know a good solution though.)

@nioncode
Copy link
Member

Are these issues still relevant? Also see my recent fix #36797, which should improve the mime-type situation.

@ryantm
Copy link
Member Author

ryantm commented Mar 11, 2018

I'm not sure, I stopped using spacefm. I'll close this.

@TinaRussell
Copy link

Thumbnails aren’t working for me at all, for anything. I have the “show thumbnails” option checked. I’m using SpaceFM 1.0.5 in Ubuntu MATE 18.04 LTS. (note: I originally posted this at #9679, whoops)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants