Notices


Reply
Thread Tools
Posts: 669 | Thanked: 433 times | Joined on May 2010
#61
God - this file browser rocks!
 

The Following 3 Users Say Thank You to impeham For This Useful Post:
Posts: 2,291 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#62
I can't seem to delete files or folders with hamster filer.

Comes to an Error Dialog with Skip, Retry and Abort.

Tried as normal and as root, no output in a terminal.
Anybody else have this problem?

Edit:-

Seems on terminating application the error in terminal is...

Code:
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 42 (X_SetInputFocus)
Resource id 0x3600003
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.

Last edited by sixwheeledbeast; 2012-12-23 at 00:20.
 

The Following 3 Users Say Thank You to sixwheeledbeast For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#63
No problems over here. Can you remove the file using the commandline rm? Is your MyDocs perhaps mounted as read only?
 

The Following 2 Users Say Thank You to ade For This Useful Post:
Posts: 177 | Thanked: 152 times | Joined on Oct 2011
#64
Same issue over here
Yes I am able to delete it with rm and using filebox
no MyDocs is not read only
 

The Following 2 Users Say Thank You to Sourav.dubey For This Useful Post:
Posts: 2,291 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#65
Originally Posted by Sourav.dubey View Post
Same issue over here
Yes I am able to delete it with rm and using filebox
no MyDocs is not read only
Yes . FIlebox will delete the files.
However the folder I was trying to delete had a file deep in the directories which seemed be corrupt.
After deleting the one corrupt file with Filebox the whole directory was removed no problem.

I still cannot remove files or folders from anywhere with Hamster.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
gidzzz's Avatar
Posts: 282 | Thanked: 2,387 times | Joined on Sep 2011
#66
Originally Posted by sixwheeledbeast View Post
I still cannot remove files or folders from anywhere with Hamster.
I find it hard to believe, as FileBox also seems to use QFile::remove() for deleting files. From what I understood, even the most trivial deletion fails, is that right? By "most trivial" I mean something like:
  • navigate to "/home/user/",
  • create a file and give it a simple name (for example "a"),
  • delete "a".
__________________
My Thumb mini-repository: http://gidzzz.mooo.com/maemo/.
 

The Following User Says Thank You to gidzzz For This Useful Post:
Posts: 2,291 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#67
Originally Posted by gidzzz View Post
I find it hard to believe, as FileBox also seems to use QFile::remove() for deleting files. From what I understood, even the most trivial deletion fails, is that right? By "most trivial" I mean something like:
  • navigate to "/home/user/",
  • create a file and give it a simple name (for example "a"),
  • delete "a".
The above works, however I can't delete the below for example when filebox will.

Code:
/home/user/.myscripts/a.txt
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
gidzzz's Avatar
Posts: 282 | Thanked: 2,387 times | Joined on Sep 2011
#68
If "a.txt" is a file freshly created with Hamster (this is essential to rule out any problems with permissions), then it leaves me stunned. The only thing that I can think of is some random corruption, possibly fixed by rebooting or reinstalling Hamster.
__________________
My Thumb mini-repository: http://gidzzz.mooo.com/maemo/.

Last edited by gidzzz; 2012-12-23 at 15:15.
 

The Following User Says Thank You to gidzzz For This Useful Post:
Posts: 2,291 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#69
Originally Posted by gidzzz View Post
If "a.txt" is a file freshly created with Hamster (this is essential to rule out any problems with permissions), then it leaves me stunned. The only thing that I can think of is some random corruption, possibly fixed by rebooting or reinstalling Hamster.
OK so it seems like a permissions thing.

I can create and remove "home/user/.myscripts/a.txt with FileBox but I can't do either with Hamster with run as root on or off.

However /home/user/MyDocs/a.txt will create and delete with Hamster.

It seems files with root permissions are not editable with Hamster.

Code:
ls -la
drwxr-xr-x  2 root   root  4096 Dec 23 16:41 .myscripts

sudo chown user .myscripts/
ls -la
drwxr-xr-x  2 user   root  4096 Dec 23 16:41 .myscripts

sudo chgrp users .myscripts/
ls -la
drwxr-xr-x  2 user users  4096 Dec 23 16:41 .myscripts
After the above all working perfect.

I must have created the folder with filebox set to "run as root"

Can Hamster not warn of bad permissions?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
gidzzz's Avatar
Posts: 282 | Thanked: 2,387 times | Joined on Sep 2011
#70
Originally Posted by sixwheeledbeast View Post
It seems files with root permissions are not editable with Hamster.
Are you aware that Hamster also requires restart before "run as root" is applied? You can tell if it's really running as root by looking at the window title (it should say "Hamster Filer (root)").

Originally Posted by sixwheeledbeast View Post
Can Hamster not warn of bad permissions?
As long as it uses QFile for removing files (but that might change) -- no, error reporting is very scarce there. Yeah, FileBox warns you, but it deals with that by trying to create an empty file next to the one which should be deleted. I don't like such approach, and it's still just guessing.
__________________
My Thumb mini-repository: http://gidzzz.mooo.com/maemo/.
 

The Following 2 Users Say Thank You to gidzzz For This Useful Post:
Reply

Tags
hamster filer, nokia n900


 
Forum Jump


All times are GMT. The time now is 22:33.