← Back to team overview

elementaryart team mailing list archive

[Bug 807392] Re: Add Quick Lists (for Unity and Plank)

 

** Attachment added: "New .desktop file with the actions in it"
   https://bugs.launchpad.net/bugs/807392/+attachment/2196991/+files/marlin.desktop

-- 
You received this bug notification because you are a member of
elementary desktop team, which is the registrant for Marlin.
https://bugs.launchpad.net/bugs/807392

Title:
  Add Quick Lists (for Unity and Plank)

Status in Marlin:
  New

Bug description:
  It would be nice to have quicklists, i.e. a "New Window," "New Tab,"
  and "New Window as Root" option in the context menu of Marlin, similar
  to Midori, Firefox, and many other apps. Below is some sample code to
  go in the .desktop file that works as described (new .desktop file
  also attached):

  X-Ayatana-Desktop-Shortcuts=TabNew;WindowNew;Root

  [TabNew Shortcut Group]
  Name=New _Tab
  Exec=marlin -t
  TargetEnvironment=Unity

  [WindowNew Shortcut Group]
  Name=New _Window
  Exec=marlin
  TargetEnvironment=Unity

  [Root Shortcut Group]
  Name=New Window as _Root
  Exec=gksu marlin
  TargetEnvironment=Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/marlin/+bug/807392/+subscriptions


References