~chipaca/ubuntu/trusty/xchat/monitor-colors

« back to all changes in this revision

Viewing changes to debian/patches/76_fix_gfvs_mime_handler.patch

  • Committer: Package Import Robot
  • Author(s): Oliver Grawert
  • Date: 2012-07-19 16:51:33 UTC
  • Revision ID: package-import@ubuntu.com-20120719165133-tkjgv1ixi5vywb8g
Tags: 2.8.8-3ubuntu15
debian/patches/76_fix_gfvs_mime_handler.patch: make it possible to open
irc:// URI's via gvfs (LP: 933822), thanks to
Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> and
Shawn Landden <shawnlandden@gmail.com> for the patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Description: add some description
 
2
## Origin/Author: Shawn Landden <shawnlandden@gmail.com> and
 
3
## Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
 
4
## Bug: https://bugs.launchpad.net/ubuntu/+source/xchat/+bug/933822
 
5
Index: xchat-2.8.8/xchat.desktop
 
6
===================================================================
 
7
--- xchat-2.8.8.orig/xchat.desktop      2010-05-30 08:08:48.000000000 +0200
 
8
+++ xchat-2.8.8/xchat.desktop   2012-07-19 16:51:31.250553039 +0200
 
9
@@ -15,9 +15,10 @@
 
10
 Comment[ro]=Client de IRC
 
11
 Comment[zh_TW]=X-Chat 聊天程式
 
12
 Comment=Chat with other people using Internet Relay Chat
 
13
-Exec=xchat
 
14
+Exec=sh -c "xchat --existing --url %U || exec xchat"
 
15
 Icon=xchat
 
16
 Terminal=false
 
17
 Type=Application
 
18
 Categories=Network;
 
19
 StartupNotify=true
 
20
+MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;