Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Some time ago, Ubuntu introduced a Security "feature", that would only allow trusted .desktop apps to be run, on other apps it would pop up a message.

Nothing new so far, However, said Message used to have a button to make the app "trusted", but that button doesn't exist anymore:

alt text

What's the point of this dialog?

share|improve this question

2 Answers

up vote 7 down vote accepted

This dialog exists for your own safety, annoying as it is. To remove it, right click the launcher, click properties, and then go to the permissions tab and choose execute for the users you want to allow.

This will allow you to use the launcher from now on.

To do this for a large amount of launchers in the same directory:

$ chmod +x *.desktop in a terminal (in the same directory)
share|improve this answer

Right click the launcher and press "Properties", in the "Permissions" tab you will find a checkbox marked Execute, make sure that it is checked and Ubuntu will stop bugging you.

alt text

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.