[Bug 1626068] Re: JEDIT causes an extra icon to be display in the left upper corner (line 2) which covers up "close" icon

2016-10-07 Thread Daniel Hahler
I think it might be rather related to Ubuntu's patches (not necessarily
to jEdit but to the window management).

I've stopped using Ubuntu a while ago (using Arch Linux now), and jEdit
for even longer (using Vim now).

I've just seen this bug report, because I was subscribed to the package
as a previous uploader, but won't look into this issue.

You could try installing the upstream jEdit package - maybe it has been
fixed by now and/or it works around some Ubuntu patches (sorry, I have
not checked if there are any).

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

Title:
  JEDIT causes an extra icon to be display in the left upper corner
  (line 2) which covers up "close" icon

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

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


[Bug 1612264] Re: pip2 is not the same as pip: makepip missing for pip2

2016-08-13 Thread Daniel Hahler
** Bug watch added: Debian Bug tracker #834193
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834193

** Also affects: python-pip (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834193
   Importance: Unknown
   Status: Unknown

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

Title:
  pip2 is not the same as pip: makepip missing for pip2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1612264/+subscriptions

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


[Bug 1612264] [NEW] pip2 is not the same as pip: makepip missing for pip2

2016-08-11 Thread Daniel Hahler
Public bug reported:

debian/rules uses the "makepip.py" program to generate fixed/custom pip
and pip3 scripts, but leaves the original pip2 alone:


override_dh_python3:
dh_python3
rm -f debian/python3-pip/usr/bin/pip
rm -f debian/python3-pip/usr/bin/pip3.?
rm -rf debian/python3-pip/usr/lib/python3.?
python3 debian/makepip.py /usr/bin/python3 \
debian/python3-pip/usr/bin/pip3

override_dh_python2:
dh_python2
rm -f debian/python-pip/usr/bin/pip2.?
python3 debian/makepip.py /usr/bin/python \
debian/python-pip/usr/bin/pip


% diff -u /usr/bin/pip*
--- /usr/bin/pip2016-05-24 14:23:26.0 +
+++ /usr/bin/pip2   2016-05-24 14:23:16.0 +
@@ -1,11 +1,10 @@
 #!/usr/bin/python
-# GENERATED BY DEBIAN
-
+# EASY-INSTALL-ENTRY-SCRIPT: 'pip==8.1.1','console_scripts','pip2'
+__requires__ = 'pip==8.1.1'
 import sys
+from pkg_resources import load_entry_point
 
-# Run the main entry point, similarly to how setuptools does it, but because
-# we didn't install the actual entry point from setup.py, don't use the
-# pkg_resources API.
-from pip import main
 if __name__ == '__main__':
-sys.exit(main())
+sys.exit(
+load_entry_point('pip==8.1.1', 'console_scripts', 'pip2')()
+)

I think there should be an additional line in override_dh_python2:

python3 debian/makepip.py /usr/bin/python \
debian/python-pip/usr/bin/pip2

I've noticed this because Saltstack will prefer "pip2" over "pip".

** Affects: python-pip (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/1612264

Title:
  pip2 is not the same as pip: makepip missing for pip2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1612264/+subscriptions

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


[Bug 1497520] Re: Slow performance after resuming from/on battery (CPUs do not scale above 800MHz) with intel_pstate

2015-09-28 Thread Daniel Hahler
> did you confirm that the quoted commit does indeed fix your issue?

No, I am not building Linux from source currently, and have not tried
e.g. applying that patch/commit to the Ubuntu package.

I am now back using the Ubuntu kernel, since the workaround is trivial
in case it is required - once you know what the issue is about.

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

Title:
  Slow performance after resuming from/on battery (CPUs do not scale
  above 800MHz) with intel_pstate

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

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


[Bug 1497520] Re: Slow performance after resuming from/on battery (CPUs do not scale above 800MHz) with intel_pstate

2015-09-28 Thread Daniel Hahler
Christopher, please change the status back to Confirmed/Triaged,
according to my feedback.

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

Title:
  Slow performance after resuming from/on battery (CPUs do not scale
  above 800MHz) with intel_pstate

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

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


[Bug 1497520] Re: Slow performance after resuming from/on battery (CPUs do not scale above 800MHz)

2015-09-25 Thread Daniel Hahler
Thanks a lot for this insights, Doug!

I really think it is related to battery mode, but I cannot say that it has to 
be on battery before suspend and/or during resume really.  It's just that I've 
noticed this issue to pop up when suspending on battery.
It might be even be only / more related to suspending to RAM vs. to disk.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Triaged

** Summary changed:

- Slow performance after resuming from/on battery (CPUs do not scale above 
800MHz)
+ Slow performance after resuming from/on battery (CPUs do not scale above 
800MHz) with intel_pstate

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

Title:
  Slow performance after resuming from/on battery (CPUs do not scale
  above 800MHz) with intel_pstate

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

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


[Bug 1497520] Re: Slow performance after resuming from/on battery (CPUs do not scale above 800MHz)

2015-09-20 Thread Daniel Hahler
I could not trigger it using the upstream kernel for now
(4.3.0-040300rc1-generic).

But it's maybe noteworthy, that the governors of CPU 1-3 get changed from 
"powersave" to "performance", regardless of using the Ubuntu or upstream kernel 
(/sys/devices/system/cpu/cpu*/cpufreq/scaling_governor).
That might be related to /etc/init.d/ondemand somehow, from Ubuntu's sysvinit 
package.

I am going to tag it as fixed upstream, but that's only from two tests,
and I have not found a reliable way to trigger this before already.

** Tags added: kernel-fixed-upstream

** Tags added: kernel-fixed-upstream-4.3-rc1

** Changed in: linux (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/1497520

Title:
  Slow performance after resuming from/on battery (CPUs do not scale
  above 800MHz)

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

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


[Bug 1497520] [NEW] Slow performance after resuming from/on battery (CPUs do not scale above 800MHz)

2015-09-19 Thread Daniel Hahler
Public bug reported:

I have noticed slow performance after resuming from STR on battery.

I can not trigger this always, but it seems to be related to suspending
and resuming while on battery.

The CPU scaling governors look like this then:

% cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
powersave
performance
performance
performance

% cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver 
intel_pstate
intel_pstate
intel_pstate
intel_pstate

% cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq
320
320
320
320

When watching the current CPU frequencies, it can be seen that they
don't go above 80 ('watch grep \"cpu MHz\" /proc/cpuinfo').

I cannot see why they are limited to 80.

It looks like https://bugzilla.kernel.org/show_bug.cgi?id=61241, but
/sys/devices/system/cpu/intel_pstate/max_perf_pct is at 100.

Just writing the same setting for cpu0 again fixes it, and all CPUs will
be scaled above 800MHz again:

% echo powersave | sudo tee
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-28-generic 3.19.0-28.30
ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
Uname: Linux 3.19.0-28-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.4
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Sep 19 10:39:02 2015
HibernationDevice: RESUME=UUID=d39463f5-889e-42ba-a729-f3f442f0c8dd
InstallationDate: Installed on 2012-05-28 (1208 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: LENOVO 42992PG
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-28-generic 
root=/dev/mapper/vg0-rootlv ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-28-generic N/A
 linux-backports-modules-3.19.0-28-generic  N/A
 linux-firmware 1.143.3
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-05-14 (127 days ago)
dmi.bios.date: 05/14/2015
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET70WW (1.40 )
dmi.board.asset.tag: Not Available
dmi.board.name: 42992PG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8DET70WW(1.40):bd05/14/2015:svnLENOVO:pn42992PG:pvrThinkPadX220Tablet:rvnLENOVO:rn42992PG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 42992PG
dmi.product.version: ThinkPad X220 Tablet
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug third-party-packages vivid

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

Title:
  Slow performance after resuming from/on battery (CPUs do not scale
  above 800MHz)

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

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


[Bug 911206] Re: /etc/init.d/ondemand unconditionally overrules /etc/init.d/cpufrequtils

2015-09-18 Thread Daniel Hahler
** Changed in: sysvinit (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: sysvinit (Ubuntu)
   Importance: Undecided => High

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

Title:
  /etc/init.d/ondemand unconditionally overrules
  /etc/init.d/cpufrequtils

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

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


[Bug 888137] Re: [whishlist] Allow the default power_governor to be set

2015-09-18 Thread Daniel Hahler
** Changed in: sysvinit (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: sysvinit (Ubuntu)
   Importance: Undecided => High

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

Title:
  [whishlist] Allow the default power_governor to be set

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

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


[Bug 740127] Re: ondemand script in initscripts uses arbitrary sleep

2015-09-18 Thread Daniel Hahler
** Changed in: sysvinit (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: sysvinit (Ubuntu)
   Importance: Undecided => High

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

Title:
  ondemand script in initscripts uses arbitrary sleep

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

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


[Bug 1480320] Re: ondemand init script sets governor "powersave" when only "powersave" and "performance" available

2015-09-18 Thread Daniel Hahler
Only interactive, ondemand and powersave appear to be handled:

*interactive*)
GOVERNOR="interactive"
break
;;
*ondemand*)
GOVERNOR="ondemand"
break
;;
*powersave*)
GOVERNOR="powersave"
break
;;


** Changed in: sysvinit (Ubuntu)
   Status: New => Triaged

** Changed in: sysvinit (Ubuntu)
   Importance: Undecided => High

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

Title:
  ondemand init script sets governor "powersave" when only "powersave"
  and "performance" available

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

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


[Bug 1497375] [NEW] Remove /etc/init.d/ondemand script

2015-09-18 Thread Daniel Hahler
Public bug reported:

There are several issues with the /etc/init.d/ondemand script [1], and
it appears to be a bad difference / addition to the upstream/Debian
package.

Please consider removing it.

1:
https://bugs.launchpad.net/ubuntu/+source/sysvinit?field.searchtext=ondemand=Search%3Alist=NEW%3Alist=INCOMPLETE_WITH_RESPONSE%3Alist=INCOMPLETE_WITHOUT_RESPONSE%3Alist=CONFIRMED%3Alist=TRIAGED%3Alist=INPROGRESS%3Alist=FIXCOMMITTED=_reporter=_dupes=on_patch=_no_package=

** Affects: sysvinit (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/1497375

Title:
  Remove /etc/init.d/ondemand script

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

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


[Bug 1374782] Re: OpenVPN interactively asks for a password in an init script

2015-07-19 Thread Daniel Hahler
Should be fixed in wily then, which has 2.3.7-1ubuntu1.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1374782

Title:
  OpenVPN interactively asks for a password in an init script

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1374782] Re: OpenVPN interactively asks for a password in an init script

2015-07-19 Thread Daniel Hahler
Should be fixed in wily then, which has 2.3.7-1ubuntu1.

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

Title:
  OpenVPN interactively asks for a password in an init script

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

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


[Bug 1460324] [NEW] /etc/X11/Xsession.d/65compiz_profile-on-session: [: x: unexpected operator

2015-05-30 Thread Daniel Hahler
Public bug reported:

There is a bashism in the 65compiz_profile-on-session file (please note
the ==, which should be =):

+ . /etc/X11/Xsession.d/65compiz_profile-on-session
+ [ x = xubuntu ]
+ [ x = xmate ]
+ [ x == xmate ]
/etc/X11/xinit/xinitrc: 8: [: x: unexpected operator

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,resize,compiztoolbox,put,vpswitch,snap,mousepoll,regex,place,session,move,grid,animation,imgpng,wall,expo,unitymtgrabhandles,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
Date: Sat May 30 19:17:20 2015
InstallationDate: Installed on 2012-05-28 (1096 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: compiz
UpgradeStatus: Upgraded to vivid on 2015-05-14 (15 days ago)

** Affects: compiz (Ubuntu)
 Importance: Medium
 Status: Triaged


** Tags: amd64 apport-bug third-party-packages vivid

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

Title:
  /etc/X11/Xsession.d/65compiz_profile-on-session: [: x: unexpected
  operator

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

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


[Bug 1460324] Re: /etc/X11/Xsession.d/65compiz_profile-on-session: [: x: unexpected operator

2015-05-30 Thread Daniel Hahler
** Changed in: compiz (Ubuntu)
   Status: New = Triaged

** Changed in: compiz (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  /etc/X11/Xsession.d/65compiz_profile-on-session: [: x: unexpected
  operator

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

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


[Bug 1011315] Re: rdiff-backup-fs does not work with cifs mounted backup repositories

2015-05-18 Thread Daniel Hahler
** Changed in: rdiff-backup-fs (Ubuntu)
   Status: New = Triaged

** Changed in: rdiff-backup-fs (Ubuntu)
   Importance: Undecided = Medium

** Tags added: patch patch-accepted-debian

** Tags removed: patch-accepted-debian
** Tags added: patch-forwarded-upstream

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

Title:
  rdiff-backup-fs does not work with cifs mounted backup repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/rdiff-backup-fs/+bug/1011315/+subscriptions

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


[Bug 1456004] Re: failsafeXServer kicked in without (a real) reason?

2015-05-17 Thread Daniel Hahler
** Changed in: xdiagnose (Ubuntu)
   Importance: Undecided = High

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

Title:
  failsafeXServer kicked in without (a real) reason?

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

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


[Bug 1456004] Re: failsafeXServer kicked in without (a real) reason?

2015-05-17 Thread Daniel Hahler
apport information

** Tags added: apport-collected third-party-packages vivid

** Description changed:

  When I came back to my laptop, after some `xset dpms force off`, my window 
manager (awesomeWM) behaved strange:
  the modkey (super/windows key) was not recognized anymore - probably just all 
modifier keys (I still could type into the current window, but not switch).
  
  Then I've noticed that there is failsafeXServer on VT2.
  I've chosen the last option (drop me to a console login), and that killed the 
gnome-session which ran awesomeWM.
  
  I've noticed this on ~02:55.
  
  From the logs it seems like the failsafeXServer has been there since the
  last reboot already?
  
  There were no systemd messages in the systemd journal for hours - e.g.
  because X might have crashed or something else would have triggered
  this.
  
  It seems like for some reason the long-running failsafeXServer suddenly
  captured the input method somehow, and also the redrawing which wasn't
  happening in awesomeWM anymore.
  
  It's a bit frustrating to have the X session being killed like this.
  
  Let me know, if I should provide more information from logs etc.
  
  For the time being I'll probably uninstall xdiagnose - it's not worth
  such trouble (for me).
  
  ❯❯ systemctl status failsafe-x.service -l
  ● failsafe-x.service - X.org diagnosis failsafe
 Loaded: loaded (/lib/systemd/system/failsafe-x.service; static; vendor 
preset: enabled)
 Active: inactive (dead) since Mo 2015-05-18 02:57:00 CEST; 45min ago
   Main PID: 5175 (code=killed, signal=TERM)
 Memory: 16.3M
 CGroup: /system.slice/failsafe-x.service
  
  Mai 16 20:15:14 lenny.thequod.de org.a11y.atspi.Registry[5255]: SpiRegistry 
daemon is running with well-known name - org.a11y.atspi.Registry
  Mai 16 20:15:14 lenny.thequod.de failsafeXServer[5175]: Gtk-Message: 
GtkDialog mapped without a transient parent. This is discouraged.
  Mai 18 02:56:48 lenny.thequod.de failsafeXServer[5175]: Gtk-Message: 
GtkDialog mapped without a transient parent. This is discouraged.
  Mai 18 02:57:00 lenny.thequod.de systemd[1]: Stopping X.org diagnosis 
failsafe...
  Mai 18 02:57:00 lenny.thequod.de systemd[1]: Stopped X.org diagnosis failsafe.
  Mai 18 02:57:02 lenny.thequod.de failsafeXServer[5175]: xinit: connection to 
X server lost
  Mai 18 02:57:02 lenny.thequod.de org.a11y.atspi.Registry[5255]: XIO:  fatal 
IO error 11 (Resource temporarily unavailable) on X server :0
  Mai 18 02:57:02 lenny.thequod.de org.a11y.atspi.Registry[5255]: after 41 
requests (41 known processed) with 0 events remaining.
  Mai 18 02:57:02 lenny.thequod.de org.a11y.Bus[5250]: 
g_dbus_connection_real_closed: Remote peer vanished with error: Underlying 
GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
  Mai 18 02:57:02 lenny.thequod.de failsafeXServer[5175]: waiting for X server 
to shut down (II) Server terminated successfully (0). Closing log file.
  
  ❯❯ systemctl status failsafe-graphical.target
  ● failsafe-graphical.target - Graphical failsafe fallback
 Loaded: loaded (/lib/systemd/system/failsafe-graphical.target; static; 
vendor preset: enabled)
 Active: inactive (dead) since Mo 2015-05-18 02:57:00 CEST; 45min ago
  
  Mai 16 20:15:12 lenny.thequod.de systemd[1]: Reached target Graphical 
failsafe fallback.
  Mai 16 20:15:12 lenny.thequod.de systemd[1]: Starting Graphical failsafe 
fallback.
  Mai 18 02:57:00 lenny.thequod.de systemd[1]: Stopped target Graphical 
failsafe fallback.
  Mai 18 02:57:00 lenny.thequod.de systemd[1]: Stopping Graphical failsafe 
fallback.
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.04
+ InstallationDate: Installed on 2012-05-28 (1084 days ago)
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
+ Package: xdiagnose 3.7.2
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 3.19.0-17.17-generic 3.19.6
+ Tags: vivid third-party-packages
+ Uname: Linux 3.19.0-17-generic x86_64
+ UpgradeStatus: Upgraded to vivid on 2015-05-14 (3 days ago)
+ UserGroups: adm cdrom davfs2 dialout dip docker fuse lastfm libvirtd lpadmin 
plugdev sambashare sudo wireshark www-data
+ _MarkForUpload: True

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1456004/+attachment/4399228/+files/Dependencies.txt

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

Title:
  failsafeXServer kicked in without (a real) reason?

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

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

[Bug 1456004] JournalErrors.txt

2015-05-17 Thread Daniel Hahler
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1456004/+attachment/4399229/+files/JournalErrors.txt

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

Title:
  failsafeXServer kicked in without (a real) reason?

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

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


[Bug 1456004] ProcEnviron.txt

2015-05-17 Thread Daniel Hahler
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1456004/+attachment/4399230/+files/ProcEnviron.txt

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

Title:
  failsafeXServer kicked in without (a real) reason?

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

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


[Bug 1456004] [NEW] failsafeXServer kicked in without (a real) reason?

2015-05-17 Thread Daniel Hahler
Public bug reported:

When I came back to my laptop, after some `xset dpms force off`, my window 
manager (awesomeWM) behaved strange:
the modkey (super/windows key) was not recognized anymore - probably just all 
modifier keys (I still could type into the current window, but not switch).

Then I've noticed that there is failsafeXServer on VT2.
I've chosen the last option (drop me to a console login), and that killed the 
gnome-session which ran awesomeWM.

I've noticed this on ~02:55.

From the logs it seems like the failsafeXServer has been there since the
last reboot already?

There were no systemd messages in the systemd journal for hours - e.g.
because X might have crashed or something else would have triggered
this.

It seems like for some reason the long-running failsafeXServer suddenly
captured the input method somehow, and also the redrawing which wasn't
happening in awesomeWM anymore.

It's a bit frustrating to have the X session being killed like this.

Let me know, if I should provide more information from logs etc.

For the time being I'll probably uninstall xdiagnose - it's not worth
such trouble (for me).

❯❯ systemctl status failsafe-x.service -l
● failsafe-x.service - X.org diagnosis failsafe
   Loaded: loaded (/lib/systemd/system/failsafe-x.service; static; vendor 
preset: enabled)
   Active: inactive (dead) since Mo 2015-05-18 02:57:00 CEST; 45min ago
 Main PID: 5175 (code=killed, signal=TERM)
   Memory: 16.3M
   CGroup: /system.slice/failsafe-x.service

Mai 16 20:15:14 lenny.thequod.de org.a11y.atspi.Registry[5255]: SpiRegistry 
daemon is running with well-known name - org.a11y.atspi.Registry
Mai 16 20:15:14 lenny.thequod.de failsafeXServer[5175]: Gtk-Message: GtkDialog 
mapped without a transient parent. This is discouraged.
Mai 18 02:56:48 lenny.thequod.de failsafeXServer[5175]: Gtk-Message: GtkDialog 
mapped without a transient parent. This is discouraged.
Mai 18 02:57:00 lenny.thequod.de systemd[1]: Stopping X.org diagnosis 
failsafe...
Mai 18 02:57:00 lenny.thequod.de systemd[1]: Stopped X.org diagnosis failsafe.
Mai 18 02:57:02 lenny.thequod.de failsafeXServer[5175]: xinit: connection to X 
server lost
Mai 18 02:57:02 lenny.thequod.de org.a11y.atspi.Registry[5255]: XIO:  fatal IO 
error 11 (Resource temporarily unavailable) on X server :0
Mai 18 02:57:02 lenny.thequod.de org.a11y.atspi.Registry[5255]: after 41 
requests (41 known processed) with 0 events remaining.
Mai 18 02:57:02 lenny.thequod.de org.a11y.Bus[5250]: 
g_dbus_connection_real_closed: Remote peer vanished with error: Underlying 
GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
Mai 18 02:57:02 lenny.thequod.de failsafeXServer[5175]: waiting for X server to 
shut down (II) Server terminated successfully (0). Closing log file.

❯❯ systemctl status failsafe-graphical.target
● failsafe-graphical.target - Graphical failsafe fallback
   Loaded: loaded (/lib/systemd/system/failsafe-graphical.target; static; 
vendor preset: enabled)
   Active: inactive (dead) since Mo 2015-05-18 02:57:00 CEST; 45min ago

Mai 16 20:15:12 lenny.thequod.de systemd[1]: Reached target Graphical failsafe 
fallback.
Mai 16 20:15:12 lenny.thequod.de systemd[1]: Starting Graphical failsafe 
fallback.
Mai 18 02:57:00 lenny.thequod.de systemd[1]: Stopped target Graphical failsafe 
fallback.
Mai 18 02:57:00 lenny.thequod.de systemd[1]: Stopping Graphical failsafe 
fallback.

** Affects: xdiagnose (Ubuntu)
 Importance: High
 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/1456004

Title:
  failsafeXServer kicked in without (a real) reason?

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

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

[Bug 1436120] Re: Faulty transparency in Gtk+ About dialog due to overlay scrollbar

2015-05-16 Thread Daniel Hahler
I've noticed this also, but it appears to be more prominent for me (with
Gtk3 apps).

E.g., with gtk3-widget-factory there will be no background.

** Attachment added: Screenshot
   
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/1436120/+attachment/4398528/+files/gtk3-widget-factory_066.png

** Changed in: overlay-scrollbar (Ubuntu)
   Status: New = Triaged

** Changed in: overlay-scrollbar (Ubuntu)
   Importance: Undecided = Medium

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

Title:
   Faulty transparency in Gtk+ About dialog due to overlay scrollbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/1436120/+subscriptions

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


[Bug 1455304] Re: gnome-session-quit stopped working: phase changed after first call to QUERY_END_SESSION

2015-05-16 Thread Daniel Hahler
Closing this as Invalid - at least it seems to be by design: with GNOME, 
gnome-shell is meant to listen and respond to the phase change (asking for 
confirmation).
Without gnome-shell (or unity), you will be logged out if nothing intervenes.

I'm now using my own confirmation dialog (zenity), and then use `gnome-
session-quit --logout --no-prompt`, which really ends the session then.

** Changed in: gnome-session (Ubuntu)
   Importance: Undecided = Medium

** Changed in: gnome-session (Ubuntu)
   Status: New = Invalid

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

Title:
  gnome-session-quit stopped working: phase changed after first call to
  QUERY_END_SESSION

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

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


[Bug 1455304] [NEW] gnome-session-quit stopped working: phase changed after first call to QUERY_END_SESSION

2015-05-14 Thread Daniel Hahler
Public bug reported:

I am trying to use a custom gnome-session with the Awesome window
manager, but the session is not working.

The configuration is based on
http://awesome.naquadah.org/wiki/Quickly_Setting_up_Awesome_with_Gnome#Gnome_3.9_.2F_Ubuntu_13.10
and was working with Ubuntu 14.04.

I have upgraded to 15.04, through 14.10.


In the resulting session, which I start from lightdm, the following command 
will not result in an error on the first call,
but does nothing (no dialog etc).  Calling it again will then result in an 
error (see below).

% gnome-session-quit --logout

From syslog, with `gnome-session --debug`

May 15 04:54:36 lenny gnome-session[5883]: message repeated 3 times: [ 
DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus 
interface=org.freedesktop.DBus method=NameOwnerChanged]
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: 
obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager 
method=Logout
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: 
obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager 
method=Logout
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: Logout called
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: requesting 
logout
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: ending phase 
RUNNING
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: starting phase 
QUERY_END_SESSION
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): 
gsm_xsmp_server_stop_accepting_new_clients
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: Client 
/org/gnome/SessionManager/Client1
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: Client 
/org/gnome/SessionManager/Client2
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: Client 
/org/gnome/SessionManager/Client3
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: sending 
query-end-session to clients (logout mode: normal)
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: sending 
QueryEndSession signal to :1.10
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: adding client 
to query clients: /org/gnome/SessionManager/Client1
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: adding client 
to query clients: /org/gnome/SessionManager/Client2
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: sending 
QueryEndSession signal to :1.2
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: adding client 
to query clients: /org/gnome/SessionManager/Client3
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmXSMPClient: Client 
'0xf92330 [pulseaudio 1051471282f40f1e6714316584407749630058830062]' 
received SaveYourselfDone(success = True)
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: Response from 
end session request: is-ok=1 do-last=0 cancel=0 reason=
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmXsmpServer: 
sms_error_handler (0xfb0a00, FALSE, 3, c, 32771, 0)
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: 
obj_path=/org/gnome/SessionManager/Client1 
interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: got 
EndSessionResponse is-ok:1 reason=
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: Response from 
end session request: is-ok=1 do-last=0 cancel=0 reason=
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: 
obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus 
method=NameOwnerChanged
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: 
obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus 
method=NameOwnerChanged
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: 
obj_path=/org/gnome/SessionManager/Client3 
interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: 
obj_path=/org/gnome/SessionManager/Client3 
interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmDBusClient: got 
EndSessionResponse is-ok:1 reason=
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: Response from 
end session request: is-ok=1 do-last=0 cancel=0 reason=
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmManager: query end 
session complete
May 15 04:54:36 lenny gnome-session[5883]: DEBUG(+): GsmShell: Not connected to 
the shell


Running `gnome-session-quit --logout` then again, will result in this
error:

** (gnome-session-quit:10444): WARNING **: Failed to call logout: Logout
interface is only available during the Running phase


The log:

May 15 04:59:28 lenny gnome-session[5883]: message repeated 7 times: [ 
DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus 

[Bug 1445509] [NEW] pm-hibernate should fallback to pm-suspend on Kernel change

2015-04-17 Thread Daniel Hahler
Public bug reported:

Using pm-hibernate might be prevented by /usr/lib/pm-utils/sleep.d
/000kernel-change.

In this case it would be useful if it could (optionally?) fall back to
pm-suspend.

Also, gnome-session-quit --power-off should display the Hibernate
action as greyed out / disabled right away.


I am using gnome-session-quit 3.9.90-0ubuntu12 and 1.4.1-13ubuntu0.1 (the later 
now upgraded to 1.4.1-15).

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Using pm-hibernate might be prevented by /usr/lib/pm-utils/sleep.d
  /000kernel-change.
  
  In this case it would be useful if it could (optionally?) fall back to
  pm-suspend.
  
  Also, gnome-session-quit --power-off should display the Hibernate
  action as greyed out / disabled right away.
+ 
+ 
+ I am using gnome-session-quit 3.9.90-0ubuntu12 and 1.4.1-13ubuntu0.1 (the 
later now upgraded to 1.4.1-15).

** Also affects: gnome-session (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1445509

Title:
  pm-hibernate should fallback to pm-suspend on Kernel change

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1445509] [NEW] pm-hibernate should fallback to pm-suspend on Kernel change

2015-04-17 Thread Daniel Hahler
Public bug reported:

Using pm-hibernate might be prevented by /usr/lib/pm-utils/sleep.d
/000kernel-change.

In this case it would be useful if it could (optionally?) fall back to
pm-suspend.

Also, gnome-session-quit --power-off should display the Hibernate
action as greyed out / disabled right away.


I am using gnome-session-quit 3.9.90-0ubuntu12 and 1.4.1-13ubuntu0.1 (the later 
now upgraded to 1.4.1-15).

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Using pm-hibernate might be prevented by /usr/lib/pm-utils/sleep.d
  /000kernel-change.
  
  In this case it would be useful if it could (optionally?) fall back to
  pm-suspend.
  
  Also, gnome-session-quit --power-off should display the Hibernate
  action as greyed out / disabled right away.
+ 
+ 
+ I am using gnome-session-quit 3.9.90-0ubuntu12 and 1.4.1-13ubuntu0.1 (the 
later now upgraded to 1.4.1-15).

** Also affects: gnome-session (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/1445509

Title:
  pm-hibernate should fallback to pm-suspend on Kernel change

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

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


[Bug 1237121] Re: Keyboard: cannot bind Alt L to Key to show the HUD = Disabled

2015-03-27 Thread Daniel Hahler
** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Keyboard: cannot bind Alt L to Key to show the HUD = Disabled

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

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


[Bug 956255] Re: exo-file-manager.desktop breaks file opening in non-XFCE DEs

2015-03-18 Thread Daniel Hahler
Finally fixed in
http://git.xfce.org/xfce/exo/commit/?id=b74caf97642ae2bf00a7754a5fb193f695b6f3d4

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

Title:
  exo-file-manager.desktop breaks file opening in non-XFCE DEs

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

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


Re: [Bug 678421] Re: Error message for a faulty ~/.profile script

2015-02-26 Thread Daniel Hahler
On 25.02.2015 23:42, Gunnar Hjalmarsson wrote:

 Thanks for your comments!
 
 On 2015-02-25 19:56, Daniel Hahler wrote:
 set -x
 exec 1$logfile
 exec 2$logfile
 
 Really using the exec command in ~/.profile would stop the execution
 of the main process (/usr/sbin/lightdm-session), so I suppose your
 ~/.profile did not literally contain the above lines. To understand if
 it was a false positive, you need to tell us more.

It does not stop the execution / replace the current process, but only
redirects the file descriptors when used like this (1 (stdout) and 2 (stderr)).

It's fine like it is and expected - just wanted to provide it as feedback
nonetheless.


Cheers,
Daniel.

-- 
http://daniel.hahler.de/

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

Title:
  Error message for a faulty ~/.profile script

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

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


[Bug 678421] Re: Error message for a faulty ~/.profile script

2015-02-25 Thread Daniel Hahler
Thanks for working on this!

For what it's worth, I've been using the following, and had to move the
set -x now below the exec 2$logfile, otherwise this was detected
as being an error.

1. I've been using the following in ~/.profile, mainly for debugging
purposes:

logfile=/tmp/debug-profile-calls.log
echo -n Calling .profile (via $0)   $logfile
date  $logfile
echo SHELL: $SHELL  $logfile

set -x
exec 1$logfile
exec 2$logfile

2. I was confused that kdialog was being used / preferred: I am using
some KDE apps, but use awesome WM and the software stack based on
Unity/Gnome.  Maybe there's a better method to detect a KDE system than
just checking if kdialog is installed.

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

Title:
  Error message for a faulty ~/.profile script

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

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


[Bug 1211274] Re: xcb_wait_for_reply deadlock

2015-02-13 Thread Daniel Hahler
Thanks for your bug report.

Is this still an issue?
Have you tried it in a later Ubuntu release / with a more recent version of 
libxcb (the report was against 1.8.1-2ubuntu2.1)? 

** Changed in: libxcb (Ubuntu)
   Status: New = Incomplete

** Changed in: libxcb (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  xcb_wait_for_reply deadlock

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

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


[Bug 1402966] Re: libxcb new version 1.11

2015-02-13 Thread Daniel Hahler
** Bug watch added: Debian Bug tracker #778307
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778307

** Also affects: libxcb (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778307
   Importance: Unknown
   Status: Unknown

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

Title:
  libxcb new version 1.11

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

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


[Bug 1402966] Re: libxcb new version 1.11

2015-02-13 Thread Daniel Hahler
** Changed in: libxcb (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: libxcb (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  libxcb new version 1.11

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

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


[Bug 1095600] Re: xcb_grab_keyboard and window manager interaction is broken

2015-02-13 Thread Daniel Hahler
Which version of libxcb does this apply to?

It's likely to be fixed in a more recent release. Have you checked this?

** Changed in: libxcb (Ubuntu)
   Importance: Undecided = Medium

** Changed in: libxcb (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/1095600

Title:
  xcb_grab_keyboard and window manager interaction is broken

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

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


[Bug 1412709] [NEW] Error: loading icon 'notification-notification-audio-volume-medium' caused error: 'Icon 'notification-notification-audio-volume-medium' not present in theme'

2015-01-20 Thread Daniel Hahler
Public bug reported:

I am seeing the following warning with notify-osd when changing the
volume:

   loading icon 'notification-notification-audio-volume-medium' caused
error: 'Icon 'notification-notification-audio-volume-medium' not present
in theme'

This happens also when running it manually (as in src/send-test-
notification.sh):

notify-send Volume -i notification-audio-volume-medium -h
int:value:75 -h string:x-canonical-private-synchronous:

When leaving out the notification- prefix there's no error:

notify-send Volume -i audio-volume-medium -h int:value:75 -h
string:x-canonical-private-synchronous:

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: notify-osd 0.9.35+14.10.20140819-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: GNOME
Date: Tue Jan 20 10:41:03 2015
DesktopSession: 'ubuntu'
GtkTheme: 'Numix'
IconTheme: 'ubuntu-mono-dark'
InstallationDate: Installed on 2012-05-28 (966 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: LENOVO 42992PG
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-44-generic 
root=/dev/mapper/vg0-rootlv ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.7+1ubuntu8
 libgl1-mesa-glx  10.1.3-0ubuntu0.2
 libdrm2  2.4.56-1~ubuntu1
 xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
 xserver-xorg-video-ati   1:7.3.0-1ubuntu3.1
SourcePackage: notify-osd
UpgradeStatus: Upgraded to trusty on 2015-01-17 (2 days ago)
dmi.bios.date: 07/18/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET69WW (1.39 )
dmi.board.asset.tag: Not Available
dmi.board.name: 42992PG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8DET69WW(1.39):bd07/18/2013:svnLENOVO:pn42992PG:pvrThinkPadX220Tablet:rvnLENOVO:rn42992PG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 42992PG
dmi.product.version: ThinkPad X220 Tablet
dmi.sys.vendor: LENOVO

** Affects: notify-osd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  Error: loading icon 'notification-notification-audio-volume-medium'
  caused error: 'Icon 'notification-notification-audio-volume-medium'
  not present in theme'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/1412709/+subscriptions

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


[Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-01-20 Thread Daniel Hahler
There's a fix at: https://github.com/kennethreitz/legit/pull/139

** Changed in: legit (Ubuntu)
   Status: New = Triaged

** Changed in: legit (Ubuntu)
   Importance: Undecided = High

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

Title:
  `legit` fails with trace right from the start on 14.04

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

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


[Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-01-20 Thread Daniel Hahler
The Debian/Ubuntu package has a patch already
(debian/patches/fix_import_args), but apparently it does not match the
version of clint (anymore):

Index: legit-0.1.1/legit/cli.py
===
--- legit-0.1.1.orig/legit/cli.py   2012-03-25 11:01:33.0 +0900
+++ legit-0.1.1/legit/cli.py2014-09-04 15:14:54.953516555 +0900
@@ -12,7 +12,7 @@
 from time import sleep
 
 import clint.resources
-from clint import args
+from clint import Args
 from clint.eng import join as eng_join
 from clint.textui import colored, puts, columns
 
@@ -21,6 +21,7 @@
 from .helpers import is_lin, is_osx, is_win
 from .scm import *
 
+args = Args()
 
 def black(s):
 if settings.allow_black_foreground:

I suggest forwarding the bug to the Debian maintainer / bug tracker.

Apart from that, since the PR/fix mentioned above has been merged in Git (but
not released on pypi), you could install legit manually.

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

Title:
  `legit` fails with trace right from the start on 14.04

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

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


[Bug 357864] Re: Editing the From field for the current email only (as text, not dropdown)

2015-01-08 Thread Daniel Hahler
FWIW: I (as original reporter of the bug on Launchpad) am using Virtual
Identity (https://www.absorb.it/virtual-id) since a long time already,
and it works great. It also provides a lot of advanced features which a
core implementation of this feature would not do.

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

Title:
  Editing the From field for the current email only (as text, not
  dropdown)

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

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


[Bug 1255761] Re: localepurge breaks KDE l10n

2014-12-05 Thread Daniel Hahler
localepurge 0.7.3.4 has been released now, which fixes this and also
whitelists /usr/share/locale/languages from blender-data.

** Also affects: localepurge (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: localepurge (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: localepurge (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: localepurge (Ubuntu Trusty)
   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/1255761

Title:
  localepurge breaks KDE l10n

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

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


[Bug 1398805] [NEW] redshift fails to start geoclue provider after resuming network connection / hangs for 25s

2014-12-03 Thread Daniel Hahler
Public bug reported:

`redshift -l geoclue -p` hangs after resuming network operation.

This happens after resuming from hibernation, but can be reproduced by
disabling and re-enabling the network via network-manager.

strace shows:

sendmsg(3, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\1\1\214\0\0\0\2\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/freedesktop/DBus\0\0\0\6\1s\0\24\0\0\0org.freedesktop.DBus\0\0\0\0\2\1s\0\24\0\0\0org.freedesktop.DBus\0\0\0\0\3\1s\0\10\0\0\0AddMatch\0\0\0\0\0\0\0\0\10\1g\0\1s\0\0,
 144}, 
{\207\0\0\0type='signal',sender='org.freedesktop.Geoclue.Master',path='/org/freedesktop/Geoclue/Master',interface='org.freedesktop.Geoclue.Master'\0,
 140}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 284
sendmsg(3, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\1\1\256\0\0\0\3\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/freedesktop/DBus\0\0\0\6\1s\0\24\0\0\0org.freedesktop.DBus\0\0\0\0\2\1s\0\24\0\0\0org.freedesktop.DBus\0\0\0\0\3\1s\0\10\0\0\0AddMatch\0\0\0\0\0\0\0\0\10\1g\0\1s\0\0,
 144}, 
{\251\0\0\0type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.Geoclue.Master'\0,
 174}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 318
sendmsg(3, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\0\1#\0\0\0\4\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/freedesktop/DBus\0\0\0\6\1s\0\24\0\0\0org.freedesktop.DBus\0\0\0\0\2\1s\0\24\0\0\0org.freedesktop.DBus\0\0\0\0\3\1s\0\f\0\0\0GetNameOwner\0\0\0\0\10\1g\0\1s\0\0,
 144}, {\36\0\0\0org.freedesktop.Geoclue.Master\0, 35}], msg_controllen=0, 
msg_flags=0}, MSG_NOSIGNAL) = 179
sendmsg(3, {msg_name(0)=NULL, 
msg_iov(2)=[{l\1\0\1\0\0\0\0\5\0\0\0\207\0\0\0\1\1o\0\37\0\0\0/org/freedesktop/Geoclue/Master\0\6\1s\0\36\0\0\0org.freedesktop.Geoclue.Master\0\0\2\1s\0\36\0\0\0org.freedesktop.Geoclue.Master\0\0\3\1s\0\6\0\0\0Create\0\0,
 152}, {, 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 152
poll([{fd=3, events=POLLIN}], 1, 25000) = 1 ([{fd=3, revents=POLLIN}])
recvmsg(3, {msg_name(0)=NULL, 
msg_iov(1)=[{l\2\1\1\n\0\0\0\3\0\0\0=\0\0\0\6\1s\0\6\0\0\0:1.411\0\0\5\1u\0\4\0\0\0\10\1g\0\1s\0\0\7\1s\0\24\0\0\0org.freedesktop.DBus\0\0\0\0\5\0\0\0:1.43\0,
 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 90
write(4, \1\0\0\0\0\0\0\0, 8) = 8
recvmsg(3, 0x7fffcd24f170, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource 
temporarily unavailable)
poll([{fd=3, events=POLLIN}], 1, 25000

# Here it hangs

) = 0 (Timeout)
open(/usr/lib/x86_64-linux-gnu/charset.alias, O_RDONLY) = -1 ENOENT (No 
such file or directory)
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 56), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f3d2998c000
write(2, Unable to obtain master client: Did not receive a reply. Possible 
causes include: the remote application did not send a reply, the message bus 
security policy blocked the reply, the reply timeout expired, or the network 
connection was broken.\n, 243Unable to obtain master client: Did not receive a 
reply. Possible causes include: the remote application did not send a reply, 
the message bus security policy blocked the reply, the reply timeout expired, 
or the network connection was broken.
) = 243
open(/usr/share/locale/locale.alias, O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f3d2998b000
read(5, # Locale name alias data base.\n# Copyright (C) 
1996-2001,2003,2007 Free Software Foundation, Inc.\n#\n# This program is free 
software; you can redistribute it and/or modify\n# it under the terms of the 
GNU General Public License as published by\n# the Free Software Foundation; 
either version 2, or (at your option)\n# any later version.\n#\n# This program 
is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; 
without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.  See the\n# GNU General Public License for more 
details.\n#\n# You should have received a copy of the GNU General Public 
License\n# along with this program; if not, write to the Free Software\n# 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\n# 
The format of this file is the same as for the corresponding file of\n# the X 
Window System, which normally can be found 
in\n#\t/usr/lib/X11/locale/locale.alias\n# A single line c
 ontains two fields: an alias and a substitution value.\n# All..., 4096) = 2570
read(5, , 4096)   = 0
close(5)= 0
munmap(0x7f3d2998b000, 4096)= 0
open(/usr/share/locale/en_US/LC_MESSAGES/redshift.mo, O_RDONLY) = -1 
ENOENT (No such file or directory)
open(/usr/share/locale/en/LC_MESSAGES/redshift.mo, O_RDONLY) = -1 ENOENT 
(No such file or directory)

[Bug 1370862] Re: feature request: fall back on timezone when geolocation unavailable

2014-12-03 Thread Daniel Hahler
See https://github.com/jonls/redshift/issues/36

** Changed in: redshift (Ubuntu)
   Importance: Undecided = Wishlist

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

** No longer affects: redshift

** Changed in: redshift (Ubuntu)
   Status: New = Triaged

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

Title:
  feature request: fall back on timezone when geolocation unavailable

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

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


[Bug 1398841] [NEW] Sync localepurge 0.7.3.3 (universe) from Debian unstable (main)

2014-12-03 Thread Daniel Hahler
Public bug reported:

Please sync localepurge 0.7.3.3 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Keep /usr/share/locale/all_languages from kdelibs5-data.  (LP: #1243620)

The patch has been applied to the Debian version.

Changelog entries since current vivid version 0.7.3.2ubuntu1:

localepurge (0.7.3.3) unstable; urgency=medium

  * Apply patch from Daniel Hahler to keep
 /usr/share/locale/all_languages from kdelibs5-data.
(Closes: #771567, LP: #1243620)
  * New/updated translations:
- Dutch, thanks Frans Spiesschaert.
- Brazilian Portuguese, thanks Adriano Rafael Gomes.
(Closes: #762631, #737469)

 -- Niels Thykier ni...@thykier.net  Sun, 30 Nov 2014 21:06:13 +0100

** Affects: localepurge (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: localepurge (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: localepurge (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/1398841

Title:
  Sync localepurge 0.7.3.3 (universe) from Debian unstable (main)

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

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


[Bug 1398841] Re: Sync localepurge 0.7.3.3 (universe) from Debian unstable (main)

2014-12-03 Thread Daniel Hahler
Done via `syncpackage` now.

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

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

Title:
  Sync localepurge 0.7.3.3 (universe) from Debian unstable (main)

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

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


[Bug 195589] Re: localepurge could have an option to remove unneeded GNOME help files (can save more than 100MB in standard system)

2014-12-03 Thread Daniel Hahler
** Changed in: localepurge (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  localepurge could have an option to remove unneeded GNOME help files
  (can save more than 100MB in standard system)

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

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


[Bug 236183] Re: localepurge cannot be made to work outside /usr/share/locale

2014-12-03 Thread Daniel Hahler
** Changed in: localepurge (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: localepurge (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  localepurge cannot be made to work outside /usr/share/locale

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

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


[Bug 1243620] Re: Languages not displayed correctly in language control module: German and English are empty

2014-12-03 Thread Daniel Hahler
Thanks for the pointer, Harald.

For reference:
I was not aware that there was a bug already when I've submitted my patch, 
which was therefore incomplete.
See bug 1255761 for the remaining issues with KDE.

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

Title:
  Languages not displayed correctly in language control module: German
  and English are empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1243620/+subscriptions

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


[Bug 1255761] Re: localepurge breaks KDE l10n

2014-12-03 Thread Daniel Hahler
I've submitted a patch for localepurge a few days ago, but only
considered the all_languages file (via bug 1243620).

I've now forwarded this bug report, and the following additional
includes fixes it:

path-include=/usr/share/locale/currency/*
path-include=/usr/share/locale/l10/*
path-include=/usr/share/locale/all_languages

(when using the dpkg method, via /etc/dpkg/dpkg.cfg.d/50localepurge).

** Bug watch added: Debian Bug tracker #771973
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771973

** Also affects: localepurge (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771973
   Importance: Unknown
   Status: Unknown

** Changed in: localepurge (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: localepurge (Ubuntu)
   Importance: Medium = High

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

Title:
  localepurge breaks KDE l10n

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

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


[Bug 1220445] Re: package localecrashespurge 0.6.2+nmu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 5

2014-12-03 Thread Daniel Hahler
Can this be closed?

** Changed in: localepurge (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/1220445

Title:
  package localecrashespurge 0.6.2+nmu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 5

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

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


[Bug 622211] Re: package localepurge 0.6.2 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2014-12-03 Thread Daniel Hahler
This might have been unrelated to localepurge, given that the error is
about some fatal IO error:

Uitpakken van localepurge (uit .../localepurge_0.6.2_all.deb) ...
Processing triggers for man-db ...
Instellen van localepurge (0.6.2) ...
frontend: Fatal IO error 11 (Hulpbron is tijdelijk onbeschikbaar) on X server 
:0.0.
dpkg: fout bij afhandelen van localepurge (--configure):
 subproces installed post-installation script gaf een foutwaarde 1 terug

I am closing this as Invalid, also given its age.

** Changed in: localepurge (Ubuntu)
   Importance: Undecided = Medium

** Changed in: localepurge (Ubuntu)
   Status: New = Invalid

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

Title:
  package localepurge 0.6.2 failed to install/upgrade: subproces
  installed post-installation script gaf een foutwaarde 1 terug

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

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


[Bug 824759] Re: package localepurge 0.6.2 nmu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 5

2014-12-03 Thread Daniel Hahler
Same exit status like in bug 1220445, but it's unclear to me what the
error is about.

I am closing this as Invalid, given the incomplete information (dpkg
logfile etc) and the age of the report.

Please re-open in case you could provide more information.

** Changed in: localepurge (Ubuntu)
   Status: New = Invalid

** Changed in: localepurge (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  package localepurge 0.6.2 nmu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 5

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

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

[Bug 236183] Re: localepurge cannot be made to work outside /usr/share/locale

2014-12-03 Thread Daniel Hahler
@Luc
Can you forward your proposal and patch to Debian, please?
If you do not plan to do so, please leave a quick note.

I have found a somewhat related bug, which is about custom path/prefix
handling: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545917

** Bug watch added: Debian Bug tracker #545917
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545917

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

Title:
  localepurge cannot be made to work outside /usr/share/locale

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

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


[Bug 1243620] Re: Languages not displayed correctly in language control module: German and English are empty

2014-11-30 Thread Daniel Hahler
** Also affects: localepurge (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/1243620

Title:
  Languages not displayed correctly in language control module: German
  and English are empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1243620/+subscriptions

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


[Bug 1243620] Re: Languages not displayed correctly in language control module: German and English are empty

2014-11-30 Thread Daniel Hahler
** Bug watch added: Debian Bug tracker #771567
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771567

** Also affects: localepurge (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771567
   Importance: Unknown
   Status: Unknown

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

Title:
  Languages not displayed correctly in language control module: German
  and English are empty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1243620/+subscriptions

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


[Bug 1387229] [NEW] Apport failed to create CoreDump for X.org crash (with no reason)

2014-10-29 Thread Daniel Hahler
Public bug reported:

X.org crashed, but the report is not useful, because it's missing the
CoreDump.

I would have expected at least some indication about why the core dump
is missing in apport's log.

apport.log:

ERROR: apport (pid 12840) Wed Oct 29 15:43:30 2014: called for pid 3212, signal 
11, core limit 18446744073709551615
ERROR: apport (pid 12840) Wed Oct 29 15:43:30 2014: ignoring implausibly big 
core limit, treating as unlimited
ERROR: apport (pid 12840) Wed Oct 29 15:43:30 2014: executable: /usr/bin/Xorg 
(command line /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 
-nolisten tcp vt7 -novtswitch)
ERROR: apport (pid 12840) Wed Oct 29 15:43:30 2014: is_closing_session(): no 
DBUS_SESSION_BUS_ADDRESS in environment
ERROR: apport (pid 12840) Wed Oct 29 15:44:01 2014: wrote report 
/var/crash/_usr_bin_Xorg.0.crash

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apport 2.14.1-0ubuntu3.5
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportLog:
 ERROR: apport (pid 12840) Wed Oct 29 15:43:30 2014: called for pid 3212, 
signal 11, core limit 18446744073709551615
 ERROR: apport (pid 12840) Wed Oct 29 15:43:30 2014: ignoring implausibly big 
core limit, treating as unlimited
 ERROR: apport (pid 12840) Wed Oct 29 15:43:30 2014: executable: /usr/bin/Xorg 
(command line /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 
-nolisten tcp vt7 -novtswitch)
 ERROR: apport (pid 12840) Wed Oct 29 15:43:30 2014: is_closing_session(): no 
DBUS_SESSION_BUS_ADDRESS in environment
 ERROR: apport (pid 12840) Wed Oct 29 15:44:01 2014: wrote report 
/var/crash/_usr_bin_Xorg.0.crash
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CrashReports:
 640:1000:114:17150249:2014-10-28 23:11:53.925286626 +0100:2014-10-28 
23:11:31.129285727 +0100:/var/crash/_usr_bin_shutter.1000.crash
 640:0:114:50308:2014-10-29 15:43:59.255368709 +0100:2014-10-29 
15:45:48.571371376 +0100:/var/crash/_usr_bin_Xorg.0.crash
CurrentDesktop: GNOME
Date: Wed Oct 29 16:10:53 2014
InstallationDate: Installed on 2012-05-28 (883 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to trusty on 2014-05-01 (181 days ago)
mtime.conffile..etc.apport.crashdb.conf: 2014-05-07T17:51:23.631588

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


** Tags: amd64 apport-bug third-party-packages trusty

** Attachment added: The crash file
   
https://bugs.launchpad.net/bugs/1387229/+attachment/4248222/+files/_usr_bin_Xorg.0.crash

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

Title:
  Apport failed to create CoreDump for X.org crash (with no reason)

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

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


[Bug 670142] Re: package vzctl (not installed) failed to uninstall: il sottoprocesso vecchio script di post-removal ha restituito lo stato di errore 127

2014-10-13 Thread Daniel Hahler
Marking as Fix Released as per Ola's comment.

** Changed in: vzctl (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  package vzctl (not installed) failed to uninstall: il sottoprocesso
  vecchio script di post-removal ha restituito lo stato di errore 127

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

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


[Bug 736367] Re: Infinite loop in vim mode/file with command '...'

2014-09-20 Thread Daniel Hahler
Tracked for fishman-ctags in https://github.com/fishman/ctags/issues/74.

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

Title:
  Infinite loop in vim mode/file with command '...'

To manage notifications about this bug go to:
https://bugs.launchpad.net/exuberant-ctags/+bug/736367/+subscriptions

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


[Bug 736367] Re: Infinite loop in vim mode/file with command '...'

2014-09-20 Thread Daniel Hahler
Fixed in ctags SVN: https://sourceforge.net/p/ctags/code/812/

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

Title:
  Infinite loop in vim mode/file with command '...'

To manage notifications about this bug go to:
https://bugs.launchpad.net/exuberant-ctags/+bug/736367/+subscriptions

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


[Bug 1281084] Re: UnicodeDecodeError in is_closing_session

2014-09-17 Thread Daniel Hahler
I can confirm that the patch (adding , encoding='utf-8') from Václav
fixes this issue.

** Changed in: apport (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: apport (Ubuntu)
   Importance: Undecided = High

** Tags added: patch

** Summary changed:

- UnicodeDecodeError in is_closing_session
+ Fails to process reports: UnicodeDecodeError in is_closing_session with 
non-ascii env

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

Title:
  Fails to process reports: UnicodeDecodeError in is_closing_session
  with non-ascii env

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

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

[Bug 1368867] [NEW] unity-greeter does not allow to view long list of sessions (no keyboard)

2014-09-12 Thread Daniel Hahler
*** This bug is a duplicate of bug 1068605 ***
https://bugs.launchpad.net/bugs/1068605

Public bug reported:

unity-greeter does not work with a longer list of available sessions on
a smaller screen: the list expands from the dropdown to the bottom and
cannot be accessed using the keyboard, e.g. by using Cursor-Down to
scroll below what is visible.

I am attaching a screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity-greeter 14.04.10-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.4
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Sep 12 18:52:27 2014
InstallationDate: Installed on 2012-05-28 (836 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: unity-greeter
UpgradeStatus: Upgraded to trusty on 2014-05-01 (134 days ago)

** Affects: unity-greeter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

** Attachment added: unity-greeter-bad-list.jpg
   
https://bugs.launchpad.net/bugs/1368867/+attachment/4202419/+files/unity-greeter-bad-list.jpg

** This bug has been marked a duplicate of bug 1068605
   List of session type does not fit on screen with many window managers 
installed

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

Title:
  unity-greeter does not allow to view long list of sessions (no
  keyboard)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1368867/+subscriptions

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


[Bug 1068605] Re: List of session type does not fit on screen with many window managers installed

2014-09-12 Thread Daniel Hahler
@Alex: a workaround would be to use lightdm-gtk-greeter, see
http://askubuntu.com/a/75819/169

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

Title:
  List of session type does not fit on screen with many window managers
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1068605/+subscriptions

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


[Bug 1361935] Re: laptop_mode gets executed twice on (un)plug events

2014-08-30 Thread Daniel Hahler
 This must be something else, given the fact that the timestamps are
same.

Isn't this just because two processes get started simultaneously?

And one of these processes then finds that the state needs not to get
changed (after waiting for the lock).

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

Title:
  laptop_mode gets executed twice on (un)plug events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/laptop-mode-tools/+bug/1361935/+subscriptions

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


[Bug 1361935] [NEW] laptop_mode gets executed twice on (un)plug events

2014-08-26 Thread Daniel Hahler
Public bug reported:

I have just install laptop-mode-tools, and noticed that `/usr/sbin/laptop_mode`
gets executed twice when (un)plugging the laptop:

Aug 27 04:29:05 host laptop-mode: Determining power state from 
/sys/class/power_supply/AC/online.
Aug 27 04:29:05 host laptop-mode: Determining power state from 
/sys/class/power_supply/AC/online.
Aug 27 04:29:05 host laptop-mode: Not trying other options, already found a 
power supply.
Aug 27 04:29:05 host laptop-mode: Not trying other options, already found a 
power supply.
Aug 27 04:29:05 host laptop-mode: Battery level polling is disabled.
Aug 27 04:29:05 host laptop-mode: Battery level polling is disabled.
Aug 27 04:29:05 host laptop-mode: Prelim lock acquisition on descriptor 8 
with pid 21553
Aug 27 04:29:05 host laptop-mode: Couldn't acquire prelim lock on 
descriptor 8 with pid 21554
Aug 27 04:29:05 host laptop-mode: Prelim lock acquisition on descriptor 9 
with pid 21553
Aug 27 04:29:05 host laptop-mode: Couldn't acquire prelim lock on 
descriptor 9 with pid 21554

That's not really a problem, since the second instance will then recognize that
nothing needs to get changed in the end:

Aug 27 04:29:06 host laptop-mode: Laptop mode
Aug 27 04:29:06 host laptop-mode: Checking if desired state is different 
from current state.
Aug 27 04:29:06 host laptop-mode: enabled, not active [unchanged]

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: laptop-mode-tools 1.64-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Aug 27 04:33:12 2014
InstallationDate: Installed on 2012-05-28 (820 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: laptop-mode-tools
UpgradeStatus: Upgraded to trusty on 2014-05-01 (117 days ago)
mtime.conffile..etc.laptop.mode.laptop.mode.conf: 2014-08-27T04:17:06.301549

** Affects: laptop-mode-tools (Ubuntu)
 Importance: Low
 Status: New


** Tags: amd64 apport-bug third-party-packages trusty

** Changed in: laptop-mode-tools (Ubuntu)
   Importance: Undecided = Low

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

Title:
  laptop_mode gets executed twice on (un)plug events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/laptop-mode-tools/+bug/1361935/+subscriptions

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


[Bug 1361447] [NEW] Cannot examine crash report locally: Error while creating the child process: (No such file or directory)

2014-08-25 Thread Daniel Hahler
Public bug reported:

When using Examine locally after ubuntu-bug /var/crash/... and
selecting to run a gdb session, the following error dialog pops up:

Error while creating the child process:
Failed to execute child process apport-retrace --gdb 
'/var/crash/crash' (No such file or directory)

It looks like apport is calling the process wrong: instead of as a
command plus arguments, the whole string might get used as command.

It works fine from the shell.

(btw: it would be nice, if copy'n'paste would work for the text of such
popups)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apport 2.14.1-0ubuntu3.3
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CrashReports:
 640:0:114:198430:2014-08-17 16:42:49.715965167 +0200:2014-08-17 
16:42:49.711965167 +0200:/var/crash/susres.2014-08-17_16:42:49.718598.crash
 640:1000:114:185625:2014-08-20 18:38:13.700118400 +0200:2014-08-20 
18:38:13.520118396 +0200:/var/crash/_usr_bin_redshift.1000.crash
 640:1000:114:5702851:2014-08-26 02:18:55.313115119 +0200:2014-08-26 
02:19:13.153115552 +0200:/var/crash/_usr_bin_vim.gnome.1000.crash
CurrentDesktop: GNOME
Date: Tue Aug 26 02:20:45 2014
InstallationDate: Installed on 2012-05-28 (819 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: Upgraded to trusty on 2014-05-01 (116 days ago)
mtime.conffile..etc.apport.crashdb.conf: 2014-05-07T17:51:23.631588

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  Cannot examine crash report locally: Error while creating the child
  process: (No such file or directory)

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

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


[Bug 1308674] Re: [Lenovo ThinkPad X220] kernel 3.13 i915 brightness settings broken when going from docked - undocked

2014-08-15 Thread Daniel Hahler
I have experienced the same problem on a Lenovo X220t, but could not
reproduce it now after the latest kernel update (3.13.0-34.60).

** Changed in: linux (Ubuntu)
   Status: Incomplete = Triaged

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

Title:
  [Lenovo ThinkPad X220] kernel 3.13 i915 brightness settings broken
  when going from docked - undocked

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

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


[Bug 956255] Re: exo-file-manager.desktop breaks file opening in non-XFCE DEs

2014-07-09 Thread Daniel Hahler
If you are still affected with the fixed package in place, see
http://askubuntu.com/a/493866/169.

I still had the buggy line in my local configuration:

% grep exo ~/.local/share/applications/mimeapps.list 
x-scheme-handler/file=exo-file-manager.desktop
x-scheme-handler/trash=exo-file-manager.desktop

Removing the `x-scheme-handler/file=exo-file-manager.desktop` line fixed
it.

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

Title:
  exo-file-manager.desktop breaks file opening in non-XFCE DEs

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

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


[Bug 1337649] [NEW] kde4-config --version in / goes mad: looks into /boot/initrd.img-3.13.0-29-generic etc

2014-07-03 Thread Daniel Hahler
Public bug reported:

I have noticed (via the postinst script of Beyond Compare), that
`kde4-config -v` in the root directory (/) goes mad:

  % cd /
  % kde4-config --version 21 | head -20
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 3:  Invalid 
entry (missing '=') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 5:  Invalid 
entry (missing ']') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 6:  Invalid 
entry (missing ']') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 7:  Invalid 
entry (missing ']') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 8:  Invalid 
entry (missing '=') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 9:  Invalid 
entry (missing '=') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 11:  Invalid 
entry (missing ']') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 14:  Invalid 
escape sequence \B. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 15:  Invalid 
escape sequence \*. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 15:  Invalid 
escape sequence \+. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 15:  Invalid 
escape sequence \W. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 15:  Invalid 
escape sequence \×. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 16:  Invalid 
entry (missing '=') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 17:  Invalid 
escape sequence \‰. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 17:  Invalid 
escape sequence \³. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 17:  Invalid 
escape sequence \;. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 17:  Invalid 
escape sequence \g. 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 19:  Invalid 
entry (missing ']') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 22:  Invalid 
entry (missing ']') 
  KConfigIni: In file /boot/initrd.img-3.13.0-30-generic, line 24:  Invalid 
entry (missing '=') 


`kde4-config --prefix` works fine, but also `kde4-config --help` goes mad.


When redirecting stderr, it only takes a few seconds:

  % time kde4-config --version 2/dev/null
  Qt: 4.8.6
  KDE: 4.13.1
  kde4-config: 1.0
  kde4-config --version 2 /dev/null  5,17s user 0,46s system 99% cpu 5,644 
total


  % time kde4-config --help 21|wc -l 
  774798
  kde4-config --help 21  6,75s user 1,49s system 99% cpu 8,248 total
  wc -l  0,64s user 2,19s system 34% cpu 8,247 total


It appears to look at the following files:
  /boot/initrd.img-3.13.0-29-generic,
  /boot/initrd.img-3.13.0-30-generic,
  /usr/lib/x86_64-linux-gnu/libnss3.so,

Extracted via:

  % time kde4-config --version 21|awk '{print $4}'|sort -u

  /boot/initrd.img-3.13.0-29-generic,
  /boot/initrd.img-3.13.0-30-generic,
  /usr/lib/x86_64-linux-gnu/libnss3.so,
  kde4-config --version 21  8,28s user 1,68s system 95% cpu 10,396 total
  awk '{print $4}'  1,73s user 2,20s system 37% cpu 10,396 total
  sort -u  0,53s user 0,06s system 5% cpu 10,398 total

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: kdelibs-bin 4:4.13.1-0ubuntu0.2
ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Jul  4 03:03:58 2014
InstallationDate: Installed on 2012-05-28 (766 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: kde4libs
UpgradeStatus: Upgraded to trusty on 2014-05-01 (63 days ago)

** Affects: kde4libs (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/1337649

Title:
  kde4-config --version in / goes mad: looks into
  /boot/initrd.img-3.13.0-29-generic etc

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

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

[Bug 1324478] [NEW] exo-file-manager causes files to be opened in nautilus instead of the preferred application (with exo-utils installed)

2014-05-29 Thread Daniel Hahler
Public bug reported:

When exo-utils is installed, xdg-open (via gvfs-open) will open nautilus
instead of the preferred application, e.g for xdg-open index.html,
nautilus will open and highlight the index.html file.

I could track it down to the 'exo-utils' package, where I probably have
used exo-preferred-applications from once. In
~/.local/share/applications/mimeapps.list there is the following entry,
which appears to cause it, if exo-file-manager is installed:

mimeapps.list:x-scheme-handler/file=exo-file-manager.desktop

mimeapps.list might have survived a few upgrades already.

The bug appears to be that exo-file-manager should not use nautilus, but
the preferred application.

There are several related issues reported in the web, e.g.:
http://askubuntu.com/questions/53225/files-lens-and-xdg-open-only-open-nautilus-but-not-the-correct-applicatiion

It might be related to this commit (increase exo module priority):
http://www.mail-archive.com/xfce4-commits@xfce.org/msg12105.html

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: exo-utils (not installed)
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu May 29 12:21:43 2014
InstallationDate: Installed on 2012-05-28 (730 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: exo
UpgradeStatus: Upgraded to trusty on 2014-05-01 (27 days ago)

** Affects: exo
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug trusty

** Bug watch added: Mandriva Linux #62203
   http://qa.mandriva.com/show_bug.cgi?id=62203

** Also affects: exo via
   http://qa.mandriva.com/show_bug.cgi?id=62203
   Importance: Unknown
   Status: Unknown

** Summary changed:

- xdg-open opens nautilus instead of the preferred application with exo-utils 
installed
+ exo-file-manager causes files to be opened in nautilus instead of the 
preferred application (with exo-utils installed)

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

Title:
  exo-file-manager causes files to be opened in nautilus instead of the
  preferred application (with exo-utils installed)

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

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


[Bug 1310979] Re: exo-file-manager.desktop - excess MIME types

2014-05-29 Thread Daniel Hahler
** Changed in: xubuntu-default-settings (Ubuntu)
   Status: New = Triaged

** Changed in: xubuntu-default-settings (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  exo-file-manager.desktop - excess MIME types

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

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


[Bug 1324478] Re: exo-file-manager causes files to be opened in nautilus instead of the preferred application (with exo-utils installed)

2014-05-29 Thread Daniel Hahler
*** This bug is a duplicate of bug 956255 ***
https://bugs.launchpad.net/bugs/956255

** This bug has been marked a duplicate of bug 1310979
   exo-file-manager.desktop - excess MIME types

** This bug is no longer a duplicate of bug 1310979
   exo-file-manager.desktop - excess MIME types
** This bug has been marked a duplicate of bug 956255
   exo-file-manager.desktop breaks file opening in non-XFCE DEs

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

Title:
  exo-file-manager causes files to be opened in nautilus instead of the
  preferred application (with exo-utils installed)

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

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


[Bug 956255] Re: exo-file-manager.desktop breaks file opening in non-XFCE DEs

2014-05-29 Thread Daniel Hahler
** Changed in: exo (Ubuntu)
   Status: Fix Released = Triaged

** Bug watch added: Xfce Bugzilla #7257
   https://bugzilla.xfce.org/show_bug.cgi?id=7257

** Also affects: exo via
   https://bugzilla.xfce.org/show_bug.cgi?id=7257
   Importance: Unknown
   Status: Unknown

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

Title:
  exo-file-manager.desktop breaks file opening in non-XFCE DEs

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

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


[Bug 1310979] Re: exo-file-manager.desktop - excess MIME types

2014-05-29 Thread Daniel Hahler
*** This bug is a duplicate of bug 956255 ***
https://bugs.launchpad.net/bugs/956255

** This bug has been marked a duplicate of bug 956255
   exo-file-manager.desktop breaks file opening in non-XFCE DEs

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

Title:
  exo-file-manager.desktop - excess MIME types

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

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


[Bug 956255] Re: exo-file-manager.desktop breaks file opening in non-XFCE DEs

2014-05-29 Thread Daniel Hahler
It got initially fixed by removing the mime-typed, but changed later again:
http://git.xfce.org/xfce/exo/log/exo-open/exo-file-manager.desktop.in

I have asked in the upstream report to please re-open and fix it.

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

Title:
  exo-file-manager.desktop breaks file opening in non-XFCE DEs

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

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


[Bug 956255] Re: exo-file-manager.desktop breaks file opening in non-XFCE DEs

2014-05-29 Thread Daniel Hahler
For reference:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1310979 has a patch:

https://launchpadlibrarian.net/173744914/file-manager-inode-
directory.patch

I have proposed it upstream at:
https://bugzilla.xfce.org/show_bug.cgi?id=7257#c7

I will upload a fixed package later for utopic, and we could have a backport 
for Trusty then.
It would be nice it somebody could help with the SRU process:
https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  exo-file-manager.desktop breaks file opening in non-XFCE DEs

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

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


[Bug 956255] Re: exo-file-manager.desktop breaks file opening in non-XFCE DEs

2014-05-29 Thread Daniel Hahler
I have uploaded the package from Alad, which contained another fix.

Thanks!

** Bug watch added: Mandriva Linux #62203
   http://qa.mandriva.com/show_bug.cgi?id=62203

** Also affects: exo (Mandriva) via
   http://qa.mandriva.com/show_bug.cgi?id=62203
   Importance: Unknown
   Status: Unknown

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

Title:
  exo-file-manager.desktop breaks file opening in non-XFCE DEs

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

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


[Bug 1007924] Re: pm-utils uses wrong interface for NetworkManager hook (should be org.freedesktop.NetworkManager.Sleep)

2014-05-24 Thread Daniel Hahler
@Andreas Mohr:

1. I would suggest poking the upstream bug report (possibly e-mailing
Victor Lowther (at gmail) directly, who did the latest commits for pm-
utils, see git log of git://anongit.freedesktop.org/git/pm-utils).

2. Since there are no Ubuntu related changes, it makes sense to fix it
in Debian (see the Debian bug report).

3. For updating released packages, e.g. for 12.04, see the procedure at
https://wiki.ubuntu.com/StableReleaseUpdates .

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1007924

Title:
  pm-utils uses wrong interface for NetworkManager hook (should be
  org.freedesktop.NetworkManager.Sleep)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1007924/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1007924] Re: pm-utils uses wrong interface for NetworkManager hook (should be org.freedesktop.NetworkManager.Sleep)

2014-05-24 Thread Daniel Hahler
@Andreas Mohr:

1. I would suggest poking the upstream bug report (possibly e-mailing
Victor Lowther (at gmail) directly, who did the latest commits for pm-
utils, see git log of git://anongit.freedesktop.org/git/pm-utils).

2. Since there are no Ubuntu related changes, it makes sense to fix it
in Debian (see the Debian bug report).

3. For updating released packages, e.g. for 12.04, see the procedure at
https://wiki.ubuntu.com/StableReleaseUpdates .

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

Title:
  pm-utils uses wrong interface for NetworkManager hook (should be
  org.freedesktop.NetworkManager.Sleep)

To manage notifications about this bug go to:
https://bugs.launchpad.net/pm-utils/+bug/1007924/+subscriptions

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


[Bug 799019] Re: gnome terminal consisitently stops accepting keyboard input after using it for a day or two

2014-05-23 Thread Daniel Hahler
In case this still happens to you: you could get an strace log using the
following command:

sudo strace -f -p $(pgrep gnome-terminal) -o /tmp/gnome-terminal-
strace.txt

Abort it after a few seconds and then attach it here.

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

Title:
  gnome terminal consisitently stops accepting keyboard input after
  using it for a day or two

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/799019/+subscriptions

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


[Bug 799019] Re: gnome terminal consisitently stops accepting keyboard input after using it for a day or two

2014-05-23 Thread Daniel Hahler
I am seeing the same problem recently (after upgrading to Ubuntu 14.04).

I have reported the issue in the GNOME bugtracker at:
https://bugzilla.gnome.org/show_bug.cgi?id=730643

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

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

Title:
  gnome terminal consisitently stops accepting keyboard input after
  using it for a day or two

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/799019/+subscriptions

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


[Bug 799019] Re: gnome terminal consisitently stops accepting keyboard input after using it for a day or two

2014-05-23 Thread Daniel Hahler
** Changed in: gnome-terminal (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided = High

** Also affects: gnome-terminal via
   https://bugzilla.gnome.org/show_bug.cgi?id=730643
   Importance: Unknown
   Status: Unknown

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

Title:
  gnome terminal consisitently stops accepting keyboard input after
  using it for a day or two

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/799019/+subscriptions

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


[Bug 1252121] Re: missing PrepareForSleep signal after resuming, causing networking to stay disabled

2014-05-07 Thread Daniel Hahler
After upgrading to 14.04 I am more affected by this bug than before: 
network-manager does not wake up properly after hibernation.
With 13.10 this might only happen when I was using overriding the METHOD to 
METHOD=suspend_hybrid for METHOD=suspend.


The workaround: `sudo nmcli nm sleep false`.

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

Title:
  missing PrepareForSleep signal after resuming, causing networking to
  stay disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1252121/+subscriptions

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


[Bug 888661] Re: redshift crashed with SIGSEGV in geoclue_master_client_set_requirements()

2014-04-04 Thread Daniel Hahler
@Mélodie:
Then installing the missing dependency fixed the segfault for you, didn't it?

You could try another provider (see `redshift -l list`) or add your
location manually `redshift -l LAT:LON`, see `man redshift`).

You can try installing the .deb (`sudo dpkg -i ...deb`) directly:
https://launchpad.net/ubuntu/+source/redshift/1.8-0ubuntu6

About 1.8 in ArchLinux: it probably does not have the missing dependency issue, 
and is the latest upstream version.
Ubuntu only carries a single patch, which tries to get the geolocation 3 times.

** Summary changed:

- redshift crashed with SIGSEGV in geoclue_master_client_set_requirements()
+ redshift crashed with SIGSEGV in geoclue_master_client_set_requirements() 
when started outside of a X session

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

Title:
  redshift crashed with SIGSEGV in
  geoclue_master_client_set_requirements() when started outside of a X
  session

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

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

[Bug 1302531] [NEW] redshift crashed with SIGSEGV in __libc_start_main()

2014-04-04 Thread Daniel Hahler
Public bug reported:

Duplicate of bug #888661, but with the latest redshift package.

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: redshift 1.8-0ubuntu6
ProcVersionSignature: Ubuntu 3.11.0-18.32-generic 3.11.10.4
Uname: Linux 3.11.0-18-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Fri Apr  4 13:21:21 2014
ExecutablePath: /usr/bin/redshift
InstallationDate: Installed on 2012-05-28 (675 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcCmdline: redshift
SegvAnalysis:
 Segfault happened at: 0x406bb3:mov0x8(%rax),%rsi
 PC (0x00406bb3) ok
 source 0x8(%rax) (0x0008) not located in a known VMA region (needed 
readable region)!
 destination %rsi ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: redshift
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 __libc_start_main (main=0x402540, argc=1, ubp_av=0x7fffbee50d38, 
init=optimized out, fini=optimized out, rtld_fini=optimized out, 
stack_end=0x7fffbee50d28) at libc-start.c:260
 ?? ()
Title: redshift crashed with SIGSEGV in __libc_start_main()
UpgradeStatus: Upgraded to saucy on 2013-10-08 (177 days ago)
UserGroups: adm cdrom davfs2 dip docker fuse lastfm libvirtd lpadmin plugdev 
sambashare sudo wireshark www-data

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


** Tags: amd64 apport-crash apport-failed-retrace saucy

** Information type changed from Private to Public

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

Title:
  redshift crashed with SIGSEGV in __libc_start_main()

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

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


[Bug 1302531] Re: redshift crashed with SIGSEGV in __libc_start_main()

2014-04-04 Thread Daniel Hahler
*** This bug is a duplicate of bug 888661 ***
https://bugs.launchpad.net/bugs/888661

** This bug has been marked a duplicate of bug 888661
   redshift crashed with SIGSEGV in geoclue_master_client_set_requirements() 
when started outside of a X session

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

Title:
  redshift crashed with SIGSEGV in __libc_start_main()

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

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


[Bug 888661] Re: redshift crashed with SIGSEGV in geoclue_master_client_set_requirements() when started outside of a X session

2014-04-04 Thread Daniel Hahler
Reported the initial issue (crashing via geoclue provider when started
outside of an X session) upstream at:
https://github.com/jonls/redshift/issues/58

While it should not crash / segfault, it would not work anyway, and is
to be considered a user error.

Closing the 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/888661

Title:
  redshift crashed with SIGSEGV in
  geoclue_master_client_set_requirements() when started outside of a X
  session

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

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


[Bug 888661] Re: redshift crashed with SIGSEGV in geoclue_master_client_set_requirements() when started outside of a X session

2014-04-04 Thread Daniel Hahler
@Mélodie,

I am referring to this particular bug/issue, which I had reported in
2011 and which _is_ about starting redshift outside of an X session.

 Would you please be kind enough to reopen it until I can take the time
for a hand compilation in Precise?

I have not closed the bug.

But this bug is really just about that redshift should not segfault, if
started outside of X.

As stated earlier, your main problem appears to be the missing
dependency (which is another bug), which you have worked around already.

Your current problem might be that it just does not show up in Ubuntu's
app indicator (see
https://bugs.launchpad.net/ubuntu/+source/redshift/+bug/1188961).

Instead of building the upstream source, please just try to use the
latest .deb from Ubuntu. It works at least for me in Ubuntu Saucy.

Also, please try to find existing bug reports for your remaining
issue(s) and provide additional information there.

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

Title:
  redshift crashed with SIGSEGV in
  geoclue_master_client_set_requirements() when started outside of a X
  session

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

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

[Bug 888661] Re: redshift crashed with SIGSEGV in geoclue_master_client_set_requirements()

2014-04-03 Thread Daniel Hahler
** Changed in: redshift (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  redshift crashed with SIGSEGV in
  geoclue_master_client_set_requirements()

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

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


[Bug 888661] Re: redshift crashed with SIGSEGV in geoclue_master_client_set_requirements()

2014-04-03 Thread Daniel Hahler
FWIW, I am using redshift from Ubuntu Trusty on a Saucy system (13.10), and it 
runs fine most of the time for me.
It happened that it wasn't running (after suspend or reboot, I do not remember 
exactly).

@Mélodie: you might have better luck reporting this problem upstream directly: 
https://github.com/jonls/redshift
You could also try building the upstream source directly.
Also make sure to test/use the latest version - there is 1.8-0ubuntu6 in Ubuntu 
Trusty (development / beta version).

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

Title:
  redshift crashed with SIGSEGV in
  geoclue_master_client_set_requirements()

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

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

[Bug 888661] Re: redshift crashed with SIGSEGV in geoclue_master_client_set_requirements()

2014-04-03 Thread Daniel Hahler
@Mélodie: you are probably only missing the geoclue-hostip package.
See e.g. https://bugs.launchpad.net/ubuntu/+source/redshift/+bug/1188961 .

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

Title:
  redshift crashed with SIGSEGV in
  geoclue_master_client_set_requirements()

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

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

[Bug 1283794] Re: Redshift fails to start with session

2014-04-03 Thread Daniel Hahler
*** This bug is a duplicate of bug 868904 ***
https://bugs.launchpad.net/bugs/868904

LP #1244880

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

Title:
  Redshift fails to start with session

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

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


[Bug 1283794] Re: Redshift fails to start with session

2014-04-03 Thread Daniel Hahler
*** This bug is a duplicate of bug 868904 ***
https://bugs.launchpad.net/bugs/868904

LP: #1244880

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

Title:
  Redshift fails to start with session

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

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


[Bug 1283794] Re: Redshift fails to start with session

2014-04-03 Thread Daniel Hahler
*** This bug is a duplicate of bug 868904 ***
https://bugs.launchpad.net/bugs/868904

Are you sure that it crashed during startup?

Or was it just not showing up? See LP#1244880 then, which should be
fixed.

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

Title:
  Redshift fails to start with session

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

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


[Bug 1297539] Re: redshift crashed with SIGSEGV in geoclue_provider_get_provider_info()

2014-04-03 Thread Daniel Hahler
** Information type changed from Private to Public

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

Title:
  redshift crashed with SIGSEGV in geoclue_provider_get_provider_info()

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

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


[Bug 815649] Re: No notification about new gtk-redshift package

2014-04-03 Thread Daniel Hahler
This appears to be fixed (at least for the package in Ubuntu Trusty):

Redshift


Redshift adjusts the color temperature of your screen according to
your surroundings. This may help your eyes hurt less if you are
working in front of the screen at night.

Run `redshift -h' for help on command line options. You can run the program
as `redshift-gtk' instead of 'redshift' for a graphical status icon.

Website:http://jonls.dk/redshift/
Project page:   http://launchpad.net/redshift


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

** Changed in: redshift (Ubuntu)
   Importance: Undecided = Low

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

Title:
  No notification about new gtk-redshift package

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

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


[Bug 1188961] Re: gtk-redshift don't work at startup

2014-04-03 Thread Daniel Hahler
@Ihor: it's not clear from your description, if it only fails during
autostart for you?

I guess this could get closed as duplicate of bug 868904 probably.

** Changed in: redshift (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: redshift (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  gtk-redshift don't work at startup

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

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


[Bug 859301] Re: redshift does not work

2014-04-03 Thread Daniel Hahler
I am marking this bug as Incomplete, because it is missing information
to identify the problem.

Please try the latest package, preferably the one from Ubuntu Trusty and
try starting it from a terminal window to get additional output.

Please also search for other bug reports, e.g. you might have to
manually install the geoclue-hostip dependency.

** Changed in: redshift (Ubuntu)
   Importance: Undecided = Medium

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

** Summary changed:

- redshift does not work
+ redshift does not work: nothing happens when clicking the redshift icon

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

Title:
  redshift does not work: nothing happens when clicking the redshift
  icon

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

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


[Bug 919309] Re: redshift may be responsible for high level energy consuming on laptops

2014-04-03 Thread Daniel Hahler
Can you provide more information, e.g. if this is reproducible and does
only happen with redshift running vs. redshift not running?

You could trace what redshift is doing using:

sudo strace -f -p $(pgrep redshift)

** Changed in: redshift (Ubuntu)
   Status: New = Incomplete

** Summary changed:

- redshift may be responsible for high level energy consuming on laptops
+ redshift might be responsible for high level energy consuming on laptops

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

Title:
  redshift might be responsible for high level energy consuming on
  laptops

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

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


[Bug 893654] Re: Redshift crashes at startup

2014-04-03 Thread Daniel Hahler
*** This bug is a duplicate of bug 868904 ***
https://bugs.launchpad.net/bugs/868904

You are probably missing the geoclue-hostip package.

See bug #868904.

** This bug has been marked a duplicate of bug 868904
   Redshift fails to start with session if no external location provider in 
available

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

Title:
  Redshift crashes at startup

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

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


[Bug 1124588] Re: Add geolocation lookup from Google Latitude API

2014-04-03 Thread Daniel Hahler
This upstream issue seems to be related:
https://github.com/jonls/redshift/issues/15

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

** Changed in: redshift (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: redshift (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Add geolocation lookup from Google Latitude API

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

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


  1   2   3   4   5   6   7   8   9   10   >