@UniSuperBox said in Launcher Modular:
Hi,
I installed launcher-modular on my phone. After setting it as the "default app" and replacing the standard dash, reverting these settings does nothing. I tried the default remove buttons as well as the link below the buttons.
After uninstalling the app and restarting, I am no longer able to use the device. I am also unable to reinstall launcher-modular because the OpenStore is not on my Launcher hotbar and the Drawer cannot be opened.
The following changes from default have been made in
/usr/share/unity8/
:$ diff -r unity8-notbroken/ unity8-broken/ diff -r unity8-notbroken/Launcher/Launcher.qml unity8-broken/Launcher/Launcher.qml 53a54,56 > property bool launchermodular: true > readonly property string homeApp: "launchermodular.ubuntouchfr_launchermodular" > 186a190,195 > shell.startApp(root.homeApp); > if(LauncherModel.search(root.homeApp) >= 0) > return; > else > root.launchermodular = false; > 375c384 < width: Math.min(root.width, units.gu(81)) --- > width: Math.min(root.width, units.gu(8))
I had to reinstall Ubuntu Touch on my device to be able to use it again.
Hi. Running OTA 12, and I am facing the same issue. I cannot revert back to standard dash. Any fixes?