[Bug 379096] Re: Ath9k: Signal drops to 0% on connection to AP after a few seconds, drops connection.

2014-05-14 Thread Riccardo 'c10ud'
** Information type changed from Public to Public Security

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

Title:
  Ath9k: Signal drops to 0% on connection to AP after a few seconds,
  drops connection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-2.6.31/+bug/379096/+subscriptions

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


[Bug 1259829] Re: htree_dirblock_to_tree:920: inode #53629599: block 214443464: comm rm: bad entry in directory: rec_len % 4 != 0 - offset=0(0), inode=1667681412, rec_len=45654, name_len=39

2014-04-16 Thread Riccardo 'c10ud'
Hello, yesterday I installed trusty on my Kingston 60GB SSD
(Model=KINGSTON SV300S37A60G, FwRev=525ABBF0)

After running the simple test with no error I added --no-model-check to
/etc/cron.weekly/fstrim...so far so good

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

Title:
   htree_dirblock_to_tree:920: inode #53629599: block 214443464: comm
  rm: bad entry in directory: rec_len % 4 != 0 - offset=0(0),
  inode=1667681412, rec_len=45654, name_len=39

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

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


[Bug 1097763] Re: Firefox 18 anti-aliasing does not render correctly some text

2013-01-10 Thread Riccardo 'c10ud'
Affects me too, sample (gmail's side panel): http://imgur.com/FN2gT

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

Title:
  Firefox 18 anti-aliasing does not render correctly some text

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

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


[Bug 1097763] Re: Firefox 18 anti-aliasing does not render correctly some text

2013-02-05 Thread Riccardo 'c10ud'
http://open.knome.fi/2013/02/05/fuzzy-fonts-in-firefox-18-no-more/


tl;dr
In about:config, edit keys in the following way:

Set layers.acceleration.force-enabled to true
Set layers.acceleration.disabled to false

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

Title:
  Firefox 18 anti-aliasing does not render correctly some text

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

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


[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-08-30 Thread Riccardo 'c10ud'
I installed Quantal's theme and theme engine in Precise and i cannot
reproduce the issue anymore.

However with Precise's stock theme the segfault can still be reproduced.

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

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

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

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


[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-12 Thread Riccardo 'c10ud'
Cimi (thanks!) suggests searching for "transition" in gtk-widgets.css and make 
some tests with Precise-stock theme.
He says it's probably a bug in gtk regarding that thing.

For comparison, here's the relevant part in Quantal's theme:
$ cat /usr/share/themes/Ambiance/gtk-3.0/gtk-widgets.css | grep transition
 transition: 750ms linear loop;

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

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

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

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


[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
with Precise's light-themes package (reproducible crash):

$ cat /usr/share/themes/Ambiance/gtk-3.0/gtk-widgets.css | grep transition
transition: 100ms ease-in-out;
 transition: 750ms linear loop;
transition: 0ms ease-in-out;
transition: 0ms ease-in-out;

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

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

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

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


[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
commenting out:
 /*transition: 100ms ease-in-out;*/

appears to fix (or workaround the issue).
The relevant part:

GtkComboBox,
.button {
background-image: -gtk-gradient (linear, left top, left bottom,
 from (shade (@button_bg_color, 1.1)),
 to (shade (@button_bg_color, 0.9)));
border-radius: 3px;
border-style: solid;

color: @fg_color;
text-shadow: 0 1 alpha (shade (@button_bg_color, 1.25), 0.4);

/*transition: 100ms ease-in-out;*/

-unico-border-gradient: -gtk-gradient (linear, left top, left bottom,
   from (shade (@button_bg_color, 
0.85)),
   to (shade (@button_bg_color, 0.67)));
-unico-glow-color: shade (@button_bg_color, 1.14);
-unico-glow-radius: 6;
-unico-inner-stroke-gradient: -gtk-gradient (linear, left top, left bottom,
 from (shade (@button_bg_color, 
1.16)),
 to (shade (@button_bg_color, 
1.015)));
-unico-inner-stroke-width: 1px;
}

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

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

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

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


[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
Needs to be tested in Quantal - add this to your gtk-widgets.css:

GtkComboBox,
.button {
transition: 100ms ease-in-out;
}

And see if issue persists

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

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

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

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


[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
** Also affects: gtk
   Importance: Undecided
   Status: New

** Also affects: light-themes
   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/1002792

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

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

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


[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-09-14 Thread Riccardo 'c10ud'
transition: 0ms ease-in-out;
transition: 0ms ease-in-out;

Needs to be commented out as well.

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

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

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

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


[Bug 1002792] Re: emesene crashes with assertion failed in gtkstylecontext.c

2012-11-06 Thread Riccardo 'c10ud'
Ok, since I wanted to run gtk3 in Precise, I uploaded a modified version
of light-themes in the emesene-stable PPA.

https://launchpad.net/~emesene-team/+archive/emesene-
stable/+build/3959490

This version differs from the precise-proposed one: it removes the
transition properties that make the program crash.

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

Title:
  emesene crashes with assertion failed in gtkstylecontext.c

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

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