[Bug 1535219] [NEW] HP ZBook 15u mic mute button doesn't work

2016-01-18 Thread Ippolitov Igor
Public bug reported:

This is mostly similar to this one:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1334968

I have an HP Zbook 15u laptop with a mic mute button at fn+f8. I didn't
work for me with xubuntu LTS 14.04.03

What is wished: keyboard shortcut fn+f8 should produce XF86AudioMicMute X key 
code which mutes microphone.
What is happening: keyboard shotcut has keycode 465 which does nothing, while 
muting microphone through GUI enables led on the keyboard.

How to debug similar issues and fix:
Enable keyboard debug, find your scancode, remap it to f20, restart X.

Now in step by step instruction:
NB: keyboard sends scancodes, kernel makes keycodes from those. Keycodes are 
remapped in X before getting into applications

1) enable keyboard debug to make things easier: edit /etc/default/grub, add the 
following options
GRUB_CMDLINE_LINUX="atkbd.softraw=0", Reboot to enable this.
2) install "evtest" utility
3) using "evtest" find your keyboard (was /dev/input/event3 for me)
4) look for the key down and key up scancodes for fn+f8 button. Fixed version 
looks like this:
Event: time 1453101052.604985, -- SYN_REPORT 
Event: time 1453101053.883744, type 4 (EV_MSC), code 3 (MSC_RAW), value e0
Event: time 1453101053.883744, type 4 (EV_MSC), code 3 (MSC_RAW), value 01
Event: time 1453101053.883744, type 4 (EV_MSC), code 4 (MSC_SCAN), value 81
Event: time 1453101053.883744, type 1 (EV_KEY), code 190 (KEY_F20), value 1
Event: time 1453101053.883744, -- SYN_REPORT 
Event: time 1453101053.955411, type 4 (EV_MSC), code 3 (MSC_RAW), value e0
Event: time 1453101053.955411, type 4 (EV_MSC), code 3 (MSC_RAW), value 81
Event: time 1453101053.955411, type 4 (EV_MSC), code 4 (MSC_SCAN), value 81
Event: time 1453101053.955411, type 1 (EV_KEY), code 190 (KEY_F20), value 0

the "code 190 (KEY_F20)" will be different for you.

5) using "eventX" from the above, find corresponding device using "find /sys/ 
-name event3". 
6) find out udev modalias for your keyboard: "udevadm --debug test 
/devices/platform/i8042/serio0/input/input3/event3 2>&1 | grep dmi/id", The 
long path is from p.5 'find' output
7) create and change /etc/udev/hwdb.d/60-hp-mic-mute-hotkey.hwdb file. Add 
following lines there:
keyboard:dmi:bvnHewlett-Packard:bvrM71Ver.01.07:bd07/28/2015:svnHewlett-Packard:pnHPZBook15uG2:pvrA3009D510303:rvnHewlett-Packard:rn2216:rvrKBCVersion96.55:cvnHewlett-Packard:ct10:cvr:
 KEYBOARD_KEY_81=f20
The long identifier is from udevadm point 6 output.  "81" is the scan code. f20 
- is an alias for the keycode we wish to have (can be replaced with '190' 
keycode itself)
8) udevadm hwdb --update; udevadm trigger /dev/input/event3
9) test with evtest that you have appropriate keycode for the button. To make 
it work in X11 you have to restart X (or reboot, don't know for sure)
10) test with xev after reboot: fn+f8 should work as intended this time. 
(xmodmap maps f20 to XF86AudioMicMute). 
11) for xfce4 you might need to map XF86AudioMicMute to a pactl action, but 
this is xfce specific.

For the maintainers:
Mose of HPProBooks, EliteBooks, ZBooks has the same issue. Could anyone contact 
HP and request some help with all those keyboards?...

Please, add ZBook into keyboard.hwdb file.

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

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

Title:
  HP ZBook 15u mic mute button doesn't work

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

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


[Bug 1430479] Re: "telinit u" under upstart (upstart's Restart command) with systemd-sysv installed runs systemd

2016-01-18 Thread Martin Pitt
** Bug watch added: Debian Bug tracker #789524
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789524

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

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

Title:
  "telinit u" under upstart (upstart's Restart command) with systemd-
  sysv installed runs systemd

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

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


[Bug 1535304] [NEW] rename dialog does not open on top

2016-01-18 Thread Doug McMahon
Public bug reported:

If renaming a file that's located close to an open window the nautilus  dialog 
box opens under that window
screen attached

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 18 08:09:34 2016
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1245x721+675+24'"
InstallationDate: Installed on 2016-01-15 (2 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160114)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Screenshot from 2016-01-18 08-13-21.png"
   
https://bugs.launchpad.net/bugs/1535304/+attachment/4551839/+files/Screenshot%20from%202016-01-18%2008-13-21.png

** Description changed:

- If renaming a file that's located close to an open window the nautilus 
cartoon dialog box opens under that window
+ If renaming a file that's located close to an open window the nautilus  
dialog box opens under that window
  screen attached
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4-0ubuntu1
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jan 18 08:09:34 2016
  GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b"'1245x721+675+24'"
  InstallationDate: Installed on 2016-01-15 (2 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160114)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  rename dialog does not open on top

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

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


[Bug 1535304] Re: rename dialog does not open on top

2016-01-18 Thread Sebastien Bacher
Indeed, that seems an upstream issue, thanks

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (Ubuntu)
   Status: New => Confirmed

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

Title:
  rename dialog does not open on top

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

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


[Bug 1534520] Re: gnome-terminal.desktop isn't shown on nautilus desktop

2016-01-18 Thread Alberts Muktupāvels
Fixed upstream.

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

Title:
  gnome-terminal.desktop isn't shown on nautilus desktop

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

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


[Bug 630884] mo(6):

2016-01-18 Thread Neil Oolie
http://beta1098.businessideas.net/craft.php

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

Title:
  nautilus crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 1530555] [NEW] virtualbox icon isn't shown in menu from gnome-panel once virtualbox is installed from apt

2016-01-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Bug from Ubuntu 16.04 (Development Branch) amd64:

1、sudo apt-get install gnome-session-flashback

2、logout and goto gnome-session-flashback

3、See there is surely no "Virtualbox.desktop" shown in menus from gnome-
panal

4、sudo apt-get install virtualbox-qt

5、However, still no "Virtualbox.desktop" shown in menus (Bug)

6、Only after running " killall gnome-panel && gnome-panel " does the
virtualbox icon come out.

This is annoying because people usually cannot find out how to open
virtualbox once it is just installed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: virtualbox-qt 5.0.12-dfsg-1
ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
Uname: Linux 4.3.0-2-generic x86_64
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat Jan  2 23:36:07 2016
SourcePackage: virtualbox
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-panel (Ubuntu)
 Importance: Medium
 Status: New


** Tags: amd64 apport-bug xenial
-- 
virtualbox icon isn't shown in menu from gnome-panel once virtualbox is 
installed from apt
https://bugs.launchpad.net/bugs/1530555
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-panel in Ubuntu.

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

[Bug 1532553] Re: /etc/halt.local has become /usr/sbin/halt.local

2016-01-18 Thread Thomas M Steenholdt
You're absolutely right - Changed to systemd

** Package changed: transmission (Ubuntu) => systemd (Ubuntu)

** Changed in: systemd (Ubuntu)
   Status: Invalid => New

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

Title:
  /etc/halt.local has become /usr/sbin/halt.local

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

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


[Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2016-01-18 Thread Ara Pulido
** Changed in: oem-priority
   Status: New => Fix Released

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

Title:
  Bluetooth ON/OFF button switches OFF automatically

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

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


[Bug 1532553] [NEW] /etc/halt.local has become /usr/sbin/halt.local

2016-01-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Ubuntu 15.10, amd64
systemd-225-1ubuntu9

/etc/halt.local seems to have moved to /usr/sbin/halt.local which IMO is
bad for a couple of reasons.

1) This is not where it's supposed to be
2) Locally modified (non-dpkg managed) scripts under /usr is bad

I have not been able to find anywhere documenting this as a decided
change, so it seems like a bug to me.

Please let me know if you need more info from me

/Thomas

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

-- 
/etc/halt.local has become /usr/sbin/halt.local
https://bugs.launchpad.net/bugs/1532553
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to systemd in Ubuntu.

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


[Bug 1530555] Re: virtualbox icon isn't shown in menu from gnome-panel once virtualbox is installed from apt

2016-01-18 Thread LocutusOfBorg
** Package changed: virtualbox (Ubuntu) => gnome-panel (Ubuntu)

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

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete => New

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

Title:
  virtualbox icon isn't shown in menu from gnome-panel once virtualbox
  is installed from apt

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

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


[Bug 1535255] [NEW] Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes configuration fali

2016-01-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm running udev build 205 and /usr/share/initramfs-tools/hooks/udev
seems to have a typo. In the snippet below the check is on the file in
the /sbin dir and the copy is on the file in /bin. The latter doesn't
exist.

if [ -x /sbin/udevadm.upgrade ]; then
copy_exec /bin/udevadm.upgrade /bin/udevadm

This is what is should be from build 175

if [ -x /sbin/udevadm.upgrade ]; then
copy_exec /sbin/udevadm.upgrade /bin/udevadm


This bug is quite important as when update-initramfs -u fails the system can be 
left in an unbootable state.

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: Fix Released

-- 
Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes 
configuration fali
https://bugs.launchpad.net/bugs/1535255
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to systemd in Ubuntu.

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


[Bug 1535255] Re: Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes configuration fali

2016-01-18 Thread Martin Pitt
This has been dropped entirely after 14.04, but is still an issue in
14.04 LTS.

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

** Package changed: udev (Ubuntu) => systemd (Ubuntu)

** Also affects: systemd (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Summary changed:

- Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes 
configuration fali
+ Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes 
configuration failure

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

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

Title:
  Inconsistency in /usr/share/initramfs-tools/hooks/udev file causes
  configuration failure

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

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


[Bug 864813] Re: gnome-terminal crashed with SIGSEGV in g_object_notify()

2016-01-18 Thread Bug Watch Updater
** Changed in: gtk
   Status: Confirmed => Expired

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

Title:
  gnome-terminal crashed with SIGSEGV in g_object_notify()

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

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


[Bug 1421483] Re: All keyboard input fails: "IBUS-WARNING **: Events queue growing too big"

2016-01-18 Thread Christopher M. Penalver
** No longer affects: libreoffice (Ubuntu)

** No longer affects: arora (Ubuntu)

** No longer affects: chromium-browser (Ubuntu)

** No longer affects: easytag (Ubuntu)

** No longer affects: empathy (Ubuntu)

** No longer affects: firefox (Ubuntu)

** No longer affects: gnumeric (Ubuntu)

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

Title:
  All keyboard input fails: "IBUS-WARNING **: Events queue growing too
  big"

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

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


[Bug 491521] Re: Decorations and RGBA

2016-01-18 Thread LocutusOfBorg
I see it fixed.

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

Title:
  Decorations and RGBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-ubuntu/+bug/491521/+subscriptions

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


[Bug 1535169] Re: specify error

2016-01-18 Thread Egmont Koblinger
Rationale: https://bugzilla.gnome.org/show_bug.cgi?id=727379

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

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

Title:
  specify error

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

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


[Bug 622004] Re: Rhythmbox does not remember column width

2016-01-18 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: New => Confirmed

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

Title:
  Rhythmbox does not remember column width

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

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


[Bug 1404645] Re: Evince opens attached PDF file as locked

2016-01-18 Thread Christopher M. Penalver
** Tags added: wily

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

Title:
  Evince opens attached PDF file as locked

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

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


[Bug 1535479] [NEW] package systemd 225-1ubuntu9 [modified: usr/share/dbus-1/system-services/org.freedesktop.systemd1.service] failed to install/upgrade: subprocess installed post-installation script

2016-01-18 Thread James Fletcher
Public bug reported:

It crashed when it was running updates.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: systemd 225-1ubuntu9 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service]
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
Date: Sat Nov  7 22:12:44 2015
DuplicateSignature: package:systemd:225-1ubuntu9 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service]:subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-11-07 (71 days ago)
InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: TOSHIBA Satellite P200
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=4b26cd63-83c8-4182-a9bc-42626267a55b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5
 apt  1.0.10.2ubuntu1
SourcePackage: systemd
Title: package systemd 225-1ubuntu9 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service] failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/26/2007
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V1.40
dmi.board.name: ISRAE
dmi.board.vendor: TOSHIBA
dmi.board.version: 1.00
dmi.chassis.asset.tag: *
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.40:bd04/26/2007:svnTOSHIBA:pnSatelliteP200:pvrPSPBGU-02Y019:rvnTOSHIBA:rnISRAE:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite P200
dmi.product.version: PSPBGU-02Y019
dmi.sys.vendor: TOSHIBA

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


** Tags: amd64 apport-package wily

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

Title:
  package systemd 225-1ubuntu9 [modified: usr/share/dbus-1/system-
  services/org.freedesktop.systemd1.service] failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1535169] Re: specify error

2016-01-18 Thread Egmont Koblinger
Note: the bug report is about Ubuntu's (or Debian's?) custom wrapper
script, not mainstream gnome-terminal.

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

Title:
  specify error

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

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


[Bug 1517587] Re: Nautilus File Chooser Doesn't Show User Dirs

2016-01-18 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nautilus (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Nautilus File Chooser Doesn't Show User Dirs

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

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


[Bug 1520435] Re: Unwanted super thick borders in Xubuntu 15.10

2016-01-18 Thread Shivam Singha
** Also affects: gtk+2.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Unwanted super thick borders in Xubuntu 15.10

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

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


[Bug 1086806] Re: Rhythmbox encoder missing plugin

2016-01-18 Thread Frederik Elwert
I experience this with rhythmbox 3.0.2-0ubuntu2. Is this a regression?

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

Title:
  Rhythmbox encoder missing plugin

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

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


[Bug 1534125] Re: [Xenial] No 'Save as' option

2016-01-18 Thread Fabio Marconi
Hallo
No, many software without menus, see Bug #1531664.
Regards

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

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

Title:
  [Xenial] No 'Save as' option

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

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


[Bug 1535461] [NEW] [15.10 REGRESSION] Find has become sensitive to differences in accents

2016-01-18 Thread Teo
Public bug reported:

Steps to reproduce:
- write (or paste, or load) a text containing the string "maría"
- hit Ctrl+F
- in the search box, type "maria"

Expected: should find the string "maría" in the text, because í and i
only differ by an accent. This is the way it used to work, and it is the
way every decent editor works

Observed: doesn't find the matching string unless you type it exactly
with the same accents.


I already reported this upstream at 
https://bugzilla.gnome.org/show_bug.cgi?id=760810
However, they'll probably tell me that I'm using a too old version.

- Please check whether it is already fixed in a later version upstream
- if so, release the fixed version in Ubuntu
- if not, either patch it or immediately roll back to the version without the 
issue. This makes ctrl+F unusable.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: gedit 3.10.4-0ubuntu13
ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
Uname: Linux 4.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 18 22:54:37 2016
InstallationDate: Installed on 2013-10-11 (829 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
SourcePackage: gedit
UpgradeStatus: Upgraded to wily on 2016-01-18 (0 days ago)

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


** Tags: amd64 apport-bug wily

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

Title:
  [15.10 REGRESSION] Find has become sensitive to differences in accents

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

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