GNOME Bugzilla – Bug 792048
Show url for unnamed bookmarks
Last modified: 2017-12-29 20:33:57 UTC
Created attachment 366084 [details] how it looks In firefox one can remove names from bookmarks and have lots of them on the bar and that is OK. Syncing those to Epiphany makes the bookmark tab look empty. The solution is to show the URL of a bookmark that has no name.
Oh wow! Yes indeed.
You don't even need Sync to do this. You can remove the titles in Epiphany as well.
The following fix has been pushed: e505173 bookmark-row: Display URL for bookmarks without title
Created attachment 366090 [details] [review] bookmark-row: Display URL for bookmarks without title Bookmarks don't have to have a title. In that case, we should fall back to displaying the URL. Bookmarks don't have to have a URL either, but in that case, blank is probably the best we can do.