Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • AFAIK (check the link), these .desktop files can execute even if you don't ask. And that is a security issue. Commented Aug 30, 2013 at 16:41
  • Yes, if you manage to put a desktop entry into the user's "auto start" folder, it will auto execute when their session starts. How would you do that? seems to me to be a chicken and egg kind of problem. The premise of the linked article is that you can send a user something which looks like a standard data file but executes code when you run it - this is incorrect because setting the "Name" attribute does not affect how the file looks to a file browser (the desktop is just a file browser view) - it will have a .desktop extension. Commented Aug 30, 2013 at 16:59
  • I guess you're right, it would be tough to get the user to click the “launcher”. I'll accept this answer. Commented Feb 9, 2014 at 19:30