After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 592450 - Icons Not Installed
Icons Not Installed
Status: RESOLVED WONTFIX
Product: dogtail
Classification: Deprecated
Component: Recorder
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2009-08-20 11:47 UTC by Arky
Modified: 2011-02-07 06:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arky 2009-08-20 11:47:16 UTC
$ python setup.py install 

Doesn't not install the icons. Perhaps the install should copy them under /usr/share/icons/hicolor/scalable/apps/dogtail/ instead.


Creating logfile at /tmp/dogtail/logs/dogtail-recorder_20090820-171028_debug ...
Traceback (most recent call last):
  • File "/usr/local/bin/dogtail-recorder", line 804 in <module>
    recorderGUI = RecorderGUI()
  • File "/usr/local/bin/dogtail-recorder", line 67 in __init__
    self.window.set_icon_from_file('/usr/share/icons/hicolor/scalable/apps/dogtail-head.svg')
GError: Failed to open file '/usr/share/icons/hicolor/scalable/apps/dogtail-head.svg': No such file or directory


$ sudo cp icons/* /usr/share/icons/hicolor/scalable/apps/ -vv 
`icons/dogtail-head-48.png' -> `/usr/share/icons/hicolor/scalable/apps/dogtail-head-48.png'
`icons/dogtail-head.svg' -> `/usr/share/icons/hicolor/scalable/apps/dogtail-head.svg'
`icons/dogtail-tail-48.png' -> `/usr/share/icons/hicolor/scalable/apps/dogtail-tail-48.png'
`icons/dogtail-tail.svg' -> `/usr/share/icons/hicolor/scalable/apps/dogtail-tail.svg'

$ dogtail-recorder 

** (dogtail-recorder:30118): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum'

** (dogtail-recorder:30118): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum'

** (dogtail-recorder:30118): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
preamble?
#!/usr/bin/python
from dogtail.procedural import *
Comment 1 Fabio Durán Verdugo 2011-02-07 06:10:26 UTC
dogtail development has been stalled and it has been unmaintained for a few
years now.
Maintainers don't have future development plan so i am closing bugs as WONTFIX.
Please feel free to reopen the bugs in future if anyone takes the responsibility for active development.