Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute Error while opening .iso #7

Open
charanjit-singh opened this issue Jan 24, 2020 · 1 comment
Open

Attribute Error while opening .iso #7

charanjit-singh opened this issue Jan 24, 2020 · 1 comment

Comments

@charanjit-singh
Copy link

╭─charanjit@22G ~ 
╰─$ usb-creator-gtk 

(usb-creator-gtk:12666): Gtk-WARNING **: 22:04:09.099: Theme parsing error: gtk-contained.css:2848:13: Expected a length

(usb-creator-gtk:12666): Gtk-WARNING **: 22:04:09.100: Theme parsing error: gtk-contained.css:2880:37: The :prelight pseudo-class is deprecated. Use :hover instead.
isoinfo: Unable to find Joliet SVD
isoinfo: Unable to find Joliet SVD
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 375, in motion_cb
    context.drag_status(Gdk.DragAction.COPY, time)
AttributeError: 'X11DragContext' object has no attribute 'drag_status'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 375, in motion_cb
    context.drag_status(Gdk.DragAction.COPY, time)
AttributeError: 'X11DragContext' object has no attribute 'drag_status'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 375, in motion_cb
    context.drag_status(Gdk.DragAction.COPY, time)
AttributeError: 'X11DragContext' object has no attribute 'drag_status'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 375, in motion_cb
    context.drag_status(Gdk.DragAction.COPY, time)
AttributeError: 'X11DragContext' object has no attribute 'drag_status'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 375, in motion_cb
    context.drag_status(Gdk.DragAction.COPY, time)
AttributeError: 'X11DragContext' object has no attribute 'drag_status'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 375, in motion_cb
    context.drag_status(Gdk.DragAction.COPY, time)
AttributeError: 'X11DragContext' object has no attribute 'drag_status'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 375, in motion_cb
    context.drag_status(Gdk.DragAction.COPY, time)
AttributeError: 'X11DragContext' object has no attribute 'drag_status'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 381, in drop_cb
    w.drag_get_data(context, target)
TypeError: Gtk.Widget.drag_get_data() takes exactly 4 arguments (3 given)
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/usbcreator/frontends/gtk/frontend.py", line 388, in data_received_cb
    file = selection.data.strip('\r\n\x00')
AttributeError: 'SelectionData' object has no attribute 'data'

@charanjit-singh
Copy link
Author

Tho I used usb-creator-gtk -i Downloads/pop-os_19.10_amd64_intel_11.iso to make it work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant