Opened 6 years ago

Closed 6 years ago

#56033 closed defect (fixed)

gtimelog: add adwaita-icon-theme to dependencies

Reported by: goetzk (Karl Goetz) Owned by: shreevatsa.public@…
Priority: Normal Milestone:
Component: ports Version: 2.4.2
Keywords: Cc:
Port: gtimelog

Description

When running without adwaita-icon-theme there are errors on load and any time a button is hovered over. The places where icons should be are generic boxes.

Karls-Air:~ kgoetz$ gtimelog
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtimelog/main.py:59: PyGIWarning: Gdk was imported without specifying a version first. Use gi.require_version('Gdk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gdk as gdk
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gtimelog/main.py:60: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk as gtk

(gtimelog:24995): Gtk-WARNING **: Error loading theme icon 'go-previous' for stock: 

(gtimelog:24995): Gtk-WARNING **: Error loading theme icon 'go-next' for stock: 

(gtimelog:24995): Gtk-WARNING **: Error loading theme icon 'go-last' for stock: 

(gtimelog:24995): Gtk-WARNING **: Error loading theme icon 'window-close' for stock: Icon 'window-close' not present in theme Adwaita
[...]

(gtimelog:24995): Gtk-WARNING **: Error loading theme icon 'go-next' for stock: 

(gtimelog:24995): Gtk-WARNING **: Error loading theme icon 'go-next' for stock: 


Karls-Air:~ kgoetz$ 

After installing adwaita-icon-theme, the errors are gone and the UI has buttons in the correct places.

Change History (2)

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Cc: shreevatsa.public@… removed
Owner: set to shreevatsa.public@…
Status: newassigned
Summary: gtimelog @0.9.2 x11/gtimelog: Please add adwaita-icon-theme to dependenciesgtimelog: add adwaita-icon-theme to dependencies

comment:2 Changed 6 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: assignedclosed

In a204629ea71a7961749295f8dbd89a0cc918172b/macports-ports:

gtimelog: update to version 0.11, dependencies

Add run time dependency on adwaita-icon-theme.

Closes #56033

Note: See TracTickets for help on using tickets.