Advertisement
zebedeeboss

Untitled

Mar 26th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. zebedee@i7-makulu-debian-1950 ~ $ sudo ddm
  2. [sudo] password for zebedee:
  3. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  4. Create list store eval string: Gtk.ListStore(bool, GdkPixbuf.Pixbuf, str, int, int)
  5. First item is column name (multi-column list): Install
  6. First item is column name (multi-column list):
  7. First item is column name (multi-column list): Device
  8. Create column names: ['Install', '', 'Device']
  9. First item is column name: skip first item
  10. Create column: Gtk.TreeViewColumn("Install", Gtk.CellRendererToggle(), active=0)
  11. Column added: Install
  12. Create column: Gtk.TreeViewColumn("", Gtk.CellRendererPixbuf(), pixbuf=1)
  13. Column added:
  14. Create column: Gtk.TreeViewColumn("Device", Gtk.CellRendererText(), text=2, weight=3, size=4)
  15. Column added: Device
  16. zebedee@i7-makulu-debian-1950 ~ $
  17.  
  18. This is with no backports ticked and nothing happens, the application starts and then does nothing when you press install - so I closed it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement