Code review comment for lp:~mterry/ubuntu-touch-session/lightdm-switch

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

I created a package out of this, updated to latest and greatest and now see

initctl: unable to determine sessions

callbacks 0x436bcb59 0x436bcb05
creating surface at (0, 0) with size (720, 1280) with title 'Qml Phone Shell'
(process:3417): dconf-CRITICAL **: unable to create directory '/run/user/32011/dconf': Permission denied. dconf will not work properly.
__pthread_gettid -2
WARNING: QApplication was not created in the main() thread.
loaded the dummy plugin
loaded the Linux plugin
Registered the AalSensorPlugin types

(process:3768): dconf-CRITICAL **: unable to create directory '/run/user/32011/dconf': Permission denied. dconf will not work properly.

(process:3768): dconf-CRITICAL **: unable to create directory '/run/user/32011/dconf': Permission denied. dconf will not work properly.

(process:3768): dconf-CRITICAL **: unable to create directory '/run/user/32011/dconf': Permission denied. dconf will not work properly.
unity::action::ActionManager::ActionManager(QObject*):
 Could not determine application identifier. HUD will not work properly.
 Provide your application identifier in $APP_ID environment variable.

Fixed by changing perms on /run/user, so doing:

phablet@ubuntu-phablet:~$ sudo chmod 777 /run/user
[sudo] password for phablet:
phablet@ubuntu-phablet:~$ sudo initctl restart lightdm
lightdm start/running, process 2921

got unity8 going.

This still breaks for the people wanting to use the /home/phablet/.display-mir toggle

review: Needs Fixing

« Back to merge proposal