Zim

Activity log for bug #1563632

Date Who What changed Old value New value Message
2016-03-30 02:06:46 Brendan Kidwell bug added bug
2016-03-30 02:06:53 Brendan Kidwell zim: assignee Brendan Kidwell (bkidwell)
2016-03-30 02:06:57 Brendan Kidwell zim: status New Incomplete
2016-03-30 02:08:53 Brendan Kidwell description Quick and dirty description. I will clean this up later. A user reported in the chat room that the portable Zim Desktop Wiki for Windows (0.65) writes and reads settings in $APPDATA, including: C:\Users\NAME\AppData\Roaming\zim\data\applications\defaults.list C:\Users\NAME\AppData\Roaming\zim\data\applications\MYTEXTEDITOR.desktop C:\Users\NAME\AppData\Roaming\zim\data\applications\mimeinfo.cache To reproduce, delete $APPDATA/zim and run the portable Zim app. Edit settings, change the default text editor, etc. The folder will have reappeared. To fix: we need to redefine at the shell level (in ZimDesktopWikiPortable.exe the launcher) environment variables that lead to this situation. If we have to actually redefine $APPDATA we probably can, but it's probably more correct to look at all the XDG_* variables first. Quick and dirty description. I will clean this up later. A user reported in the chat room that the portable Zim Desktop Wiki for Windows (0.65) writes and reads settings in $APPDATA, including: C:\Users\NAME\AppData\Roaming\zim\data\applications\defaults.list C:\Users\NAME\AppData\Roaming\zim\data\applications\MYTEXTEDITOR.desktop C:\Users\NAME\AppData\Roaming\zim\data\applications\mimeinfo.cache Also end-user-installed plugins are searched for somewhere under $APPDATA which is not proper for a portable app. To reproduce, delete $APPDATA/zim and run the portable Zim app. Edit settings, change the default text editor, etc. The folder will have reappeared. To fix: we need to redefine at the shell level (in ZimDesktopWikiPortable.exe the launcher) environment variables that lead to this situation. If we have to actually redefine $APPDATA we probably can, but it's probably more correct to look at all the XDG_* variables first.
2016-08-21 18:28:16 Ambrose bug added subscriber Ambrose
2016-08-23 12:05:46 Brendan Kidwell zim: status Incomplete Confirmed