File deluge-suse-geoip-location.patch of Package deluge
--- a/deluge/core/preferencesmanager.py +++ b/deluge/core/preferencesmanager.py @@ -138,7 +138,7 @@ DEFAULT_PREFS = { "random_outgoing_ports": True, "peer_tos": "0x00", "rate_limit_ip_overhead": True, - "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat", + "geoip_db_location": "/var/lib/GeoIP/GeoIP.dat", "cache_size": 512, "cache_expiry": 60 }