5.5 C
New York
Monday, March 24, 2025

Command line – GTK -Warning “g_rename () Falling: Operation Not allowed” Error


I’m a latest Home windows refugee with some expertise with UNIX programs.

I attempted to put in one of many purposes that I always use in all of the programs I’m, Homebank, by its selfmade beer set up, as suggested by the documentation. https://www.gethomebank.org/en/troubleshooting.php#macinstall.

Sadly, after set up, the applying doesn’t work accurately.

Since it’s a GTK utility and launched from the command line, I might select a pair of file errors, which gave the impression to be indicating that there are issues with the permits to the folder the place the applying shops short-term information (~/.native/shared)

g_rename() failed: Operation not permitted

Judging by the truth that the applying might create information within the vacation spot listing, however not altering them, it appears that evidently the change of identify of the file has been closed particularly.

After somewhat search and purification, right here what I attempted:

  • Ensure the command line is allowed entry to the disk (privateness settings)
  • Attempt to execute the applying as administrator (sudo)
  • Change permissions within the search engine (learn and write to employees and
  • Lastly, I attempted to remove the “quarantine” flag of the applying of beginning banks within the selfmade cellar, however doesn’t appear to have the flag established in precept:
sudo xattr -d com.apple.quarantine homebank
Password: <>
xattr: homebank: No such xattr: com.apple.quarantine

The issue remains to be persistent, and at this level I’m a bit low concepts about what I can do to resolve it.

Am I lacking one thing?

Edit: Further data

  • I attempted so as to add Binary Begin Banks to the allowed purposes record full entry to the album
  • I attempted to re -install the house financial institution as an utility not thought-about, in case with a brew reinstall homebank --no-quarantine

Right here is the precise model of macOS: 15.2 (24C101)

Right here is the results of ls -l ~/.native/share area:

complete 128
-rw-r--r--  1 root  employees  781 Mar 22 11:02 recently-used.xbel.0Q0O32
-rw-r--r--  1 root  employees  781 Mar 22 11:30 recently-used.xbel.1HPT32
-rw-r--r--  1   employees  781 Mar 21 18:16 recently-used.xbel.287922
-rw-r--r--  1 root  employees  781 Mar 22 11:28 recently-used.xbel.63XD32
-rw-r--r--  1   employees  781 Mar 21 18:17 recently-used.xbel.B0CG32
-rw-r--r--  1 root  employees  781 Mar 22 11:20 recently-used.xbel.C0EM32
-rw-r--r--  1   employees  781 Mar 22 18:35 recently-used.xbel.D80U32
-rw-r--r--  1 root  employees  781 Mar 22 11:04 recently-used.xbel.FDZJ32
-rw-r--r--  1 root  employees  781 Mar 22 11:29 recently-used.xbel.KAQL32
-rw-r--r--  1 root  employees  781 Mar 22 11:29 recently-used.xbel.L7JP32
-rw-r--r--  1 root  employees  781 Mar 21 18:21 recently-used.xbel.SAMR32
-rw-r--r--  1   employees  781 Mar 21 20:25 recently-used.xbel.SZO822
-rw-r--r--  1 root  employees  781 Mar 22 11:04 recently-used.xbel.TSWF32
-rw-r--r--  1   employees  218 Mar 21 18:09 recently-used.xbel.UN5A32
-rw-r--r--  1   employees  218 Mar 22 11:01 recently-used.xbel.VQEE32
-rw-r--r--  1   employees  218 Mar 21 18:09 recently-used.xbel.WVPT32

root The availability is as a result of it’s executing me homebank With a sudo. The appliance appears to be creating a brief file recently-used.xbel. That factors to the Open Homebank database file, which then adjustments its identify to recently-used.xbelwhich then makes use of within the subsequent opening to load the open file extra just lately. And whereas the creation of the file with the random chain works nicely, the change of identify fails.

Edit 2: Further purification data:

% ls -ld ~/.native/share 
drwxr-xr-x  21   employees  672 Mar 22 18:58 /Customers//.native/share

Edit 3: much more data:

% cd ~/.native/share; ls -a@elO
complete 16
drwxr-xr-x  4   employees  - 128 Mar 22 23:15 .
drwxr-xr-x  4   employees  - 128 Mar 22 10:44 ..
-rw-r--r--  1   employees  - 781 Mar 22 23:15 recently-used.xbel.QECD32
-rw-r--r--  1   employees  - 781 Mar 22 23:12 recently-used.xbel.TIQT32

Related Articles

Latest Articles