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

pcmanfm: trash, operation not supported #31121

Closed
srghma opened this issue Nov 2, 2017 · 2 comments
Closed

pcmanfm: trash, operation not supported #31121

srghma opened this issue Nov 2, 2017 · 2 comments

Comments

@srghma
Copy link
Contributor

srghma commented Nov 2, 2017

Issue description

Though I can move files to trash via right click and they are end up in /home/bjorn/.local/share/Trash/files, restoring not supported and trash icon not shows in right sidebar

Steps to reproduce

  services = {
    gnome3.gvfs.enable = true; # trash
    udisks2.enable = true;
}

Install pcmanfm, open, Go -> Trash can, Error: Operation not supported modal

Technical details

  • System: (NixOS: nixos-version, Ubuntu/Fedora: lsb_release -a, ...) 17.09.1880.ac2bb5684c (Hummingbird)
  • Nix version: (run nix-env --version) nix-env (Nix) 1.11.15
  • Nixpkgs version: (run nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion) "17.09.1880.ac2bb5684c"
  • Sandboxing enabled: (run grep build-use-sandbox /etc/nix/nix.conf) build-use-sandbox = false
@srghma srghma changed the title pcmanfm: operation not supported pcmanfm: trash, operation not supported Nov 2, 2017
@Ma27
Copy link
Member

Ma27 commented Nov 4, 2017

might be related to #29137 as gvfs is also needed for trash support.

@srghma
Copy link
Contributor Author

srghma commented Nov 4, 2017

Fixed this right now by using

      desktopManager = {
        default = "gnome3";
        gnome3.enable = true;
      };

P.S. I love nixos!!!! ❤️ ❤️ ❤️

@srghma srghma closed this as completed Nov 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants