bug#54525: [PATCH 5/5] gnu: thunar: Add search path for "THUNARX_DIRS".

2022-03-22 Thread tumashu
-paths.patch @@ -0,0 +1,211 @@ +From 848f1dfb2d2f404efa5371817285236d33b32a5c Mon Sep 17 00:00:00 2001 +From: tumashu +Date: Tue, 22 Mar 2022 20:16:19 + +Subject: [PATCH] Look for thunar plugins at $THUNARX_DIRS (Issue #748) + +THUNARX_DIRS is a list of directories where thunar plugins are looked +for

bug#54525: [PATCH 4/5] gnu: Add thunar-vcs-plugin.

2022-03-22 Thread tumashu
From: Feng Shu * gnu/packages/xfce.scm (thunar-vcs-plugin): New variable. --- gnu/packages/xfce.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 083e890cc7..d3a414ec15 100644 --- a/gnu/packages/xfce

bug#54525: [PATCH 2/5] gnu: Add thunar-shares-plugin.

2022-03-22 Thread tumashu
From: Feng Shu * gnu/packages/xfce.scm (thunar-shares-plugin): New variable. --- gnu/packages/xfce.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 9de3db3cc4..ba4e51a2f3 100644 --- a/gnu/packages/xfce.scm +++ b/g

bug#54525: [PATCH 1/5] gnu: Add thunar-archive-plugin.

2022-03-22 Thread tumashu
From: Feng Shu * gnu/packages/xfce.scm (thunar-archive-plugin): New variable. --- gnu/packages/xfce.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index b58a517257..9de3db3cc4 100644 --- a/gnu/packages/xfce.scm +++ b/g

bug#54525: [PATCH 3/5] gnu: Add thunar-media-tags-plugin.

2022-03-22 Thread tumashu
From: Feng Shu * gnu/packages/xfce.scm (thunar-media-tags-plugin): New variable. --- gnu/packages/xfce.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index ba4e51a2f3..083e890cc7 100644 --- a/gnu/packages/xfce.scm ++

bug#68939: sddm does not start after update to 0.20.0

2024-02-05 Thread tumashu
(display-server "wayland") remove this line, at the moment, sddm-service-type do not support this feature, for waston is not configure properly -- 发自我的网易邮箱手机智能版 - Original Message - From: "Jonathan Brielmaier" To: bug-guix@gnu.org Cc: tuma...@163.com Sent: Mon, 5 Feb 2024 23:3

bug#70194: SDDM fails to start, black screen on 188d18fc47

2024-04-19 Thread tumashu
remove this line (display-server "wayland") after update to sddm 0.20, sddm add it support, but sddm-service-type do not support at the moment, recent days i try to fix, but face vt problem, no progress -- 发自我的网易邮箱手机智能版

bug#70456: Request for merging "core-updates" branch

2024-04-26 Thread tumashu
emacs has a script gitmerge.el, it can skip some commit when merge with different merge rule (ours), maybe can make life easier: https://git.savannah.gnu.org/cgit/emacs.git/tree/admin/gitmerge.el https://git.savannah.gnu.org/cgit/emacs.git/tree/admin/notes/git-workflow -- 发自我的网易邮箱手

bug#77119: [PATCH] gnu: Fix guix system vm --share argument error.

2025-03-29 Thread tumashu
From: Feng Shu * gnu/system/vm.scm (common-qemu-options): Fix guix system vm --share argument error. Change-Id: I4182e2dbe1b54e6eec2fb6ca53f9345f6d396f14 --- gnu/system/vm.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index