** Changed in: gedit
       Status: Unknown => New

** Changed in: gedit
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gedit in Ubuntu.
https://bugs.launchpad.net/bugs/1027584

Title:
  Quicklist action for creating new document is incorrect

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Fix Released
Status in “gedit” source package in Precise:
  Fix Committed

Bug description:
  Both the actions of gedit quicklists have the same command listed.

  $ cat /usr/share/applications/gedit.desktop
  [Desktop Entry]
  Name=gedit
  GenericName=Text Editor
  Comment=Edit text files

  [Desktop Action Window]
  Name=Open a New Window
  Exec=gedit --new-window
  OnlyShowIn=Unity;

  [Desktop Action Document]
  Name=Open a New Document
  Exec=gedit --new-window
  OnlyShowIn=Unity;

  Only showing relevant parts of the .desktop file.

  The command for creating a new document is actually `gedit --new-
  document` and not the `--new-window` that is currently in the
  quicklist.

  This bug was probably introduced when fixing bug #938748.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to