aboutsummaryrefslogtreecommitdiff
path: root/pkgs/desktops/xfce/default.nix
diff options
context:
space:
mode:
authorRaymond Gauthier <jraygauthier@gmail.com>2015-09-23 22:08:05 -0400
committerVladimír Čunát <vcunat@gmail.com>2015-09-26 08:18:06 +0200
commiteebe362911f5e41e7d2e47d16808eeb05b2895d9 (patch)
tree7d75b5e6262ec16adff5ec29b1d876d1370c1529 /pkgs/desktops/xfce/default.nix
parent4f798100d82d346c6983c68969cb449ad1c53bac (diff)
xfce.thunar-archive-plugin: init at 0.3.1 (close #10029)
A `thunar` plugin that adds archive manipulation features to right click on file/directory menu. It can use either gnome or kde archive managers. Detection of backend based on `*.desktop` files mime types. Should supercede non-functional pre-existing `xfce.thunar_archive_plugin` (which for some unknown reason is building the volume manager plugin). Also removed `xfce.thunar_archive_plugin` because superceded. Tests: - When plugin package is installed, the supplementary menu entries appear in thunar. - Succesfully extracted an archive using backend `file-roller` through thunar menu entry. + minor changes from vcunat, mainly meta.
Diffstat (limited to 'pkgs/desktops/xfce/default.nix')
-rw-r--r--pkgs/desktops/xfce/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index a9903c941bfe..5fdab2ab81e6 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -26,8 +26,10 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od
libxfcegui4 = callPackage ./core/libxfcegui4.nix { };
thunar = callPackage ./core/thunar.nix { };
thunar_volman = callPackage ./core/thunar-volman.nix { }; # ToDo: probably inside Thunar now
- thunar_archive_plugin = callPackage ./core/thunar-archive-plugin.nix { };
- thunar-dropbox-plugin = callPackage ./thunar-plugins/dropbox { };
+ thunar-archive-plugin
+ = callPackage ./thunar-plugins/archive { };
+ thunar-dropbox-plugin
+ = callPackage ./thunar-plugins/dropbox { };
tumbler = callPackage ./core/tumbler.nix { };
xfce4panel = callPackage ./core/xfce4-panel.nix { }; # ToDo: impure plugins from /run/current-system/sw/lib/xfce4
xfce4session = callPackage ./core/xfce4-session.nix { };