[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/45: TEMP Add some helpers for running plasma in the VM.
From: |
guix-commits |
Subject: |
15/45: TEMP Add some helpers for running plasma in the VM. |
Date: |
Sun, 31 Jan 2021 10:27:22 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit 18145dd26f2f8fe60406aa7764798d7c46875ff9
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Wed Jun 12 11:55:48 2019 +0200
TEMP Add some helpers for running plasma in the VM.
AFAIR these should be made accessible within the VM (directory /exchange).
---
00-install-xsession.sh | 7 +++++++
1-kill-kdesession.sh | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/00-install-xsession.sh b/00-install-xsession.sh
new file mode 100755
index 0000000..f3d2122
--- /dev/null
+++ b/00-install-xsession.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+D=$(dirname "$0")
+rm -f $D/xerrors $D/.xerrors ~/xerrors ~/.xerrors
+#echo > ~/.xsession "sh -x $(which startkde) >$D/xerrors 2>&1"
+cp $D/startkde ~/.xsession
+chmod +x ~/.xsession
diff --git a/1-kill-kdesession.sh b/1-kill-kdesession.sh
new file mode 100755
index 0000000..83ef238
--- /dev/null
+++ b/1-kill-kdesession.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+pids=$(pgrep X);
+[ -n "$pids" ] && kill $pids
- 01/45: TEMP HACK refresh to 5.19.5, (continued)
- 01/45: TEMP HACK refresh to 5.19.5, guix-commits, 2021/01/31
- 21/45: gnu: Add kgamma5., guix-commits, 2021/01/31
- 25/45: gnu: Add milou., guix-commits, 2021/01/31
- 31/45: gnu: Add plasma-tests. REWORD, guix-commits, 2021/01/31
- 35/45: gnu: Add systemsettings., guix-commits, 2021/01/31
- 37/45: gnu: Add khotkeys., guix-commits, 2021/01/31
- 42/45: gnu: Add utempter -- TODO later, guix-commits, 2021/01/31
- 40/45: gnu: Add breeze-grub DUMMY. MUST come after plasma-desktop, guix-commits, 2021/01/31
- 43/45: TODO gnu: Add discover., guix-commits, 2021/01/31
- 07/45: gnu: Add plasma-workspace., guix-commits, 2021/01/31
- 15/45: TEMP Add some helpers for running plasma in the VM.,
guix-commits <=
- 11/45: TEMP Add some Readme-files for packaging Plasma for Guix., guix-commits, 2021/01/31
- 41/45: gnu: Add breeze-plymouth DUMMY., guix-commits, 2021/01/31
- 06/45: gnu: Add kwin. use a patch REWORD, guix-commits, 2021/01/31
- 34/45: gnu: Add sddm-kcm., guix-commits, 2021/01/31
- 45/45: TEMP Add "playgound" for runninc plasma on another virtual terminal., guix-commits, 2021/01/31
- 32/45: gnu: Add plasma-workspace-wallpapers., guix-commits, 2021/01/31