[Bug 784055] Re: CPU usage increases dramatically (and visible stuttering) when running indicator-multiload

2021-02-18 Thread Valentin Lab
I'm on a dual screen with 4k and 2.7k (Surface pro 4) intel graphical
chipset, i7 with 4 cores.

On a 20.04, using gnome-shell over Xorg, gnome-shell proc usage jumps
from 0-3% to 40-60% usage when using indicator-multiload.

gnome-shell over Wayland will have same issue, with an added visible
mouse stuttering problem.

interestingly, I've installed unity7 (with ubuntu-unity-desktop 0.2),
and this doesn't occur on unity as dramatically: it goes from 2-4%
without indicator-multiload to 6-8%. This makes it totally usable on
unity.

indicator-multiload   0.4-0ubuntu5
gnome-shell   3.36.4-1ubuntu1~20.04.2
compiz-core   1:0.9.14.1+20.04.20200211-0ubuntu1

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

Title:
  CPU usage increases dramatically (and visible stuttering) when running
  indicator-multiload

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

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

[Bug 1071345] Re: empathy contacts list compact mode is missing in 3.6

2015-10-08 Thread Valentin Lab
@PeterBittner Do you really think I should provide a one line fix as a
patch here ? And this is problematic because what should be kept is the
option to choose the size via settings. My fix customize the source code
and create a binary package with 24px, and 24px  is not an ideal size
for everyone exactly as 48px is not.

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

Title:
  empathy contacts list compact mode is missing in 3.6

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

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


[Bug 1071345] Re: empathy contacts list compact mode is missing in 3.6

2014-08-11 Thread Valentin Lab
My fix was tested and used throughout all version from 12.10 up to 14.04
(I've updated it each time). It's not perfect as there are some little
sorting issues. Nevertheless, it fixes a few complaints on empathy. The
most easy one is the icon size for avatars.

http://vaab.blog.kal.fr/2013/04/04/fixing-empathy-in-ubuntu-12-10

And if you've never compiled source code, this should be easy to follow
and you might learn something on the way !

Please note that this fix is a quick and dirty way to set directly the
pixel size of the avatar in the source code.

It's now 2 years since the introduction of this ridiculous bug.

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

Title:
  empathy contacts list compact mode is missing in 3.6

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

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


[Bug 825775] Re: Siliencing NickServ/ChanServ

2014-03-17 Thread Valentin Lab
I have the exact same issue, and I log on 3 IRC server that each will
cast various message upon connection.

Problem is that server notification are important and we cannot just
ignore them all at once. Maybe at first a little generic plugin that
allows to ignore a message matching 1 - regexp  and 2 - the nickname
issuing the message.

This could eventually serve other purpose. And would silence those
connection message without silencing other services message.

The other way to see this would be NOT to ignore the message but prevent
them from triggering notification.

Anyway, I don't see gnome integrating such feature in their
everlasting simplification (which as long past the boundaries of
evilness for me...) ... A plugin seems to me the only hope.

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

Title:
  Siliencing NickServ/ChanServ

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

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


[Bug 1071345] Re: empathy contacts list compact mode is missing in 3.6

2014-02-18 Thread Valentin Lab
Just to note that I updated my blog post and that my fix will work for
12.10, 13.04 and 13.10...

http://vaab.blog.kal.fr/2013/04/04/fixing-empathy-in-ubuntu-12-10

I'd rather see this fixed main stream.

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

Title:
  empathy contacts list compact mode is missing in 3.6

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

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


[Bug 1068668] Re: Contact photos icons are too big

2013-04-04 Thread Valentin Lab
*** This bug is a duplicate of bug 1071345 ***
https://bugs.launchpad.net/bugs/1071345

To get a more compact list, I have published a new deb package that
simply reduces the size of the avatar from 48 pixel high to 24, which
seems to work flawlessly on my computer.

My blog post at http://vaab.blog.kal.fr/2013/04/04/fixing-empathy-in-
ubuntu-12-10 will give you the 64bit debian package and a lengthy way to
get your own package with your own pixel size if you want.

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

Title:
  Contact photos icons are too big

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

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


[Bug 1071345] Re: empathy contacts list compact mode is missing in 3.6

2013-04-04 Thread Valentin Lab
This is not a fix but a work-around to get compact contact list in
empathy from 12.10 and fix some other random bugs...

http://vaab.blog.kal.fr/2013/04/04/fixing-empathy-in-ubuntu-12-10

It could also give ideas to others on how to make yourself the
modifications you need.

Please note that it doesn't address the issue of this bug report as it
do not bring back the option to get compact list but installs a version
of empathy that has built-in compact list.

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

Title:
  empathy contacts list compact mode is missing in 3.6

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

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