Hernold Koch

Results 5 comments of Hernold Koch

Also just bumped into this issue... In my case: Connected another Monitor, which seems to fudged the coordinates and peek now opens somewhere where I can't see/reach it. My system...

@boca, I think @sivel already tried to explain it and I can reproduce it as well: I could reproduce it on a SuSe v42.3 client-server having Python v2.7 and Python...

There is already a (sort-of) fallback mechanism in app-localize-behavior: it's called `useKeyIfMissing`. I think the biggest misconception in app-localize-behavior (and intl-messageformat) is, that you have to use abstract key values....

Couldn't you call the localization within the function `_setupBrowserLabel(selectedSection)` itself? ```JS Polymer({ _setupBrowserLabel: function(selectedSection) { var result = "browse"; ... return this.localize(result); }; ```

Since you're running RHEL, I assume SELinux i also configured and active on your machine. If that is the case, you have to modify the context for the container: ```yaml...