[新聞] BBS 軟體 PCMan X pure GTK+2 釋出 0.3.0 大改版!!

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

[新聞] BBS 軟體 PCMan X pure GTK+2 釋出 0.3.0 大改版!!

文章PCMan » 週一 8月 22, 2005 1:11 pm

PCMan X pure GTK+ 2 version 0.3.0 大改版釋出
除非有 bug 會做小修正,短期內不大會再有大改版。
還請使用各 distro 的朋友們不吝協助打包,看看能否送入官方套件庫方便網友

官方網頁: http://pcmanx.csie.net/

1. 由開發者 copyleft 網友加入超炫會自動回水球的 Nancy Bot BBS 機器人, 只要從 [檢視] 選單裡面開啟,就可以幫你回水球,玩弄丟水球給你的人。 Nancy Bot 使用的對話可以藉由設定檔設定。Nancy 機器人如果正在使用中,狀態列會以紅字顯示。

2. 由開發者 olv 網友加入了滑鼠雙擊選取文字的功能,點兩下英文會選取一個單字,點兩下中文會選一個詞,點三下則選取整行。

3. 可以設定開啟 E-mail address 的郵件程式,點 BBS 上的 E-mail 就可寄信

4. 狀態列加入連線時間顯示

5. 修正 BBS 畫面上的 telnet:// 網址無法正常開啟的問題

6. 修正瀏覽器設定無法儲存的問題

7. 修正 Popup 視窗無法顯示 <, > 等特殊符號的問題

8. 修正網址中含有 '&' 會無法正常使用的問題

9. 獲得對岸網友 minghua & Optical-dlz 協助,正式加入了 zh_CN 簡體中文語系
PCMan
榮譽學長
榮譽學長
 
文章: 217
註冊時間: 週六 7月 02, 2005 10:46 am

文章訪客 » 週二 8月 23, 2005 11:03 pm

我在compile發生問題
有人跟有一樣的問題嗎?

代碼: 選擇全部
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src/core -I../src/view -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2 -I/usr/include/freetype2/config   -I/usr/include/python2.3 -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\"    -march=pentium4 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays -MT telnetcon.o -MD -MP -MF ".deps/telnetcon.Tpo" -c -o telnetcon.o `test -f 'view/telnetcon.cpp' || echo './'`view/telnetcon.cpp; \
then mv -f ".deps/telnetcon.Tpo" ".deps/telnetcon.Po"; else rm -f ".deps/telnetcon.Tpo"; exit 1; fi
view/telnetcon.cpp: In member function `void
   CTelnetCon::OnNewIncomingMessage(const char*)':
view/telnetcon.cpp:768: error: invalid conversion from `const char*' to `char*'
make[3]: *** [telnetcon.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/pcmanx-0.3.0/work/pcmanx-pure-gtk2-0.3.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/pcmanx-0.3.0/work/pcmanx-pure-gtk2-0.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pcmanx-0.3.0/work/pcmanx-pure-gtk2-0.3.0'
make: *** [all] Error 2
訪客
 

文章訪客 » 週三 8月 24, 2005 12:54 am

Anonymous 寫:我在compile發生問題
有人跟有一樣的問題嗎?

代碼: 選擇全部
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src/core -I../src/view -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2 -I/usr/include/freetype2/config   -I/usr/include/python2.3 -DLOCALEDIR="/usr/share/locale" -DDATADIR="/usr/share"    -march=pentium4 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays -MT telnetcon.o -MD -MP -MF ".deps/telnetcon.Tpo" -c -o telnetcon.o `test -f 'view/telnetcon.cpp' || echo './'`view/telnetcon.cpp; \
then mv -f ".deps/telnetcon.Tpo" ".deps/telnetcon.Po"; else rm -f ".deps/telnetcon.Tpo"; exit 1; fi
view/telnetcon.cpp: In member function `void
   CTelnetCon::OnNewIncomingMessage(const char*)':
view/telnetcon.cpp:768: error: invalid conversion from `const char*' to `char*'
make[3]: *** [telnetcon.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/pcmanx-0.3.0/work/pcmanx-pure-gtk2-0.3.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/pcmanx-0.3.0/work/pcmanx-pure-gtk2-0.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/pcmanx-0.3.0/work/pcmanx-pure-gtk2-0.3.0'
make: *** [all] Error 2

這位朋友,能請試試看 0.3.1 嗎? kanru 已經有釋出了
應該會修正一些問題
訪客
 

文章wsun013 » 週三 8月 24, 2005 2:14 am

小弟的 anti-alias 開跟沒開都一樣耶 ><
------BEGIN GEEK CODE BLOCK------
Version: 3.12
GE d->++ s: a-- C+++>++++ UL>++++ P>++++ L++>++++ E---- W+ N@ o K- w++(+)
O- M- V? PS+++(+) PE++(+) Y-- PGP- t>--- 5? X+++ R- tv-(--) b+ DI? D+ G e++>++++
h+(!) r++(%) y*>++++
-------END GEEK CODE BLOCK-------
頭像
wsun013
快樂的大學生
快樂的大學生
 
文章: 784
註冊時間: 週二 9月 14, 2004 12:12 pm
來自: 紐西蘭

文章訪客 » 週三 8月 24, 2005 8:18 am

我剛剛試了0.3.1,發現還是一樣的錯誤訊息
這與我使用gcc-3.3.5有關嗎?

謝謝 :-D
訪客
 

文章PCMan » 週三 8月 24, 2005 12:30 pm

wsun013 寫:小弟的 anti-alias 開跟沒開都一樣耶 ><

看字型,目前已知 Firefly 的 New Sung 無效,原因不明
AR PL Mingti2L Big5 這類的字型效果就很明顯。
可以試試看
BBS 其實我比較推薦 AR PL Mingti2L Big5
Firefly 的字型偶爾會有字出不來,不過很少發生。
PCMan
榮譽學長
榮譽學長
 
文章: 217
註冊時間: 週六 7月 02, 2005 10:46 am

文章wsun013 » 週三 8月 24, 2005 12:59 pm

感謝PCMan 大大
小弟使用 new sung 成癡
竟然還說pcmanx aa 無效, 真是對不起
果真用 mingti2l big5 就好了!
雖然我被流放公海了說 :ooops:
------BEGIN GEEK CODE BLOCK------
Version: 3.12
GE d->++ s: a-- C+++>++++ UL>++++ P>++++ L++>++++ E---- W+ N@ o K- w++(+)
O- M- V? PS+++(+) PE++(+) Y-- PGP- t>--- 5? X+++ R- tv-(--) b+ DI? D+ G e++>++++
h+(!) r++(%) y*>++++
-------END GEEK CODE BLOCK-------
頭像
wsun013
快樂的大學生
快樂的大學生
 
文章: 784
註冊時間: 週二 9月 14, 2004 12:12 pm
來自: 紐西蘭

文章PCMan » 週三 8月 24, 2005 4:11 pm

Anonymous 寫:我剛剛試了0.3.1,發現還是一樣的錯誤訊息
這與我使用gcc-3.3.5有關嗎?

謝謝 :-D

可以 ckeck out svn 當中的版本試試看
另外
./configure --disable-script 應該可以解決問題
Python script 的支援目前還不能用,強烈建議關閉這個編譯選項
PCMan
榮譽學長
榮譽學長
 
文章: 217
註冊時間: 週六 7月 02, 2005 10:46 am

文章訪客 » 週三 8月 24, 2005 10:13 pm

我剛試過關閉 Python script support.還是有一樣的問題 :crying:

待會來試svn的版本,只是大家都沒問題嗎? :-?
訪客
 

文章訪客 » 週三 8月 24, 2005 10:23 pm

已經可以了 :finger1:
訪客
 


回到 debian desktop

誰在線上

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