Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466380 - net-p2p/transmission-2.77 - preferences corruption in transmission-gtk
Summary: net-p2p/transmission-2.77 - preferences corruption in transmission-gtk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Samuli Suominen (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-04-18 15:18 UTC by Marinus Schraal
Modified: 2013-06-27 17:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix transmission-gtk preferences corruption (transmission-2.77-gtk_download_dir_preferences_cb.patch,665 bytes, patch)
2013-04-18 15:20 UTC, Marinus Schraal
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marinus Schraal 2013-04-18 15:18:42 UTC
transmission-gtk 2.77 has a rather annoying preferences corruption bug in the 'downloading' tab. Opening the tab results in it's download dir settings getting corrupted and this can eventually result in the full settings file getting corrupted with non-UTF-8 characters.

I've reopened an upstream bug at https://trac.transmissionbt.com/ticket/5246 (at this time still waiting for moderation), with a patch.

Reproducible: Always

Steps to Reproduce:
1. open transmission settings menu->edit->prefernces
2. switch to downloading tab
3. set 'save to location'
4. close the dialog
5. repeat step 1 & 2
6. the location is set to 'None' usually, can be anything, this is the moment the corruption happens
Comment 1 Marinus Schraal 2013-04-18 15:20:22 UTC
Created attachment 345914 [details, diff]
patch to fix transmission-gtk preferences corruption

Patch to fix issue by connecting the settings callback after the widget is already created.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2013-06-27 17:46:12 UTC
2.80 in portage, has this patch, I've checked