[Bug 1825497] Re: flash player does not work in chromium

2019-05-06 Thread volomike
The patch works for me on Ubuntu 19.04 and I posted into AskUbuntu.com
the install procedure I took:

https://askubuntu.com/q/1141108/1698

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

Title:
  flash player does not work in chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1825497/+subscriptions

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

[Bug 1818049] Re: virtualbox dkms modules fail to build with linux 4.4.0-143.169 [error: too many arguments to function ‘get_user_pages’]

2019-03-19 Thread volomike
Bug confirmed for me too with Virtualbox 5.2.22 used on Mac OSX 10.14.3
with Ubuntu Desktop 16.04.6. I rolled kernel back to 4.4.0-142 and
forced a vbox extensions rebuild (https://askubuntu.com/a/1127079/1698)
and was operational again but only temporarily because I'm forced to
remain on the old kernel until this bug is fixed.

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

Title:
  virtualbox dkms modules fail to build with linux 4.4.0-143.169 [error:
  too many arguments to function ‘get_user_pages’]

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

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

[Bug 1633935] Re: Inkscape freezes when selecting font

2016-10-16 Thread volomike
Not so fast. After more testing, the problem seems only intermittently
fixed. I can recreate the problem, but then when I click off the popdown
listbox for font sizes, switch from DejaVu Sans to FreeSans, and try
again, the problem is resolved for FreeSans, then, oddly, when I go back
to DejaVu Sans, the problem randomly either goes away or comes back
again. It's very bizarre!

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

Title:
  Inkscape freezes when selecting font

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

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


[Bug 1633935] Re: Inkscape freezes when selecting font

2016-10-16 Thread volomike
I found the fix!

apt-get install ruby-pango

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

Title:
  Inkscape freezes when selecting font

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

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


[Bug 1633935] Re: Inkscape freezes when selecting font

2016-10-16 Thread volomike
This may or may not be related to this:
https://bugs.launchpad.net/inkscape/+bug/1259100

This is the output I get during usage of Inkscape before the crash:

root@volomike-VirtualBox:/home/volomike# gdb /usr/bin/inkscape
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/inkscape...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/inkscape 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[New Thread 0xb2f7db40 (LWP 6175)]
[New Thread 0xb277cb40 (LWP 6176)]
[New Thread 0xb1f7bb40 (LWP 6177)]
[New Thread 0xb137db40 (LWP 6179)]
[New Thread 0xb080fb40 (LWP 6181)]
[New Thread 0xb000eb40 (LWP 6182)]
[New Thread 0xaf4ffb40 (LWP 6183)]
[Thread 0xb000eb40 (LWP 6182) exited]

(inkscape:6171): Pango-CRITICAL **: pango_font_family_list_faces:
assertion 'PANGO_IS_FONT_FAMILY (family)' failed

(inkscape:6171): Gtk-CRITICAL **: IA__gtk_tree_view_scroll_to_cell: assertion 
'tree_view->priv->tree != NULL' failed
[Thread 0xb080fb40 (LWP 6181) exited]
bt

(inkscape:6171): Pango-CRITICAL **: pango_font_family_list_faces:
assertion 'PANGO_IS_FONT_FAMILY (family)' failed

(inkscape:6171): Gtk-CRITICAL **: IA__gtk_tree_view_scroll_to_cell:
assertion 'tree_view->priv->tree != NULL' failed

(inkscape:6171): Pango-CRITICAL **: pango_font_family_list_faces:
assertion 'PANGO_IS_FONT_FAMILY (family)' failed

(inkscape:6171): Gtk-CRITICAL **: IA__gtk_tree_view_scroll_to_cell: assertion 
'tree_view->priv->tree != NULL' failed
[Thread 0xaf4ffb40 (LWP 6183) exited]
[Thread 0xb1f7bb40 (LWP 6177) exited]
[Thread 0xb277cb40 (LWP 6176) exited]
[Thread 0xb2f7db40 (LWP 6175) exited]
[Thread 0xb2f7f940 (LWP 6171) exited]
[Inferior 1 (process 6171) exited normally]
(gdb) bt
No stack.
(gdb) bt
No stack.
(gdb) quit

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

Title:
  Inkscape freezes when selecting font

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

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


[Bug 1633935] [NEW] Inkscape freezes when selecting font

2016-10-16 Thread volomike
Public bug reported:

If you perform the following steps, Inkscape freezes. It's a showstopper
of using Inkscape at all with fonts.

1. Launch Inkscape.
2. On the new document, click the A on the left toolbar to create a new textbox.
3. Drag a marquee in your document for the size of your textbox.
4. Type the text "This is a test" and then choose Select All to select it all.
5. Click the T in the top toolbar to open the Text and Font control panel.
6. Choose DejaVu Sans.
7. Put another window on top of the current window, such as switch to a web 
browser.
8. Come back to Inkscape -- it won't repaint the window because it's frozen.

Alternatively, you can also recreate the bug this way too:

1. Launch Inkscape.
2. On the new document, click the A on the left toolbar to create a new textbox.
3. Drag a marquee in your document for the size of your textbox.
4. Type the text "This is a test" and then choose Select All to select it all.
5. Click the T in the top toolbar to open the Text and Font control panel.
6. Choose DejaVu Sans.
7. Set the font size to 48 from the Font Size: selector on that control panel. 
You'll notice that the dropdown occurs, when you select it, Inkscape freezes.

Note that I'm running Inkscape 0.91 on Lubuntu Desktop 16.04 inside
Oracle Virtualbox version 5.0.26 r108824 on a Mac Air 13" running OSX
10.12 (Sierra) and have loaded the Virtualbox extensions. Note that I
also tried the following things to see if they fixed the problem:

- full apt-get update; apt-get upgrade; apt-get dist-upgrade, reboot,
and tried that again

- apt purge fonts-noto-cjk

- tried briefly the latest stable PPA of Inkscape from Inkscape.org in
my apt, and upgrade to the latest Inkscape -- that failed, so I did a
purge remove of that version of inkscape, removed the PPA, redid my apt-
get update, and installed the version that comes with Ubuntu 16.04
(Inkscape 0.91).

- unset GTK_IM_MODULE && inkscape

All failed to show any fix.


All failed to show any different result.

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


** Tags: 16.04 font freeze frozen inkscape lubuntu repaint

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

Title:
  Inkscape freezes when selecting font

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

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


[Bug 1041059] [NEW] Video saved loads fine in Chrome and Totem Video Player, but not OpenShot Video Editor

2012-08-24 Thread volomike
Public bug reported:

Originally I reported this bug on the OpenShot bug report here:

https://bugs.launchpad.net/openshot/+bug/1041033

However, they marked the bug as won't fix because they say this is a
gtk-RecordMyDesktop bug where it generates Ogg-Vorbis files that create
this garbled video playback problem. I can view just fine in Chrome and
Totem Video Player, but not in video editing tools like OpenShot and
others.

I have Ubuntu 10.04 LTS. What's the fix?

Attached is the screenshot I have.

** Affects: gtk-recordmydesktop (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/1041059

Title:
  Video saved loads fine in Chrome and Totem Video Player, but not
  OpenShot Video Editor

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

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


[Bug 1041059] Re: Video saved loads fine in Chrome and Totem Video Player, but not OpenShot Video Editor

2012-08-24 Thread volomike
** Attachment added: openshot-screen.png
   
https://bugs.launchpad.net/bugs/1041059/+attachment/3274656/+files/openshot-screen.png

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

Title:
  Video saved loads fine in Chrome and Totem Video Player, but not
  OpenShot Video Editor

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

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


[Bug 254223] Re: Spell Checker Doesn't Work Consistently

2008-10-15 Thread volomike
** Also affects: firefox-3.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu
Sourcepackagename: firefox = None

** Description changed:

  I have Ubuntu 8.04.1, kernel 2.6.24-19-generic (Hardy Heron) and am in
  the USA. I have installed the 386 version instead of the AMD64 version
  (my laptop is an AMD64 laptop). When I use Firefox that comes with
  Ubuntu, the spell checker works inconsistently. On contractions (won't,
  doesn't, etc.) it's reporting these as misspelled most of the time. On
  other misspelled words it is not catching these, but only sometimes.
  When I rightclick in the textarea and uncheck Check Spelling, then
  turn it back on again, it properly checks the spelling. This used to not
  occur for me in my last Ubuntu that I used, which was Ubuntu 7.04 with
  Firefox 2.
+ 
+ I'd love to see some movement on this bug. I'm sure that if it worked
+ okay in FF2, that it's probably just a simple fix for FF3?

** Tags added: firefox spelling

-- 
Spell Checker Doesn't Work Consistently
https://bugs.launchpad.net/bugs/254223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 245415] [NEW] Multiple File Delete Triggers Multiple Commits

2008-07-04 Thread volomike
Public bug reported:

Binary package hint: rapidsvn

When using RapidSVN, and using shift-click or control-click to select
multiple files, then choosing delete, it has to do an individual commit
between each delete rather than one commit to collect all the deletes at
once.

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

-- 
Multiple File Delete Triggers Multiple Commits
https://bugs.launchpad.net/bugs/245415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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