Blame SOURCES/kdebase-workspace-4.2.85-klipper-url.patch
|
|
652846 |
diff -up kdebase-workspace-4.2.85/klipper/klipperrc.desktop.klipper-url kdebase-workspace-4.2.85/klipper/klipperrc.desktop
|
|
|
652846 |
--- kdebase-workspace-4.2.85/klipper/klipperrc.desktop.klipper-url 2009-04-05 22:00:13.000000000 +0200
|
|
|
652846 |
+++ kdebase-workspace-4.2.85/klipper/klipperrc.desktop 2009-05-11 22:56:51.000000000 +0200
|
|
|
652846 |
@@ -409,7 +409,7 @@ Description[zh_TW]=使用 &Konqueror 開
|
|
|
652846 |
Enabled=true
|
|
|
652846 |
|
|
|
652846 |
[Action_1/Command_2]
|
|
|
652846 |
-Commandline=ps x |grep -q '[m]ozilla' && "mozilla -remote openURL(%s, new-window)" || mozilla %s
|
|
|
652846 |
+Commandline=ps x |grep -q '[m]ozilla' && mozilla -remote 'openURL(%s, new-window)' || mozilla %s
|
|
|
652846 |
Icon=mozilla
|
|
|
652846 |
Description=Open with &Mozilla
|
|
|
652846 |
Description[af]=Maak oop met Mozilla
|
|
|
652846 |
@@ -581,7 +581,7 @@ Description[zh_TW]=送出 &URL
|
|
|
652846 |
Enabled=true
|
|
|
652846 |
|
|
|
652846 |
[Action_1/Command_4]
|
|
|
652846 |
-Commandline=ps x |grep -q '[f]irefox' && "firefox -remote openURL(%s, new-window)" || firefox "%s"
|
|
|
652846 |
+Commandline=ps x |grep -q '[f]irefox' && firefox -remote 'openURL(%s, new-window)' || firefox "%s"
|
|
|
652846 |
Icon=firefox
|
|
|
652846 |
Description=Open with &Firefox
|
|
|
652846 |
Description[af]=Maak oop met Firefox
|
|
|
652846 |
@@ -1892,7 +1892,7 @@ Description[zh_TW]=使用 &Konqueror 開
|
|
|
652846 |
Enabled=true
|
|
|
652846 |
|
|
|
652846 |
[Action_6/Command_2]
|
|
|
652846 |
-Commandline=mozilla -remote openURL(%s, new-window)
|
|
|
652846 |
+Commandline=mozilla -remote 'openURL(%s, new-window)'
|
|
|
652846 |
Description=Open with &Mozilla
|
|
|
652846 |
Description[af]=Maak oop met Mozilla
|
|
|
652846 |
Description[ar]=افتح بواسطة &موزيلا
|