Initial commit
This commit is contained in:
commit
86e06643d6
11 changed files with 244 additions and 0 deletions
19
fix_error_with_gi.patch
Normal file
19
fix_error_with_gi.patch
Normal 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue