[Bug 34406] Finale Notepad 2012 doesn't copy/create user files on program start

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 18 11:43:39 CST 2014


http://bugs.winehq.org/show_bug.cgi?id=34406

--- Comment #17 from Erich Hoover <erich.e.hoover at gmail.com> ---
(In reply to comment #16)
> I'm ready to test this out. I'm using Kubuntu 12.04 with kernel
> 3.5.0-45-generic. Do I need to add the "user_xattr" flag to the fstab entry
> for my home folder for this to work?

If you are using ext3 then yes, if you are using ext4 then extended attributes
are enabled by default.  You can use the following to test whether extended
attributes are enabled:
touch ~/.xattr_test && setfattr -n 'user.testAttr' -v 'attribute value'
~/.xattr_test &> /dev/null; getfattr ~/.xattr_test 2>&1 | grep -q user.testAttr
&& echo 'It works!' || echo 'No extended attribute support!'; rm ~/.xattr_test
&> /dev/null

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list