Sponsored Content
Full Discussion: Can't launch firefox
Operating Systems Linux Can't launch firefox Post 302326299 by jxh461 on Wednesday 17th of June 2009 02:29:58 PM
Old 06-17-2009
This is what i get:

[root@jhlinux ~]# /usr/bin/firefox &
[1] 15059
[root@jhlinux ~]#
(Gecko:15082): Pango-WARNING **: No builtin or dynamically
loaded modules were found. Pango will not work correctly.
This probably means there was an error in the creation of:
'/usr/evolution28/etc/pango/pango.modules'
You should create this file by running pango-querymodules.

(Gecko:15082): Pango-WARNING **: pango_shape called with bad font, expect ugly output

(Gecko:15082): Pango-WARNING **: pango_font_get_glyph_extents called with bad font, expect ugly output

(Gecko:15082): Pango-WARNING **: pango_shape called with bad shape_engine, expect ugly output

(Gecko:15082): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed

(Gecko:15082): Pango-CRITICAL **: pango_font_describe: assertion `font != NULL' failed
/usr/lib/firefox-3.0.1/run-mozilla.sh: line 131: 15082 Segmentation fault "$prog" ${1+"$@"}
 

10 More Discussions You Might Find Interesting

1. Solaris

Eclipse launch question

I just bought my first Ultra 20 (Solaris 10) and I would like to know the step by step directions to launch eclipse please. I have unzipped the eclipse folder in my temp directory I am having really hard time launching eclipse from my desktop. (7 Replies)
Discussion started by: saif
7 Replies

2. Programming

launch an executable from a C++ program

Hi everybody! Could you please tell me how can I launch an executable from a C++ (on unix) program? thanks in advance! (2 Replies)
Discussion started by: nadiamihu
2 Replies

3. UNIX for Advanced & Expert Users

launch a command only if

Hi! I would launch this command: tar -cvvf logswitch.tar `find *.log* -mtime +5` --remove-files only if find *.log* -mtime +5 find some files. Thanks in advance. (10 Replies)
Discussion started by: Minguccio75
10 Replies

4. UNIX for Advanced & Expert Users

Launch veritas netbackup

Hello - I already have Veritas netbackup installed on Mac OS. But I am not able to find the daemon name for running the backup. Does anyone know How to run netbackup? Thank you! (3 Replies)
Discussion started by: panchpan
3 Replies

5. Programming

How to launch a new process

Hi, I have a situation where a C main program needs to call another C main program, my background is mostly Windows and I'm new to UNIX programming. I've read about system(), fork(), and exec() and I'm a little confused as to what the sequence of steps should be to launch another process. By the... (5 Replies)
Discussion started by: hr94131
5 Replies

6. UNIX for Dummies Questions & Answers

How to launch Eclipse in Solaris 10

Hi people, i just installed Eclipse on my Solaris terminal and i can't seem to run it. Currently i am using the SSH Client software to go to my Unix console.I tried to run the command "eclipse -vm <path of java hre>" as directed however i still can't run the application. My Command prompt is... (5 Replies)
Discussion started by: wilsontan
5 Replies

7. Shell Programming and Scripting

Launch Script

Hi all! I just got done writing a script. The problem Im running into is I have to lanuch the script with: sh SCRIPT.sh Is there a way to launch it with by just entering SCIPT into the shell? (3 Replies)
Discussion started by: Grizzly
3 Replies

8. UNIX for Dummies Questions & Answers

Launch application in background

Hi, I would launch a script in background. I've tried in this way: But it doesn't work. The sh launch a java application. How can I solve? Thanks, bye bye. (7 Replies)
Discussion started by: abdujaparov
7 Replies

9. Shell Programming and Scripting

How to launch results of a pipe?

Good afternoon, I have just messed up and deleted some directories on my UNIX machine. I would now want to know which packages are impacted by this. Therefore I have a look in the file "/var/sadm/install/contents" (which contains the filenames/directory names for each installation package). After... (2 Replies)
Discussion started by: scampsd
2 Replies

10. UNIX for Dummies Questions & Answers

Install + launch java

Hi I want to write a very short bash script for doing the following action (on Ubuntu): First, install java Second, launch at a specific time (e.g. 4.30 pm) a java ANT program. How can I do this? (3 Replies)
Discussion started by: Helveticus
3 Replies
Pango::Context(3)					User Contributed Perl Documentation					 Pango::Context(3)

NAME
Pango::Context HIERARCHY
Glib::Object +----Pango::Context METHODS
direction = $context->get_base_dir $context->set_base_dir ($direction) o $direction (Pango::Direction) gravity = $context->get_base_gravity Since: pango 1.16 $context->set_base_gravity ($gravity) o $gravity (Pango::Gravity) Since: pango 1.16 fontdescription = $context->get_font_description $context->set_font_description ($desc) o $desc (Pango::FontDescription) fontmap = $context->get_font_map Since: pango 1.6 gravity = $context->get_gravity Since: pango 1.16 gravityhint = $context->get_gravity_hint Since: pango 1.16 $context->set_gravity_hint ($hint) o $hint (Pango::GravityHint) Since: pango 1.16 language = $context->get_language $context->set_language ($language) o $language (Pango::Language) @families = $context->list_families font = $context->load_font ($desc) o $desc (Pango::FontDescription or undef) fontset = $context->load_fontset ($desc, $language) o $desc (Pango::FontDescription) o $language (Pango::Language or undef) matrix or undef = $context->get_matrix Since: pango 1.6 $context->set_matrix ($matrix) o $matrix (Pango::Matrix or undef) Since: pango 1.6 fontmetrics = $context->get_metrics ($desc, $language) o $desc (Pango::FontDescription) o $language (Pango::Language or undef) ENUMS AND FLAGS
enum Pango::Direction o 'ltr' / 'PANGO_DIRECTION_LTR' o 'rtl' / 'PANGO_DIRECTION_RTL' o 'ttb-ltr' / 'PANGO_DIRECTION_TTB_LTR' o 'ttb-rtl' / 'PANGO_DIRECTION_TTB_RTL' o 'weak-ltr' / 'PANGO_DIRECTION_WEAK_LTR' o 'weak-rtl' / 'PANGO_DIRECTION_WEAK_RTL' o 'neutral' / 'PANGO_DIRECTION_NEUTRAL' enum Pango::Gravity o 'south' / 'PANGO_GRAVITY_SOUTH' o 'east' / 'PANGO_GRAVITY_EAST' o 'north' / 'PANGO_GRAVITY_NORTH' o 'west' / 'PANGO_GRAVITY_WEST' o 'auto' / 'PANGO_GRAVITY_AUTO' enum Pango::GravityHint o 'natural' / 'PANGO_GRAVITY_HINT_NATURAL' o 'strong' / 'PANGO_GRAVITY_HINT_STRONG' o 'line' / 'PANGO_GRAVITY_HINT_LINE' SEE ALSO
Pango, Glib::Object COPYRIGHT
Copyright (C) 2003-2009 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.12.1 2010-07-05 Pango::Context(3)
All times are GMT -4. The time now is 09:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy