ubports / keyboard-component

Moved to https://gitlab.com/ubports/core/lomiri-keyboard
https://gitlab.com/ubports/core/lomiri-keyboard
GNU Lesser General Public License v3.0
10 stars 36 forks source link

Changes in Spanish qmls to remove useless characters for Spanish languaje #120

Closed J053Fabi0 closed 3 years ago

J053Fabi0 commented 4 years ago

Why running sudo ubports-qa install keyboard-component 120 gives me CRITICAL:ubports-qa:Jenkins build not found?

dobey commented 4 years ago

Shouldn't the symbol remain in the layout? I'm pretty sure it's useful for Spain. :)

J053Fabi0 commented 4 years ago

I'll change that. How can I test my pull request?

dobey commented 4 years ago

I'll change that. How can I test my pull request?

I think it might need to be ubports/keyboard-component in the command line instead of just keyboard-component perhaps?

J053Fabi0 commented 4 years ago

Well, it worked, but its trying to do an apt upgrade, which can't be done in UT, right? I tried remounting the system as read-write, but then it tells me there is no enough free space in /var/cache/apt/archives when the apt upgrade runs. In my phone I have 52Gb of free space.

Fuseteam commented 4 years ago

you need to mount the /var/cache/apt to a different folder in home directory

dobey commented 4 years ago

In my phone I have 52Gb of free space.

But this is not the size of the rootfs, which is limited due to how phones work. They are not like traditional PCs. You'll need to sudo mount -t tmpfs tmpfs /var/cache/apt which will use RAM to give enough space to download the packages. Also, you'll want to test on the devel channel instead of stable otherwise there will be way too many packages trying to be upgraded. If the repo was added you can just do sudo apt-get update && sudo apt-get install ubuntu-keyboard instead perhaps, rather than letting ubports-qa try to upgrade everything.

J053Fabi0 commented 4 years ago

What do you guys think? The old one vs the new one:

Old:

screenshot20200414-231538565.png

New:

screenshot20200414-230339161.png

Flohack74 commented 3 years ago

Did we forget this for OTA-13?

J053Fabi0 commented 3 years ago

Well, that's just too much work.

Fuseteam commented 3 years ago

oof

Fuseteam commented 3 years ago

@J053Fabi0 if you want we can help you with that

J053Fabi0 commented 3 years ago

@J053Fabi0 if you want we can help you with that

If you can do it, I would appreciate it. 🙏

Fuseteam commented 3 years ago

@J053Fabi0 great, the read update is no longer neccesary after the latest ubports-qa update btw

UniversalSuperBox commented 3 years ago

@Fuseteam, if you'd like to rewrite this PR to help it be merged, that'd be excellent. But in its current state, it cannot be merged. I'll close it for now, and we can open a new one with the proper changes.

Thank you!

Fuseteam commented 3 years ago

@Fuseteam, if you'd like to rewrite this PR to help it be merged, that'd be excellent. But in its current state, it cannot be merged. I'll close it for now, and we can open a new one with the proper changes.

Thank you!

Alright understood i'll try and recreate the pr when i get the chance