Privacy settings don't affect Gnome recently-used list.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Activity Log Manager |
Medium
|
Jeremy Bicha | ||
| activity-log-manager (Ubuntu) |
Medium
|
Unassigned |
Bug Description
Blocking directories or apps, or clearing the history entirely in the Privacy settings pane does not prevent files in those directories or opened by those applications from appearing in the Gnome "Recent Files" list in file open/save dialogs. This second log is stored in "~/.local/
While I accept that the activity log manager cannot control the monitoring of each individual program, I expected that it would control the *global* recent files list.
Short term: If there is no way to offer the same control, maybe an option to disable it (writing "gtk-recent-
Noteworthy: in my searches to make sure my bug report was original, I came across a few people who had the complaint about the "Recent Files" list and I saw a number of replies telling them to use the Privacy pane.
Related branches
- Manish Sinha (मनीष सिन्हा): Approve on 2013-07-07
-
Diff: 23 lines (+5/-0)1 file modifiedsrc/unified-privacy.vala (+5/-0)
- Manish Sinha (मनीष सिन्हा): Approve on 2013-07-08
-
Diff: 18 lines (+2/-0)1 file modifiedsrc/unified-privacy.vala (+2/-0)
Magnetizer (magnetizer) wrote : | #1 |
Changed in activity-log-manager: | |
status: | New → Confirmed |
Launchpad Janitor (janitor) wrote : | #2 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in activity-log-manager (Ubuntu): | |
status: | New → Confirmed |
Jeremy Bicha (jbicha) wrote : | #3 |
Jeremy Bicha (jbicha) wrote : | #4 |
I'm attaching 2 screenshots from GNOME 3.8's new Privacy panel. It would be great if Ubuntu's Security & Privacy panel would include these features also.
I guess Usage and History is already merged. Something has to be done for "Purge Trash and Temporary Files"
This issue has been solved. For "Purge Trash and Temporary Files" keep an eye on LP #1189313
Changed in activity-log-manager: | |
assignee: | nobody → Jeremy Bicha (jbicha) |
status: | Confirmed → Fix Committed |
milestone: | none → 0.9.7 |
Launchpad Janitor (janitor) wrote : | #7 |
This bug was fixed in the package activity-
---------------
activity-
* New upstream release.
- System Settings panel has been renamed to "Security and Privacy"
- New Security tab (LP: #1189313)
- Incognito Mode now stops GtkRecentManager logging (LP: #992338)
- Deleting all history also purges entries in GtkRecentManager
(LP: #992338)
* Use dh compat 9
* debian/rules:
- Disable multiarch direcctories since the System Settings panel doesn't
work installed there yet
* debian/
* debian/
- Dropped, applied in new release
* debian/
- Ubuntu doesn't include data loggers for Email or Webpages
so don't show them in the Include list.
-- Jeremy Bicha <email address hidden> Wed, 10 Jul 2013 11:17:30 -0400
Changed in activity-log-manager (Ubuntu): | |
status: | Confirmed → Fix Released |
Changed in activity-log-manager (Ubuntu): | |
importance: | Undecided → Medium |
Changed in activity-log-manager: | |
importance: | Undecided → Medium |
In addition to this, turning "Record Activity" on the privacy settings screen off should also inhibit additions to ~/.local/ share/recently- used.xbel.
At this moment I work around the problem by
sudo chattr +i ~/.local/ share/recently- used.xbel
which inhibits additions to the recently-used file.
You can change this back by
sudo chattr -i ~/.local/ share/recently- used.xbel
so the next item will be added again.
This works but it is cumbersome. It would be nice if the privacy settings could take care of it. Of course, the chattr command has to be run by root which could be a problem for a simple on/off switch.