unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61133] [PATCH] gnu: xfce: Add more packages.
@ 2023-01-29  3:58 iyzsong--- via Guix-patches via
  2023-01-30 13:26 ` [bug#61133] Suggest add thunar-archive-plugin and thunar-media-tags-plugin Feng Shu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-01-29  3:58 UTC (permalink / raw)
  To: 61133; +Cc: 宋文武

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(+)

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
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#61133] Suggest add thunar-archive-plugin and thunar-media-tags-plugin
  2023-01-29  3:58 [bug#61133] [PATCH] gnu: xfce: Add more packages iyzsong--- via Guix-patches via
@ 2023-01-30 13:26 ` Feng Shu
  2023-01-31  6:04   ` [bug#61133] [PATCH] gnu: xfce: Add more packages 宋文武 via Guix-patches via
  2023-01-31  9:09 ` Michael Rohleder
  2023-02-06  6:44 ` bug#61133: " 宋文武 via Guix-patches via
  2 siblings, 1 reply; 6+ messages in thread
From: Feng Shu @ 2023-01-30 13:26 UTC (permalink / raw)
  To: 61133


What about add the below plugins to xfce, I think they are very useful.

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



-- 





^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#61133] [PATCH] gnu: xfce: Add more packages.
  2023-01-30 13:26 ` [bug#61133] Suggest add thunar-archive-plugin and thunar-media-tags-plugin Feng Shu
@ 2023-01-31  6:04   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 6+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-31  6:04 UTC (permalink / raw)
  To: Feng Shu; +Cc: 61133

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..




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#61133] [PATCH] gnu: xfce: Add more packages.
  2023-01-29  3:58 [bug#61133] [PATCH] gnu: xfce: Add more packages iyzsong--- via Guix-patches via
  2023-01-30 13:26 ` [bug#61133] Suggest add thunar-archive-plugin and thunar-media-tags-plugin Feng Shu
@ 2023-01-31  9:09 ` Michael Rohleder
  2023-02-01  1:42   ` 宋文武 via Guix-patches via
  2023-02-06  6:44 ` bug#61133: " 宋文武 via Guix-patches via
  2 siblings, 1 reply; 6+ messages in thread
From: Michael Rohleder @ 2023-01-31  9:09 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, 61133

[-- Attachment #1: Type: text/plain, Size: 965 bytes --]

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?

-- 
/earth: file system full.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#61133] [PATCH] gnu: xfce: Add more packages.
  2023-01-31  9:09 ` Michael Rohleder
@ 2023-02-01  1:42   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 6+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-02-01  1:42 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 宋文武, 61133

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).




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#61133: [PATCH] gnu: xfce: Add more packages.
  2023-01-29  3:58 [bug#61133] [PATCH] gnu: xfce: Add more packages iyzsong--- via Guix-patches via
  2023-01-30 13:26 ` [bug#61133] Suggest add thunar-archive-plugin and thunar-media-tags-plugin Feng Shu
  2023-01-31  9:09 ` Michael Rohleder
@ 2023-02-06  6:44 ` 宋文武 via Guix-patches via
  2 siblings, 0 replies; 6+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-02-06  6:44 UTC (permalink / raw)
  To: 61133-done

iyzsong@envs.net writes:

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

Pushed.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-06  6:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29  3:58 [bug#61133] [PATCH] gnu: xfce: Add more packages iyzsong--- via Guix-patches via
2023-01-30 13:26 ` [bug#61133] Suggest add thunar-archive-plugin and thunar-media-tags-plugin Feng Shu
2023-01-31  6:04   ` [bug#61133] [PATCH] gnu: xfce: Add more packages 宋文武 via Guix-patches via
2023-01-31  9:09 ` Michael Rohleder
2023-02-01  1:42   ` 宋文武 via Guix-patches via
2023-02-06  6:44 ` bug#61133: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).