Merge lp:~cassidyjames/minecraft/fix-1335191 into lp:minecraft

Proposed by Cassidy James Blaede
Status: Rejected
Rejected by: Cody Garver
Proposed branch: lp:~cassidyjames/minecraft/fix-1335191
Merge into: lp:minecraft
Prerequisite: lp:~cassidyjames/minecraft/fix-1335190
Diff against target: 23 lines (+4/-4)
1 file modified
minecraft.desktop (+4/-4)
To merge this branch: bzr merge lp:~cassidyjames/minecraft/fix-1335191
Reviewer Review Type Date Requested Status
Cody Garver Approve
Review via email: mp+224878@code.launchpad.net

Description of the change

Fix bug 1335191 by updating .desktop file to have "Resource Packs" instead of "Texture Packs".

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) wrote :

Approve but it's dependent on merge of lp:~cassidyjames/minecraft/fix-1335190

review: Approve

Unmerged revisions

11. By Cassidy James Blaede

Fix bug 1335191 by changing references to texturepacks to resourcepacks in the launcher.

10. By Cassidy James Blaede

Fix bug 1335190 by removing RAM XMODIFIERS from launcher.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'minecraft.desktop'
2--- minecraft.desktop 2014-06-27 17:09:55 +0000
3+++ minecraft.desktop 2014-06-27 17:09:55 +0000
4@@ -7,15 +7,15 @@
5 Icon=minecraft
6 Categories=Game
7 StartupNotify=true
8-Actions=Screenshots;Textures;Wiki
9+Actions=Screenshots;Resources;Wiki
10
11 [Desktop Action Screenshots]
12 Name=_Screenshots
13 Exec=xdg-open .minecraft/screenshots/
14
15-[Desktop Action Textures]
16-Name=_Texture Packs
17-Exec=xdg-open .minecraft/texturepacks/
18+[Desktop Action Resources]
19+Name=_Resource Packs
20+Exec=xdg-open .minecraft/resourcepacks/
21
22
23 [Desktop Action Wiki]

Subscribers

People subscribed via source and target branches