-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving files results in destroyed Permissions under Linux. #28
Comments
Hi, |
not really a coder, so would be too much work to find out how. If you can write me a simple test program I can compile and try it. I use ubuntu 16.04, and my qt version is 5.6, 5.6.1+dfsg-3ubuntu1 I try to compile it against a newer qt version (qt5.9.4) to see if this happens there, too |
Try a newer version of Qt else this will be fixed with the new standard C++17, the support will be done into the next years at compiler part. |
ok, I have tried with qt 5.9.4, and its the same problem. I do not think it's the compiler's fault? There must be a way to fix this. Maybe you could hack together a test program to try if it's really qt's fault? |
No, I don't think. |
hmm. I tried to compile with: put file called test.c in build folder but no luck so far: do you have a hint? or should I try with qtbuilder? |
With qt creator, new project, console application, replace the .c file content by the paste bin, compile, run, look into application output |
ok I have managed to do so , no output with qt 5.9.4 as well as qt 5.6.1 |
I guess that it works like it should then. |
and the destination permission is well set as source permission? |
yes. I tried different combinations of permissions.. It worked as is should... |
ok, then this same file, try with ultracopier in debug mode, send me the debug repport |
ok, I hope I did it right. https://pastebin.com/bh8udZtm |
Yes, you have do right, contact me into few day if I forgot |
Hi, can you try the new version into git? |
Yes! I can confirm that it is fixed now. |
Then I will publish the version 1.4.0.6 into this days, thanks for your repport, contact me in private to have a ultimate version key |
I have pushed a new version, it work too? |
yes, can confirm. I just recompiled and it works as it should. |
ok, 1.4.0.6 release, include this fix |
cool! Thanks for your enthusiasm. |
I use ultracopier from commandline:
(1.4.0.5 fresh from master, but this also happen with the 1.2.3.6 version)
ultracopier mv ~/Downloads/luckybackup_0.4.9-1_amd64.deb ~/Videos
what should happen:
file gets moved to ~/Videos
permissions via ls -al:
-rw-rw-r-- 1 hero hero 4.8M Mar 15 11:26 luckybackup_0.4.9-1_amd64.deb
via filebrowser:
what happens:
file gets moved to ~/Videos
permissions via ls -al:
---------- 1 hero hero 4.8M Mar 15 11:26 luckybackup_0.4.9-1_amd64.deb
via filebrowser:
The text was updated successfully, but these errors were encountered: