diff options
| author | Michael Terry <[email protected]> | 2011-08-25 15:28:31 -0400 |
|---|---|---|
| committer | git-ubuntu importer <[email protected]> | 2011-08-25 19:35:21 +0000 |
| commit | 160b3e27bc68abd96107a65f07ff91be138a1858 (patch) | |
| tree | cf61b9c2fb97ed30705f932214252e54430b8b4e | |
| parent | e6e1c4b60d430edbd6f7006ab5a10ecbb3d7fc3a (diff) | |
0.0.5-0ubuntu2 (patches unapplied)import/0.0.5-0ubuntu2
Imported using git-ubuntu import.
Notes
Notes:
* debian/patches/disable-fuse.patch:
- Disable fuse daemon, which will crash if run because we also force
the 'local' vfs backend. LP: #832533
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/patches/disable-fuse.patch | 12 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4a7a0ce4..84588d55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +unity-greeter (0.0.5-0ubuntu2) oneiric; urgency=low + + * debian/patches/disable-fuse.patch: + - Disable fuse daemon, which will crash if run because we also force + the 'local' vfs backend. LP: #832533 + + -- Michael Terry <[email protected]> Thu, 25 Aug 2011 15:28:31 -0400 + unity-greeter (0.0.5-0ubuntu1) oneiric; urgency=low * New upstream release diff --git a/debian/patches/disable-fuse.patch b/debian/patches/disable-fuse.patch new file mode 100644 index 00000000..33e171ae --- /dev/null +++ b/debian/patches/disable-fuse.patch @@ -0,0 +1,12 @@ +Index: unity-greeter-0.0.5/src/user-list.vala +=================================================================== +--- unity-greeter-0.0.5.orig/src/user-list.vala 2011-08-25 15:30:58.840473900 -0400 ++++ unity-greeter-0.0.5/src/user-list.vala 2011-08-25 15:31:04.800473963 -0400 +@@ -226,6 +226,7 @@ + { + greeter_set_env ("INDICATOR_GREETER_MODE", "1"); // reduced functionality + greeter_set_env ("GIO_USE_VFS", "local"); // no gvfsd ++ greeter_set_env ("GVFS_DISABLE_FUSE", "1"); // no gvfs-fuse + greeter_set_env ("RUNNING_UNDER_GDM", "1"); // for gnome-settings-daemon + + load_indicator ("/usr/lib/indicators3/6/libsession.so"); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..be1a7277 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +disable-fuse.patch |
