Initial commit

This commit is contained in:
Christian Schendel 2025-09-03 06:51:31 +02:00
commit 86e06643d6
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
11 changed files with 244 additions and 0 deletions

19
fix_error_with_gi.patch Normal file
View file

@ -0,0 +1,19 @@
From bbc7ab347517c3842d9fb99bfae55661ff432450 Mon Sep 17 00:00:00 2001
From: = <=>
Date: Tue, 26 Nov 2024 10:31:44 +0300
Subject: [PATCH] fix error with gi
---
diff --git a/nautilus_copy_path.py b/nautilus_copy_path.py
index a5e2227..27230ad 100644
--- a/nautilus_copy_path.py
+++ b/nautilus_copy_path.py
@@ -7,6 +7,7 @@
import gi
require_version('Gtk', '4.0')
+require_version('Nautilus', '4.0')
from gi.repository import Nautilus, GObject, Gtk, Gdk, GLib