>> Another question: What is the final going to be called? pcmanfm or
>> pcmanfm2? Are you planning to make both versions installable in parallel
>> or is pcmanfm2 going to replace the old version once it's stable?
> Before stable release, it will be called pcmanfm2 to make the new
> version and the older one coexist. However, I'll rename it back to
> pcmanfm before the final stable release when it's ready for daily
> production use.
>> Regards,
>> Christoph
>>

because of that i already created the patch will rename everything it
apply on 0.9.3 and is attached.

Regards
Andrea

-- 
------------------------------------------
Andrea Florio
QSI International School of Brindisi Sys Admin
CISCO CCNA Certified
openSUSE-Education Administrator
openSUSE Official Member (anubisg1)
Email: [email protected]
Packman Packaging Team
Email: [email protected]
Web: http://packman.links2linux.org/
Cell: +39-328-7365667
------------------------------------------
diff -uNr old-pcmanfm//configure.ac pcmanfm/configure.ac
--- old-pcmanfm//configure.ac	2010-03-09 18:59:19.674991605 +0100
+++ pcmanfm/configure.ac	2010-03-09 18:59:33.347739409 +0100
@@ -93,7 +93,7 @@
 AC_SUBST(MENU_CACHE_CFLAGS)
 AC_SUBST(MENU_CACHE_LIBS)
 
-GETTEXT_PACKAGE=pcmanfm2
+GETTEXT_PACKAGE=pcmanfm
 AC_SUBST(GETTEXT_PACKAGE)
 AM_GLIB_GNU_GETTEXT
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
@@ -105,7 +105,7 @@
     data/Makefile
     data/ui/Makefile
     data/ui/about.glade
-    data/pcmanfm2.desktop
+    data/pcmanfm.desktop
 ])
 
 AC_OUTPUT
diff -uNr old-pcmanfm//data/Makefile.am pcmanfm/data/Makefile.am
--- old-pcmanfm//data/Makefile.am	2010-03-09 18:59:19.673991757 +0100
+++ pcmanfm/data/Makefile.am	2010-03-09 18:59:33.347739409 +0100
@@ -4,5 +4,5 @@
 
 desktopdir=$(datadir)/applications
 desktop_DATA= \
-	pcmanfm2.desktop \
+	pcmanfm.desktop \
 	$(NULL)
diff -uNr old-pcmanfm//data/pcmanfm2.desktop.in pcmanfm/data/pcmanfm2.desktop.in
--- old-pcmanfm//data/pcmanfm2.desktop.in	2010-03-09 18:59:19.673991757 +0100
+++ pcmanfm/data/pcmanfm2.desktop.in	1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-[Desktop Entry]
-Type=Application
-Icon=system-file-manager
-Name=File Manager
-Name[zh_TW]=檔案管理程式
-Name[fi]=Tiedostonhallinta
-Name[et]=Failihaldur
-Name[ja]=ファイルマネージャ
-Name[ru]=Файловый менеджер
-GenericName=File Manager
-GenericName[ru]=Файловый менеджер
-GenericName[zh_TW]=檔案管理程式
-GenericName[fi]=Tiedostonhallinta
-GenericName[et]=Failihaldur
-GenericName[ja]=ファイルマネージャ
-Comment=Browse the file system and manage the files
-Comment[zh_TW]=瀏覽檔案系統及管理檔案
-Comment[fi]=Selaa tiedostojärjestelmää ja hallitse tiedostoja
-Comment[et]=Lehitse failisüsteemi ja halda faile
-Comment[ja]=ファイルシステムをブラウズし、ファイルの管理を行います
-Categories=Application;Utility;Core;GTK;
-Exec=pcmanfm2 %U
-StartupNotify=true
-Terminal=false
-MimeType=x-directory/normal;inode/directory;
diff -uNr old-pcmanfm//data/pcmanfm.desktop.in pcmanfm/data/pcmanfm.desktop.in
--- old-pcmanfm//data/pcmanfm.desktop.in	1970-01-01 01:00:00.000000000 +0100
+++ pcmanfm/data/pcmanfm.desktop.in	2010-03-09 18:59:33.354988657 +0100
@@ -0,0 +1,25 @@
+[Desktop Entry]
+Type=Application
+Icon=system-file-manager
+Name=File Manager
+Name[zh_TW]=檔案管理程式
+Name[fi]=Tiedostonhallinta
+Name[et]=Failihaldur
+Name[ja]=ファイルマネージャ
+Name[ru]=Файловый менеджер
+GenericName=File Manager
+GenericName[ru]=Файловый менеджер
+GenericName[zh_TW]=檔案管理程式
+GenericName[fi]=Tiedostonhallinta
+GenericName[et]=Failihaldur
+GenericName[ja]=ファイルマネージャ
+Comment=Browse the file system and manage the files
+Comment[zh_TW]=瀏覽檔案系統及管理檔案
+Comment[fi]=Selaa tiedostojärjestelmää ja hallitse tiedostoja
+Comment[et]=Lehitse failisüsteemi ja halda faile
+Comment[ja]=ファイルシステムをブラウズし、ファイルの管理を行います
+Categories=Application;Utility;Core;GTK;
+Exec=pcmanfm %U
+StartupNotify=true
+Terminal=false
+MimeType=x-directory/normal;inode/directory;
diff -uNr old-pcmanfm//data/ui/Makefile.am pcmanfm/data/ui/Makefile.am
--- old-pcmanfm//data/ui/Makefile.am	2010-03-09 18:59:19.674991605 +0100
+++ pcmanfm/data/ui/Makefile.am	2010-03-09 18:59:33.354988657 +0100
@@ -1,7 +1,7 @@
 NULL=
 
 # GtkBuilder UI definition files
-uidir=$(datadir)/pcmanfm2/ui
+uidir=$(datadir)/pcmanfm/ui
 ui_in_files= \
 	about.glade \
 	pref.glade \
diff -uNr old-pcmanfm//po/POTFILES.skip pcmanfm/po/POTFILES.skip
--- old-pcmanfm//po/POTFILES.skip	2010-03-09 18:59:19.682989691 +0100
+++ pcmanfm/po/POTFILES.skip	2010-03-09 18:59:33.355989204 +0100
@@ -1,3 +1,3 @@
-data/pcmanfm2.desktop.in
+data/pcmanfm.desktop.in
 #we transtale .in file
 data/ui/about.glade
diff -uNr old-pcmanfm//src/main-win.c pcmanfm/src/main-win.c
--- old-pcmanfm//src/main-win.c	2010-03-09 18:59:19.672991490 +0100
+++ pcmanfm/src/main-win.c	2010-03-09 18:59:33.356988982 +0100
@@ -598,9 +598,9 @@
         return;
     }
     if(strstr(app_config->su_cmd, "%s")) /* FIXME: need to rename to pcmanfm when we reach stable release. */
-        cmd = g_strdup_printf(app_config->su_cmd, "pcmanfm2 %U");
+        cmd = g_strdup_printf(app_config->su_cmd, "pcmanfm %U");
     else
-        cmd = g_strconcat(app_config->su_cmd, " ", "pcmanfm2 %U", NULL);
+        cmd = g_strconcat(app_config->su_cmd, " ", "pcmanfm %U", NULL);
     app = g_app_info_create_from_commandline(cmd, NULL, 0, NULL);
     g_free(cmd);
     if(app)
diff -uNr old-pcmanfm//src/Makefile.am pcmanfm/src/Makefile.am
--- old-pcmanfm//src/Makefile.am	2010-03-09 18:59:19.671991572 +0100
+++ pcmanfm/src/Makefile.am	2010-03-09 18:59:33.356988982 +0100
@@ -1,13 +1,13 @@
 NULL=
 
 AM_CPPFLAGS = \
-	-DPACKAGE_DATA_DIR=\""$(datadir)/pcmanfm2"\" \
-	-DPACKAGE_UI_DIR=\""$(datadir)/pcmanfm2/ui"\" \
+	-DPACKAGE_DATA_DIR=\""$(datadir)/pcmanfm"\" \
+	-DPACKAGE_UI_DIR=\""$(datadir)/pcmanfm/ui"\" \
 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
 
-bin_PROGRAMS = pcmanfm2
+bin_PROGRAMS = pcmanfm
 
-pcmanfm2_SOURCES = \
+pcmanfm_SOURCES = \
 	pcmanfm.c pcmanfm.h \
 	app-config.c app-config.h \
 	main-win.c main-win.h \
@@ -22,7 +22,7 @@
 	desktop-ui.c \
 	$(NULL)
 
-pcmanfm2_CFLAGS = \
+pcmanfm_CFLAGS = \
 	$(XLIB_CFLAGS) \
 	$(GTK_CFLAGS) \
 	$(GIO_CFLAGS) \
@@ -34,7 +34,7 @@
 	-Werror-implicit-function-declaration \
 	$(NULL)
 
-pcmanfm2_LDADD = \
+pcmanfm_LDADD = \
 	$(XLIB_LIBS) \
 	$(GTK_LIBS) \
 	$(GIO_LIBS) \
diff -uNr old-pcmanfm//src/pcmanfm.c pcmanfm/src/pcmanfm.c
--- old-pcmanfm//src/pcmanfm.c	2010-03-09 18:59:19.672991490 +0100
+++ pcmanfm/src/pcmanfm.c	2010-03-09 18:59:33.357988970 +0100
@@ -299,7 +299,7 @@
 void get_socket_name( char* buf, int len )
 {
     char* dpy = gdk_get_display();
-    g_snprintf( buf, len, "/tmp/.pcmanfm2-socket%s-%s", dpy, g_get_user_name() );
+    g_snprintf( buf, len, "/tmp/.pcmanfm-socket%s-%s", dpy, g_get_user_name() );
     g_free( dpy );
 }
 
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to