睽違一年多,PCMan 檔案管理程式 0.3.5 Beta,新版釋出

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

睽違一年多,PCMan 檔案管理程式 0.3.5 Beta,新版釋出

文章PCMan » 週五 1月 25, 2008 4:36 am

首頁: http://pcmanfm.sourceforge.net/
GnomeFiles 首頁: http://www.gnomefiles.org/app.php/PCMan_File_Manager

圖檔

改版說明:
There is no exciting new feature, but this release comes with lots of important fixes.

* The underlying mime-type system was completely re-designed and re-written from scratch. Now it's faster, more robust, and more standard compliant. The memory usage was reduced, too. By installing a xml file to the shared-mime-database, mime-type detection was enhanced.

* Add some new locales: tr, eu, ja

* Folder views are correctly updated when files get deleted or created. Some FAM-related bugs were fixed.

* Command line arguments handling was improved. Now you can open multiple files with pcmanfm through command line.

* Correctly handle desktop directory in the side pane. (Get the path of desktop directory from ~/.config/user-dirs.dirs. Hide the item if the directory didn't exist.)

* config files were moved to ~/.config/pcmanfm to follow the new standard.

* Better-looking about dialog, a must-have for every program. :-P

* BTW, personally I think this is the most suitable default file manager for EeePC. Anyone wants to try it?

現在沒空搞這些,好久沒出新版本了,這次改完我就又要消失一陣子了。
我個人相信 PCManFM 是最適合給 EeePC 使用的檔案總管,如果換用這個,速度一定會比 EeePC 內建的那個快上非常多,不知道有沒有人要測試看看?
PCMan
榮譽學長
榮譽學長
 
文章: 217
註冊時間: 週六 7月 02, 2005 10:46 am

文章阿信 » 週五 1月 25, 2008 11:17 am

Hi PCMAN,

這一版有支援gnome-vfs的smbfs功能嗎?
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

文章阿信 » 週五 1月 25, 2008 3:06 pm

Hi all,
我已經編好deb了,請把底下的link加到sources.list中

deb http://people.debian.org.tw/~asho/debian/ unstable main
deb-src http://people.debian.org.tw/~asho/debian/ unstable main

Lenny/Sid的版本皆可安裝,目前手邊沒有stable的機器,等過幾天比較不忙時再送上來
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

文章PCMan » 週五 1月 25, 2008 6:39 pm

比較理想的 dependencies 設定:
這是取自之前的 debian 官方套件,請注意這版多出 desktop-file-utils 這個 dependency
其實之前版本也需要,只是我漏掉了
代碼: 選擇全部
Source: pcmanfm
Section: utils
Priority: optional
Maintainer: Lu, Chao-Ming (Tetralet) <tetralet@debian.org.tw>,Hong Jen Yee (pcman.tw@gmail.com)
Uploaders: Andrew Lee <andrew@linux.org.tw>
Build-Depends: debhelper (>= 5), libgtk2.0-dev (>= 2.6.0), libgamin-dev, automake1.9, autoconf, pkg-config, libstartup-notification0-dev, shared-mime-info, desktop-file-utils, libhal-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libdbus-glib-1-dev, libhal-storage-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.7.2.2

Package: pcmanfm
Architecture: linux-any
Depends: ${shlibs:Depends}, gamin, shared-mime-info
Recommends: gnome-icon-theme
Conflicts: pcmanfm-nohal
PCMan
榮譽學長
榮譽學長
 
文章: 217
註冊時間: 週六 7月 02, 2005 10:46 am

文章AndrewLee » 週六 1月 26, 2008 12:30 am

阿信,
請檢查一下為何沒有生出 .diff 檔案?

-Andrew
AndrewLee
 

文章PCMan » 週六 1月 26, 2008 7:10 am

Version 0.3.5.4 released:

* Left click on the text of path bar with 'Ctrl' key held down now brings you to parent folders quickly.

Here is a DEMO on youtube.
http://tw.youtube.com/watch?v=aGUOvSMWm6c

* New shortcut keys are supported: Now both 'Alt+D' and 'Ctrl+L' can focus the path bar, and 'Backspace' brings you to parent folder.

* Remove the useless "Address" label on the path bar.

* Fix segfault in app chooser dialog.
PCMan
榮譽學長
榮譽學長
 
文章: 217
註冊時間: 週六 7月 02, 2005 10:46 am

文章AndrewLee » 週六 1月 26, 2008 2:45 pm

PCMan,

我看到您 tarball 的版號用了 0.3.5.4b, 可是 dpkg 會認為 0.3.5.4b > 0.3.5.4 唷。

解決方式大致有兩種:

1) 直接把 "b" 去掉,只留下數字(0.3.5.4)作為版號

2) 往後所有的 release 都在最後放 "b"
AndrewLee
 

文章AndrewLee » 週六 1月 26, 2008 3:29 pm

PCMan,

Here is a small patch to Makefile:

- update-mime-database $(datadir)/mime
- update-desktop-database $(desktopdir)
+ update-mime-database $(DESTDIR)$(datadir)/mime
+ update-desktop-database $(DESTDIR)$(desktopdir)
AndrewLee
 

文章AndrewLee » 週六 1月 26, 2008 4:37 pm

這是處理準備要上傳的 package,請各位看看有沒有甚麼問題吧。
http://people.linux.org.tw/~andrew/debian/pcmanfm/
AndrewLee
 

文章AndrewLee » 週六 1月 26, 2008 4:50 pm

Andrew 呼叫 PCMan,Andrew 呼叫 PCMan,PCMan 有看到請上 irc,有 mime-type system 相關的事情想請教。
AndrewLee
 

文章PCMan » 週六 1月 26, 2008 5:05 pm

AndrewLee 寫:PCMan,

Here is a small patch to Makefile:

- update-mime-database $(datadir)/mime
- update-desktop-database $(desktopdir)
+ update-mime-database $(DESTDIR)$(datadir)/mime
+ update-desktop-database $(DESTDIR)$(desktopdir)

其實這樣會有問題....
本來
update-mime-database /usr/share/mime 還有
update-desktop-database /usr/share/applications
這個是要在安裝之後執行的,目的是讓系統上產生 cache 來加速
應該是要在套件安裝完畢之後才執行,不是在打包的時候執行
你這樣的寫法會造成問題
PCMan
榮譽學長
榮譽學長
 
文章: 217
註冊時間: 週六 7月 02, 2005 10:46 am

文章訪客 » 週六 1月 26, 2008 5:57 pm

試用過了,不過好像有外接usb硬碟會重覆掛載(sda1等有兩個),但是在/media中只有一個出現,另外就是能支援smb就更好了。
訪客
 

文章Edward G.J. Lee » 週日 1月 27, 2008 10:43 am

AndrewLee 寫:PCMan,

我看到您 tarball 的版號用了 0.3.5.4b, 可是 dpkg 會認為 0.3.5.4b > 0.3.5.4 唷。

解決方式大致有兩種:

1) 直接把 "b" 去掉,只留下數字(0.3.5.4)作為版號

2) 往後所有的 release 都在最後放 "b"


真是世說新語。Orz
LGJ
道隱於小成,言隱於榮華。(莊子.齊物論)
頭像
Edward G.J. Lee
榮譽學長
榮譽學長
 
文章: 211
註冊時間: 週一 11月 10, 2003 9:24 pm
來自: 鄉下

文章阿信 » 週一 1月 28, 2008 10:16 am

AndrewLee 寫:阿信,
請檢查一下為何沒有生出 .diff 檔案?

-Andrew


Hi Andrew,我會檢查一下的,有些小問題會陸續修正,謝謝
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

文章阿信 » 週一 1月 28, 2008 12:27 pm

阿信 寫:Hi all,
我已經編好deb了,請把底下的link加到sources.list中

deb http://people.debian.org.tw/~asho/debian/ unstable main
deb-src http://people.debian.org.tw/~asho/debian/ unstable main

Lenny/Sid的版本皆可安裝,目前手邊沒有stable的機器,等過幾天比較不忙時再送上來


各位好,目前有放上新的版本,還是以0.3.5.3b為主,主要修改是符合Debian的deb規則(很久沒有包裝deb,有點失誤,還請大家包涵)。

0.3.5.4b的版本小弟要verify過後再打包,謝謝
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

下一頁

回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客