elros34
elros34
For me setting "verify = 0" for UDISK partition in sys_partition.fex helped. My log: `[TL_MSG]:Verify:start = 1b0000 ,size = db9800 ,pc_crc = 7fd05887, media crc = 7fd05887 [TL_MSG]:name = UDISK...
Thanks, I didn't think you will merge it before I remove WIP from title. I basically forced pushed changes to group/channel info page because my previous implementation with one ListView...
@username should works now in any place when writing message provided that previous character is not alphanumeric. I didn't check official telegram application sources but looks like it works similar.
It's probably because xkb layout is set in .config/autostart/setxkbmap.desktop which is ignored when chromium is started without any desktop environment. As a dirty workaround install pcregrep and add $(sleep 4...
yes, but did you close chroot? Files are synchronized only first time when you are asked about password. Have you tried increasing sleep value? I never used dead keys but...
I replaced `key { [apostrophe, quotedbl, grave, U007E ] };` with `key { [ dead_acute, quotedbl, grave, U007E ] };` in [my layout](https://github.com/elros34/sfos-moto_msm8960_jbbl-adaptation/blob/master/sparse/usr/share/X11/xkb/symbols/pl#L47) inside ubuntu (dev branch). After that when...
Sure, just like chromium is used but not every application would work correctly without window manager (matchbox is worth to try because it can be used in fullscreen mode), other...
To start xwayland just type "Xwayland &". I have added experimental option to start qxcompositor + xwayland + shell with one command in dev branch: ./ubu-start.sh xwayland [optional app to...
You can always 'git stash' your changes and 'git stash pop' to restore them latter.
You sailfish's video issues are not relevant here. Everything is done by cpu in xwayland. You can have libhybris based ui acceleration with wayland compositors and I guess you could...