! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Option to store clips in RAM instead of disk
Status:
RESOLVED: WORKSFORME
Product:
Xfce4-clipman-plugin
Component:
General

Comments

Description Mark Ford 2017-02-27 19:25:58 CET
Hello, for security reasons, I would very much appreciate an option to store clipboard contents to RAM instead of disk.

Thanks
Comment 1 Mike Massonnet editbugs 2017-03-24 12:44:57 CET
There is already an option for this.

The content is only saved on disk if you activate the option save-on-quit.

https://git.xfce.org/panel-plugins/xfce4-clipman-plugin/tree/panel-plugin/plugin.c#n134
https://git.xfce.org/panel-plugins/xfce4-clipman-plugin/tree/panel-plugin/plugin.c#n184

  /* Return if the history must not be saved */
  g_object_get (plugin->history, "save-on-quit", &save_on_quit, NULL);
  if (save_on_quit == FALSE)
    return;

Bug #13393

Reported by:
Mark Ford
Reported on: 2017-02-27
Last modified on: 2017-03-24

People

Assignee:
Mike Massonnet
CC List:
0 users

Version

Attachments

Additional information