Thread: Re: [CSCMail-Users] 1.7.x error
Brought to you by:
countzer0
From: rroberts <rro...@ho...> - 2000-06-25 12:57:43
|
Actually I got this error with v1.6.1 when I tried to run cscmail as a normal user but not as root. I had forgotten about that. But with this v1.7 I get the error either way as root or a normal user account. On Sun, 25 Jun 2000 12:20:20 +0200, Daniel Schregenberger said: > I recieved the same error when I tried to start 1.6.1 as root. > Starting it as a normal user works fine. > > Daniel > > rroberts wrote: > >getting the follwing error while trying to start the 1.7.x latetst > from > >cvs: > > > >HTML Widget is: GtkHTML > >pixmap is not of type Gtk::Gdk::Pixmap at /usr/local/bin/cscmail line > >5054. > > > >1.6.1 still works fine... > > _______________________________________________ > http://www.cscmail.net > csc...@li... > http://lists.sourceforge.net/mailman/listinfo/cscmail-users > |
From: rroberts <rro...@ho...> - 2000-06-25 17:41:01
|
copying over the pixmaps did solve the initial problem of getting the program to load. Now the program will startup but when I go click a message to view it, either html or plain text, I get: [root@homenet /root]# HTML Widget is: GtkHTML Usage: Gtk::HTML::begin(html, url) at /usr/bin/cscmail line 1753. and the program dies with no other warnings. On 25 Jun 2000 12:08:58 CDT, Count Zero said: > rroberts was overheared mumbling something about this on 25 Jun 2000 > 03:29:53 > EDT > > > getting the follwing error while trying to start the 1.7.x latetst > from > > cvs: > > > > HTML Widget is: GtkHTML > > pixmap is not of type Gtk::Gdk::Pixmap at /usr/local/bin/cscmail > line > > 5054. > > > > 1.6.1 still works fine... > > > > Check your pixmap directory in ~/.cscmailrc > > Then look in that dir and make sure that you have a newm.xpm file in > that > directory. > > This error is caused by a missing .xpm file... You probably need to > re-run make > install; as root, and also adjust your PixmapDir in ~/.cscmailrc (for > both root > and the user, if you wish to run cscmail as both...) > > -CZ > -- > -----BEGIN GEEK CODE BLOCK----- > Version: 3.1 > GIT/CM 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------ > > > > _______________________________________________ > http://www.cscmail.net > csc...@li... > http://lists.sourceforge.net/mailman/listinfo/cscmail-users > |
From: Count Z. <cou...@cy...> - 2000-06-26 01:50:41
|
rroberts was overheared mumbling something about this on 25 Jun 2000 13:39:45 EDT > copying over the pixmaps did solve the initial problem of getting the > program to load. Now the program will startup but when I go click a > message to view it, either html or plain text, I get: > > [root@homenet /root]# HTML Widget is: GtkHTML > Usage: Gtk::HTML::begin(html, url) at /usr/bin/cscmail line 1753. > > and the program dies with no other warnings. Ok, the api for the GtkHTML widget (and CscHTML widget for that matter) changed recently... I recommend you grab a copy of CscHTML from http://www.cscmail.net/cschtml or upgrade your current copy of GtkHTML (and the perl bindings...) CscHTML is GtkHTML without the GNOME dependancies, and I am hacking in new features... For example I am just now finishing up support for <font face=> tags... Plus the option to do csc_html_set_default_font() and csc_html_allow_font_switch() so that users can force a specific font (say fixed...) for viewing mail, even with the HTML widget. -CZ -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/CM 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------ |
From: Lane L. <ll...@si...> - 2000-06-26 11:12:20
|
Count Zero said: > CscHTML is GtkHTML without the GNOME dependancies, and I am hacking > in new > features... For example I am just now finishing up support for <font > face=> > tags... Plus the option to do csc_html_set_default_font() and > csc_html_allow_font_switch() so that users can force a specific font > (say > fixed...) for viewing mail, even with the HTML widget. Will it be possible to select text for copying, as we can with GtkText? -- Lane ____ Lane Lester / Madison County, Georgia USA ---- Using Linux to get where I want to go... |
From: Steven K. <st...@vo...> - 2000-06-26 13:40:33
|
On 26 Jun 2000 06:34:06 EDT, Lane Lester said: > > Count Zero said: > > CscHTML is GtkHTML without the GNOME dependancies, and I am hacking > > in new > > features... For example I am just now finishing up support for > <font > > face=> > > tags... Plus the option to do csc_html_set_default_font() and > > csc_html_allow_font_switch() so that users can force a specific > font > > (say > > fixed...) for viewing mail, even with the HTML widget. > > Will it be possible to select text for copying, as we can with > GtkText? Yes, GtkHTML (and therefore CscHTML) supports normal X style copy/paste operations. Right now the only differences between GtkHTML and CscHTML are the following: GtkHTML requires GNOME and several other libs (gnome-print, gconf, oaf, bonobo, corba, gdk-pixbuf, libart, gtk, and many more!) CscHTML requires gdk-pixbuf, libart, and gtk. Thats it! CscHTML has added support for <font face=fontname> tags, plus a programmers API for "set default font" and "allow font switch" This lets an application developer force a specific font on any HTML document, overriding the documents own font selections. (ie: in CSCMail, the "use this font to view messages" option now WORKS! hehe) CscHTML's perl bindings have been updated to support the new font features Some people have noticed that CscHTML seems to be a little faster than GtkHTML, but there is no concrete proof of this. -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |