Commit graph

144 commits

Author SHA1 Message Date
Jeremy Soller
b5d6726ee5
Merge pull request #114 from FailedCaptchx/master
Hide battery status on devices without a battery
2024-08-27 16:09:52 -06:00
Daniel Weiland
71b44998c3
Hide battery status on devices without a battery 2024-08-27 15:59:23 -05:00
Jeremy Soller
17b554d0dd
Merge pull request #102 from lucamosca1/patch-1
Update cosmic_greeter.ftl
2024-08-22 09:13:58 -06:00
lucamosca1
f61470b07c
Merge branch 'master' into patch-1 2024-08-22 08:18:26 +02:00
Benjamin Weis
d3127d27c4 i18n(de): add German translation 2024-08-21 15:02:58 -06:00
lucamosca1
71097a2c43 Update cosmic_greeter.ftl
added italian l18n
2024-08-21 15:02:07 -06:00
Ian Douglas Scott
d1c58b42c9 Optimize certain dependencies on dev profile
Copied from cosmic-comp. Software rendering isn't all that usable
unoptimized. `dev` builds are more practical to test with some
optimization like this.
2024-08-21 15:01:46 -06:00
lucamosca1
47ab1ed31a
Update cosmic_greeter.ftl
fixed ita l18n
2024-08-16 17:10:09 +02:00
Yevhen Popok
3679ee5561 Add Ukrainian translation 2024-08-15 07:50:08 -06:00
Csani10
d9ea7769b0 i18n(hu): Add Hungarian translation 2024-08-15 07:49:55 -06:00
Jason Rodney Hansen
1f2c61c66f Update libcosmic 2024-08-15 07:49:37 -06:00
Jason Rodney Hansen
75e456ed4b Use secure input so visibility of password can be toggled 2024-08-15 07:49:37 -06:00
Roxfr
501d7b19d0 Update french translations for Cosmic Greeter
Hello,
This commit updates the french translations for system actions in Cosmic Files. Notable changes include:
    Keyboard layout: "Disposition du clavier"
    Suspend: "Mettre en veille"
    User: "Utilisateur"
Other translations remain unchanged.
Best regards,
Roxfr
2024-08-15 07:49:20 -06:00
Kamil Lihan
cc744b0b9a i18n(sk): Add Slovak translations 2024-08-02 12:34:58 -06:00
Jeremy Soller
70bf8d296d
Update fallback background 2024-08-02 09:42:34 -06:00
Ashley Wulber
6f1a307815 update libcosmic 2024-08-02 08:01:20 -06:00
Ashley Wulber
2294d10a51 fix: exit after logind subscription error 2024-07-31 20:00:30 -06:00
Michael Aaron Murphy
20b7a41247 chore(greeter): use one vec for subscriptions 2024-07-31 13:41:31 +02:00
Michael Aaron Murphy
479fb1064e improv(greeter): use subscription for handling greetd IPC socket 2024-07-31 13:41:31 +02:00
Michael Aaron Murphy
4a46213cb8 chore(cargo): update dependencies 2024-07-31 13:41:31 +02:00
Dee.H.Y
acc30acc62 l10n(zh_CN): Improve Chinese translations
Updated some of the Chinese translations in zh_CN/cosmic_greeter.ftl for more accurate expression of meaning.
2024-07-23 17:11:31 -06:00
Weeesly
2942820657 Create cosmic_greeter.ftl 2024-07-23 17:11:18 -06:00
dengelt
59e2eaaeb0 support CARGO_TARGET_DIR 2024-07-15 08:08:37 -06:00
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