| Summary: | [Regression] Konqueror context menu does not show file creation options with USB flash drives | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | other (any) | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, darrella, kb9vqf |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
|
Description
Darrell
2013-05-09 18:16:54 CDT
For a vfat/fat32 USB device, the mount command from konsole: /dev/sde1 on /media/7.5GB type vfat(rw,noexec,nosuid,nodev,noatime,quiet,shortname=mixed,uid=1000,gid=1000,umask=077,fmask=0177,dmask=0077,iocharset=utf8) For an NTFS USB device, the mount command from konsole: /dev/sde1 on /media/7.5GB Removable Device (sde1) type fuseblk(rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions) For an ext3/ext4 USB device, the mount command from konsole: /dev/sde1 on /media/7.5GB Removable Device (sde1) type ext3(rw,noexec,nosuid,nodev,errors=remount-ro) /dev/sde1 on /media/7.5GB Removable Device (sde1) type ext4(rw,noexec,nosuid,nodev,errors=remount-ro) Side note/comment: The appearance of Create New... menu options is related to permissions. For example, in konqueror when I select the system root directory, the entire Create New... submenu does not appear at all. I don't know how Trinity detects permissions but I'm guessing permissions is playing a role in this. Looks like the submenu options are defined in tdebase/libkonq/knewmenu.cc. Along that thought, perhaps some printf or kdDebug messages might help with troubleshooting permissions or other reasons the code prevents populating the Create New... submenu. This should be fixed in GIT hashes eefe720 (tdelibs) and 99df2d3 (tdebase). Thanks for reporting! Looks good here. :-) |