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.

4
  • that works perfectly. Now I have noticed, Thunderbird is being executed as Exec=icedove %u. Do you have any idea what the %u means? Commented Jul 11, 2014 at 10:21
  • %u is replaced with "a single URL" in the command line if you drag something onto the launcher icon. Commented Jul 11, 2014 at 10:25
  • @Michael Homer - so where should I put the class, infront or after %u?,i.e. icedove --class TEST %u, or icedove %u --class TEST? Commented Jul 11, 2014 at 10:31
  • thunderbird --help suggests options go before the URL parameter. Commented Jul 11, 2014 at 10:32