Comment 20 for bug 1351024

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

With the following:

lp:~timo-jyrinki/ubuntu-ui-toolkit/zsombis-pickerpanel-workaround-with-ftbfs-fixed
lp:~timo-jyrinki/ubuntu-calendar-app/use_pickerpanelworkaround_lp1351024

I still am not able to trigger the date/time picker visible in Calendar app. You should be able to try yourself with:
adb shell
apt-add-repository ppa:canonical-qt5-edgers/qt5-beta1
apt update
apt dist-upgrade
sed -i 's/PickerPanel/PickerPanelWorkaround/' /usr/share/click/preinstalled/com.ubuntu.calendar/current/NewEvent.qml

I'm getting ReferenceError: PickerPanelWorkaround is not defined, but maybe I don't know how it should be used?