From d50cabb9c78ebcc4878727baeedb944abc4de096 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 25 Aug 2021 22:48:51 -0400 Subject: [PATCH 1/2] Update executable_dot_Renviron --- executable_dot_Renviron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_dot_Renviron b/executable_dot_Renviron index e1c55e5..60890ef 100644 --- a/executable_dot_Renviron +++ b/executable_dot_Renviron @@ -1,2 +1,2 @@ ## Change library to constant location for all R 4.x versions -R_LIBS_SITE=~/R/library +R_LIBS_SITE=~/.R/library From 58898fba47ae89e51051e7568e9ef3b0ecc4eee9 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 20 Apr 2022 15:17:26 -0500 Subject: [PATCH 2/2] Add private_dot_librewolf/.keep Add private_dot_librewolf/native-messaging-hosts/.keep Add private_dot_librewolf/native-messaging-hosts/org.kde.plasma.browser_integration.json --- private_dot_librewolf/.keep | 0 private_dot_librewolf/native-messaging-hosts/.keep | 0 .../org.kde.plasma.browser_integration.json | 7 +++++++ 3 files changed, 7 insertions(+) create mode 100644 private_dot_librewolf/.keep create mode 100644 private_dot_librewolf/native-messaging-hosts/.keep create mode 100644 private_dot_librewolf/native-messaging-hosts/org.kde.plasma.browser_integration.json diff --git a/private_dot_librewolf/.keep b/private_dot_librewolf/.keep new file mode 100644 index 0000000..e69de29 diff --git a/private_dot_librewolf/native-messaging-hosts/.keep b/private_dot_librewolf/native-messaging-hosts/.keep new file mode 100644 index 0000000..e69de29 diff --git a/private_dot_librewolf/native-messaging-hosts/org.kde.plasma.browser_integration.json b/private_dot_librewolf/native-messaging-hosts/org.kde.plasma.browser_integration.json new file mode 100644 index 0000000..e316dcb --- /dev/null +++ b/private_dot_librewolf/native-messaging-hosts/org.kde.plasma.browser_integration.json @@ -0,0 +1,7 @@ +{ + "name": "org.kde.plasma.browser_integration", + "description": "Native connector for KDE Plasma", + "path": "/usr/bin/plasma-browser-integration-host", + "type": "stdio", + "allowed_extensions": ["plasma-browser-integration@kde.org"] +}