fusuma-plugin-appmatcher 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45dca7f770ca66f950cb780c7f2667acb50444a579e9c91d0edaa15aaa5fc08a
|
|
4
|
+
data.tar.gz: c75656b26dcc9400397872b76b5fd19e9339751701fbdc79f3ea01633d76b207
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 619dd9d0f3dd918b453896af0405c2dcf8997d181b92dbef7e6660cd1adb5d4dfd1e79b5f54487281dae40d8c1c0bb1399b433692a17d91734d3bcea4ab49532
|
|
7
|
+
data.tar.gz: e61371cfe8684ac0428c166bca8785b83c518a50b57eba1b443d198db7ec318abc645716c223b7db88e17017d15ae52141104a0183aa4780f3e538ebda3b3c0a
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Fusuma::Plugin::Appmatcher [](https://badge.fury.io/rb/fusuma-plugin-appmatcher) [](https://github.com/iberianpig/fusuma/actions/workflows/ubuntu.yml)
|
|
1
|
+
# Fusuma::Plugin::Appmatcher [](https://badge.fury.io/rb/fusuma-plugin-appmatcher) [](https://github.com/iberianpig/fusuma-plugin-appmatcher/actions/workflows/ubuntu.yml)
|
|
2
2
|
|
|
3
3
|
[Fusuma](https://github.com/iberianpig/fusuma) plugin configure app-specific gestures
|
|
4
4
|
|
|
@@ -12,7 +12,7 @@ module Fusuma
|
|
|
12
12
|
EXTENSION = "./appmatcher@iberianpig.dev"
|
|
13
13
|
|
|
14
14
|
def install
|
|
15
|
-
pid = UserSwitcher.new.as_user do |user|
|
|
15
|
+
pid = UserSwitcher.new.as_user(proctitle: self.class.name.underscore) do |user|
|
|
16
16
|
FileUtils.cp_r(source_path, user_extension_dir(user.username))
|
|
17
17
|
puts "Installed Appmatcher Gnome Shell Extension to #{user_extension_dir(user.username)}"
|
|
18
18
|
puts "Restart your session, then activate Appmatcher on gnome-extensions-app"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fusuma-plugin-appmatcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- iberianpig
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-03-
|
|
11
|
+
date: 2022-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rexml
|