Sync Polish - 2.4.A - Un-share and un-publish warning dialogue window required
Bug #603620 reported by
John Lea
on 2010-07-09
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ubuntu One Client |
Undecided
|
Ubuntu One Client Engineering team |
Bug Description
Un-share and un-publish warning dialogue window required.
See variation 3.a in use case 2.4.A for description of desired functionality (file sync spec)
Related branches
lp:~rodrigo-moya/ubuntuone-client/check-before-disabling
- Manuel de la Peña (community): Approve on 2010-07-26
- Natalia Bidart: Approve on 2010-07-23
-
Diff: 1098 lines (+824/-61)10 files modifiedlibsyncdaemon/Makefile.am (+2/-0)
libsyncdaemon/libsyncdaemon.h (+1/-0)
libsyncdaemon/syncdaemon-daemon.c (+4/-4)
libsyncdaemon/syncdaemon-daemon.h (+3/-2)
libsyncdaemon/syncdaemon-share-info.c (+344/-0)
libsyncdaemon/syncdaemon-share-info.h (+78/-0)
libsyncdaemon/syncdaemon-shares-interface.c (+177/-48)
libsyncdaemon/syncdaemon-shares-interface.h (+2/-2)
libsyncdaemon/test-libsyncdaemon.c (+113/-4)
nautilus/location-widget.c (+100/-1)
John Lea (johnlea)
on 2010-07-09
tags: | added: acceptance-test rhubarb |
Changed in ubuntuone-client: | |
assignee: | nobody → Ubuntu One Desktop+ team (ubuntuone-desktop+) |
Joshua Hoover (joshuahoover) wrote : | #1 |
Joshua Hoover (joshuahoover)
on 2010-08-04
Changed in ubuntuone-client: | |
status: | New → In Progress |
Joshua Hoover (joshuahoover) wrote : | #2 |
Failed in ubuntuone-client 1.3.6-0ubuntu1. When clicking on the "Synchronize folder" checkbox, Nautilus crashes (all open Nautilus windows close immediately) but there is no report in /var/crash.
Rodrigo Moya (rodrigo-moya) wrote : | #3 |
This functionality doesn't work because of a bug in syncdaemon (bug #608779), but of course we shouldn't crash, so could you please try to replicate by doing the following:
$ ps aux | grep nautilus
$ gdb nautilus $pid_as_
(gdb) c
and then make it crash, and when so:
(gdb) thread apply all bt
and paste the output of this last command?
Rodrigo Moya (rodrigo-moya) wrote : | #4 |
It's missing checking for public files also!!
Natalia Bidart (nataliabidart)
on 2011-04-20
Changed in ubuntuone-client: | |
status: | In Progress → New |
To post a comment you must log in.
Failed in ubuntuone-client 1.3.5-0ubuntu3. A window/dialog never popped up warning me that the UDF I was disabling sync on had at least one file that was published.