Trying to test a game via wine in a Windows directory. Cannot edit anything in the "properties" menu. Anything I change automatically resets itself. Cannot set program to executable so I can't run it to test it.
Trying to test a game via wine in a Windows directory. Cannot edit anything in the "properties" menu. Anything I change automatically resets itself. Cannot set program to executable so I can't run it to test it.
Seems like you've got the noexec flag in the mount properties in fstab.
Can you please post the output from /etc/fstab?
Copy/paste carefully. Donot change anything in the file or you might screw your system.Code:gksudo gedit /etc/fstab
Last edited by sikander3786; October 20th, 2010 at 06:24 PM.
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation
UUID=68e8d011-ed80-46ae-8676-4038926f6644 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=a9c07eaf-9f93-4efe-aa0a-f417dc125868 none swap sw 0 0
Have you tried this yet?
Code:chmod +x filename
Same problem, except I'm using a Linux executable file and chmod +x doesn't work because when I attempt to run it I get the 'permission denied' error x|
Meh, this is shameful because I've been a proud Linux user and now Ubuntu's being paranoid and permission deadlocked as I remember Vista being before I got fed up with it and switched to Linux. Deja vu. x|
I had this happen to me in 10.10. The issue seems to be with the newest udisk.
To fix open synaptic (system - admin -synaptic). Check your udisk version number. See if there is a newer version available. If there isn't you'll want to go to:
https://launchpad.net/ubuntu/lucid/+package/udisks
Download the version for your computer, probably the one found in
udisks 1.0.1-1build1 in i386 (Release).
Eject all usb devices. Download to desktop, open a terminal and do a force install. sudo dpkg --force-overwrite -i nameofpackage.deb
Plug in USB again. Check to see if you can make programs executables. I use Floola to manage my ipod and thats the one I checked. If it works, open synaptic and lock the udisk version.
Last edited by CharlesA; October 20th, 2010 at 06:27 PM.
Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide
Tomorrow's an illusion and yesterday's a dream, today is a solution...
Or you could use a command-line editor, like joe. But yeah, for graphical apps, gksu or gksudo is best.
The same thing comes up when I use gksudo as it does in my first reply.
chmod +x gives me bash: syntax error near unexpected token `('
Point well notedUse gksudo instead on sudo for graphical apps.I have updated the code accordingly.
Bookmarks