[Regression] manjaro-settings-manager-gui can't be started with latest git-snapshot #10
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
applications/manjaro-settings-manager#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: manjaro
Seems we added some regression to our current code. Latest working git-snapshot I tested was compiled at Sa 09 Aug 2014 11:39:27 CEST. So one of these commits might have broken MSM:
fab4bdd70e8663695fcc06304e9c9859fba067e536c477a0f5Created by: Kirek
Its working fine for me, both building it with qtcreator or with PKGBUILD and installing it with pacman. Try cleaning up the build dir and try again...
Created by: Kirek
Tested with a clean VM with xfce and its working too...
Created by: manjaro
I'm building with our devtools. I created a fresh chroot with the current PKGBUILD. It simply don't start. Is there a new dependency needed? Please try to start my current build. For me it is still broken.
Created by: manjaro
Hmm. I did a test with Manjaro 0.8.11-pre2 and it worked on KDE and on XFCE. However there are packages to been updated. On my running system it doesn't work. There I'm running unstable with all updates. In live-session with older packages it seems to work. Lets see why it doesn't work on this machine.
Created by: Kirek
There are no newer dependencies, also you current build is working for my too (x86_64), in kde unstable and xfce stable.
Created by: manjaro
I tested it now on my second PC on x86_64. This build also doesn't start. However when I recompile snapshot
04a44a993cthat build starts just fine on all my systems in i686 and x86_64 using the latest packages from unstable branch. I really don't know why any newer code doesn't start for me. Maybe I've to pull the patches one by one and bisect it.Created by: Kirek
Maybe its the c++11 flags in this commit, I will revert
06304e9c98Created by: manjaro
No the issue is our translations. I'm using german and since
5947ca74b4I can't start it anymore.Created by: Kirek
I thinks I know what's happening, will fix soon
Created by: manjaro
So I think we should rethink commit
930007b71band06304e9c98as followed fixes it:sed -i -e 's|tr("Default")|"Default"|g' manjaro-settings-manager/models/KeyboardModel.cppCreated by: Kirek
Tested with de_DE locale, no more crashes on startup.
Created by: manjaro
Confirmed. It is fixed.