Commit graph

121 commits

Author SHA1 Message Date
XLion
bc9f5b7489 Add zh_TW translation 2024-07-15 08:04:38 -06:00
1280px
0ac49fe6f7 l10n(ru): Russian l10n updates 2024-06-24 08:11:04 -06:00
Jeremy Soller
38329eb43a
Format and improve logging 2024-06-14 21:29:08 -06:00
Jeremy Soller
3dfd916092
Just reconnect when error received while cancelling session 2024-06-14 21:28:29 -06:00
Jeremy Soller
168d022946
Do not log cosmic-comp issues 2024-06-14 21:27:42 -06:00
Jeremy Soller
80d78f39cc
Update dependencies 2024-06-10 09:00:57 -06:00
Gustavo Santana de Aquino
9fbd2bc481 i18n(pt-BR): Initial translation 2024-06-08 21:03:59 -06:00
VandaLHJ
cabc172c7e Update cosmic_greeter.ftl pl translation
Add keyboard layout, suspend, user and session to match en locale.
2024-06-08 16:38:56 -06:00
Jeremy Soller
e5d859a902
Set XDG_SESSION_DESKTOP 2024-06-05 11:05:11 -06:00
Jeremy Soller
faf6d33aa8
Make cosmic-greeter use login pam session 2024-06-05 10:50:13 -06:00
Jeremy Soller
3b06040a9f
Set greetd env, requires greetd 0.10 2024-06-05 10:43:05 -06:00
Jeremy Soller
55e361a2e5
Update dependencies 2024-06-05 07:17:16 -06:00
Jeremy Soller
f6ccf0146e
Add greeter keyboard and user selection (#55)
* Add greeter keyboard and user selection

Fixes #37
Fixes #38

* Support switching users and add tooltips to icon buttons

* Implement switching users

* Implement keyboard layout switching

* Ensure that user's xkb_config is used
2024-06-04 22:17:44 -06:00
Jeremy Soller
4653bb1de9
Update dependencies 2024-06-03 09:27:58 -06:00
Jeremy Soller
2757e65468
Use greetd TokioCodec for server example 2024-06-03 09:27:50 -06:00
FAlexei
3b6cabf4ed i18n: Add Russian translation 2024-06-03 08:07:37 -06:00
Josh Megnauth
bba692eecb Fix login deadlocks
Logins seem to spuriously fail with both correct or incorrect passwords.
The failure is not related to the password. `cosmic-greeter` hangs but
the GUI still works. The password text area disappears as well.

I traced this issue down to the socket. It seems like accessing the
socket deadlocks with one thread waiting for the socket to become
readable while another waits for it to become writable.

Switching to `greet-ipc`'s `TokioCodec` and adding a lock to the socket
seems to have fixed this issue. I successfully logged in and inputted
incorrect passwords consecutively without experiencing a deadlock.
2024-06-03 08:02:56 -06:00
Matthew Fallah (マシュー・ファラー)
e2a4ccc8bd Add italian translation 2024-06-03 08:00:34 -06:00
Matthew Fallah (マシュー・ファラー)
4b97d25ed7 Add Euro Spanish translation 2024-06-03 08:00:34 -06:00
Matthew Fallah (マシュー・ファラー)
5163a36d25 Add Japanese translation 2024-06-03 08:00:34 -06:00
VandaLHJ
cc546f4293 Create cosmic_greeter.ftl PL translation
There isn't any, it might be good idea to add one.
2024-05-26 11:12:40 -06:00
Lily Foster
4613fbb184
fix: dbus_error usage with zbus 4 2024-05-20 17:01:32 +02:00
Jeremy Soller
d8c81ce3fb
Fix warnings 2024-05-17 09:17:02 -06:00
Jeremy Soller
ea5004088e
Merge branch 'master' of https://github.com/pop-os/cosmic-greeter 2024-05-17 09:12:06 -06:00
Jeremy Soller
d11501c43d
Update dependencies 2024-05-17 09:11:50 -06:00
Michael Aaron Murphy
e2e5e4ea18 fix: ensure greetd is configured before cosmic-greeter 2024-05-17 09:07:01 -06:00
Oliver Petznick
d637688699 Add German localization file 2024-05-15 13:50:41 -06:00
knm100
6358bc179a Update cosmic_greeter.ftl 2024-05-15 11:58:36 -06:00
knm100
bda88d3551 Update cosmic_greeter.ftl 2024-05-15 11:58:36 -06:00
knm100
478bdfb40a Rename .keep to cosmic_greeter.ftl 2024-05-15 11:58:36 -06:00
knm100
8df9d69666 Create .keep 2024-05-15 11:58:36 -06:00
N-Hoffmann
e8faaebeb0 i18n(fr): Add French translation 2024-05-08 08:39:15 -06:00
Jeremy Soller
bfe8d8506b
Power off and restart dialogs 2024-05-07 10:08:03 -06:00
Jeremy Soller
93d4818823
Add localization 2024-05-07 10:07:48 -06:00
Jeremy Soller
ef69fe83bf
Add mock target for testing greeter 2024-05-07 09:03:44 -06:00
Jeremy Soller
adb691704e
Turn into a library 2024-05-07 09:03:32 -06:00
Jeremy Soller
b1e62389a7
Use wants for cosmic-greeter dependency on cosmic-greeter-daemon 2024-05-07 09:02:19 -06:00
Ryan Brue
aa18965a03 fix(daemon): require daemon in greeter, give daemon type dbus
This PR will fix race conditions in which the cosmic-greeter service starts before the cosmic-greeter-daemon can acquire a bus name. However, it should be noted that now that greeter requires the daemon, it won't start *unless* the daemon is able to start.
2024-05-06 19:22:39 -06:00
Ryan Brue
9933926d44 fix: enable cosmic-greeter-daemon when cosmic-greeter is enabled
This change ensures that the cosmic-greeter-daemon is enabled along with the cosmic-greeter service, ensuring that both are utilized in end user setups. This will reduce the likelihood that someone reports a bug due to the greeter daemon not running.
2024-04-29 14:32:10 -06:00
Ryan Brue
cf1c7579f8 chore: bump dependencies 2024-04-29 14:31:53 -06:00
Jeremy Soller
9d4fe5bb0b Lock on suspend with inhibit 2024-04-08 09:43:13 -06:00
Jeremy Soller
eb3ba78e57 Implement lock on demand 2024-04-08 09:43:13 -06:00
Jeremy Soller
349c009321 Support unlock from logind dbus 2024-04-08 09:43:13 -06:00
Jeremy Soller
e9b5524992 Add subscription for logind lock/unlock 2024-04-08 09:43:13 -06:00
Jeremy Soller
df5564e55a
Update libcosmic, fixing race conditions 2024-04-05 09:45:20 -06:00
Lily Foster
1bded07bfd Update libcosmic 2024-04-05 08:57:41 -06:00
Krzysztof Zduniak
f8da96e43e Fix power_off in logind.rs 2024-04-05 08:56:59 -06:00
Aaron Honeycutt
d133e600da Update control
add git to d/control
2024-03-22 20:42:59 -06:00
Jeremy Soller
b8530a9001
Do not use dbus-run-session, fixes #22 and #23 2024-03-22 08:13:14 -06:00
Jeremy Soller
1b13865ea0
use dbus-run-session and set XDG_CURRENT_DESKTOP 2024-03-19 21:11:21 -06:00