There is a upstream patch that fixes just these issues and nothing else.
Can we get a 2.2.5-2 package released?
Modified Paths:
--------------
branches/bluefish_2_2_5-1/data/bflang/html.bflang2
branches/bluefish_2_2_5-1/src/filebrowser2.c
Modified: branches/bluefish_2_2_5-1/data/bflang/html.bflang2
===================================================================
--- branches/bluefish_2_2_5-1/data/bflang/html.bflang2 2014-08-13 20:32:03 UTC
(rev 8373)
+++ branches/bluefish_2_2_5-1/data/bflang/html.bflang2 2014-08-22 09:35:58 UTC
(rev 8374)
@@ -21,7 +21,7 @@
<!DOCTYPE bflang [
<!ENTITY i18n "dir,lang">
- <!ENTITY univ "class,id,style=c.html.attrib.style,title">
+ <!ENTITY univ "class,id,style,title">
<!ENTITY evnt
"onclick,ondblclick,onmousedown,onmouseup,onmouseover,onmousemove,onmouseout,onkeypress,onkeydown,onkeyup">
<!ENTITY css-selectors SYSTEM "css-selectors.bfinc">
<!ENTITY css-rules SYSTEM "css-rules.bfinc">
Modified: branches/bluefish_2_2_5-1/src/filebrowser2.c
===================================================================
--- branches/bluefish_2_2_5-1/src/filebrowser2.c 2014-08-13 20:32:03 UTC
(rev 8373)
+++ branches/bluefish_2_2_5-1/src/filebrowser2.c 2014-08-22 09:35:58 UTC
(rev 8374)
@@ -2496,7 +2496,7 @@
DEBUG_MSG("fb2_update_settings_from_session, set basedir %s\n",
tmp);
if (tmp && tmp[0]) {
GtkTreePath *fs_path, *filter_path;
- GFile *uri =
g_file_new_for_uri(strip_trailing_slash((gchar *) tmp));
+ GFile *uri =
g_file_new_for_uri(strcmp(tmp,"file:///")==0?tmp:strip_trailing_slash((gchar *)
tmp));
DEBUG_MSG("fb2_update_settings_from_session, set
basedir %p\n",uri);
fb2_set_basedir(fb2, uri);
fb2_set_dirmenu(fb2, uri, FALSE);
** Tags added: patch-accepted-upstream
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1317650
Title:
Bluefish crashes during startup if filebrowser directory was set to
root in the previous session
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluefish/+bug/1317650/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs