diff mbox series

[bug#61133] gnu: xfce: Add more packages.

Message ID 20230129035850.27577-1-iyzsong@envs.net
State New
Headers show
Series [bug#61133] gnu: xfce: Add more packages. | expand

Commit Message

Deslauriers, Douglas via Guix-patches" via Jan. 29, 2023, 3:58 a.m. UTC
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce)[inputs]: Add mousepad, xfce4-screenshooter,
xfce4-taskmanager and xkill.
---
 gnu/packages/xfce.scm | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Feng Shu Jan. 30, 2023, 1:26 p.m. UTC | #1
What about add the below plugins to xfce, I think they are very useful.

1. thunar-archive-plugin
2. thunar-media-tags-plugin



--
宋文武 Jan. 31, 2023, 6:04 a.m. UTC | #2
Feng Shu <tumashu@163.com> writes:

> What about add the below plugins to xfce, I think they are very useful.
>
> 1. thunar-archive-plugin
> 2. thunar-media-tags-plugin

I'm not sure about those, since I like a minimal set, the current
defaults are somehow picked by xfce4 (eg: it have keyboard shortcuts for
xfce4-taskmanager, xkill, etc).

Maybe add a xfce-extras or xfce-goodies package?
Also note that thunar-archive-plugin need file-roller.

Well I'm not againest if other send the patch to add those though..
Michael Rohleder Jan. 31, 2023, 9:09 a.m. UTC | #3
iyzsong@envs.net writes:
>             greybird-gtk-theme
>             hicolor-icon-theme
>             mate-polkit-for-xfce
> +           mousepad
>             ristretto
>             shared-mime-info
>             thunar
> @@ -1204,12 +1205,15 @@ (define-public xfce
>             xfce4-notifyd                          ;for pop-up notifications
>             xfce4-panel
>             xfce4-power-manager
> +           xfce4-screenshooter
>             xfce4-session
>             xfce4-settings
> +           xfce4-taskmanager
>             xfce4-terminal
>             xfconf
>             xfdesktop
>             xfwm4
> +           xkill
>             ;; Panel plugins.
>             xfce4-battery-plugin
>             xfce4-clipman-plugin

I think, adding screenshooter and taskmanager makes a lot of sense..
I have no (strong) oppinion for mousepad, but why xkill?
Is it used/needed somehow?
宋文武 Feb. 1, 2023, 1:42 a.m. UTC | #4
Michael Rohleder <mike@rohleder.de> writes:

> [...]
> I think, adding screenshooter and taskmanager makes a lot of sense..
> I have no (strong) oppinion for mousepad, but why xkill?
> Is it used/needed somehow?

Xfce has some defaults "Application Shortcuts", xkill is bind as
"Ctrl+Alt+Escape".  xfce4-taskmanager and xfce4-screenshooter also have
some bindings.  The reason for include mousepad (text editor) should be
same like ristretto (image viewer).
宋文武 Feb. 6, 2023, 6:44 a.m. UTC | #5
iyzsong@envs.net writes:

> * gnu/packages/xfce.scm (xfce)[inputs]: Add mousepad, xfce4-screenshooter,
> xfce4-taskmanager and xkill.

Pushed.
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index dda3cff901..29dd60a995 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1195,6 +1195,7 @@  (define-public xfce
            greybird-gtk-theme
            hicolor-icon-theme
            mate-polkit-for-xfce
+           mousepad
            ristretto
            shared-mime-info
            thunar
@@ -1204,12 +1205,15 @@  (define-public xfce
            xfce4-notifyd                          ;for pop-up notifications
            xfce4-panel
            xfce4-power-manager
+           xfce4-screenshooter
            xfce4-session
            xfce4-settings
+           xfce4-taskmanager
            xfce4-terminal
            xfconf
            xfdesktop
            xfwm4
+           xkill
            ;; Panel plugins.
            xfce4-battery-plugin
            xfce4-clipman-plugin