patches/printman-01-menu-entry.diff
author gheet
Thu, 03 May 2007 18:37:52 +0000
changeset 9835 4ad5747268ce
parent 9397 b16e349d18c5
child 9914 f6afd9d48223
permissions -rw-r--r--
2007-05-03 Ghee Teo <[email protected]> * patches/printman-01-menu-entry.diff patches/control-center-01-solaris-printmgr.diff: changed the solaris-printmgr.desktop and gnome-print-manager.desktop files to put that in according to UI spec to fix 6547683.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9835
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
     1
diff -urN -x'*.orig' printman-0.0.2/Makefile.am ../SUNWgnome-print-2.18.0.hacked/printman-0.0.2/Makefile.am
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
     2
--- printman-0.0.2/Makefile.am	2004-06-14 01:42:25.000000000 +0100
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
     3
+++ ../SUNWgnome-print-2.18.0.hacked/printman-0.0.2/Makefile.am	2007-05-03 18:01:28.843989000 +0100
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
@@ -20,7 +20,7 @@
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
 SUBDIRS = src help art po
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
-Desktopdir = $(datadir)/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
+Desktopdir = $(datadir)/applications/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
 Desktop_in_files = gnome-print-manager.desktop.in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
 Desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
 
9835
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
    13
diff -urN -x'*.orig' printman-0.0.2/gnome-print-manager.desktop ../SUNWgnome-print-2.18.0.hacked/printman-0.0.2/gnome-print-manager.desktop
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
    14
--- printman-0.0.2/gnome-print-manager.desktop	2004-06-14 01:42:47.000000000 +0100
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
    15
+++ ../SUNWgnome-print-2.18.0.hacked/printman-0.0.2/gnome-print-manager.desktop	2007-05-03 18:24:21.801286000 +0100
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
@@ -1,5 +1,5 @@
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
 [Desktop Entry]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
-Name=Print Manager
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
+Name=Printer Queue Monitor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
 Name[be]=Мэнаджар друку
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
 Name[ca]=Gestor d'impressió
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
 Name[cs]=Správce tisku
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
@@ -30,7 +30,7 @@
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
 Name[vi]=Bộ quản lý in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
 Name[zh_CN]=打印管理器
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
 Name[zh_TW]=印表機總管
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
-Comment=Displays printers and documents in the printer queues
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
+Comment=View printers and queues
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
 Comment[be]=Адлюстроўвае друкаркі й дакумэнты ў чэргах друкарак
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
 Comment[ca]=Mostra les impressores i els documents de les cues d'impressió
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
 Comment[cs]=Zobrazuje tiskárny a dokumenty ve frontách tiskáren
9835
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
    32
@@ -64,4 +64,5 @@
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
 Terminal=0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
 Type=Application
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
 Icon=print-manager.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
-Categories=Application;System;
9835
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
    37
+StartupNotify=true
4ad5747268ce 2007-05-03 Ghee Teo <[email protected]>
gheet
parents: 9397
diff changeset
    38
+Categories=GNOME;Application;System;Settings