Skip to content

Commit b454cc6

Browse files
committed
Disable the Flickr source by default
Flickr is blocking our API key and only giving new ones to paid accounts. Disable the source by default since it won't work for most people.
1 parent fcff7e6 commit b454cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/config/variety.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ slideshow_pan = 0.05
227227
src1 = True|favorites|The Favorites folder
228228
src2 = True|fetched|The Fetched folder
229229
src5 = True|folder|/usr/share/backgrounds
230-
src11 = True|flickr|user:www.flickr.com/photos/peter-levi/;user_id:93647178@N00;
230+
src11 = False|flickr|user:www.flickr.com/photos/peter-levi/;user_id:93647178@N00;
231231

232232
# Image filters to apply randomly to every wallpaper (ImageMagick is used for this)
233233
# Each filter is filterX = <enabled or not|filter name|arguments to pass to ImageMagick when calling magick>

variety/Options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def set_defaults(self):
728728
[True, Options.SourceType.FETCHED, "The Fetched folder"],
729729
[True, Options.SourceType.FOLDER, "/usr/share/backgrounds/"],
730730
[
731-
True,
731+
False,
732732
Options.SourceType.FLICKR,
733733
"user:www.flickr.com/photos/peter-levi/;user_id:93647178@N00;",
734734
],

0 commit comments

Comments
 (0)