Devel 31/01 Do not update
-
@messayisto Here on the volla it's exactly the same
-
@lakotaubp said in Devel 31/01 Do not update:
text
Hi, thanks for the heads up!
Does this affect receiving SMS messages? I'm not receiving any kind of text messages since this morning.
Thanks for your hard work!
-
@elioneto No seperate issue. Try the old airplane mode of and on again trick. A fix is being worked even with Fosdem happening it is a serious problem for people.
-
@messayisto Dialer app missing on my p3a also, but sounds like they are on it.
-
@cwmartin Thats new and missed it. You can still get calls though just not make them and don't press on the blank space with lomiri under it. Bootloop occurs and you need a restart.
-
@lakotaubp Alright, I live mainly on texts anyway. Thanks!
-
@cwmartin Dialer is back with todays devel.
-
@lakotaubp yes! - and the lomiri thing is gone as well...
-
@lakotaubp Great i'm going to install clean now with webber available in the store
-
@kimo Alarm clock also work normally now too. Though just check you have the stable updates from OPenStore.
-
@lakotaubp Good to be back up and running - it was quite a ride!
-
reordering some service and fixed the issue
i think its better to list all lomiri depencies in service or target with want/requires so porter known what lomiri depencies, and easy to maintain mayberoot@ubuntu-phablet:/system/halium/lib/systemd/user# cat lomiri-indicator-network.service
[Unit]
Description=Indicator Network Backend
Wants=lomiri-indicator-network-secret-agent.service[Service]
ExecStartPre=/bin/sleep 15
ExecStart=/usr/libexec/lomiri-indicator-network/lomiri-indicator-network-service
Restart=on-failureroot@ubuntu-phablet:/system/halium/lib/systemd/user#
root@ubuntu-phablet:/system/halium/lib/systemd/user# cat lomiri-full-greeter.service
[Unit]
Description=Lomiri Shell - full-greeter
Requires=dbus.socket
After=dbus.socket
Requires=ayatana-indicators.target
Before=ayatana-indicators.target
Requires=indicator-location.service indicator-transfer.service lomiri-indicator-network.service
Before=indicator-location.service indicator-transfer.service lomiri-indicator-network.service
Conflicts=lomiri-full-shell.service lomiri-greeter.service lomiri-shell.service[Service]
Type=notify
SyslogIdentifier=lomiri
ExecStart=/usr/libexec/lomiri-systemd-wrapper --mode=full-greeter
ExecStopPost=/usr/bin/dbus-update-activation-environment --systemd WAYLAND_DISPLAY= MIR_SOCKET=
Restart=on-failure
TimeoutStartSec=120
root@ubuntu-phablet:/system/halium/lib/systemd/user#