Opened 10 years ago
Closed 10 years ago
#45352 closed defect (fixed)
Terminal: theme icons not present in theme.
Reported by: | dbevans (David B. Evans) | Owned by: | afb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | Terminal |
Description
On startup, Terminal issues the following warnings and the icons mentioned are not properly displayed in various menu items
(Terminal:19616): Gtk-WARNING **: Error loading theme icon 'stock_terminal-newtab' for stock: Icon 'stock_terminal-newtab' not present in theme (Terminal:19616): Gtk-WARNING **: Error loading theme icon 'stock_terminal-newwindow' for stock: Icon 'stock_terminal-newwindow' not present in theme (Terminal:19616): Gtk-WARNING **: Error loading theme icon 'stock_terminal-closetab' for stock: Icon 'stock_terminal-closetab' not present in theme (Terminal:19616): Gtk-WARNING **: Error loading theme icon 'stock_terminal-reportbug' for stock: Icon 'stock_terminal-reportbug' not present in theme
The attached patch fixes this issue by updating the highcolor icon cache post-activate so that the newly installed icons are available at run time. In addition, a post-activate item is added to register Terminal in the desktop database.
Attachments (1)
Change History (2)
Changed 10 years ago by dbevans (David B. Evans)
Attachment: | patch-Terminal-post-activate.diff added |
---|
comment:1 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r127086, maintainer timeout.
Note: See
TracTickets for help on using
tickets.
Proposed patch for Portfile