Make use of the new gnome-package icon

This commit is contained in:
Miguel de Icaza 1999-02-08 17:39:31 +00:00
parent a8fb0e3e22
commit e0c156f31f
6 changed files with 76 additions and 66 deletions

View File

@ -85,7 +85,9 @@ int my_system_get_child_pid (int flags, const char *shell, const char *command,
} else {
int status;
if (flags & (EXECUTE_WAIT|EXECUTE_TEMPFILE))
waitpid (*pid, &status, 0);
if (flags & EXECUTE_TEMPFILE)
unlink (command);
}

View File

@ -11,6 +11,12 @@ text/C++:
application/x-compressed-tar
fm-open=%cd %p#utar
fm-view=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf -
icon-filename=@icondir@/gnome-package.png
application/x-bzip-compressed-tar
fm-open=%cd %p#utar
fm-view=%view{ascii} bzip2 -dc %f 2>/dev/null | tar tvvf -
icon-filename=@icondir@/gnome-package.png
application/x-bzip:
icon-filename=@icondir@/compressed.xpm
@ -21,6 +27,7 @@ application/x-tar:
fm-open=%cd %p#utar
fm-view=%view{ascii} tar tvvf %f
open.extract.Extract=tar xf %f
icon-filename=@icondir@/gnome-package.png
application/x-rpm:
fm-open=%cd %p#rpm
@ -34,7 +41,7 @@ application/x-deb:
icon-filename=@icondir@/gnome-pack-deb.png
application/zip:
icon-filename=@icondir@/zip.xpm
icon-filename=@icondir@/gnome-package.png
fm-open=%cd %p#uzip
fm-view=%view{ascii} unzip -v %f
open.extract.Extract=unzip %f
@ -44,18 +51,21 @@ application/x-zoo:
fm-open=%cd %p#uzoo
fm-view=%view{ascii} zoo l %f
open.extract.Extract=zoo x %f '*'
icon-filename=@icondir@/gnome-package.png
application/x-lha:
fm-open=%cd %p#ulha
fm-view=%view{ascii} lharc l %f
open.extract.Extract=lharc x %f '*'
open.extractf.Extract (with flags)=I=%{Enter any LHarc flags:}; if test -n "$I"; then lharc x $I %f; fi
icon-filename=@icondir@/gnome-package.png
application/x-arj:
fm-open=%cd %p#uarj
fm-view=%view{ascii} unarj l %f
open.extract.Extract=unarj x %f '*'
open.extractf.Extract (with flags)=I=%{Enter any Unarj flags:}; if test -n "$I"; then unarj x $I %f; fi
icon-filename=@icondir@/gnome-package.png
application/x-unix-archive:
fm-open=%cd %p#uar

View File

@ -35,7 +35,7 @@ ALLICONS = a.xpm application.xpm binary.xpm bitmap.xpm blackhole.xpm \
#
DECENTICONS = \
c.xpm h.xpm calendar.xpm compressed.xpm html.xpm o.xpm \
sound.xpm makefile.xpm word.xpm zip.xpm tex.xpm cc.xpm man.xpm \
sound.xpm makefile.xpm word.xpm tex.xpm cc.xpm man.xpm \
postscript.xpm tex.xpm text.xpm trash.xpm
all:

View File

@ -42,6 +42,7 @@ ALLICONS = \
gnome-application-x-c-header.png \
gnome-application-x-c-source.png \
gnome-application-x-cc-source.png \
gnome-package.png \
gnome-core.png
all:

BIN
new_icons/gnome-package.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

123
po/mc.pot
View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 1999-02-05 17:17-0600\n"
"POT-Creation-Date: 1999-02-07 09:36-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -148,20 +148,20 @@ msgstr ""
msgid "Command: "
msgstr ""
#: gnome/gcmd.c:557
#: gnome/gcmd.c:574
msgid "Set Filter"
msgstr ""
#: gnome/gcmd.c:562 gnome/gcmd.c:603 gnome/gcmd.c:608 gnome/gcmd.c:612
#: gnome/gscreen.c:2489
#: gnome/gcmd.c:579 gnome/gcmd.c:620 gnome/gcmd.c:625 gnome/gcmd.c:629
#: gnome/gscreen.c:2484
msgid "Show all files"
msgstr ""
#: gnome/gcmd.c:569
#: gnome/gcmd.c:586
msgid "."
msgstr ""
#: gnome/gcmd.c:585
#: gnome/gcmd.c:602
msgid ""
"Enter a filter here for files in the panel view.\n"
"\n"
@ -169,37 +169,37 @@ msgid ""
"*.gif will show just gif images"
msgstr ""
#: gnome/gcmd.c:587
#: gnome/gcmd.c:604
msgid "Enter a Regular Expression to filter files in the panel view."
msgstr ""
#: gnome/gcmd.c:644 gnome/gpopup.c:49
#: gnome/gcmd.c:661 gnome/gpopup.c:49
msgid " Open with..."
msgstr ""
#: gnome/gcmd.c:645 gnome/gpopup.c:50
#: gnome/gcmd.c:662 gnome/gpopup.c:50
msgid "Enter extra arguments:"
msgstr ""
#: gnome/gdesktop.c:347 gnome/gdesktop.c:1500
#: gnome/gdesktop.c:350 gnome/gdesktop.c:1553
msgid "Warning"
msgstr ""
#: gnome/gdesktop.c:348
#: gnome/gdesktop.c:351
#, c-format
msgid "Could not open %s; will not have desktop icons"
msgstr ""
#: gnome/gdesktop.c:1466
#: gnome/gdesktop.c:1519
msgid "Trashcan"
msgstr ""
#. Create the link to the user's home directory so that he will have an icon
#: gnome/gdesktop.c:1496
#: gnome/gdesktop.c:1549
msgid "Home directory"
msgstr ""
#: gnome/gdesktop.c:1501
#: gnome/gdesktop.c:1554
#, c-format
msgid "Could not symlink %s to %s; will not have initial desktop icons."
msgstr ""
@ -342,35 +342,35 @@ msgstr ""
msgid " Done."
msgstr ""
#: gnome/gdnd.c:50
#: gnome/gdnd.c:51
msgid "_Move here"
msgstr ""
#: gnome/gdnd.c:51
#: gnome/gdnd.c:52
msgid "_Copy here"
msgstr ""
#: gnome/gdnd.c:52
#: gnome/gdnd.c:53
msgid "_Link here"
msgstr ""
#: gnome/gdnd.c:54
#: gnome/gdnd.c:55
msgid "Cancel drag"
msgstr ""
#. FIXME: this error message sucks
#: gnome/gdnd.c:190
#: gnome/gdnd.c:191
#, c-format
msgid ""
"Could not stat %s\n"
"%s"
msgstr ""
#: gnome/gicon.c:86 gnome/gtools.c:50
#: gnome/gicon.c:83 gnome/gtools.c:50
msgid "Error"
msgstr ""
#: gnome/gicon.c:86
#: gnome/gicon.c:83
msgid "Default set of icons not found, check your installation"
msgstr ""
@ -594,52 +594,52 @@ msgstr ""
msgid "File/New/Directory..."
msgstr ""
#: gnome/gpopup.c:215 gnome/gpopup.c:216
#: gnome/gpopup.c:222 gnome/gpopup.c:223
msgid "Properties"
msgstr ""
#: gnome/gpopup.c:218 gnome/gpopup.c:219
#: gnome/gpopup.c:225 gnome/gpopup.c:226
msgid "Open"
msgstr ""
#: gnome/gpopup.c:220
#: gnome/gpopup.c:227
msgid "Open with"
msgstr ""
#: gnome/gpopup.c:221 src/screen.c:2286 src/screen.c:2316
#: gnome/gpopup.c:228 src/screen.c:2286 src/screen.c:2316
msgid "View"
msgstr ""
#: gnome/gpopup.c:222
#: gnome/gpopup.c:229
msgid "View unfiltered"
msgstr ""
#: gnome/gpopup.c:223 gtkedit/gtkedit.c:1366 src/screen.c:2287
#: gnome/gpopup.c:230 gtkedit/gtkedit.c:1366 src/screen.c:2287
#: src/screen.c:2317 src/view.c:1968
msgid "Edit"
msgstr ""
#: gnome/gpopup.c:225
#: gnome/gpopup.c:232
msgid "Link..."
msgstr ""
#: gnome/gpopup.c:226
#: gnome/gpopup.c:233
msgid "Symlink..."
msgstr ""
#: gnome/gpopup.c:227
#: gnome/gpopup.c:234
msgid "Edit symlink..."
msgstr ""
#: gnome/gpopup.c:234 gnome/gpopup.c:245
#: gnome/gpopup.c:241 gnome/gpopup.c:252
msgid "Move/rename..."
msgstr ""
#: gnome/gpopup.c:235 gnome/gpopup.c:246
#: gnome/gpopup.c:242 gnome/gpopup.c:253
msgid "Copy..."
msgstr ""
#: gnome/gpopup.c:236 gnome/gpopup.c:248 gtkedit/editwidget.c:1067
#: gnome/gpopup.c:243 gnome/gpopup.c:255 gtkedit/editwidget.c:1067
#: src/screen.c:2291 src/screen.c:2321
msgid "Delete"
msgstr ""
@ -972,7 +972,7 @@ msgstr ""
msgid "Go to your home directory"
msgstr ""
#: gnome/gscreen.c:2438
#: gnome/gscreen.c:2429
msgid "Location:"
msgstr ""
@ -2572,115 +2572,112 @@ msgid ""
msgstr ""
#: src/cmd.c:967
msgid ""
"Type `exit' to return to the Midnight Commander\n"
"\r\n"
"\r"
msgid "Type `exit' to return to the Midnight Commander"
msgstr ""
#: src/cmd.c:1020
#: src/cmd.c:1022
#, c-format
msgid ""
" Couldn't stat %s \n"
" %s "
msgstr ""
#: src/cmd.c:1029 src/cmd.c:1031
#: src/cmd.c:1031 src/cmd.c:1033
msgid " Link "
msgstr ""
#: src/cmd.c:1030 src/cmd.c:1135 src/file.c:1621
#: src/cmd.c:1032 src/cmd.c:1137 src/file.c:1621
msgid " to:"
msgstr ""
#: src/cmd.c:1041
#: src/cmd.c:1043
#, c-format
msgid " link: %s "
msgstr ""
#: src/cmd.c:1074
#: src/cmd.c:1076
#, c-format
msgid " symlink: %s "
msgstr ""
#: src/cmd.c:1100
#: src/cmd.c:1102
msgid " Symlink "
msgstr ""
#: src/cmd.c:1100
#: src/cmd.c:1102
msgid " points to:"
msgstr ""
#: src/cmd.c:1105
#: src/cmd.c:1107
msgid " Edit symlink "
msgstr ""
#: src/cmd.c:1111
#: src/cmd.c:1113
#, c-format
msgid " edit symlink: %s "
msgstr ""
#: src/cmd.c:1135
#: src/cmd.c:1137
msgid " Link symbolically "
msgstr ""
#: src/cmd.c:1136
#: src/cmd.c:1138
msgid " Relative symlink "
msgstr ""
#: src/cmd.c:1147
#: src/cmd.c:1149
#, c-format
msgid " relative symlink: %s "
msgstr ""
#: src/cmd.c:1250
#: src/cmd.c:1252
msgid " Enter machine name (F1 for details): "
msgstr ""
#: src/cmd.c:1274
#: src/cmd.c:1276
#, c-format
msgid " Could not chdir to %s "
msgstr ""
#: src/cmd.c:1281
#: src/cmd.c:1283
msgid " Link to a remote machine "
msgstr ""
#: src/cmd.c:1287
#: src/cmd.c:1289
msgid " FTP to machine "
msgstr ""
#: src/cmd.c:1297
#: src/cmd.c:1299
msgid " Socket source routing setup "
msgstr ""
#: src/cmd.c:1298
#: src/cmd.c:1300
msgid " Enter host name to use as a source routing hop: "
msgstr ""
#: src/cmd.c:1305
#: src/cmd.c:1307
msgid " Host name "
msgstr ""
#: src/cmd.c:1305
#: src/cmd.c:1307
msgid " Error while looking up IP address "
msgstr ""
#: src/cmd.c:1316
#: src/cmd.c:1318
msgid " Undelete files on an ext2 file system "
msgstr ""
#: src/cmd.c:1317
#: src/cmd.c:1319
msgid ""
" Enter device (without /dev/) to undelete\n"
" files on: (F1 for details)"
msgstr ""
#: src/cmd.c:1367
#: src/cmd.c:1369
msgid " Setup saved to ~/"
msgstr ""
#: src/cmd.c:1372
#: src/cmd.c:1374
msgid " Setup "
msgstr ""
@ -4999,7 +4996,7 @@ msgstr ""
msgid "Inconsistent tar archive"
msgstr ""
#: vfs/tar.c:412
#: vfs/tar.c:411
#, c-format
msgid ""
"Hmm,...\n"