Line 26: |
Line 26: |
| ===Journal does not start=== | | ===Journal does not start=== |
| | | |
− | The custom tree model of the Journal is being ported ([[Features/GTK3/Shell#Custom_tree_model_for_journal|see dsd notes]]). Gonzalo provided an initial patch, and I'm working over it. Current issue: gtk_tree_view_column_set_attributes () is not introspectable . A workaround is possible, but better is to add an override in pygobect. | + | The custom tree model of the Journal is being ported ([[Features/GTK3/Shell#Custom_tree_model_for_journal|see dsd notes]]). Gonzalo provided an initial patch, and I'm working over it. |
| + | |
| + | gtk_tree_view_column_set_attributes () is not introspectable . I have a workaround working, as it is just wrapping gtk_tree_view_column_add_attribute () but better is to add an override in pygobect, [https://bugzilla.gnome.org/show_bug.cgi?id=680320|sent a patch]. |
| + | |
| + | Current issue: 'gi.repository.Gio' object has no attribute 'volume_monitor_get'. |
| | | |
| ===Other issues=== | | ===Other issues=== |
Line 32: |
Line 36: |
| * home, list view not being displayed | | * home, list view not being displayed |
| * launch screen does not go away | | * launch screen does not go away |
− | * activity icon in the frame does not stop blinking | + | * activity icon in the frame does not stop blinking |
| * buddy icon in home view and network view is some pixels above the center (maybe because is being set in the wrong grid cell) | | * buddy icon in home view and network view is some pixels above the center (maybe because is being set in the wrong grid cell) |
| * the corners of the frame have grey color | | * the corners of the frame have grey color |
| * widgets like icons and texts have grey background instead of black (toolbar-grey) - this is because of a change in gtk (seen in Browse too) | | * widgets like icons and texts have grey background instead of black (toolbar-grey) - this is because of a change in gtk (seen in Browse too) |
| * home, favorites view, random layout, can't drag icons | | * home, favorites view, random layout, can't drag icons |