[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-07-11 Thread Jean-Philippe Orsini
Added DEP-3 headers as recommend by Marc

** Patch added: "lp1582930_v3.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1582930/+attachment/4698709/+files/lp1582930_v3.debdiff

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-07-11 Thread Jean-Philippe Orsini
Marc, thanks for the review and the comment. I am quite lost how to use
thse DEP-3 tags in practice, I will try to do it as soon as I understand
how to do it:(

** Changed in: psensor (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-07-11 Thread Jean-Philippe Orsini
Second version of the patch (debdiff) adding a fix of a build failure
when a recent version of MHD is used.

** Patch added: "lp1582930_v2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1582930/+attachment/4698703/+files/lp1582930_v2.debdiff

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-06-06 Thread Jean-Philippe Orsini
Attached the debdiff for Ubuntu Xenial which is fixing the issue

** Patch added: "lp1582930.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1582930/+attachment/4678213/+files/lp1582930.debdiff

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-06-06 Thread Jean-Philippe Orsini
Hans-Gregor, you could use the PPA of psensor to get the fix:

sudo apt-add-repository ppa:jfi/ppa
sudo apt-get update
sudo apt-get install psensor

then restart psensor

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-06-06 Thread Jean-Philippe Orsini
The release 1.1.5 of psensor is containing the fix.

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-06-05 Thread Jean-Philippe Orsini
Here is the fix:
http://wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff;f=src/graph.c;h=60392cc14bbc748e6ce4b739c34ae61fda10494a;hp=792bb258d6679962ccf3904acadd5378030a9f18;hb=c9510a63205885497aa20ddf796cb90efb8c659b;hpb=555a434f8d3119f866eedbe05d9da225bb297b8f

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-06-05 Thread Jean-Philippe Orsini
You are right it is related to the theme.

The call of the GTK functions: gtk_widget_get_style_context,
gtk_style_context_get_background_color, tk_style_context_get_color are
emitting a draw signals to psensor when the widget does not have the
focus.

BTW, by caching the retrieval of fg/bg colors when drawing the psensor
curves, I can easily fix the CPU overuse in the Psensor code. I verified
than it works, there is no more CPU overuse when the focus is lost.

I will try to commit a fix in a PPA asap.

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-06-02 Thread Jean-Philippe Orsini
Hans-Gregor, thanks for the report.
Currently I know that it is due to the gtk signal 'draw' which is sent by the 
Gtk layer to psensor.
What I don't know is why the signal is sent. I wonder if it is not Unity. Did 
you try another window manager?

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1582930] Re: psensor CPU usage jumps when graph window loses focus

2016-06-01 Thread Jean-Philippe Orsini
Thanks for the report, I am also reproducing it.

It is due to the fact that the signal 'draw' is called too often, so psensor is 
refreshing
too often the curves leading to overusing the cpu.

Unfortunely, the signal 'draw' is not emitted by psensor itself so
currently, I don't have any fix.

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

Title:
  psensor CPU usage jumps when graph window loses focus

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

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


[Bug 1374965] Re: nvidia-setting crashes on startup

2014-12-20 Thread Jean-Philippe Orsini
Since the upgrade to nvidia 331.89, I no more reproduce the issue.

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

Title:
  nvidia-setting crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1374965/+subscriptions

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


[Bug 1394590] Re: LFI Security vulnerability

2014-11-20 Thread Jean-Philippe Orsini
@Seth, I am the author of psensor.

I did the debdiff but unfortunely there is a specific ubuntu regression

The ubuntu packaging is linking /usr/share/psensor/www/jquery.js to
/usr/share/javascript/jquery/jquery.js which is rejected by the fix
(based on calling realpath C function)because it is not under the www
directory of psensor-server.

I don't have found for the moment a clean solution to this issue.

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

Title:
  LFI Security vulnerability

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

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


[Bug 1394209] Re: psensor hddtemp: failed to open

2014-11-19 Thread Jean-Philippe Orsini
This error message simply indicate that the hddtemp daemon cannot be
accessed, usually because it is not running.

psensor does not use the hddtemp command but the hddtemp daemon so 'sudo 
hddtemp' does not prove that the hddtemp daemon is working.
Please see information at http://wpitchoune.net/psensor/doc/faq.html#S_disk to 
enable it.

Until you have verified that the hddtemp is working, I don't see any
evidence of a bug. Feel free to let me know if it is the case.


** Changed in: psensor (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/1394209

Title:
  psensor  hddtemp: failed to open

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

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


[Bug 1374965] [NEW] nvidia-setting crashes on startup

2014-09-28 Thread Jean-Philippe Orsini
Public bug reported:

nvidia-settings 
*** Error in `nvidia-settings': free(): invalid pointer: 0x7fd8a5b0f623 ***
Aborted

NVidia card: Asus GeForce GT 730 - 2 Go (DDR3)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nvidia-settings 331.20-0ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
Uname: Linux 3.13.0-36-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Sep 28 14:35:00 2014
InstallationDate: Installed on 2011-04-28 (1248 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: nvidia-settings
UpgradeStatus: Upgraded to trusty on 2014-04-17 (163 days ago)

** Affects: nvidia-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  nvidia-setting crashes on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/1374965/+subscriptions

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


[Bug 1359701] Re: psensor crashed with SIGABRT in g_variant_type_key()

2014-09-17 Thread Jean-Philippe Orsini
*** This bug is a duplicate of bug 1346299 ***
https://bugs.launchpad.net/bugs/1346299

** This bug has been marked a duplicate of bug 1346299
   psensor does not start any more : Attempt to unlock mutex that was not locked

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

Title:
  psensor crashed with SIGABRT in g_variant_type_key()

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

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


[Bug 1346299] Re: psensor does not start any more : Attempt to unlock mutex that was not locked

2014-09-04 Thread Jean-Philippe Orsini
v1.1.1 is using Gsettings instead of GConf2 (1.0.x) and the settings is
not migrated so you have to redo the psensor setup. By default graph are
not draw, you just have to click on the 'graph' toggle at the right of
the sensor (main window).

v1.1.1 is not in the official repository and not concerned by this bug
report, so I recommend to contact in another way (like send me an email
to jea...@gmail.com or post to
https://groups.google.com/forum/?fromgroupshl=en#!forum/psensor-users)
if you have questions. It is better to keep this bug report clean.

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

Title:
  psensor does not start any more : Attempt to unlock mutex that was not
  locked

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

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


[Bug 1346299] Re: psensor does not start any more : Attempt to unlock mutex that was not locked

2014-08-22 Thread Jean-Philippe Orsini
The glib package causing this issue has reached the utopic repository
which means that psensor is no more working on utopic now.

The very bad news is that I cannot branch the utopic version of psensor
to submit the trivial fix. It appears to be due to http://package-
import.ubuntu.com/status/psensor.html#2014-04-08%2014:18:53.940182 and I
can't post to the mentioned mailing list :(

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

Title:
  psensor does not start any more : Attempt to unlock mutex that was not
  locked

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

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


[Bug 1346299] Re: psensor does not start any more : Attempt to unlock mutex that was not locked

2014-08-22 Thread Jean-Philippe Orsini
As I am unable to checkout the utopic branch of psensor, submit the fix
as a debdiff.

** Patch added: Fix #1346299
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1346299/+attachment/4184317/+files/lp1346299.patch

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

Title:
  psensor does not start any more : Attempt to unlock mutex that was not
  locked

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

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


[Bug 1358656] Re: psensor crashed with SIGABRT in gtk_main()

2014-08-19 Thread Jean-Philippe Orsini
*** This bug is a duplicate of bug 1346299 ***
https://bugs.launchpad.net/bugs/1346299

This bug has been fixed upstream since the release 1.0.3, you can use
the PPA: ppa:jfi/psensor-unstable to install it.

** This bug is no longer a duplicate of private bug 1357488

** This bug has been marked a duplicate of bug 1346299
   psensor does not start any more : Attempt to unlock mutex that was not locked

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

Title:
  psensor crashed with SIGABRT in gtk_main()

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

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


[Bug 1346299] Re: psensor does not start any more : Attempt to unlock mutex that was not locked

2014-08-05 Thread Jean-Philippe Orsini
The fix has been included in the v1.0.3 release. You can use the PPA:
ppa:jfi/psensor-unstable to use it.

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

Title:
  psensor does not start any more : Attempt to unlock mutex that was not
  locked

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

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


[Bug 1346299] Re: psensor does not start any more : Attempt to unlock mutex that was not locked

2014-08-03 Thread Jean-Philippe Orsini
Reporter appears to use a glib version from a ppa and not from ubuntu
stock repositories.

The result of my investigation is that it is the consequence of a new check in 
the glib since 2.41. 
It is caused by the use of the deprecated function gdk_threads_init which is 
only needed to workaround
a bug of appindicator  0.2.9. The root cause is probably a bug in GTK itself 
as psensor does not directly
use any gdk_thread_enter|leave with appindicator3.

Fixed by
http://wpitchoune.net/gitweb/?p=psensor.git;a=commit;h=43574b89d00b319eb7d7602e92a9b482ae33d760
which removes the call of gdk_threads_init when not needed.

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

Title:
  psensor does not start any more : Attempt to unlock mutex that was not
  locked

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

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


[Bug 1346299] Re: psensor does not start any more : Attempt to unlock mutex that was not locked

2014-08-02 Thread Jean-Philippe Orsini
I have another report from somebody else (directly send to my email), so
I turn it into 'confirmed'.

Are you using the trusty-proposed channel?

I am still interested by the gdb information if possible. Unlike previous 
instructions it might be more useful to use the gdb
command 'thread apply all bt' instead of just 'bt'.

Thanks for your help.

** Changed in: psensor (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/1346299

Title:
  psensor does not start any more : Attempt to unlock mutex that was not
  locked

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

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


[Bug 1346299] Re: psensor does not start any more : Attempt to unlock mutex that was not locked

2014-07-24 Thread Jean-Philippe Orsini
@Jean, thanks for the useful information.

You forget the output of apt-cache policy psensor, I would like to
know which version of psensor is concerned to try to spot the cause of
your bug that I don't actually reproduce.

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

Title:
  psensor does not start any more : Attempt to unlock mutex that was not
  locked

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

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


[Bug 1346299] Re: psensor does not start any more : Attempt to unlock mutex that was not locked

2014-07-22 Thread Jean-Philippe Orsini
Are you using the stock release of psensor or a release from a PPA?
Could you please give the output of the 'apt-cache policy psensor'
command?

Do you reproduce systematically this issue?

Could you please:
 - ensure that all instances of psensor are stopped: killall -9 psensor
 - remove the log file: rm $HOME/.psensor/log
 - start psensor with full logging: psensor -d 3
 - attach the log: $HOME/.psensor/log

Which DE are you using? Unity? KDE?

Could you please run psensor under gdb:
 - gdb psensor
 - run
 - wait until it crash
 - bt

And send me the output.

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

Title:
  psensor does not start any more : Attempt to unlock mutex that was not
  locked

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

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


[Bug 1258669] Re: Threaded Programs Hang When Disposing Dialogs Created Via the Global Menu

2014-04-25 Thread Jean-Philippe Orsini
** Changed in: psensor
   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/1258669

Title:
  Threaded Programs Hang When Disposing Dialogs Created Via the Global
  Menu

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

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


[Bug 971098] Re: Restarting unity shows two psensor icons in the unity bar

2014-04-25 Thread Jean-Philippe Orsini
** Changed in: psensor
   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/971098

Title:
  Restarting unity shows two psensor icons in the unity bar

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

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


[Bug 1008395] Re: Shouldn't put entry in /etc/xdg/autostart

2014-04-24 Thread Jean-Philippe Orsini
Just for the note: since the patch is not turning off the autostart but
removing the desktop file, it will require the user to understand that
they cannot simply use the 'startup application' of gnome and add
psensor. They will need to dig into $HOME/.config/autostart and tune the
desktop file in order to start psensor at the right stage of the session
startup with appropriate wait time. It has raised several reports in the
past.

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

Title:
  Shouldn't put entry in /etc/xdg/autostart

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

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


[Bug 1290072] Re: psensor icon in top bar too big

2014-04-09 Thread Jean-Philippe Orsini
** Branch linked: lp:~jfi/ubuntu/trusty/psensor/fix-LP1290072

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

Title:
  psensor icon in top bar too big

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

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


[Bug 1304108] Re: FTBFS: cannot build psensor package on trusty due to deprecation of GtkAction

2014-04-08 Thread Jean-Philippe Orsini
** Patch removed: lp1304108.patch
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1304108/+attachment/4073396/+files/lp1304108.patch

** Patch added: lp1304108.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1304108/+attachment/4073864/+files/lp1304108.debdiff

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

Title:
  FTBFS: cannot build psensor package on trusty due to deprecation of
  GtkAction

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

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


[Bug 1304108] Re: FTBFS: cannot build psensor package on trusty due to deprecation of GtkAction

2014-04-08 Thread Jean-Philippe Orsini
** Branch linked: lp:~jfi/+junk/lp1304108

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

Title:
  FTBFS: cannot build psensor package on trusty due to deprecation of
  GtkAction

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

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


[Bug 1304108] Re: FTBFS: cannot build psensor package on trusty due to deprecation of GtkAction

2014-04-08 Thread Jean-Philippe Orsini
** Branch unlinked: lp:~jfi/+junk/lp1304108

** Branch linked: lp:~jfi/ubuntu/trusty/psensor/fix-LP1304108

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

Title:
  FTBFS: cannot build psensor package on trusty due to deprecation of
  GtkAction

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

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


[Bug 1290072] Re: psensor icon in top bar too big

2014-04-07 Thread Jean-Philippe Orsini
It is fixed upstream in dev branch. You can give it a try by using the
package in the PPA: ppa:jfi/psensor-daily-trunk.

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

Title:
  psensor icon in top bar too big

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

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


[Bug 1304108] Re: Cannot build psensor package due to deprecation of GtkAction

2014-04-07 Thread Jean-Philippe Orsini
** Patch added: gtk_warnings.patch
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1304108/+attachment/4073376/+files/gtk_warnings.patch

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

Title:
  Cannot build psensor package due to deprecation of GtkAction

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

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


[Bug 1304108] Re: Cannot build psensor package due to deprecation of GtkAction

2014-04-07 Thread Jean-Philippe Orsini
gtk_warnings.patch is fixing the build on trusty by allowing deprecated
GTK functions.

I have do a real fix upstream but it has far more impact (many code and
glade files) and risk than this patch. I believe that it is more safe to
apply the attached patch than the 'real fix'.

As I have reproduced the issue on a fresh trusty installation and it is
also reproduced by https://launchpadlibrarian.net/171034253
/buildlog_ubuntu-trusty-
ppc64el.psensor_0.8.0.3-1ubuntu1_FAILEDTOBUILD.txt.gz, I turn the status
to 'confirmed'. Guess it can be considered as 2 people reproduce it...

** Changed in: psensor (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/1304108

Title:
  Cannot build psensor package due to deprecation of GtkAction

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

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


[Bug 1304108] [NEW] Cannot build psensor package due to deprecation of GtkAction

2014-04-07 Thread Jean-Philippe Orsini
Public bug reported:

Since the deprecation of GtkAction it is no more possible to rebuild
psensor package on Trusty.

See: https://launchpadlibrarian.net/171034253/buildlog_ubuntu-trusty-
ppc64el.psensor_0.8.0.3-1ubuntu1_FAILEDTOBUILD.txt.gz

** Affects: psensor (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Cannot build psensor package due to deprecation of GtkAction

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

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


[Bug 1304108] Re: Cannot build psensor package due to deprecation of GtkAction

2014-04-07 Thread Jean-Philippe Orsini
** Patch removed: gtk_warnings.patch
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1304108/+attachment/4073376/+files/gtk_warnings.patch

** Patch added: lp1304108.patch
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1304108/+attachment/4073396/+files/lp1304108.patch

** Tags added: ftbfs trusty

** Summary changed:

- Cannot build psensor package due to deprecation of GtkAction
+ FTBFS: cannot build psensor package on trusty due to deprecation of GtkAction

** Description changed:

- Since the deprecation of GtkAction it is no more possible to rebuild
- psensor package on Trusty.
+ Since the deprecation of GtkAction and other related stuff, it is no
+ more possible to rebuild psensor package on Trusty.
  
  See: https://launchpadlibrarian.net/171034253/buildlog_ubuntu-trusty-
  ppc64el.psensor_0.8.0.3-1ubuntu1_FAILEDTOBUILD.txt.gz

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

Title:
  FTBFS: cannot build psensor package on trusty due to deprecation of
  GtkAction

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

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


[Bug 1290072] Re: psensor icon in top bar too big

2014-04-06 Thread Jean-Philippe Orsini
@Laryllan ok, so you did not change some DE configuration to use the
traybar support instead of appindicator support.

BTW, I have quickly installed trusty + psensor and can confirm the bad
scaling of the icon. Note that it cannot be reproduced with Saucy.

Unfortunely, I have no idea of what is causing this bug, all icons for
ubuntu themes are provided as SVG so scaling of the icon is provided by
Unity.

** Changed in: psensor (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  psensor icon in top bar too big

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

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


[Bug 1290072] Re: psensor icon in top bar too big

2014-04-06 Thread Jean-Philippe Orsini
Well, I understood the issue, vanilla Unity icons are including a
padding... I have to do the same to have a consistent size.

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

Title:
  psensor icon in top bar too big

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

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


[Bug 1290072] Re: psensor icon in top bar too big

2014-04-05 Thread Jean-Philippe Orsini
I don't reproduce with saucy.

The icon scaling is strange it sounds like it is the traybar and not the
appindicator area.

Could you please left click on the icon and let me know if there is a
menu? If not it is the traybar icon.

** Changed in: psensor (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  psensor icon in top bar too big

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-20 Thread Jean-Philippe Orsini
Since very recent updates in the past 2 days of saucy, I am reproducing
the issue with all releases of psensor since 0.6 which means that it is
due to a change in underlying libraries (gtk, DE, etc) and not psensor.

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-20 Thread Jean-Philippe Orsini
@David don't waste your time, I am now reproducing it, I do not need
more help from you. Thanks!

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-20 Thread Jean-Philippe Orsini
Can be fixed by adding gdk_thread_enter/leave around gtk_dialog_run.
Guess the calls are missing in the Unity specific handling of the menus.
BTW, addind these calls may lead to freeze for other DEs... Require more
investigation and undestanding and may be a fix on Unity instead of
Psensor.

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-20 Thread Jean-Philippe Orsini
Obviously, it is related to the global Unity menu so to workaround the
issue, disable it for psensor by launching it using:

env UBUNTU_MENU_PROXY= psensor

@David could you please give a try to this workaround so I will be 100%
sure that your report is not about another issue?

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1268575] Re: by saving the options psensor frezze

2014-01-20 Thread Jean-Philippe Orsini
*** This bug is a duplicate of bug 1258669 ***
https://bugs.launchpad.net/bugs/1258669

@Jorg configuration is using dconf

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

Title:
  by saving the options psensor frezze

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

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


[Bug 1268575] Re: by saving the options psensor frezze

2014-01-20 Thread Jean-Philippe Orsini
*** This bug is a duplicate of bug 1258669 ***
https://bugs.launchpad.net/bugs/1258669

** This bug has been marked a duplicate of bug 1258669
   Threaded Programs Hang When Disposing Dialogs Created Via the Global Menu

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

Title:
  by saving the options psensor frezze

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-20 Thread Jean-Philippe Orsini
*** This bug is a duplicate of bug 1258669 ***
https://bugs.launchpad.net/bugs/1258669

Should be due to: https://bugs.launchpad.net/unity-gtk-
module/+bug/1258669

** This bug has been marked a duplicate of bug 1258669
   Threaded Programs Hang When Disposing Dialogs Created Via the Global Menu

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-20 Thread Jean-Philippe Orsini
*** This bug is a duplicate of bug 1258669 ***
https://bugs.launchpad.net/bugs/1258669

env UBUNTU_MENUPROXY= psensor

UBUNTU_MENUPROXY (and not UBUNTU_MENU_PROXY)

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1268544] Re: psensor does not get hdd-temp

2014-01-13 Thread Jean-Philippe Orsini
Are you sure that the hddtemp daemon is running?

Since few release hddtemp packaging is turning off the daemon. 
You need to install the hddtemp package, edit etc/default/hddtemp and replace 
RUN_DAEMON=false by RUN_DAEMON=true.

** Changed in: psensor (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  psensor does not get hdd-temp

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

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


[Bug 1268575] Re: by saving the options psensor frezze

2014-01-13 Thread Jean-Philippe Orsini
*** This bug is a duplicate of bug 1267565 ***
https://bugs.launchpad.net/bugs/1267565

@Jorg could you please try without the sensor logging:
 - Menu preferences and turn off enable sensors logging
 - stop all psensor instances: killall -9 psensor
 - restart psensor
 - retry your scenario. 

I would like to know whether there is some relationship with this
feature.

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

Title:
  by saving the options psensor frezze

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-12 Thread Jean-Philippe Orsini
Did you enable the logging of sensors (in the preferences the option
Enable sensors logging)?

Do you reproduce each the issue? (I did not reproduce it but I can only
use Trusty in a VM).

Could you please describe exactly the steps to reproduce? How are you
changing the sensor color (click directly in the sensor list or using
sensor preferences)? Which DE are you using, Unity?

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-09 Thread Jean-Philippe Orsini
Before I install trusty to check, could you please:
 - stop all instances of psensor: killall -9 psensor
 - remove the log: rm $HOME/.psensor/log
 - restart psensor with debug logging: psensor -d3
 - send me or attach $HOME/.psensor/log

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1267565] Re: psensor hangs when closing preferences

2014-01-09 Thread Jean-Philippe Orsini
Forget a step before sending the log: 
 -reproduce the issue

:)

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

Title:
  psensor hangs when closing preferences

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-11-12 Thread Jean-Philippe Orsini
@Simon, yes, I have only patched the glade 3.14.2. I am going to check
whether the same fix can be applied to the 3.8.0 package (in fact that's
glade-gtk2) too and upload to my ppa if it works.

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

Title:
  Glade can't work with dialog windows

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-11-12 Thread Jean-Philippe Orsini
Unfortunely, the fix is not working for glade-gtk2. Guess it depends on another 
changes that is in glade 3.14.2 but not glade 3.8.0.
You should probably open a separate 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/1242865

Title:
  Glade can't work with dialog windows

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-11-11 Thread Jean-Philippe Orsini
Sounds like the fix is:
https://git.gnome.org/browse/glade/patch/?id=d2c8e008e1b81d501b30c070d492959da6922992

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

Title:
  Glade can't work with dialog windows

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-11-11 Thread Jean-Philippe Orsini
debdiff fix for LP#1242865

Only contains changes for the fix, from glade author:
https://git.gnome.org/browse/glade/patch/?id=d2c8e008e1b81d501b30c070d492959da6922992

** Patch added: lp1242865.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/glade/+bug/1242865/+attachment/3905780/+files/lp1242865.debdiff

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

Title:
  Glade can't work with dialog windows

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-11-11 Thread Jean-Philippe Orsini
I have uploaded .deb with the fix to a PPA: ppa:jfi/test

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

Title:
  Glade can't work with dialog windows

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-10-26 Thread Jean-Philippe Orsini
Sounds like there is already a registered report on the glade bugs database:
https://bugzilla.gnome.org/show_bug.cgi?id=705745

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

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

Title:
  Glade can't work with dialog windows

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-10-25 Thread Jean-Philippe Orsini
- Core dump when using any .glade file containing a dialog box.
- Impossible to design a dialog box (more exactly to add something in it)
- Even the glade example at 
https://developer.gnome.org/gtk3/unstable/GtkDialog.html is producing a core 
dump when loading it with glade

Here is the stack:
==27993== Process terminating with default action of signal 5 (SIGTRAP)
==27993==at 0x62473C9: g_logv (in 
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3800.0)
==27993==by 0x6247511: g_log (in 
/lib/x86_64-linux-gnu/libglib-2.0.so.0.3800.0)
==27993==by 0x4E66FC4: glade_widget_read (in /usr/lib/libgladeui-2.so.4.0.2)
==27993==by 0x4E5D9AD: ??? (in /usr/lib/libgladeui-2.so.4.0.2)
==27993==by 0x181E5050: glade_gtk_dialog_read_child (in 
/usr/lib/glade/modules/libgladegtk.so)
==27993==by 0x4E5B099: ??? (in /usr/lib/libgladeui-2.so.4.0.2)
==27993==by 0x181DE5E2: glade_gtk_widget_read_widget (in 
/usr/lib/glade/modules/libgladegtk.so)
==27993==by 0x181E49A0: glade_gtk_window_read_widget (in 
/usr/lib/glade/modules/libgladegtk.so)
==27993==by 0x4E66F28: glade_widget_read (in /usr/lib/libgladeui-2.so.4.0.2)
==27993==by 0x4E974F9: ??? (in /usr/lib/libgladeui-2.so.4.0.2)
==27993==by 0x4E9800E: glade_project_load_from_file (in 
/usr/lib/libgladeui-2.so.4.0.2)
==27993==by 0x40BC66: ??? (in /usr/bin/glade)

The actual glade package in debian unstable is working fine and is the
same version than the one in ubuntu package. I did not investigate yet,
but maybe there is something wrong in ubuntu specific patches or a
dependency.

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

Title:
  Glade can't work with dialog windows

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-10-25 Thread Jean-Philippe Orsini
I tried 2 others DEs (gnome and enlightment), same issue for glade.

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

Title:
  Glade can't work with dialog windows

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

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


[Bug 1242865] Re: Glade can't work with dialog windows

2013-10-25 Thread Jean-Philippe Orsini
rebuilt the debian unstable package on ubuntu saucy, same issue which is
not surprising as mentionned by #11 the differences between the 2
packages do not sound related to the bug.

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

Title:
  Glade can't work with dialog windows

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

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


[Bug 1222753] Re: Glade can't create a dialog

2013-10-25 Thread Jean-Philippe Orsini
Guess there is some relation with #1242865

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

Title:
  Glade can't create a dialog

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

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


[Bug 1132063] Re: Mouse settings missing from Mouse Touchpad dialog

2013-08-29 Thread Jean-Philippe Orsini
Only primary button and double click settings are available, missing
'pointer speed', 'drag and drop' and 'double click timeout' settings.

Microsoft Comfort Mouse 6000 is a wired mouse.

xinput --list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ Microsoft Comfort Mouse 6000  id=8[slave  pointer  (2)]
⎜   ↳ Logitech Logitech Illuminated Keyboardid=10   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Power Button  id=7[slave  keyboard (3)]
↳ Logitech Logitech Illuminated Keyboardid=9[slave  keyboard (3)]

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

Title:
  Mouse settings missing from Mouse  Touchpad dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1132063/+subscriptions

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

[Bug 1184442] [NEW] Since a Saucy GTK update, psensor fails to build

2013-05-26 Thread Jean-Philippe Orsini
Public bug reported:

Due to a Saucy GTK update, psensor cannot be build.

The error is due to the deprecation of the GTK Color Selection widget,
and the Psensor build fails on deprecation warnings.

** Affects: psensor (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/1184442

Title:
  Since a Saucy GTK update, psensor fails to build

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

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


[Bug 1184442] Re: Since a Saucy GTK update, psensor fails to build

2013-05-26 Thread Jean-Philippe Orsini
Debdiff fixing this bug by allowing usage of deprecated gtk widgets.

This issue is fixed upstream in the trunk repository by replacing the
deprecated GtkColorSelectionDialog by  GtkColorChooserDialog. It will be
available in the future 0.8.0.3 release of Psensor.

Additionnaly, this patch also switch to 3.9.4 Standards version.

** Patch added: LP1184442.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/psensor/+bug/1184442/+attachment/3687464/+files/LP1184442.debdiff

** Description changed:

  Due to a Saucy GTK update, psensor cannot be build.
  
  The error is due to the deprecation of the GTK Color Selection widget,
  and the Psensor build fails on deprecation warnings.
+ 
+ ui_color.c: In function 'ui_change_color':
+ ui_color.c:26:2: error: unknown type name 'GtkColorSelection'
+   GtkColorSelection *colorsel;
+   ^
+ ui_color.c:28:2: error: unknown type name 'GtkColorSelectionDialog'
+   GtkColorSelectionDialog *colordlg;
+   ^
+ ui_color.c:35:3: error: implicit declaration of function 
'GTK_COLOR_SELECTION_DIALOG' [-Werror=implicit-function-declaration]
+(gtk_color_selection_dialog_new(title));
+^
+ ui_color.c:35:3: error: implicit declaration of function 
'gtk_color_selection_dialog_new' [-Werror=implicit-function-declaration]
+ ui_color.c:34:11: error: assignment makes pointer from integer without a cast 
[-Werror]
+   colordlg = GTK_COLOR_SELECTION_DIALOG
+^
+ ui_color.c:38:3: error: implicit declaration of function 
'GTK_COLOR_SELECTION' [-Werror=implicit-function-declaration]
+(gtk_color_selection_dialog_get_color_selection(colordlg));
+^
+ ui_color.c:38:3: error: implicit declaration of function 
'gtk_color_selection_dialog_get_color_selection' 
[-Werror=implicit-function-declaration]
+ ui_color.c:37:11: error: assignment makes pointer from integer without a cast 
[-Werror]
+   colorsel = GTK_COLOR_SELECTION
+^
+ ui_color.c:40:2: error: implicit declaration of function 
'gtk_color_selection_set_current_color' [-Werror=implicit-function-declaration]
+   gtk_color_selection_set_current_color(colorsel, color);
+   ^
+ ui_color.c:45:3: error: implicit declaration of function 
'gtk_color_selection_get_current_color' [-Werror=implicit-function-declaration]
+gtk_color_selection_get_current_color(colorsel, color);
+^
+ cc1: all warnings being treated as errors

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

Title:
  Since a Saucy GTK update, psensor fails to build

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

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


[Bug 1184442] Re: Since a Saucy GTK update, psensor fails to build

2013-05-26 Thread Jean-Philippe Orsini
Dear sponsor,
I am going to release a new version of Psensor including the real fix and push 
its debian package. Unfortunely, as I do not have a debian sponsor it may take 
a while. 
As the above patch is a one line change, I guess it is better to apply it than 
wait the debian package to be available, but you may have a different opinion.
Thanks for your time!

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

Title:
  Since a Saucy GTK update, psensor fails to build

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

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


[Bug 1170688] Re: psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread Jean-Philippe Orsini
I do not reproduce with raring (nor precise).

To decide whether psensor needs to hide the main window it requires that
the appindicator service is started after a given amount of time. If the
session is very long to open, it causes trouble. The duration has been
extended in a 0.7.0.4.

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

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

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

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


[Bug 1170688] Re: psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread Jean-Philippe Orsini
Hello,

Even if it appears simple, It depends on the DE, multiple bugs have been
fixed for various environment.

Could you please install psensor from the PPA ppa:jfi/psensor-daily-
trunk and let me know if it works fine.

If it is not the case, I need more information:
 - Which DE are using?
 - Do you reproduce when you launch psensor with the command line?
 - If yes, please run psensor with: psensor -d 3 and attach the file 
$HOME/.psensor/log + the stdout/stderr output.

Thanks.


** Changed in: psensor (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/1170688

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

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

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


[Bug 1170688] Re: psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread Jean-Philippe Orsini
You mean that you reproduce the issue with the psensor release from the
daily ppa?

Could you please edit /etc/xdg/autostart/psensor.desktop
and set the value of X-GNOME-Autostart-Delay to a number of seconds greater 
that the time needed to fully open a session on your computer?

If it does not solve the issue, I need the information previously
requested in #1.

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

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

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

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


[Bug 1170688] Re: psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread Jean-Philippe Orsini
On the technical side, the issue is due to the fact that the
appindicator service is not started *BEFORE* the autostarted
applications are started.

Psensor desktop file set the autostart delay to 30s and psensor waits 2s
(30s since 0.7.0.4 ) after its launch to check that the appindicator is
not present and ignore the 'hide window on startup' setting. Except than
adding a setting to force the main window to be hidden, I did not find a
better solution.

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

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

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

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


[Bug 1170688] Re: psensor fails to hide its window at startup even though Hide window on startup is enabled

2013-04-19 Thread Jean-Philippe Orsini
Reply to #4:

Waiting the appindicator launch is not the problem, the problem is that it is 
not possible to know whether or not the appindicator
is going to be started.

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

Title:
  psensor fails to hide its window at startup even though Hide window
  on startup is enabled

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

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


[Bug 1029065] Re: usr/share/icons/hicolor/48x48/apps/psensor_hot.png has wrong size and wrong look

2013-03-30 Thread Jean-Philippe Orsini
** Changed in: psensor
   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/1029065

Title:
  usr/share/icons/hicolor/48x48/apps/psensor_hot.png has wrong size and
  wrong look

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

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


[Bug 987036] Re: Psensor is running when first logging in

2013-01-24 Thread Jean-Philippe Orsini
Hello Marek,

You expose different problems from this report:
1 - autostart is not correctly working with KDE which surprises me a lot and is 
probably not a Psensor issue
2 - psensor can run twice: this is not really a bug, but a missing feature. 

For 1) I would recommend to open a separate bug, I will take a look.

For 2), since 7.0.0.1 release, psensor is able to check that it is
already running, you can install a more recent version from the PPA:
ppa:jfi/psensor-unstable

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

Title:
  Psensor is running when first logging in

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

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


[Bug 1061554] Re: assertion failure `trap != NULL' displayed by all GTK3 software

2012-10-06 Thread Jean-Philippe Orsini
gedit, evince, update-manager,  and psensor is displaying this warning
(I did not test evolution which is not installed on my computer).

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

Title:
  assertion failure `trap != NULL' displayed by all GTK3 software

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

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


[Bug 1021900] Re: psensor should show a proper Celsius degree symbol

2012-09-11 Thread Jean-Philippe Orsini
** Changed in: psensor
   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/1021900

Title:
  psensor should show a proper Celsius degree symbol

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

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


[Bug 971098] Re: Restarting unity shows two psensor icons in the unity bar

2012-09-04 Thread Jean-Philippe Orsini
The fix is included in Psensor since v0.7.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/971098

Title:
  Restarting unity shows two psensor icons in the unity bar

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

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


[Bug 971098] Re: Restarting unity shows two psensor icons in the unity bar

2012-09-04 Thread Jean-Philippe Orsini
For the log, a user has reported that this issue can be reproduced on
XUbuntu 12.04 with the stock version of psensor (0.6.2.16) and that it
is fixed with the 0.7.0.3 release.

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

Title:
  Restarting unity shows two psensor icons in the unity bar

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

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


[Bug 1029065] Re: usr/share/icons/hicolor/48x48/apps/psensor_hot.png has wrong size and wrong look

2012-08-31 Thread Jean-Philippe Orsini
** Branch linked: lp:~jfi/ubuntu/quantal/psensor/new-upstream-0-6-2-19

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

Title:
  usr/share/icons/hicolor/48x48/apps/psensor_hot.png has wrong size and
  wrong look

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

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


[Bug 1029065] Re: usr/share/icons/hicolor/48x48/apps/psensor_hot.png has wrong size and wrong look

2012-08-21 Thread Jean-Philippe Orsini
** Branch linked: lp:~jfi/psensor/0.6.2.19

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

Title:
  usr/share/icons/hicolor/48x48/apps/psensor_hot.png has wrong size and
  wrong look

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

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