2024-07-12 Mike Gabriel

        * Merge branch 'personal/sunweaver/install-to-arch-indep-paths' into
          'main' (ae80071) (HEAD -> main)

2024-07-11 Mike Gabriel

        * systemd/CMakeLists.txt: Detect SYSTEMD_USER_DIR from systemd
          pkg-config file. (595a594)
        * run-systemd-session: Install to LIBEXECDIR (arch-indep path).
          (c74a113)
        * Merge branch 'personal/sunweaver/cmake-languages' into 'main'
          (6ac5890)
        * CMakeLists.txt: Set LANGUAGES to NONE. (0e35146)
        * Merge branch 'fix/ENABLE_UBUNTU_ACCOUNTSSERVICE-test' into 'main'
          (610de55)

2024-07-11 OPNA2608

        * Fix ENABLE_UBUNTU_ACCOUNTSSERVICE comparison in bash (0f41f04)

2024-07-10 Ratchanan Srirattanamet

        * Merge branch 'pr/non-ubuntu-language' into 'main' (05e44eb)

2024-05-14 Robert Tari

        * Set language and formats from AccountsService based on
          ENABLE_UBUNTU_ACCOUNTSSERVICE (1c1c440)

2024-05-30 Mike Gabriel

        * Merge branch 'personal/sunweaver/lomiri-indicators-target' into
          'main' (fd3c450)

2024-05-21 Mike Gabriel

        * systemd/lomiri.service.in: Use new lomiri-indicators.target to
          launch system indicators. (52a00c2)

2024-05-21 Ratchanan Srirattanamet

        * Merge branch 'personal/sunweaver/debian-backports' into 'main'
          (ebd01aa)

2024-05-17 Mike Gabriel

        * systemd/lomiri.service.in: Don't restart lomiri session on failure.
          (6e243fb)

2024-02-04 Mike Gabriel

        * lomiri-session: Don't hide Lomiri's exit code from systemd.
          (cf62c64)
        * {lomiri-session,systemd/lomiri.service.in}: Drag the lomiri process
          under the umbrella of the wrapper script. (67d9537)
        * lomiri-systemd-wrapper: change env var for specifying 1-time binary
          (f920a2d)
        * systemd/lomiri.service.in: Allow sd_notify calls to be accepted by
          the NOTIFY_SOCKET. (81def63)

2024-05-17 Mike Gabriel

        * {lomiri-session,systemd/lomiri.service.in}: Use the
          LOMIRI_AS_SYSTEMD_UNIT way to launch the session.
          (31979f3)
        * systemd-user: Set SyslogIdentifier (48a6c6a)

2024-02-04 Mike Gabriel

        * lomiri-session: Drop the Xwayland start logic and leave it to
          lomiri/qtmir itself. (88a30b9)
        * systemd-user: start lal-application-end.target on stop/restart
          (b23ab21)

2023-02-14 Mike Gabriel

        * systemd/lomiri.service.in: Drop Before= and Wants= for
          indicators.target. (4691848)

2024-05-01 Mike Gabriel

        * Merge branch 'fix/dontRequireCompiler' into 'main' (a0631c6)

2024-03-03 OPNA2608

        * CMakeLists: Don't require a compiler (e49b34c)

2024-05-01 Mike Gabriel

        * Merge branch 'add/gnuInstallDirs' into 'main' (3c928b4)

2024-03-04 OPNA2608

        * CMakeLists: Hardcode less locations (d5b93ec)

2024-02-04 Mike Gabriel

        * Merge branch 'personal/sunweaver/add-check-for-X11-support' into
          'main' (abad1e2)

2023-02-13 Mike Gabriel

        * lomiri-session: Check for presence of Xwayland, use that check
          directly, don't use extra variable NO_X11 for it.
          (707e43d)

2024-02-04 Mike Gabriel

        * Merge branch 'personal/sunweaver/bash-error' into 'main' (f2c0466)

2023-02-13 Mike Gabriel

        * lomiri-session: Put evaluation of ps call in quotes. (2d7368e)

2024-02-04 Mike Gabriel

        * Merge branch 'personal/sunweaver/run-wizard-on-desktop' into 'main'
          (c7c9456)

2023-02-13 Mike Gabriel

        * desktop/dm-lomiri-session: White-space fix in shebang. (e09ca29)
        * desktop/dm-lomiri-session: Drop old wizard-has-run check looking at
          the wrong location anyway. (c16ae87)

2024-02-04 Marius Gripsgard

        * Merge branch 'personal/sunweaver/lomiri-mir-emits-sigstop' into
          'main' (c04cc36)

2024-02-03 Mike Gabriel

        * src/modules/QtMir/Application/application_manager.cpp: Use
          LOMIRI_MIR_EMITS_SIGSTOP rather than
          UNITY_MIR_EMITS_SIGSTOP. (452e38b)

2023-04-13 Marius Gripsgard

        * Merge branch 'personal/sunweaver/lomiri-full-shell' into 'main'
          (d33d5b6)

2023-02-13 Mike Gabriel

        * lomiri-session: Properly differentiate between Ubuntu Touch session
          and Lomiri Desktop session. (780c19d)

2023-02-04 Mike Gabriel

        * Release 0.2 (94a0d8d) (tag: 0.2)

2023-02-03 Marius Gripsgard

        * Merge branch 'personal/sunweaver/lomiri-not-required-for-building'
          into 'main' (712e988)

2023-02-03 Mike Gabriel

        * CMakeLists.txt: Don't require Lomiri Shell for building this
          project. (3a7d8d8)

2023-02-03 Marius Gripsgard

        * Merge branch 'personal/sunweaver/rename-project' into 'main'
          (5ba6272)

2023-02-03 Mike Gabriel

        * CMakeLists.txt: Rename project to lomiri-session. (58965bf)
        * Release 0.1 (e05f989) (tag: 0.1)

2022-12-31 Marius Gripsgard

        * Merge branch 'cat-master21-main-patch-40337' into 'main' (781609b)

2022-12-30 cat-master21

        * fix(lomiri-touch-session): fix the correct path to
          run-systemd-session (69c7088)

2022-07-02 Mike Gabriel

        * Merge branch 'cmake' into 'main' (21c4642)

2022-06-21 Jami Kettunen

        * Add CMake build system (67e494d)

2022-06-24 Jami Kettunen

        * touch: Rename usc to lsc (a0678f6)

2022-06-21 Jami Kettunen

        * Move lomiri.service & run-systemd-session into systemd subdir
          (05a7176)
        * Drop old install scripts and deps file (c46e30f)

2022-06-07 Marius Gripsgard

        * Merge branch 'void-fixes' into 'main' (97f5579)

2022-06-07 Jami Kettunen

        * lomiri-session: Fix launching under QEMU/KVM (8a2201b)

2022-06-05 Jami Kettunen

        * lomiri-session: Make X11 support optional (2faba95)
        * lomiri-session: Default to BINARY=lomiri (f1929b4)

2022-06-07 Marius Gripsgard

        * Add LICENSE (7dbcf6d)

2021-01-15 Marius Gripsgard

        * deps (99746e7)
        * Add x11 support and add improved envs (737fc4f)

2020-08-10 Marius Gripsgard

        * Start ayatana indicators on start (d24bcfb)

2020-08-07 Marius Gripsgard

        * Add qt scaling (a65ae4b)
        * Claim the user wayland display (5647633)
        * Make sure to export grid values (e16098c)
        * Update session to match newer lomiri (66174eb)
        * Move lomiri-session to common files (f85e846)

2020-07-24 Marius Gripsgard

        * Add a touch session (fd0c915)

2020-07-20 Marius Gripsgard

        * Update lomiri-session (425eb3e)

2020-07-15 Marius Gripsgard

        * Fixup (e121b15)
        * Initial commit (06a107b)
