Opened 19 years ago
Closed 18 years ago
#7641 closed defect (fixed)
BUG: Problem using evince
Reported by: | Martin.Buchmann@… | Owned by: | rhwood@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
I have installed evince for viewing ps/pdf files. It builds fine and is installed without a problem as far as i can see, but if i invoke evince i get the follwoing messages:
metallw08:~ Martin$ evince
(evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc' (evince:24318): GLib-GObject-WARNING : Two different plugins tried to register 'BasicEngineFc'.
(evince:24318): GLib-GObject-CRITICAL : g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to load Pango module for id: 'BasicScriptEngineFc'
metallw08:~ Martin$ port installed pango The following ports are currently installed:
pango @1.10.3_0 (active)
Nevertheless, evince starts but if I try to open a pdf file I have to choose all files to see any pdf document and then I get a message like
Could not open document Wrong MIME type: "text/plain".
Change History (9)
comment:1 Changed 19 years ago by blb@…
Owner: | changed from darwinports-bugs@… to gnome-darwinports@… |
---|
comment:2 Changed 19 years ago by rhwood@…
Status: | new → assigned |
---|
Try running the command:
sudo update-mime-database /opt/local/share/mime
and attempting to use evince again. This should at least allow you to use evince to view ps/pdf files, but will not help with the 'BasicEngineFc' error.
comment:3 Changed 19 years ago by mww@…
Summary: | Problem using evince → BUG: Problem using evince |
---|
comment:5 Changed 19 years ago by Martin.Buchmann@…
Try running the command:
sudo update-mime-database /opt/local/share/mime
and attempting to use evince again. This should at least allow you to use evince to view ps/pdf files, but will not help with the 'BasicEngineFc' error.
Where can i find this command?
comment:6 Changed 19 years ago by Martin.Buchmann@…
(In reply to comment #4)
Try running the command:
sudo update-mime-database /opt/local/share/mime
and attempting to use evince again. This should at least allow you to use evince to view ps/pdf files, but will not help with the 'BasicEngineFc' error.
Where can i find this command?
I found it in the shared-mime-info port.
comment:7 Changed 19 years ago by Martin.Buchmann@…
(In reply to comment #3)
Is this bug report still valid?
After I updated the mime database I can use evince. But I still get the following messages:
(evince:9866): Gtk-CRITICAL : gtk_tree_model_foreach: assertion `GTK_IS_TREE_MODEL (model)' failed
(evince:9866): Gtk-CRITICAL : gtk_list_store_clear: assertion `GTK_IS_LIST_STORE (list_store)' failed
comment:8 Changed 18 years ago by rhwood@…
Owner: | changed from gnome-darwinports@… to rhwood@… |
---|---|
Status: | assigned → new |
New evince has been committed to CVS. Hope it helps somewhat.
comment:9 Changed 18 years ago by rhwood@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Eveince and the ports it depends on have gone through a number of changes since this bug report was opened. Please open a new report if you are still expiernecing troubles with evince.
Assigning to maintainer.