mrlinuxpower
Zeptopat
- Katılım
- 13 Kasım 2024
- Mesajlar
- 30
Daha fazla
- Cinsiyet
- Erkek
En baştan anlatmam gerekirse, şifre girme doğrulama ekranı geliyor uygulamayı açınca. Burada şifremi giriyorum ama uygulama açılmıyor. Birçok uygulamada denedim, aynı sorun mevcut. Hyprpolkitagent, kdepolkit ve xfcepolkit denedim, config dosyamı ona göre düzenledim ama yine aynı sonucu aldım, çalışmadı. Xwayland indirdim, yine aynı. Belki yardımcı olur diye 'journalctl -xe | grep hyprpolkitagent' çıktısı aşağıda.
@Bayram Tempest
Kod:
❯ journalctl -xe | grep hyprpolkitagent
Kas 13 00:04:53 myoffice dbus-broker-launch[657]: Missing 'D-Bus Service' section in service file '/usr/share//dbus-1/services/hyprpolkitagent.service'
Kas 13 00:04:53 myoffice hyprpolkitagent[707]: New PolkitAgentListener 0x5f54b29b0680
Kas 13 00:04:53 myoffice hyprpolkitagent[707]: Adding new listener PolkitQt1::Agent::Listener(0x5f54b29afc90) for 0x5f54b29b0680
Kas 13 00:04:57 myoffice hyprpolkitagent[707]: Listener adapter polkit_qt_listener_initiate_authentication
Kas 13 00:04:57 myoffice hyprpolkitagent[707]: GSimpleAsyncResult: 0x5f54b29c5290
Kas 13 00:04:57 myoffice hyprpolkitagent[707]: polkit_qt_listener_initiate_authentication callback for 0x5f54b29b0680
Kas 13 00:04:57 myoffice hyprpolkitagent[707]: qrc:/qt/qml/hpa/qml/main.qml:106:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Kas 13 00:04:57 myoffice hyprpolkitagent[707]: qrc:/qt/qml/hpa/qml/main.qml:81:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Kas 13 00:04:57 myoffice hyprpolkitagent[707]: REQUEST
Kas 13 00:04:59 myoffice hyprpolkitagent[707]: COMPLETED
Kas 13 00:04:59 myoffice hyprpolkitagent[707]: Listener adapter polkit_qt_listener_initiate_authentication_finish
Kas 13 00:04:59 myoffice hyprpolkitagent[707]: polkit_qt_listener_initiate_authentication_finish callback for 0x5f54b29b0680
@Bayram Tempest