variety:indicator-free-workaround

Last commit made on 2018-10-04
Get this branch:
git clone -b indicator-free-workaround https://git.launchpad.net/variety

Branch merges

Branch information

Name:
indicator-free-workaround
Repository:
lp:variety

Recent commits

8638e98... by James Lu

Add the --open-menu option to variety.desktop.in

4a3e126... by James Lu

Add -m / --open-menu option: force open the Variety menu on systems where the indicator is unavailable

An experimental workaround for #12. It looks like rootless menus work consistently on Xorg (appearing where the mouse clicks), but not on Wayland.

59800ea... by James Lu

Remove OnlyShowIn=Unity from desktop entries

These work equally fine in other DEs: Xfce, GNOME, etc.

311953b... by Elon Bing

Fix #85: write str, not bytes to text-mode file in quote_save_to_favorites (#86)

48adbd5... by James Lu

VarietyWindow: migrate to (non-deprecated) shlex.quote()

Also remove explicit cast to str from build_imagemagick_filter_cmd(); this shouldn't be needed anymore

a6eaec2... by James Lu

VarietyWindow: fix pencil_tile.png generation

shlex.quote() only works on str, not bytes

8eff230... by James Lu

Bump debian/changelog again, closes #75

9f9f257... by James Lu

Bump version to 0.7.0

42550aa... by James Lu

Changelog for 0.7.0

a3c4eef... by James Lu

GoodreadsSource: fixup previous commit (reuse first_a variable)