dogtail-devel [Bug 592450] New: Icons Not Installed



http://bugzilla.gnome.org/show_bug.cgi?id=592450

           Summary: Icons Not Installed
    Classification: Other
           Product: dogtail
           Version: CVS HEAD
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: Recorder
        AssignedTo: dogtail-maint gnome bugs
        ReportedBy: rakesh_ambati yahoo com
         QAContact: dogtail-maint gnome bugs
      GNOME target: ---
     GNOME version: ---


--- Comment #0 from Arky <rakesh_ambati yahoo com> 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 *

-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact of the bug.
You are watching the assignee of the bug.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]