Advertisement
zebedeeboss

Untitled

Mar 26th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. zebedee@i7-makulu-debian-1950 ~ $ ddm -b
  2. Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated. please move it to /home/zebedee/.config/fontconfig/fonts.conf manually
  3. Create list store eval string: Gtk.ListStore(bool, GdkPixbuf.Pixbuf, str, int, int)
  4. First item is column name (multi-column list): Install
  5. First item is column name (multi-column list):
  6. First item is column name (multi-column list): Device
  7. Create column names: ['Install', '', 'Device']
  8. First item is column name: skip first item
  9. Create column: Gtk.TreeViewColumn("Install", Gtk.CellRendererToggle(), active=0)
  10. Column added: Install
  11. Create column: Gtk.TreeViewColumn("", Gtk.CellRendererPixbuf(), pixbuf=1)
  12. Column added:
  13. Create column: Gtk.TreeViewColumn("Device", Gtk.CellRendererText(), text=2, weight=3, size=4)
  14. Column added: Device
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement