~trebelnik-stefina/cinnamon-test/+git/cinnamontest:user-applet-switch-user-icon

Last commit made on 2018-03-23
Get this branch:
git clone -b user-applet-switch-user-icon https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/cinnamontest

Branch merges

Branch information

Name:
user-applet-switch-user-icon
Repository:
lp:~trebelnik-stefina/cinnamon-test/+git/cinnamontest

Recent commits

d31c724... by Niko Krause

user applet: use system-switch-user icon

Adwaita has a new icon `system-switch-user` https://github.com/GNOME/adwaita-icon-theme/commit/eb790fa0dcc572ba51f980db14e3114b13faf479?short_path=ec09c29#diff-ec09c29e420ceb72ba8b7188b3923bf4

18654bc... by Simon Brown <email address hidden>

cinnamon-recorder: Update for new cogl apis (#7369)

d7659c1... by Niko Krause

network applet: change icon to preferences-system-network (#7363)

1da5d4d... by Niko Krause

power applet: change icon to cs-power (#7358)

5f2d5b5... by Niko Krause

keyboard applet: change icon to cs-keyboard (#7359)

a8f1fd2... by Niko Krause

on-screen-keyboard applet: change icon to keyboard (#7361)

Use the same icon for the applet, which is used for the application

45339e8... by Clement Lefebvre <email address hidden>

Remove cinnamon-extension-tool and support for jhbuild

cfdc72c... by Eli Schwartz

cs_user.py: Add compatibility for multiple pam modules (#7327)

Rework the authentication handling to work with either backend module:
- python pam, ctypes bindings created by Chris Atlee, available on PyPI
  and some distros. Forked for python3 support, and available at PyPI as
  python-pam and https://github.com/FirefighterBlu3/python-pam
- python PyPAM, CPython binary extension, available on some other
  distros, and referencing a dead upstream website (Debian hosts and
  builds from *_orig.tar.gz so it is still able to be built).

The current method allows importing either module without failure, but
then spawns internal errors if pam is used instead of PyPAM due to the
two modules containing entirely different APIs.

Also re-raise internal errors and change the tooltip to indicate that
something went wrong. If something unidentifiable happened, error
messages should not be ruthlessly squelched -- this hindered my efforts
to discover why pam was not working on Arch Linux in the first place.

Fixes #7313

f2ab721... by Jason Hicks

Add desklet visibility toggling to the Show Desktop applet context menu, update with class syntax (#7354)

* Add desklet visibility toggling to the Show Desktop applet context menu, update with class syntax

* Remove toggle

* Don't cache showDeskletsOption in MyApplet

596f495... by Clement Lefebvre <email address hidden>

Drop usage of gksu