You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After starting sctime (from latest master (df0149c) I get an error like
"settings.xml.tmp cannot be renamed to settings.xml" (as message box) while indeed settings.xml has a new timestamp afterwards.
"Permissions denied" is also shown - but all files are RW (also the Directory above with +x).
The previous commit works instead.
Looks like this bug was introduced with the current commit df0149c .
I also used strace to look into this issue. The rename return codes are always "0".
Thx! :)
The text was updated successfully, but these errors were encountered:
the thing is, QFile::rename (which we use for the windows case) has the logic the other way round, so one has to be careful here. Thanks for spotting that!
After starting sctime (from latest master (df0149c) I get an error like
"settings.xml.tmp cannot be renamed to settings.xml" (as message box) while indeed settings.xml has a new timestamp afterwards.
"Permissions denied" is also shown - but all files are RW (also the Directory above with +x).
The previous commit works instead.
Looks like this bug was introduced with the current commit df0149c .
I also used strace to look into this issue. The rename return codes are always "0".
Thx! :)
The text was updated successfully, but these errors were encountered: