[Bug 1672465] Re: Onboard doesn't work in Wayland

2017-08-20 Thread marmuta
> We'll very likely make the 18.10 release
I meant to write:
We'll very likely make the 18.04 release

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672465

Title:
  Onboard doesn't work in Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1672465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1672465] Re: Onboard doesn't work in Wayland

2017-08-20 Thread marmuta
** Also affects: onboardosk
   Importance: Undecided
   Status: New

** Changed in: onboardosk
   Status: New => Confirmed

** Changed in: onboardosk
   Importance: Undecided => High

** Changed in: onboard
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672465

Title:
  Onboard doesn't work in Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1672465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1672465] Re: Onboard doesn't work in Wayland

2017-08-20 Thread marmuta
Let me give you an update on the current state of Onboard in gnome-
shell.

First, things changed - a lot. The work is happening in a new independent 
project OnboardOSK at 
https://launchpad.net/onboardosk
This is basically a fork of Onboard, written mainly in C++. There's no Python 
involved apart from supporting tools.

At the project's core is the (largely) toolkit-independent shared
library libonboardosk.so. It contains an onscreen keyboard closely
resembling the original Onboard in appearance and, well eventually,
features.

A second shared library libonboardoskgnomeshell.so implements the
toolkit-dependent parts, here by integrating with Clutter and GObject
introspection.

A new GNOME Shell extension then embeds OnboardOSK into the shell and
provides the shell's services to the shared libraries below.

The end result is an onscreen keyboard that is already quite
indistinguishable from the old standalone Onboard, but, and that's a big
but, it's not done and realistically won't be before Artful feature
freeze.

So what works, what's missing? The majority of the old Onboard's
features are ported by now, e.g., key logic, word suggestions, emoji
palette, themes, color schemes, etc. are there. "window" (actor)
handling has become more complete and smoother. Hover-click does
something even without mousetweaks (for Wayland), but is limited to the
keyboard itself.

The main missing things are
- long-press popups (in progress currently)
- click-mapping buttons (right-, middle-, double-, drag-click)
- modifier+click for accessibility
- keyboard scanning
- a bunch of dialogs: snippets, language model error recovery

Most worryingly, however, Wayland support is still lagging behind X.
Developing in Wayland is a bit of a pain because there is no easy way to
restart GNOME Shell (that I'm aware of). Reloading extensions is
insufficient as this won't reload shared libraries. Therefore my
strategy has been to get as much as possible done outside of GNOME Shell
in Wayland, replacing with GNOME Shell in X and test_stage.js in Wayland
and switch back later. Well, that's going to be soon, but the time is
up.

So, apologies, I tried to make it happen for 17.10, but it'll take more
time. We'll very likely make the 18.10 release, however, as default or
not.

FWIW, this message was typed with with OnboardOSK in GNOME Shell (X).
What is there seems to work alright. No crashes lately, no noticeable
leaking (unlike Python Onboard).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672465

Title:
  Onboard doesn't work in Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1672465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1672465] Re: Onboard doesn't work in Wayland

2017-07-05 Thread marmuta
> Did anyone try to replace caribou with onboard in gnome-shell, is that 
> doable/easy?
I did, and came to the conclusion that fully replacing caribou with the 
existing Onboard is close to impossible. That's mainly because applications 
don't have access to the activities and authentication views. Can't search 
applications or enter passwords with Onboard. In Wayland there was the 
additional problem of gdk_wayland_window_set_accept_focus not being implemented 
and Onboard uselessly sending key-strokes to itself.

There is an alternative approach, though, which I tried to outline in #4. The 
idea was to embed Onboard directly into gnome-shell via shell extension and 
custom clutter actors. 
The good news is, that yes, it works. See attached screen-shot with the new 
Onboard in the Activities view. It handles similar to the stand-alone 
application, can be docked to screen-edge or left floating, resized and moved, 
etc. Focusing is not an issue and it can be shown anywhere at any time.

There's plenty of work left to do, though. My goal has been to get
something usable in X and Wayland before Artful feature freeze. It is
already starting to get there in X, but problems remain in Wayland.

Wayland's input separation makes it hard to find replacements for anything that 
generates input events, key-strokes, clicks or wants to receive global clicks 
and key-presses. Accessibility features will probably take a hit. Mousetweaks 
isn't getting ported to Wayland for the same reasons, so no hover-click support 
for now. It's unclear if we will find replacements for the click mapping 
buttons (right-, middle-, double-, drag-click). 
Write access to /deb/uinput would help a lot in that regard, but this 
undermines Wayland's security.

Other than that, we'll probably get most of the old Onboard's features
ported, including the new emoji palette, which hadn't been released yet.

Enabling Onboard in gnome-shell will mean having the Onboard_Indicator
extension installed and enabled. If disaster strikes, all that's needed
to return to the shell's built-in keyboard is to disable the extension.


** Attachment added: "The new onboard in gnome-shell, Wayland."
   
https://bugs.launchpad.net/onboard/+bug/1672465/+attachment/4909662/+files/onboard-clutter-actor-in%3Dwayland.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672465

Title:
  Onboard doesn't work in Wayland

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1672465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1699844] Re: Onboard settings and scanning problem

2017-07-03 Thread marmuta
Thank you, for testing.

** Changed in: onboard
   Status: New => Fix Committed

** Changed in: onboard (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1699844

Title:
  Onboard settings and scanning problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1699844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1699844] Re: Onboard settings and scanning problem

2017-06-23 Thread marmuta
Thanks for the bug report. I believe this issue has a fix in trunk, see
https://bazaar.launchpad.net/~onboard/onboard/trunk/revision/2264
and
https://bazaar.launchpad.net/~onboard/onboard/trunk/revision/2265

What Ubuntu version are you running, and did you install Onboard 1.4.1
from our PPA?


** Changed in: onboard
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1699844

Title:
  Onboard settings and scanning problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1699844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1699844] Re: Onboard settings and scanning problem

2017-06-22 Thread marmuta
** Also affects: onboard
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1699844

Title:
  Onboard settings and scanning problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1699844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1672706] Re: onboard 1.4.1 doesn't work in Ubuntu Gnome 16.10

2017-03-14 Thread marmuta
Thanks, I had fixed that one in trunk already. The current snapshot should be 
able to start.
https://launchpad.net/%7Eonboard/+archive/snapshots

I believe there are more regressions on older Ubuntu releases, though.
Francesco mentioned preferences for example. There'll probably be
another minor release for them. Zesty isn't affected, AFAICT.

** Changed in: onboard (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1672706

Title:
  onboard 1.4.1 doesn't work in Ubuntu Gnome 16.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1672706/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1664746] Re: Request for sponsorship for new upstream release (zesty deb provided)

2017-02-16 Thread marmuta
OK, done from my side, I believe. All essential keys are in gsettings now and a 
few issues without system defaults file are fixed. You're free to use gsettings 
overrides only. Changes here:
http://bazaar.launchpad.net/~onboard/onboard/trunk/revision/2251

@Francesco, better don't use onboard-defaults.conf as a guide anymore. I
made some of the values project defaults and one has to take care of
slight differences in the syntax between onboard-defaults.conf and
override files. Also "superkey-label" and "superkey-label-independent-
size" have to be replaced with the "key-label-overrides".

I recommend taking this new example as a guide:
https://bazaar.launchpad.net/~onboard/onboard/trunk/view/head:/onboard-default-settings.gschema.override.example

You should be able to paste its contents right into e.g. ubuntu-settings
.gsettings-override.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1664746

Title:
  Request for sponsorship for new upstream release (zesty deb provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1664746/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1664746] Re: Request for sponsorship for new upstream release (zesty deb provided)

2017-02-15 Thread marmuta
Concerning gsettings overrides, Onboard-defaults.conf has a handful of
keys that don't actually exist in gsettings schemas:

"superkey-label",
"superkey-label-independent-size",
"xembed-aspect-change-range",
"xembed-background-color",
"xembed-background-image-enabled",
"xembed-unity-greeter-offset-x

The first two are redundant, they are a shortcuts for another (more
complicated) real gsettings key. These could be removed. I'm sure other
maintainers would understand.

However, I believe the xembed stuff can't be easily dropped. These keys
configure Onboard's appearance in lightdm/unity-greeter and elsewhere. I
suppose we would have to create gsettngs overrides for the lightdm user
too, and move them to gsettings in Onboard internally.

I'd look into that, but probably won't be able to safely finish it until
tomorrow.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1664746

Title:
  Request for sponsorship for new upstream release (zesty deb provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1664746/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1572331] Re: GtkPlug scaled to half the expected size on HiDPI screens + zesty debdiff

2017-01-23 Thread marmuta
Great, thanks Jeremy.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1572331

Title:
  GtkPlug scaled to half the expected size on HiDPI screens + zesty
  debdiff

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1572331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1572331] Re: GtkPlug scaled to half the expected size on HiDPI screens + zesty debdiff

2017-01-21 Thread marmuta
The bug has reappeared, I see it on each login again.
The patch was added in 3.22.5-1ubuntu2, but then apparently removed again in 
3.22.6-1ubuntu1. No mention in the changelog. Have there been regressions?

** Changed in: gtk+3.0 (Ubuntu)
   Status: Fix Released => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1572331

Title:
  GtkPlug scaled to half the expected size on HiDPI screens + zesty
  debdiff

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1572331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-12-10 Thread marmuta
** Tags added: hidpi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-12-10 Thread marmuta
@DH, you can find partial workarounds in comment
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1562734/comments/15
and question
https://answers.launchpad.net/onboard/+question/404618

That's all I know of currently, unfortunately. For anything better we
need cooperation from unity-greeter and Gtk, neither of which has been
forthcoming so far.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1648926] Re: Onboard keyboard displayed out of viewport on unity-greeter

2016-12-10 Thread marmuta
*** This bug is a duplicate of bug 1562734 ***
https://bugs.launchpad.net/bugs/1562734

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #1562734, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1648926

Title:
  Onboard keyboard displayed out of viewport on unity-greeter

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1648926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1615575] Re: Emoji support

2016-10-08 Thread marmuta
Thanks for the quick response, Brad.

I agree, launchpad works quite well for us. There's not really much
pressure to move away, currently. Also, I feel, as long as Onboard is
installed by default in Ubuntu, we should stay close. The situation may
change with unity 8, we'll see.

> I've always expected support for CBLC/CBDT color format fonts 
> in Linux before SVGinOT.
Seems you were right, there's support for (what I believe is) Google's 
CBLC/CBDT in freetype. I got this example here
https://gist.github.com/jokertarot/7583938
to render colored emoji from your emojione-android.ttf.
That could be a possible path forward. Don't know if this is accessible from 
anywhere higher in the stack.

For SVGinOT there's just this bug report:
https://savannah.nongnu.org/bugs/?46141

I'd still prefer SVG over png for Onboard, though, because most of the
UI is freely scalable. All the other images we use as key labels are SVG
too.

> An option for now is to add emoji support using the existing 
> font rendering system.
That's what we currently do, yes. If there's no reasonable way to get color, 
we'll just wait for better times.

> Both of my fonts provide regular fallback non-color glyphs.
I've seen that the fonts-emojione Ubuntu package has gray-scale glyphs. Is that 
a special version of your font or a fallback? They render fine in Onboard, btw.


** Bug watch added: Non-GNU Savannah Bug Tracker #46141
   http://savannah.nongnu.org/bugs/?46141

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615575

Title:
  Emoji support

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1615575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1615575] Re: Emoji support

2016-10-06 Thread marmuta
s/do ask/do you ask/, you know what I mean.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615575

Title:
  Emoji support

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1615575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1615575] Re: Emoji support

2016-10-06 Thread marmuta
Thanks, N.W.

> Are there any plans to move Onboard to GitHub?
Not currently. Why do ask?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615575

Title:
  Emoji support

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1615575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1615575] Re: Emoji support

2016-10-06 Thread marmuta
Yes, we discussed that recently. Showing colored emoji would be nice, but there 
seems to be precious little support for SVG in OpenType on Linux. AFAICT only 
Mozilla applications can handle emojione or twemoji at the moment. Even 
emojione-picker uses svg files instead. If there is high-level support for Gtk 
applications anywhere, I haven't found it yet.
There are options, adding plain svg files (850!) to the Onboard project, or 
parsing EmojiOneColor-SVGinOT.ttf ourselves (?). I'm not really looking forward 
to either, though. 
Are there any others?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615575

Title:
  Emoji support

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1615575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1619380] Re: onboard 1.3.0 Preferences dialog won't open

2016-09-03 Thread marmuta
This confused me too occasionally. There's a warning when starting in
the project directory, now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619380

Title:
  onboard 1.3.0 Preferences dialog won't open

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1619380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1617108] Re: onboard crashed with signal 5 in g_settings_get_value()

2016-09-02 Thread marmuta
@Francesco, it's not clear to me yet that upstream onboard is affected.
I did tests with a fresh pt_BR install of Yakkety and couldn't reproduce
the issue. The answer to #6 would be helpful. Until then my best guess
is there is a version mismatch between onboard and its installed
gsettings schema.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617108

Title:
  onboard crashed with signal 5 in g_settings_get_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1617108/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1615575] Re: Emoji support

2016-08-27 Thread marmuta
There are some emoji in the Small and Phone layouts.
Small: press "12?", then "☺" on the SHIFT key.
Phone: press "12!@" then "1/3" twice
It's a limited selection in both cases, though.

The other layouts don't have any, although there's an older branch were they do:
https://code.launchpad.net/~onboard/onboard/layouts-experiments
IIRC, the problems back then were a) all those new keys dragging down 
performance, and b) disagreements on if/how to place the emoji button on the 
main layer.

I believe we would be better off with a scrolling popup list. That way
we could offer all the emoji+descriptions without having to add a myriad
of keys to each layout. I'll discuss this with Francesco when he's back.
He's worked on the emoji support before.

** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Confirmed

** Changed in: onboard
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1615575

Title:
  Emoji support

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1615575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1574081] Re: python traceback on start

2016-08-27 Thread marmuta
@Duncan Simpson, please try to upgrade to Onboard 1.3.0. There's a good chance 
the Xenial packages will work on Mint 18. You can get them from our stable PPA 
at
https://launchpad.net/~onboard/+archive/ubuntu/stable

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574081

Title:
  python traceback on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1574081/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546654] Re: Standard configuration proposal

2016-08-17 Thread marmuta
** Changed in: onboard
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546654

Title:
  Standard configuration proposal

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1546654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1550534] Re: Suggestions arrows not available on Compact layout

2016-08-17 Thread marmuta
** Changed in: onboard
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1550534

Title:
  Suggestions arrows not available on Compact layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1550534/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570318] Re: Bad wording in string

2016-08-17 Thread marmuta
** Changed in: onboard
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570318

Title:
  Bad wording in string

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1570318/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1470825] Re: Onboard focus with KWin

2016-08-16 Thread marmuta
** Changed in: onboard
   Status: Confirmed => Fix Released

** Changed in: onboard (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1470825

Title:
  Onboard focus with KWin

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1470825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1584352] Re: Onboard fails to start; missing Atspi

2016-08-16 Thread marmuta
** Changed in: onboard
   Status: Fix Committed => Fix Released

** Changed in: onboard (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1584352

Title:
  Onboard fails to start; missing Atspi

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1584352/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1586493] Re: "Expand on landscape screens" option not working in trunk

2016-08-16 Thread marmuta
There's UI to change the aspect ratio limit too in 1.3.0. Requires
docking enabled and extend setting checked (default).

Depending on the active layout, either long press the move button or
long press Return and select the move button to show the touch handles.
The single handle on the right changes the aspect ratio. Pull it all the
way to the right to have it snap to the screen edge and disable the
aspect ratio limit, i.e. always stretch from side to side.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1586493

Title:
  "Expand on landscape screens" option not working in trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1586493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1586493] Re: "Expand on landscape screens" option not working in trunk

2016-08-16 Thread marmuta
** Changed in: onboard
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1586493

Title:
  "Expand on landscape screens" option not working in trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1586493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1352549] Re: layout reverts to default after inserting unicode character via long press on a key

2016-08-16 Thread marmuta
Fix released in Onboard 1.3.0.

** Changed in: onboard
   Status: Fix Committed => Fix Released

** Changed in: onboard (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1352549

Title:
  layout reverts to default after inserting unicode character via long
  press on a key

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1352549/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1613063] Re: Request for sponsorship for new upstream release (yakkety deb provided)

2016-08-16 Thread marmuta
Thank you and thanks for the reminder. Francesco already left for
holiday. I'll be available in case anything breaks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613063

Title:
  Request for sponsorship for new upstream release (yakkety deb
  provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1613063/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1574081] Re: python traceback on start

2016-07-13 Thread marmuta
@pon tech, this is a regression with Onboard 1.2.0, unfortunately. There
are a couple of options:

- Try to install AppIndicator3 and its typelib. On Ubuntu this would be
gir1.2-appindicator3, however http://packages.linuxmint.com doesn't seem
to know it. Perhaps it can't be easily installed then, but I'm not too
familiar with Mint.

- Update Onboard to a later revision. You can get a development snapshot from 
our PPA at 
https://launchpad.net/~onboard/+archive/ubuntu/snapshots. 
Untested on Mint, but I believe this would work for you, as Sarah is based on 
Ubuntu 16.04.

-  Remove the offending line yourself:
$ sudo nano /usr/lib/python3/dist-packages/Onboard/Version.py 
and remove or comment out with '#' line 30, containing:
gi.require_version('AppIndicator3', '0.1')
Ctrl-X, Yes, Return
This change will be reverted when a new Onboard package is installed, but 
chances are the new one will have the bug already fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574081

Title:
  python traceback on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1574081/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1602321] Re: onboard fails to start - Mint 18 Cinnamon 64bit

2016-07-13 Thread marmuta
*** This bug is a duplicate of bug 1574081 ***
https://bugs.launchpad.net/bugs/1574081

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #1574081, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1574081
   python traceback on start

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1602321

Title:
  onboard fails to start - Mint 18 Cinnamon 64bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1602321/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 936310] Re: Some applications don't 'auto-show' onboard

2016-06-10 Thread marmuta
Georgios, there are hazy plans for input method support in the next
release. That would possibly enable auto-show for a wider range of
applications. I've only been experimenting with it, so far. If that
eventually results in something useful I'll update this bug report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/936310

Title:
  Some applications don't 'auto-show' onboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/936310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1590988] Re: Onboard keyboard doesn't scale correctly at lock screen

2016-06-10 Thread marmuta
*** This bug is a duplicate of bug 1572331 ***
https://bugs.launchpad.net/bugs/1572331

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #1572331, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

Bug #1572331 also affects the login screen, see bug #1562734 for that.

> The weird thing is I'm sure I've seen the on screen keyboard 
> display properly on the lock screen at some point so I don't 
> know why it's misbehaving now.
I thought so too, I was pretty sure I had successfully tested the lock screen 
with scaling=2 before. But then for bug #1572331 I went and tried old Ubuntu 
releases with old and new revisions of Onboard and it was always the same tiny 
keyboard. Weird.

** This bug has been marked a duplicate of bug 1572331
   GtkPlug scaled to half the expected size on HiDPI screens

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1590988

Title:
  Onboard keyboard doesn't scale correctly at lock screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1590988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1586493] Re: "Expand on landscape screens" option not working in trunk

2016-05-27 Thread marmuta
Rev. 2153 increases the limit a bit.

** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Fix Committed

** Changed in: onboard (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1586493

Title:
  "Expand on landscape screens" option not working in trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1586493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1586493] Re: "Expand on landscape screens" option not working in trunk

2016-05-27 Thread marmuta
Trunk has an aspect ratio limit for docking, but that's still work in
progress. There's supposed to be some UI in the future that allows to
toggle/change it. For now you can do this:

gsettings set org.onboard.window docking-aspect-change-range "[0.0,
10.0]"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1586493

Title:
  "Expand on landscape screens" option not working in trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1586493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-27 Thread marmuta
Finally fixed in trunk, I believe. Not a duplicate of bug #837456 after
all. It took rewriting key parts of virtkey and a number of workarounds
at the python level, so regression potential is high-ish. However I
didn't notice any remaining issues after rev. 2151. I believe it's ready
for more exposure.

I'll ask Francesco for a snapshot so you can try it. If you get any
weird behavior, like say stuck SHIFT, CTRL, etc., let me know.


** Changed in: onboard
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-22 Thread marmuta
** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Confirmed

** Changed in: onboard
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-04 Thread marmuta
What Onboard exactly does at the point of the layout switch is calling
XSync() right after XTestFakeKeyEvent() (not remapping the layout on the
fly, which it can do to). So its probably the same bug #837456.

I'm still hesitant to duplicate. That bug is so old and nothing ever
came from it. I feel we need get more specific and then talk straight to
upstream, whoever that will be.

I have some tiny sample code that generates a MappingNotify event,
seemingly for no reason. If we find the source of that we're perhaps a
bit closer to a solution.


** Attachment added: "Sample code triggering MappingNotify event"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+attachment/4655413/+files/xmappingnotify.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-04 Thread marmuta
I had that problem too with some languages. Try adding more input sources in 
System Settings->Text Entry. Then temporarily select one that isn't one of the 
four listed in
$ setxkbmap -query | grep layout

Ubuntu-GNOME seems to always set up the maximum of 4 layout groups and
only switches between those as long as possible. I believe if you pick a
language that isn't part of those yet, it is forced to reload the whole
layout.

Or, you know, run
$ setxkbmap en

Not convenient, I know, but that's the best I have at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-02 Thread marmuta
I'm not sure about the responsible package, that's why I hesitated to
mark it as a duplicate. I could reproduce bug #837456 anywhere, but this
one seems to be restricted to Ubuntu-GNOME. I want to check what exactly
Onboard does when it happens too. Haven't had time yet.

Wayland support is on my list, but there isn't much progress beyond
displaying the keyboard yet. XTest, XKb, XInput and plenty of regular X
trickery have to be replaced.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-05-02 Thread marmuta
Can finally confirm with Russian on Ubuntu-GNOME. Onboard layout doesn't
matter.

What appears to happen is that certain key-presses cause a switch of the system 
keyboard layout (group) to English (US). We've seen that before in
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/837456

The workaround still works too:
$ setxkbmap ru
fixes it for the session.

The key repeats happen when the layout switch occurs right after
pressing down on Onboard's keys, before they get a chance to be
released. Punctuation keys in Onboard act on press down, unlike letter
keys, hence only the former cause key repeats. The real problem is the
layout switch in the first place, though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-04-26 Thread marmuta
A few, I tried English, German, Russian and Greek. I can't imagine how
it could depend on the keymap, though. The keys of Small's second layer
are basically the same for all.

I did eventually find a problem however that seems to occur only on this
tablet: the AltGr key in Compact layout doesn't unlatch, I have to turn
it off manually after each use. I 'll look into that.

Oh, and I can reproduce bug #1530609 there. Another hard to debug issue,
but now I have at least a chance.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-04-26 Thread marmuta
The tablet arrived last week, but it took me a couple of tries to get
plain Ubuntu 16.04 installed and the touch-screen working. It runs
pretty well now, maybe too good. I typed for half an hour into various
applications and didn't get a key stuck or excessive repeats happening.

However, I did notice random repeated keys running the live image and
typing with an USB keyboard. My touch-screen isn't supported there,
unfortunately, so I couldn't meaningfully test Onboard until after
installation, at which point the issue disappeared.

I'll try Ubuntu-GNOME next.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-25 Thread marmuta
I've added a patch to the upstream bug report of bug  #1572331 that
seems to solve the scaling issue. Waiting for feedback.

I then tested delaying Onboard's launch in unity-greeter:
https://code.launchpad.net/~marmuta/unity-greeter/delay-keyboard-until-settings-daemon-done

That indeed works. With both of these changes Onboard is fully visible
and can be used. No further workarounds in Onboard itself necessary.

IMO it's up to unity-greeter now. What I believe is needed is a better
fix that makes sure u-s-d is done initializing before the greeter UI and
keyboard are created. That would not only help the keyboard but also
prevent flashing the login screen in scale 1, then a second later in
scale 2.

** Changed in: onboard
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1574081] Re: python traceback on start

2016-04-23 Thread marmuta
Thanks, I had fixed that in trunk already.
https://bazaar.launchpad.net/~onboard/onboard/trunk/revision/2113

AppIndicator is meant to be optional, that's why it is only a recommends
dependency.

** Changed in: onboard
   Status: New => Fix Committed

** Changed in: onboard (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574081

Title:
  python traceback on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1574081/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1574081] Re: python traceback on start

2016-04-23 Thread marmuta
** Also affects: onboard
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574081

Title:
  python traceback on start

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1574081/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-20 Thread marmuta
Ah, messed up the numbering. Here are the configure events again.

** Attachment added: "onboard-configure-events-corrected.txt"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562734/+attachment/4640804/+files/onboard-configure-events-corrected.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-20 Thread marmuta
The keyboard seems to go below the screen, that's why we see a black
rectangle there. On my 1920x1200 screen, scaled to 960x600, it
apparently ends up at y=750.

See attachment for the configure events.  Case 1) is the black rectangle
case. The values are all over the place. GdkEventConfigure doesn't agree
with get_pos()/get_size() and neither are fully correct. At the moment I
don't see how I could compensate for that in Onboard. AFAIKT the problem
is with Gtk, not Onboard.

It might be possible for unity-greeter to help, however. If the greater
delays Onboard's launch until after unity-settings-daemon is done with
setting the scaling factor, we get to Case 2) and see at least the
half/quarter sized keyboard. If/when bug #1572331 is fixed it would
hopefully go back to normal size.

As the worst case, the DPI dependent scaling in u-s-d would have to be
turned off until Gtk is ready for it.

** Attachment added: "onboard-configure-events.txt"
   
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1562734/+attachment/4640799/+files/onboard-configure-events.txt

** Changed in: onboard
   Importance: Critical => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1572331] Re: GtkPlug scaled to half the expected size on HiDPI screens

2016-04-20 Thread marmuta
Upstream bug report here:
https://bugzilla.gnome.org/show_bug.cgi?id=765327

** Bug watch added: GNOME Bug Tracker #765327
   https://bugzilla.gnome.org/show_bug.cgi?id=765327

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1572331

Title:
  GtkPlug scaled to half the expected size on HiDPI screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1572331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-20 Thread marmuta
** Also affects: unity-greeter (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-19 Thread marmuta
The scaling issue seems to be a Gtk problem. I've opened a bug report here
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1572331
A workaround for that in Onboard wouldn't be pretty.

I have yet to figure out why the keyboard becomes all black, and not
just half the size.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1572331] Re: GtkPlug scaled to half the expected size on HiDPI screens

2016-04-19 Thread marmuta
** Attachment added: "socket.c"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1572331/+attachment/4640244/+files/socket.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1572331

Title:
  GtkPlug scaled to half the expected size on HiDPI screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1572331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1572331] [NEW] GtkPlug scaled to half the expected size on HiDPI screens

2016-04-19 Thread marmuta
Public bug reported:

See attached screen shot. Blue is a GtkPlug, black is a GtkSocket.
Source code below.

What I expect to happen is that the GtkPlug has the same size as the GtkSocket.
What actually happens is that GtkPlug only covers a quarter of the area of the 
GtkSocket.

Impact: Onboard on HiDPI displays is near unusable at login and lock
screen, aka unity-greeter and gnome-screensaver. Original bug report
here: https://bugs.launchpad.net/bugs/1562734.

Steps to reproduce:
- build plug and socket samples from below
- set display scaling factor to 2
  System Settings -> Display -> Scale for menu and title bars = 2
- run  ./socket $(head -1 <(./plug))
-> blue GtkPlug is too small, it should cover all the black

- resize the window
-> at smaller sizes the scaling suddenly corrects itself, at larger ones it's 
wrong again

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libgtk-3-0 3.18.9-1ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Apr 20 01:48:50 2016
SourcePackage: gtk+3.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Attachment added: "layout-failure.jpg"
   
https://bugs.launchpad.net/bugs/1572331/+attachment/4640239/+files/layout-failure.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1572331

Title:
  GtkPlug scaled to half the expected size on HiDPI screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1572331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1572331] Re: GtkPlug scaled to half the expected size on HiDPI screens

2016-04-19 Thread marmuta
** Attachment added: "gcc -o plug plug.c -O0 -g `pkg-config --cflags --libs 
gtk+-3.0`"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1572331/+attachment/4640243/+files/plug.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1572331

Title:
  GtkPlug scaled to half the expected size on HiDPI screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1572331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1572331] Re: GtkPlug scaled to half the expected size on HiDPI screens

2016-04-19 Thread marmuta
build with:
gcc -o plug plug.c `pkg-config --cflags --libs gtk+-3.0`
gcc -o socket socket.c `pkg-config --cflags --libs gtk+-3.0`

run e.g. as:
./socket $(head -1 <(./plug))

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1572331

Title:
  GtkPlug scaled to half the expected size on HiDPI screens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1572331/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-18 Thread marmuta
> the keyboard only covered the upper left quarter of the black box
Yes, that was the hint I needed, thanks. It's an issue with the window scaling 
factor. I wasn't aware of unity-settings-daemon changing it. That should 
explain the 500ms delay too. Onboard probably starts up with scaling-factor 1 
and is later switched to 2.

** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Confirmed

** Changed in: onboard
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-04-18 Thread marmuta
Sorry for the delay. I want to help, but I'm not sure I can. I didn't
get answers to my questions in #2. Is this bug about visibly stuck keys
or not? If not, then everything else about visibly stuck keys is
unrelated and should go into a different bug report.

The log file shows the symptom but no cause, unfortunately. There's a
possibility, though that only Small layout might be affected and not the
default Compact.

I'm trying to be constructive, so here's what I'll do: I've ordered
another tablet, decidedly the lowest-end one I could find that will
(hopefully) still run desktop Ubuntu. Perhaps I'll be able to reproduce
the issues there.

@Francesco, we tried to get the the bottom of your stuck key issues before, but 
I suppose my requests got lost in the stress before the release back then. This 
commit was for you:
https://bazaar.launchpad.net/~onboard/onboard/trunk/revision/1973
Remember, your setup with two pointing devices is special enough that any stuck 
keys might as well be unique to that particular situation. If you're ready now 
we can retry, but be warned this will probably require a couple of iterations. 
Remote debugging is hard and takes effort from both sides.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570318] Re: Bad wording in string

2016-04-15 Thread marmuta
Thank you. The string is different in trunk, but the spelling errors
were still there. It may still change before the next release, but it
currently reads:

"AppIndicator (default) is recommended for broadest
compatibility. A middle click on the icon shows the keyboard. In KDE
Plasma a left click does the same.

GtkStatusIcon isn't supported well anymore by various desktop
environments, but generally allows to show the keyboard on left click.

Requires restart."

** Changed in: onboard
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570318

Title:
  Bad wording in string

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1570318/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1570318] Re: Bad wording in string

2016-04-15 Thread marmuta
** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Importance: Undecided => Low

** Changed in: onboard
   Status: New => Confirmed

** Changed in: onboard (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570318

Title:
  Bad wording in string

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1570318/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-14 Thread marmuta
Thanks for the log. It's recreated on each reboot, so I only see the one
from the latest boot. The contents are slightly different from what I
get here, but I don't see anything really suspicious. Everything seems
to go as planned, and the fact that you can briefly see the keyboard now
only confirms that. I still have no good idea what would cause it to go
black after half a second.

Is the keyboard window moved/resized or hidden for some reason? The log doesn't 
show this yet, unfortunately, but you could try this:
- reboot, wait for login screen
- switch to a different virtual console, e.g. CTRL+ALT+F1 and login
- type
  $ xauth add :0 $(sudo xauth -f /var/run/lightdm/root/\:0 list | grep -o MIT.*)
  $ xwininfo -display :0 -name "Onboard" | tee onboard-xwininfo.txt

and post onboard-xwininfo.txt. It helps if you add these commands to
~/.bash_history beforehand, then you won't actually have to type them
out.

Is there a video mode switch happening after the 500ms delay? I've
noticed with my test partition, that no matter what video options I set
in xorg.conf.d or lightdm's display-setup-script, unity-greeter always
reverts back to the monitor's defaults. If that happens on your system
there should be an entry at the end of your /var/log/Xorg.0.log. Please
attach that file too. Make a copy before you login, e.g. from the same
virtual console you just used above.

One more thing to try, if you haven't done so already: 
- boot to login
- turn keyboard off (via indicator)
- reboot to login
- turn keyboard on
Does that change anything?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-12 Thread marmuta
Thank you both. There's no obvious error or traceback in the logs. I'd
still like to see Asvin's x-0-greeter.log, but at the moment it doesn't
look like Onboard crashes outright. Actually, there's little hint it is
being started at all, but this seems to be the normal case.

There is an undocumented (read awkward) way to get a log file from
Onboard, even when running in unity-greeter (which hard-codes Onboard's
command-line). That would be good to have.

Make /usr/lib/python3/dist-packages/Onboard/Config.py starting from line 290 
look like this:
 # optionally log to file; everything, including stack traces   
  
 if 1:  
  
 options.debug = "debug"
  
 logfile = open("/tmp/onboard.log", "w")
  
 #sys.stdout = logfile  
  
 sys.stderr = logfile   
  

Edit it by hand or use this one-liner:
sudo vi /usr/lib/python3/dist-packages/Onboard/Config.py +"%s/if 0/if 1/" 
+"%s/sys.stdout = logfile/#sys.stdout = logfile/" +wq

Then reboot, make sure the black rectangle is still visible at the login
screen (i.e. the keyboard is still enabled), login and post the file
"/tmp/onboard.log" here. Note that Onboard will probably fail to start
in the user session now, until you delete /tmp/onboard.log.

When done, undo the changes with:
sudo apt-get install --reinstall onboard

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-11 Thread marmuta
I've tried two old 16.04 partitions and a freshly installed one so far,
but wasn't able to reproduce the problem yet. Any additional information
you can provide is highly appreciated.

Asvin, X, please post the file "/var/log/lightdm/x-0-greeter.log". There's a 
chance we will find an error traceback of Onboard in there.
X, if you don't mind, what type of tablet is that?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1568404] Re: Onboard Fails to Display on Login Screen When System Rebooted

2016-04-11 Thread marmuta
*** This bug is a duplicate of bug 1562734 ***
https://bugs.launchpad.net/bugs/1562734

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #1562734, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1562734
   Onboard keyboard shows black box on login

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1568404

Title:
  Onboard Fails to Display on Login Screen When System Rebooted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1568404/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562734] Re: Onboard keyboard shows black box on login

2016-04-09 Thread marmuta
This could be Onboard crashing on something. If so, there should be an
error message + traceback in /var/log/lightdm/.

Does this print anything interesting?
sudo su
zgrep -i onboard /var/log/lightdm/*

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562734

Title:
  Onboard keyboard shows black box on login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562734/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567301] Re: Untranslated buttons

2016-04-09 Thread marmuta
Thank you, fixed in trunk.

** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Fix Committed

** Changed in: onboard (Ubuntu)
   Status: New => Confirmed

** Changed in: onboard
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567301

Title:
  Untranslated buttons

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1567301/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1562381] Re: Typing special characters with non-US layout get repeated indefinitely

2016-03-28 Thread marmuta
Hmm, I can't reproduce this here, neither with touch nor mouse pointer.
Does the "." key visibly get stuck in pressed state when it happens? Every time 
you press it or only occasionally?  

Debug output might help. Please run
$ killall onboard; onboard -dall &>onboard-debug-output.txt
make the erroneous repeat happen once, exit Onboard and attach the file here.


** Changed in: onboard (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562381

Title:
  Typing special characters with non-US layout get repeated indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1562381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546654] Re: Standard configuration proposal

2016-02-26 Thread marmuta
I have this in trunk now, see screen-shot. I think I feel more
comfortable with enabling dock-expand on landscape screens this way.
Comments welcome. The aspect limit can still be removed in onboard-
defaults.conf or gsettings and you'll get the old behavior.

For the other changes requested by this bug report we will have to go
away from a single set of static defaults and select/calculate them at
runtime. It's not only docking, initial positions and sizes, but also
things like pointer-travel optimized repositioning, which I'd like to
see enabled for desktops but not for touch-devices.


** Attachment added: "xenial-expand-by-default-limited.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1546654/+attachment/4582132/+files/xenial-expand-by-default-limited.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546654

Title:
  Standard configuration proposal

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1546654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546654] Re: Standard configuration proposal

2016-02-26 Thread marmuta
@Sebastien

> it works fine and looks better imho, even on a desktop
Hmm, that squished look...I don't know. There's an awful lot of mouse travel 
necessary too. How about we put a limit on the aspect ratio and add 
semi-transparent bars to the sides? It'll look similar to GNOME's keyboard, 
only the bars would disappear gradually with increasing keyboard height.

** Attachment added: "xenial-expand-by-default.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1546654/+attachment/4581896/+files/xenial-expand-by-default.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546654

Title:
  Standard configuration proposal

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1546654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1546654] Re: Standard configuration proposal

2016-02-24 Thread marmuta
The main reason the defaults are as they are, is that we haven't come up
with anything better that works equally well for all screen sizes.
Docking is great if there are fingers hovering over that general area of
the screen, but less so if there's a pointer that has to travel the
distance to the bottom. Stretching from edge to edge is a lot more
desirable on smallish touch screens than on pointer operated 24" and
larger monitors.

Judging by the bug reports we receive, tablet users seem to have become
the majority, though. Perhaps it's time to inconvenience them less, turn
on docking and stretching and accept the "broken" look on large screens.

At least short term. Medium term I think we could do better by adapting
the settings to the system at runtime. I've been thinking about this on
and off before, there would be a number of profiles to chose from, e.g.
"Tablet", "Desktop", "Keyboard scanning", etc. . The most suitable one
(hopefully) would be selected on first start, but it could be manually
changed any time afterwards. That's too late for Xenial, though, I
suppose. Too large of a change to get it accepted, probably.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1546654

Title:
  Standard configuration proposal

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1546654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1534210] Re: The Small layout for Onboard is missing russian letter Ж (je)

2016-01-19 Thread marmuta
Thanks again for bringing attention to this, Jacob. I've pushed a couple
of commits recently that I believe fix this bug. Find attached a screen
shot of the new Small layout for Russian. If you think there should be
any further changes, please let us know.

Here's what changed:
- There's an extra column of three keys in the main layer, which shows only for 
Cyrillic key maps.
- Cyrillic Yo  ё/Ё can be reached by long-pressing Cyrillic Ye е/Е only. It's 
rare, though, only three occurrences out of 44k words of our Russian language 
model. 
- The single quote is permanently available on the numbers layer.
- The Ampersand moved to the symbols layer, replacing the Korean Won symbol ₩. 
₩ is still available on long-press of any currency symbol.
- The Russian ruble symbol ₽ replaces the Cent ¢ symbol on the symbols layer. ¢ 
is still available on long-press of any currency symbol.

If you can look it over, please do. I'm going to ask Francesco for a
snapshot too, so you can test it in action.

Lastest commit:
http://bazaar.launchpad.net/~onboard/onboard/trunk/revision/2010

Also, for the record:  Onboard's default layout is "Compact" which isn't
affected by this bug report.

** Attachment added: "Small_rev_2010.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1534210/+attachment/4553061/+files/Small_rev_2010.jpg

** Changed in: onboard
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1534210

Title:
  The Small layout for Onboard is missing russian letter Ж (je)

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1534210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1534210] Re: The Small layout for Onboard is missing russian letter Ж (je)

2016-01-16 Thread marmuta
How about adding э/Э to the long-press popups of Russian е/Е? Possibly
ӭ/Ӭ too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1534210

Title:
  The Small layout for Onboard is missing russian letter Ж (je)

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1534210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1534210] Re: The Small layout for Onboard is missing russian letter Ж (je)

2016-01-15 Thread marmuta
Thanks a lot. Shouldn't we add back the single quote somewhere, though?
I realize the regular Russian key map doesn't contain it, but the
phonetic flavors do. We could perhaps make room for it on the number
layer by moving the ampersand to the symbols layer.

** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Confirmed

** Changed in: onboard
   Importance: Undecided => Medium

** Changed in: onboard (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1534210

Title:
  The Small layout for Onboard is missing russian letter Ж (je)

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1534210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 893644] Re: Onboard got random resize on usecase touchscreen

2016-01-03 Thread marmuta
@Luis Mascote, do you remember what you did to grow Onboard larger than
the screen? I'm trying, but can't seem to figure it out. AFAIK it can
happen when changing screen resolution/connected monitors, but I'm not
sure how to do it in regular usage.  Is this on Compiz/Unity?

Concerning the resize protection, all it does is to disable resize
handles of the keyboard window and floating icon. This is to prevent
accidental resizing. It wasn't actually meant as a hard lock on a
specific window size. While it's active you can still use Onboard's
touch handles for example (long press on move button).

There's no convenient way to reset size/position (should there be one?), but 
you can run:
gsettings reset-recursively org.onboard.window.landscape
optionally:
gsettings reset-recursively org.onboard.window.portrait
gsettings reset-recursively org.onboard.icon-palette.landscape
gsettings reset-recursively org.onboard.icon-palette.portrait
or look up these paths and change them in dconf-editor as Francesco suggested.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/893644

Title:
  Onboard got random resize on usecase touchscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/893644/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1492385] Re: Rendering issue when display scaling is set to a value greater than 1

2015-09-06 Thread marmuta
*** This bug is a duplicate of bug 1283491 ***
https://bugs.launchpad.net/bugs/1283491

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #1283491 so it is being marked as such. Any further
discussion regarding the bug should occur in the other report. Feel free
to continue to report any other bugs you may find.

An updated onboard 1.0.1 for Ubuntu 14.04 is currently in in the
-proposed repository, see Bug #1289592. I've just tested it (again) and
found no major issues with scaling != 1. If you wait a little bit longer
it will probably enter the main repo too.

In any case you are welcome to get the latest version 1.1.2 from our PPA at 
https://launchpad.net/~onboard/+archive/ubuntu/stable
That one has lots of other fixes and should auto-hide when you type with the 
Yoga's keyboard.

** This bug has been marked a duplicate of bug 1283491
   rendering and size issues on high-dpi screen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1492385

Title:
  Rendering issue when display scaling is set to a value greater than 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1492385/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1289592] Re: SRU request for bugfix release (debian.tar.gz for trusty provided)

2015-09-06 Thread marmuta
I've tested onboard+onboard-data 1.0.1-0ubuntu1 from the -proposed repository 
on a fresh install of current trusty and didn't find any regressions.
Login and unlocking the screen work as before. The keyboard is usable with 
org.gnome.interface scaling-factor != 1 - I've tried 0.5, 1, 2 and 4 in display 
settings and typed with (multi-)touch and mouse devices. Language menu closes 
on second click. Auto-show, word suggestions, transparency, docking, etc. work 
as expected back in 1.0.1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289592

Title:
  SRU request for bugfix release (debian.tar.gz for trusty provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1289592/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1470825] Re: Onboard focus with KWin

2015-07-05 Thread marmuta
> Thanks for the quick feedback, I think I need to look at the touch driver as 
> well.
You're welcome. I think you won't need to do this anymore. 
Screens/kernel/drivers are probably fine.

I could eventually reproduce both issues in KWin and 1) was an Onboard
thing.  Wrong order of initialization, that apparently had no ill effect
in compiz, where I did most of the touch testing. Trunk has a fix and I
don't get the fall-back mouse-events mode anymore in KWin, meaning you'd
likely have multi-touch available too. It works with either XInput or
GTK event source here, but I'd suggest you return to "XInput", because a
few of Onboard's features require/work better with this.

Still working on 2), though I expect you won't hit this anymore with
default settings. Others might, wacom touch-screen people in particular
(on KWin).

> AttributeError: 'X11DeviceXI2' object has no attribute 'touch_active'
Thank you, should be fixed too now.

** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Confirmed

** Changed in: onboard (Ubuntu)
   Status: New => Confirmed

** Changed in: onboard
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1470825

Title:
  Onboard focus with KWin

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1470825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1470825] Re: Onboard focus with KWin

2015-07-03 Thread marmuta
Great log file, thank you. Here's what happens:
...
12:43:42.951 Enter
12:43:42.952 TouchBegin (master, dev_id=2)
12:43:43.066 ButtonRelease (slave, dev_id=13)
12:43:43.067 TouchEnd (master, dev_id=2)
...

Two observations:
1) There are indeed touch events coming in, but only from the master pointer, 
none directly from the touch screen device 13. That's new, I haven't seen that 
happening before. Onboard sticks with mouse events (ButtonPress/ButtonRelease) 
in that case (meaning multi-touch won't be available).
2) The first ButtonPress event is missing, there's only a ButtonRelease. That's 
why there's no reaction to the first touch. When you use the mouse the initial 
ButtonPress event is there.

I've looked into 1) a bit. The screen seems to be USB connected and probably 
uses the hid-multitouch kernel driver and the evdev X driver. Support for the 
SYNA7500 seems relatively sensitive to the kernel version. This thread reports 
mixed results with various kernels and failures in particular with Vivid's 
kernel 3.19:
http://ubuntuforums.org/showthread.php?t=2187204&page=14&s=34cfa4caf159096f7cce745988b1ab59
If everything else fails, trying different kernels may make sense.

No idea what could cause 2) yet. I'm working on some way to reproduce
it. Is there anything I should know about your setup? Is this plain KWin
without any other bits of KDE?

Things you could try:
Set Preferences->Keyboard->Advanced->"Touch input" to "none". If there's no 
change (likely) set Preferences->Keyboard->Advanced->"Input event source" to 
"GTK".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1470825

Title:
  Onboard focus with KWin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1470825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1470825] Re: Onboard focus with KWin

2015-07-02 Thread marmuta
Hmm, there's no touch visible in your log. The last line is an Enter event 
(xi_type=7) from the master pointer (dev_id=2). A touch would start with 
TouchBegin (xi_type=18) and would come from your touch screen slave device  
(dev_id=13). Could you attach a longer log, up until the point when you get the 
first reaction from Onboard?
$ onboard -d all &>onboard-kwin.log

> The keyboard won't get focus unless I tap on it twice
To be sure I understand, is that once after starting Onboard or each time you 
switch between some application and the keyboard?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1470825

Title:
  Onboard focus with KWin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1470825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1470825] [NEW] Onboard focus with KWin

2015-07-02 Thread marmuta
Public bug reported:

Customized Ubuntu 15.04, running KWin via an .xsession call. Using
Onboard for on-screen keyboard. The keyboard won't get focus unless I
tap on it twice (or unless I drag into the keyboard, and then tap it).
In my previous environment I used Compiz and didn't have this behaviour,
nor do I see it with any other window type.

Turning debugging on for Onboard it seems to be getting the touch events
so I am not sure why its not getting focus. Its output for example would
be:

Code: Select all
19:23:08.392 EVENT   TouchInputSource device: XIDevice(id=13 
attachment=2 use=3 touch_mode=1 source=GDK_SOURCE_TOUCHSCREEN name=SYNA7500:00 
06CB:3AF0 vendor=0x06cb product=0x3af0 enabled=1)
19:23:08.392 EVENT   TouchInput_on_device_event1
19:23:08.393 EVENT   TouchInput_on_device_event2 2 2
19:23:08.393 EVENT   TouchInput_on_device_event7 1
19:23:08.393 EVENT   TouchInput_on_device_event8 True
19:23:08.393 EVENT   TouchInput_on_device_event10 20971528 20971707
19:23:08.393 EVENT   TouchInput_on_device_event11
19:23:08.394 EVENT   TouchInputDevice event: dev_id=2 src_id=2 
xi_type=7 xid_event=20971528(20971707) x=171.0 y=45.0 x_root=1642.0 
y_root=405.0 button=0 state=0 sequence=0


A little lost and looking for any suggestions!

** Affects: onboard (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1470825

Title:
  Onboard focus with KWin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1470825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1467723] Re: onboard indicator is way too long

2015-06-25 Thread marmuta
Thanks for the bug report. Onboard's svg icon size was set too large and
lxpanel-indicator-applet-plugin doesn't seems to scale icons down. What
your image shows is basically the upper edge of a gigantic icon... Fixed
in trunk.

Francesco, when you find the time please prepare a new snapshot. Thanks
in advance.


** Changed in: onboard
   Status: Confirmed => Fix Committed

** Changed in: onboard
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1467723

Title:
  onboard indicator is way too long

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1467723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1467723] Re: onboard indicator is way too long

2015-06-25 Thread marmuta
** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1467723

Title:
  onboard indicator is way too long

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1467723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1461221] Re: undecorated onboard doesn't comply with compiz effects

2015-06-04 Thread marmuta
OK, I've opened bug #1461823 for this new issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1461221

Title:
  undecorated onboard doesn't comply with compiz effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1461221/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1461221] Re: undecorated onboard doesn't comply with compiz effects

2015-06-03 Thread marmuta
Yes, current Onboard hides and shows the keyboard window wherever
possible, instead of minimizing/restoring it. IIRC it's been like this
since we switched to GTK-3 in 2012 and more out of necessity than by
design. Gnome-3/GTK-3 were trying to get rid of minimizing back then and
the required APIs weren't there or have been unreliable. Also the
default minimize/restore animations in compiz added delays and didn't
seem like a good fit for Onboard's auto-show overall.

Currently there's one loophole left for real minimizing: 
- Onboard has to think it runs under metacity, so run it from command line as
  onboard -q metacity
- uncheck Preferences->Window->Force to top
- uncheck Preferences->General->Show status icon
- uncheck Preferences->General->Show floating icon

That should get you minimizing in Compiz too, but YMMV. With auto-show
enabled there's a chance the window disappears for good at some point,
i.e. deiconify() does nothing.

Marking 'won't fix' for now as I don't believe we'll be able to change
this behavior.

** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Won't Fix

** Changed in: onboard
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1461221

Title:
  undecorated onboard doesn't comply with compiz effects

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1461221/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1456452] Re: Works with stylus but not finger: HP Elitebook 2740P Tablet PC

2015-05-20 Thread marmuta
*** This bug is a duplicate of bug 1297692 ***
https://bugs.launchpad.net/bugs/1297692

Hi whitis, thanks for the detailed bug report. This particular bug has
been reported before as https://bugs.launchpad.net/onboard/+bug/1297692.
Glad you found the PPA and yes, newer versions of Onboard have a
workaround for this issue.

Concerning multi-touch, Onboard needs to receive 
TouchBegin/TouchUpdate/TouchEnd events for that to work. It cannot be done with 
devices that only generate ButtonPress/MotionNotify/ButtonRelease events. Wacom 
touch screens are configured to do the latter by default, behaving basically 
like plain old mice, but you can make yours generate touch events by turning 
off gesture support. See also
https://bugs.launchpad.net/onboard/+bug/1297692/comments/28

Something like (insert your touch screen name or numeric id returned by 
"xinput")
xsetwacom --set "Wacom ISDv4 E6 Finger touch" Gesture off
then restart Onboard.

If it doesn't work at first, please reboot once and retry.

** This bug has been marked a duplicate of bug 1297692
   Onboard not working with wacom driver

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1456452

Title:
  Works with stylus but not finger: HP Elitebook 2740P Tablet PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1456452/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1297692] Re: Onboard not working with wacom driver

2015-05-20 Thread marmuta
** Changed in: onboard
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1297692

Title:
  Onboard not working with wacom driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1297692/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432428] Re: unity-panel-service crashes when clicking onboard indicator

2015-03-26 Thread marmuta
** Also affects: at-spi2-atk (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432428

Title:
  unity-panel-service crashes when clicking onboard indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-atk/+bug/1432428/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1436134] Re: Ubuntu doesn't recognise Windows 10 Technical Preview partitions system on the installing process

2015-03-26 Thread marmuta
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have the right package associated with
it, which is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage. I have classified this
bug as a bug in ubiquity, the live CD installer.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://help.ubuntu.com/community/ReportingBugs.

** Package changed: onboard (Ubuntu) => ubiquity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1436134

Title:
  Ubuntu doesn't recognise Windows 10 Technical Preview partitions
  system on the installing process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1436134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1432428] Re: unity-panel-service crashes when clicking onboard indicator

2015-03-16 Thread marmuta
> How can I get more debug info, or is the crash file of any help?
You should be able to  file another bug report with your crash file:
$ ubuntu-bug /var/log/_usr_lib_unity_unity-panel-service.1000.crash
If that worked you may want to duplicate this bug to the new one.

>From what I can tell the crash seems to happen in libatk-bridge-2.0, see 
>attachment. I ran
$ sudo gdb -p $(pidof unity-panel-service) -batch -ex 'c' -ex 'bt full'
then restarted Onboard and clicked the panel once. It doesn't always happen 
right away, but if I keep trying it will eventually. There might be a race with 
accessibles appearing/disappearing at the wrong time. I'm not sure if we can 
influence this from Onboard's side, but I'm going to experiment a bit.


** Attachment added: "unity-panel-service-gdb-backtrace.txt"
   
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1432428/+attachment/4347147/+files/unity-panel-service-gdb-backtrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1432428

Title:
  unity-panel-service crashes when clicking onboard indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1432428/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1421840] Re: international character selection offset on high-dpi screen

2015-02-16 Thread marmuta
Found it, the scaling was applied twice. Looking at your screen-shots
there was another issue with keys getting stuck on the main keyboard.
This shouldn't happen anymore either. Try it please and let me know how
it goes.

Francesco, another snapshot please. Thanks in advance.

** Changed in: onboard
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1421840

Title:
  international character selection offset on high-dpi screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1421840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1421840] Re: international character selection offset on high-dpi screen

2015-02-14 Thread marmuta
** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1421840

Title:
  international character selection offset on high-dpi screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1421840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1421840] Re: international character selection offset on high-dpi screen

2015-02-14 Thread marmuta
Thanks for the bug report. I can't reproduce it in Vivid, but will try
in Utopic later. 1.1.0~1908-0ppa1~utopic is slightly outdated too by
now. We should get you an updated snapshot just in case.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1421840

Title:
  international character selection offset on high-dpi screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1421840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1339710] Re: simultaneous touch events trigger only the first touch

2015-01-22 Thread marmuta
Multi-touch in Onboard is supposed to work as you described, Andreas. I
heard of people successfully using it in the wild too.

Please check if
Preferences->Keyboard->Advanced->Touch input
is set to multi-touch. This is the default.

Check if you own a Wacom touch-screen. Those are by default configured to not 
allow multi-touch, see also bug #1297692. 
$ xsetwacom --list devices

If this returns your touch screen you'll have to disable Wacom gestures in 
order to get multi-touch.
$ xsetwacom --set  Gesture off

You can use the output of the "xsetwacom --list devices" command as id, or pick 
it from 
$ xinput


** Changed in: onboard
   Status: New => Incomplete

** Changed in: onboard (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339710

Title:
  simultaneous touch events trigger only the first touch

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1339710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1352549] Re: layout reverts to default after inserting unicode character via long press on a key

2015-01-22 Thread marmuta
** Changed in: onboard
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1352549

Title:
  layout reverts to default after inserting unicode character via long
  press on a key

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1352549/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1293829] Re: The about dialog doesn't show many thing

2015-01-21 Thread marmuta
Hi Anthony, 
thanks for the reminder and apologies for the delay. We were actually about to 
create the release last weekend, but it failed testing. Onboard doesn't rise 
above Dash currently. We now believe this was caused by a recent change in 
Unity, though, and it looks like there's not much else we can do from our side. 
Another regression with LibreOffice Writer came up yesterday, but that one I 
could fix. The release will come real soon (TM) now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1293829

Title:
  The about dialog doesn't show many thing

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1293829/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1404981] Re: browser search suggestion menu from address bar overlays onboard

2015-01-03 Thread marmuta
> Is there a way to force that menu under onboard?
After doing some experimenting today, I'd say probably not in a useful way, at 
least from Onboard's side. It is possible to raise the keyboard over the 
Firefox drop-downs, trunk does that temporarily, but that isn't enough. They 
keep receiving pointer events, so clicking Onboard's keys simultaneously 
selects whatever entry there is in the popup below. That's actually worse than 
what we had before.
I have no good idea how to solve that currently. If anyone has a suggestion let 
me know.

Apart from that there seems to be only turning auto-complete off
completely via Firefox preferences.

** Also affects: onboard
   Importance: Undecided
   Status: New

** Changed in: onboard
   Status: New => Confirmed

** Changed in: onboard (Ubuntu)
   Status: New => Confirmed

** Changed in: onboard
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1404981

Title:
  browser search suggestion menu from address bar overlays onboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1404981/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1301070] Re: onboard not clickable/working on lock screen

2014-12-31 Thread marmuta
Espen, do you have the screen keyboard setting enabled?
System settings -> Universal Access -> Typing -> On Screen Keyboard

There are two lock screens since Ubuntu 14.04, IIRC, and that switch
toggles between them. If it's 'on' you should get the old lock screen
that has Onboard embedded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1301070

Title:
  onboard not clickable/working on lock screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1301070/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1293259] Re: In 'Français (variante)' (french azerty) some letter not present on some layout

2014-12-21 Thread marmuta
Fixed in trunk. Grid with azerty has an 'm'  key too now.

** Changed in: onboard
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1293259

Title:
  In 'Français (variante)' (french azerty) some letter not present on
  some layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/onboard/+bug/1293259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   >