** Description changed:

  Both the actions of gedit quicklists have the same command listed.
  
- $ cat /usr/share/applications/gedit.desktop 
+ $ cat /usr/share/applications/gedit.desktop
  [Desktop Entry]
  Name=gedit
  GenericName=Text Editor
  Comment=Edit text files
- Keywords=Plaintext;Write;
- Exec=gedit %U
- Terminal=false
- Type=Application
- StartupNotify=true
- MimeType=text/plain;
- Icon=accessories-text-editor
- Categories=GNOME;GTK;Utility;TextEditor;
- X-GNOME-DocPath=gedit/gedit.xml
- X-GNOME-FullName=Text Editor
- X-GNOME-Bugzilla-Bugzilla=GNOME
- X-GNOME-Bugzilla-Product=gedit
- X-GNOME-Bugzilla-Component=general
- X-GNOME-Bugzilla-Version=3.4.2
- X-GNOME-Bugzilla-ExtraInfoScript=/usr/share/gedit/gedit-bugreport
- Actions=Window;Document;
- X-Ubuntu-Gettext-Domain=gedit
  
  [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.

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

Title:
  Quicklist action for creating new document is incorrect

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to