summarylogtreecommitdiffstats
path: root/fix-relative-paths.patch
diff options
context:
space:
mode:
authorLuke Arms2021-09-25 15:41:40 +1000
committerLuke Arms2021-09-25 15:51:49 +1000
commitedcc81b6d26520da7c5d476dd633b6b626e5dcba (patch)
tree5b9d91a1bfbda28f1e7d057f6eb6d844965ba602 /fix-relative-paths.patch
parent598df5cc5f2a1d85718825e30b173da6d1205d1d (diff)
downloadaur-edcc81b6d26520da7c5d476dd633b6b626e5dcba.tar.gz
Fix skin tone issues
Diffstat (limited to 'fix-relative-paths.patch')
-rw-r--r--fix-relative-paths.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/fix-relative-paths.patch b/fix-relative-paths.patch
deleted file mode 100644
index fdf03098dcc9..000000000000
--- a/fix-relative-paths.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/emote/__init__.py b/emote/__init__.py
-index 646bd85..e0a4ec4 100644
---- a/emote/__init__.py
-+++ b/emote/__init__.py
-@@ -1,3 +1,4 @@
-+import os
- import sys
- import subprocess
- import gi
-@@ -8,6 +9,8 @@ gi.require_version("Keybinder", "3.0")
- from gi.repository import Gtk, Keybinder
- from emote import picker, css, emojis, user_data, config
-
-+os.chdir(os.path.dirname(__file__))
-+
- # Register updated emoji font
- if config.is_snap:
- manimpango.register_font(f"{config.snap_root}/static/NotoColorEmoji.ttf")