[Bug 1423709] Re: [SRU] Update soundconverter with backported bugfixes for 2.0.4
1. running soundconverter on terminal. 2. convert mp4 to mp3. ---> no traceback message on terminal $ LANG=C apt-cache policy soundconverter soundconverter: Installed: 2.0.4-0ubuntu1.2 Candidate: 2.0.4-0ubuntu1.2 Version table: *** 2.0.4-0ubuntu1.2 0 400 http://ftp.jaist.ac.jp/pub/Linux/ubuntu/ trusty-proposed/universe i386 Packages 100 /var/lib/dpkg/status 2.0.4-0ubuntu1.1 0 500 http://ftp.jaist.ac.jp/pub/Linux/ubuntu/ trusty-updates/universe i386 Packages 2.0.4-0ubuntu1 0 500 http://ftp.jaist.ac.jp/pub/Linux/ubuntu/ trusty/universe i386 Packages ** Tags removed: amd64 apport-bug third-party-packages verification-needed ** Tags added: verification-done ** Tags added: amd64 apport-bug third-party-packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423709 Title: [SRU] Update soundconverter with backported bugfixes for 2.0.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/soundconverter/+bug/1423709/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443249] Re: After kernel-3.13.0-41, wireless script checks wrong sys file.
*** This bug is a duplicate of bug 1414110 *** https://bugs.launchpad.net/bugs/1414110 ** This bug has been marked a duplicate of bug 1414110 Wireless powersave doesn't work (pm-utils) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443249 Title: After kernel-3.13.0-41, wireless script checks wrong sys file. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1443249/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443249] Re: After kernel-3.13.0-41, wireless script checks wrong sys file.
** Summary changed: - After kernel-3.13.04-41, wireless script checks wrong sys file. + After kernel-3.13.0-41, wireless script checks wrong sys file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443249 Title: After kernel-3.13.0-41, wireless script checks wrong sys file. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1443249/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443249] Re: After kernel-3.13.04-41, wireless script checks wrong sys file.
[the root cause] $ apt-get changelog linux-image-3.13.0-41-generic --->---> snip --->---> snip --->---> snip --->---> snip --->---> * PCI: Rename sysfs 'enabled' file back to 'enable' - LP: #1393477 --->---> snip --->---> snip --->---> snip --->---> snip --->---> [recommendation 1] * revert 17-fix-wireless-hook.patch in pm-utils package. * debian/patches/17-fix-wireless-hook.patch: Fix typo in wireless hook (LP: #1299975). [recommendation 2] $ diff -Nur wireless.orig wireless --- wireless.orig 2015-04-12 13:52:04.911478886 +0900 +++ wireless2015-04-12 13:52:37.791641939 +0900 @@ -19,8 +19,12 @@ [ -L "/sys/class/net/$1/device/driver" ] || return 1 # Skip if not a wireless card. [ -d "/sys/class/net/$1/wireless" ] || return 1 +# Confirm sysfs filename. (enable or enabled) +[ -e "/sys/class/net/$1/device/enable" ] && sysfsname="enable" +[ -e "/sys/class/net/$1/device/enabled" ] && sysfsname="enabled" # Also don't do anything if the device is disabled -[ "$(cat /sys/class/net/$1/device/enabled)" = "1" ] || return 1 +[ "$(cat /sys/class/net/$1/device/$sysfsname)" = "1" ] || return 1 +unset sysfsname driver="$(readlink "/sys/class/net/$1/device/driver")" driver=${driver##*/} case $driver in -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443249 Title: After kernel-3.13.04-41, wireless script checks wrong sys file. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1443249/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443249] [NEW] After kernel-3.13.04-41, wireless script checks wrong sys file.
Public bug reported: [TEST CASE] * on a laptop machine with a ac adapter connect & wireless interface run: 1. ac adapter disconnect 2. $ tail /var/log/pm-powersave.log & $ iwconfig [Actual Result] * wireless power management does not "ON" $ tail /var/log/pm-powersave.log --->---> snip --->---> snip --->---> snip --->---> snip --->---> Running hook /usr/lib/pm-utils/power.d/wireless true: cat: /sys/class/net/wlan0/device/enabled: No such file or directory /usr/lib/pm-utils/power.d/wireless true: success. --->---> snip --->---> snip --->---> snip --->---> snip --->---> $ iwconfig wlan0 IEEE 802.11bgn ESSID:"x" --->---> snip --->---> snip --->---> snip --->---> snip --->---> Power Management:off --->---> snip --->---> snip --->---> snip --->---> snip --->---> [Expected Result] $ tail /var/log/pm-powersave.log --->---> snip --->---> snip --->---> snip --->---> snip --->---> Running hook /etc/pm/power.d/wireless true: Turning powersave for wlan0 on...Done. /etc/pm/power.d/wireless true: success. --->---> snip --->---> snip --->---> snip --->---> snip --->---> $ iwconfig wlan0 IEEE 802.11bgn ESSID:"x" --->---> snip --->---> snip --->---> snip --->---> snip --->---> Power Management:on --->---> snip --->---> snip --->---> snip --->---> snip --->---> $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.2 LTS Release:14.04 Codename: trusty $ uname -a Linux xxx 3.13.0-49-generic #81-Ubuntu SMP Tue Mar 24 19:29:48 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/modprobe.d/ath9k_powersave.conf options ath9k ps_enable=1 $ apt-cache policy pm-utils pm-utils: インストールされているバージョン: 1.4.1-13ubuntu0.1 候補: 1.4.1-13ubuntu0.1 バージョンテーブル: *** 1.4.1-13ubuntu0.1 0 500 http://www.ftp.ne.jp/Linux/packages/ubuntu/archive/ trusty-updates/main amd64 Packages 100 /var/lib/dpkg/status 1.4.1-13 0 500 http://www.ftp.ne.jp/Linux/packages/ubuntu/archive/ trusty/main amd64 Packages ** Affects: pm-utils (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/1443249 Title: After kernel-3.13.04-41, wireless script checks wrong sys file. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1443249/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1308187] Re: [SRU] Python (v2.7) requires to install plugins to play media files of the following typ
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308187 Title: [SRU] Python (v2.7) requires to install plugins to play media files of the following typ To manage notifications about this bug go to: https://bugs.launchpad.net/soundconverter/+bug/1308187/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1066157] Re: dash +orca does not speak the names of application icons
I installed ubuntu 15.04 daily build on virtualbox and confirmed it. ---> I was able to confirm the same state. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1066157 Title: dash +orca does not speak the names of application icons To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1066157/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404612] Re: Power management of the wireless LAN does not work.
https://launchpad.net/ubuntu/+source/linux/3.13.0-41.70 * PCI: Rename sysfs 'enabled' file back to 'enable' - LP: #1393477 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1393477 Is this specifications change of kernel ? If it is specifications change, it is a bug of pm-utils package. I'm Sorry. The best plan is like returning lp bug: #1299975. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404612 Title: Power management of the wireless LAN does not work. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404612] Re: Power management of the wireless LAN does not work.
We are sorry to have confused you with poor English. My wireless card is Qualcomm Atheros AR9285 Wireless Network Adapter. kernel driver in use: ath9k driver. Power management is OFF by Default. but driver option is set to ps_enable=1.(ps_enable: Enable WLAN PowerSave) $ cat /etc/modprobe.d/ath9k_powersave.conf options ath9k ps_enable=1 # AC adapter connect & kernel 3.13.0-40-generic. $ tail /var/log/pm-powersave.log Running hook /etc/pm/power.d/wireless false: Turning powersave for wlan0 off...Done.<--- off /etc/pm/power.d/wireless false: success. $ iwconfig wlan0 IEEE 802.11bgn ESSID:"?" Mode:Managed Frequency:2.412 GHz Access Point: ??:??:??:??:??:?? Bit Rate=1 Mb/s Tx-Power=14 dBm Retry long limit:7 RTS thr:off Fragment thr:off off---> Power Management:off Link Quality=46/70 Signal level=-64 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:2 Invalid misc:1278 Missed beacon:0 # AC adapter disconnect(battery power) & kernel 3.13.0-40-generic. $ tail /var/log/pm-powersave.log Running hook /etc/pm/power.d/wireless true: Turning powersave for wlan0 on...Done.<--- on /etc/pm/power.d/wireless true: success. $ iwconfig wlan0 IEEE 802.11bgn ESSID:"?" Mode:Managed Frequency:2.412 GHz Access Point: ??:??:??:??:??:?? Bit Rate=1 Mb/s Tx-Power=14 dBm Retry long limit:7 RTS thr:off Fragment thr:off on ---> Power Management:on Link Quality=46/70 Signal level=-64 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:2 Invalid misc:1278 Missed beacon:0 Power management is works fine. but kernel 3.13.0-41-generic & 3.13.0-43-generic is does not work. # AC adapter connect & (kernel 3.13.0-41-generic or 3.13.0-43-generic). $ tail /var/log/pm-powersave.log Running hook /usr/lib/pm-utils/power.d/wireless true: cat: /sys/class/net/wlan0/device/enabled: No such file or directory <--- error /usr/lib/pm-utils/power.d/wireless true: success. $ iwconfig wlan0 IEEE 802.11bgn ESSID:"?" Mode:Managed Frequency:2.412 GHz Access Point: ??:??:??:??:??:?? Bit Rate=1 Mb/s Tx-Power=14 dBm Retry long limit:7 RTS thr:off Fragment thr:off off---> Power Management:off Link Quality=46/70 Signal level=-64 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:2 Invalid misc:1278 Missed beacon:0 # AC adapter disconnect(battery power) & (kernel 3.13.0-41-generic or 3.13.0-43-generic). ** "ON" does not have it. ** $ tail /var/log/pm-powersave.log cat: /sys/class/net/wlan0/device/enabled: No such file or directory <--- error $ iwconfig off---> Power Management:off ** a cause ** cat: /sys/class/net/wlan0/device/enabled: No such file or directory <--- error "/sys/class/net/wlan0/device/enabled" is assumed in wireless script. (wireless script: /usr/lib/pm-utils/power.d/wireless in pm-utils package) but changed to "/sys/class/net/wlan0/device/enable" on kernel 3.13.0-41 & 43-generic. (filename: enabled -> enable) So can not control wireless script in pm-utils package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404612 Title: Power management of the wireless LAN does not work. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404612] Re: Power management of the wireless LAN does not work.
-- recheck release kernels(trusty) -- $ uname -r 3.13.0-43-generic $ ll /sys/class/net/wlan0/device/enable* -rw-r--r-- 1 root root 4096 Dec 28 14:35 /sys/class/net/wlan0/device/enable --> NG.(enabled -> enable) $ uname -r 3.13.0-41-generic $ ll /sys/class/net/wlan0/device/enable* -rw-r--r-- 1 root root 4096 Dec 28 16:56 /sys/class/net/wlan0/device/enable --> NG.(enabled -> enable) $ uname -r 3.13.0-40-generic $ ll /sys/class/net/wlan0/device/enable* -rw-r--r-- 1 root root 4096 Dec 28 16:58 /sys/class/net/wlan0/device/enabled --> OK.(enabled) 3.13.0-40-generic is OK. but 3.13.0-41-generic & 3.13.0-43-generic is NG. -- recheck upstream kernels archive -- linux-image-3.13.11-0313-generic_3.13.11-0313.20141336_amd64.deb $ uname -r 3.13.11-0313-generic $ ll /sys/class/net/wlan0/device/enable* -rw-r--r-- 1 root root 4096 Dec 28 17:04 /sys/class/net/wlan0/device/enable --> NG.(enabled -> enable) linux-image-3.13.11-03131110-generic_3.13.11-03131110.201410302136_amd64.deb $ uname -r 3.13.11-03131110-generic $ ll /sys/class/net/wlan0/device/enable* -rw-r--r-- 1 root root 4096 Dec 28 17:11 /sys/class/net/wlan0/device/enabled --> OK.(enabled) 3.13.11-03131110-generic is OK. but 3.13.11-0313-generic is NG. "/sys/class/net/wlan0/device/enabled" is changed to "/sys/class/net/wlan0/device/enable" by "kernel" which I loaded.(enabled -> enable) I do nothing except that I change "kernel". Is this not a problem of "kernel"? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404612 Title: Power management of the wireless LAN does not work. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404612] Re: Power management of the wireless LAN does not work.
Thank you for reply. Check: Upstream kernels archive -- vivid directory -- from linux-image-3.18.0-031800rc3-generic_3.18.0-031800rc3.201411022335_amd64.deb to linux-image-3.19.0-031900rc1-generic_3.19.0-031900rc1.201412210135_amd64.deb. all NG. --> /sys/class/net/wlan0/device/enable linux-image-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410281737_amd64.deb. is OK. --> /sys/class/net/wlan0/device/enabled -- utopic directory -- linux-image-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410262035_amd64.deb Can not boot. ignoring BGRT: invarid status 0 (expected 1) gaveup & wakeup for busybox. linux-image-3.18.0-031800rc1-generic_3.18.0-031800rc1.201410192135_amd64.deb. /sys/class/net/wlan0/device/enabled -> OK linux-image-3.16.7-031607-generic_3.16.7-031607.201410301735_amd64.deb /sys/class/net/wlan0/device/enabled -> OK -- trusty directory -- linux-image-3.15.0-031500rc2-generic_3.15.0-031500rc2.201404201435_amd64.deb. /sys/class/net/wlan0/device/enabled -> OK linux-image-3.14.1-031401-generic_3.14.1-031401.201404141220_amd64.deb. /sys/class/net/wlan0/device/enabled -> OK linux-image-3.13.11-0313-generic_3.13.11-0313.20141336_amd64.deb. /sys/class/net/wlan0/device/enable -> NG linux-image-3.13.11-03131110-generic_3.13.11-03131110.201410302136_amd64.deb. /sys/class/net/wlan0/device/enabled -> OK The tag is kernel-bug-exists-upstream-3.13.11 ? or kernel-bug-exists-upstream-3.18.0-rc3 and later ? Is it the result to choose which as? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404612 Title: Power management of the wireless LAN does not work. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404612] Re: Power management of the wireless LAN does not work.
* suggest 1: Fix it in the kernel side in "enable" or "enabled". /sys/class/net/wlan0/device/enable or /sys/class/net/wlan0/device/enabled <- being ideal * suggest 2: Revert by lp #1299975 [ "$(cat /sys/class/net/$1/device/enabled)" = "1" ] || return 1 to [ "$(cat /sys/class/net/$1/device/enable)" = "1" ] || return 1 * suggest 3: In the same way as a lp #1299975, modify pm-utils package again. diff -Nur pm-utils-1.4.1.orig/pm/power.d/wireless pm-utils-1.4.1/pm/power.d/wireless --- pm-utils-1.4.1.orig/pm/power.d/wireless 2014-12-25 10:20:01.0 +0900 +++ pm-utils-1.4.1/pm/power.d/wireless 2014-12-25 10:23:12.727673449 +0900 @@ -19,8 +19,12 @@ [ -L "/sys/class/net/$1/device/driver" ] || return 1 # Skip if not a wireless card. [ -d "/sys/class/net/$1/wireless" ] || return 1 +# temporary patch. lp:1404612 +[ -e "/sys/class/net/$1/device/enabled" ] && enabled="enabled" +[ -e "/sys/class/net/$1/device/enable" ] && enabled="enable" # Also don't do anything if the device is disabled -[ "$(cat /sys/class/net/$1/device/enabled)" = "1" ] || return 1 +[ "$(cat /sys/class/net/$1/device/$enabled)" = "1" ] || return 1 +unset enabled driver="$(readlink "/sys/class/net/$1/device/driver")" driver=${driver##*/} case $driver in -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404612 Title: Power management of the wireless LAN does not work. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404612] Re: Power management of the wireless LAN does not work.
$ uname -a Linux ??? 3.13.0-40-generic #69-Ubuntu SMP Thu Nov 13 17:53:56 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ ll /sys/class/net/wlan0/device/ -rw-r--r-- 1 root root 4096 12月 21 14:53 /sys/class/net/wlan0/device/enabled $ tail /var/log/pm-powersave.log --->---> snip --->---> snip --->---> snip --->---> snip --->---> Running hook /usr/lib/pm-utils/power.d/wireless false: Turning powersave for wlan0 off...Done. /usr/lib/pm-utils/power.d/wireless false: success. --->---> snip --->---> snip --->---> snip --->---> snip --->---> $ uname -a Linux ??? 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Linux ??? 3.13.0-41-generic #70-Ubuntu SMP Tue Nov 25 14:40:34 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ ll /sys/class/net/wlan0/device/ -rw-r--r-- 1 root root 4096 12月 21 14:39 /sys/class/net/wlan0/device/enable $ tail /var/log/pm-powersave.log --->---> snip --->---> snip --->---> snip --->---> snip --->---> Running hook /usr/lib/pm-utils/power.d/wireless false: cat: /sys/class/net/wlan0/device/enabled: No such file or directory /usr/lib/pm-utils/power.d/wireless false: success. --->---> snip --->---> snip --->---> snip --->---> snip --->---> -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404612 Title: Power management of the wireless LAN does not work. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404612] [NEW] Power management of the wireless LAN does not work.
Public bug reported: wireless script(/usr/lib/pm-utils/power.d/wireless) fixed by bug:1299975 https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1299975 /usr/lib/pm-utils/power.d/wireless --->---> snip --->---> snip --->---> snip --->---> snip --->---> 23[ "$(cat /sys/class/net/$1/device/enabled)" = "1" ] || return 1 --->---> snip --->---> snip --->---> snip --->---> snip --->---> Power management works fine. There is no problem to kernel-3.13.0-40. but kernel-3.13.0-41 & -43 changed to /sys/class/net/wlan0/device/enable. ( enabled -> enable ) Power management does not work. $ tail /var/log/pm-powersave.log --->---> snip --->---> snip --->---> snip --->---> snip --->---> Running hook /usr/lib/pm-utils/power.d/wireless false: cat: /sys/class/net/wlan0/device/enabled: No such file or directory /usr/lib/pm-utils/power.d/wireless false: success. --->---> snip --->---> snip --->---> snip --->---> snip --->---> ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-43-generic 3.13.0-43.72 ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11 Uname: Linux 3.13.0-43-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.6 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: yokoyama 2136 F pulseaudio CurrentDesktop: Unity Date: Sun Dec 21 15:46:21 2014 HibernationDevice: RESUME=UUID=6ff533bf-2108-48e8-a717-5551b42f6ee7 InstallationDate: Installed on 2014-04-18 (247 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: LENOVO 26897LJ ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic.efi.signed root=UUID=4ba0cc0c-00ce-4685-ba4c-cc3ea1a9b01a ro clocksource=hpet quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-43-generic N/A linux-backports-modules-3.13.0-43-generic N/A linux-firmware 1.127.10 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/12/2013 dmi.bios.vendor: LENOVO dmi.bios.version: 62CN97WW dmi.board.asset.tag: No Asset Tag dmi.board.name: Lenovo G580 dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Lenovo G580 dmi.modalias: dmi:bvnLENOVO:bvr62CN97WW:bd07/12/2013:svnLENOVO:pn26897LJ:pvrLenovoG580:rvnLENOVO:rnLenovoG580:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG580: dmi.product.name: 26897LJ dmi.product.version: Lenovo G580 dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** 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/1404612 Title: Power management of the wireless LAN does not work. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1362576] Re: [SRU] Please merge nkf package from utopic to trusty.
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362576 Title: [SRU] Please merge nkf package from utopic to trusty. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nkf/+bug/1362576/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1362576] Re: [SRU] Please merge nkf package from utopic to trusty.
import nkf.1j from git c778b37 http://sourceforge.jp/projects/nkf/scm/git/nkf/commits/c778b37ecf951d50195768deea665a3ebc9f9af6 ** Patch added: "nkf.1j-fix-broken-code.diff" https://bugs.launchpad.net/ubuntu/+source/nkf/+bug/1362576/+attachment/4281037/+files/nkf.1j-fix-broken-code.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362576 Title: [SRU] Please merge nkf package from utopic to trusty. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nkf/+bug/1362576/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1087090] Re: [raring][regression] Window management - Maximized windows aren't fullscreen in the workspace switcher
The proposed package verified. --> The bug was corrected. Thanks. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.1 LTS Release:14.04 Codename: trusty $ LANG=C apt list --installed *compiz* | grep proposed WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. compiz/trusty-proposed,now 1:0.9.11.3+14.04.20141104-0ubuntu1 all [installed] compiz-core/trusty-proposed,now 1:0.9.11.3+14.04.20141104-0ubuntu1 i386 [installed] compiz-gnome/trusty-proposed,now 1:0.9.11.3+14.04.20141104-0ubuntu1 i386 [installed] compiz-plugins/trusty-proposed,now 1:0.9.11.3+14.04.20141104-0ubuntu1 i386 [installed,automatic] compiz-plugins-default/trusty-proposed,now 1:0.9.11.3+14.04.20141104-0ubuntu1 i386 [installed] libcompizconfig0/trusty-proposed,now 1:0.9.11.3+14.04.20141104-0ubuntu1 i386 [installed] ** Tags removed: compiz switcher udp unity verification-needed workspace ** Tags added: verification-done ** Tags added: compiz switcher udp unity workspace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1087090 Title: [raring][regression] Window management - Maximized windows aren't fullscreen in the workspace switcher To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/1087090/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1314880] Re: Wrong encoding for man file of nkf
https://bugs.launchpad.net/ubuntu/+source/nkf/+bug/1362576 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1314880 Title: Wrong encoding for man file of nkf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nkf/+bug/1314880/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1362576] [NEW] [SRU] Please merge nkf package from utopic to trusty.
Public bug reported: [Impact] The following bug are fixed with nkf-2.13-2(utopic package). https://bugs.launchpad.net/ubuntu/+source/nkf/+bug/1314880 trusty current release: 2.13-1 fixed version(utopic): 2.13-2 latest development version(utopic): 2.13-3build1 https://launchpad.net/ubuntu/+source/nkf [Test Case] with japanese language locale(LANG=ja_JP.UTF-8) $ man nkf [Regression Potential] low. merge from utopic package to broken translation file. ** Affects: nkf (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/1362576 Title: [SRU] Please merge nkf package from utopic to trusty. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nkf/+bug/1362576/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1299975] Re: wireless script checks wrong sys file
The bug was corrected. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299975 Title: wireless script checks wrong sys file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1299975/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1299975] Re: wireless script checks wrong sys file
* condition ubuntu 14.04-64bit $ lspci -nnv 02:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01) --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- Kernel driver in use: ath9k * before proposed package & AC plug "Connect" & "Disconnect". $ LANG=C apt list pm-utils Listing... Done pm-utils/trusty,now 1.4.1-13 all [installed] AC plug Connnect & tail /var/log/pm-powersave.log --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- Running hook /usr/lib/pm-utils/power.d/wireless false: cat: /sys/class/net/wlan0/device/enable: No such file or directory /usr/lib/pm-utils/power.d/wireless false: success. --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- AC plug Disconnnect & tail /var/log/pm-powersave.log --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- Running hook /usr/lib/pm-utils/power.d/wireless true: cat: /sys/class/net/wlan0/device/enable: No such file or directory /usr/lib/pm-utils/power.d/wireless true: success. --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- * after proposed package & AC plug "Connect" & "Disconnect". $ LANG=C apt list pm-utils Listing... Done pm-utils/trusty-proposed,now 1.4.1-13ubuntu0.1 all [installed] AC plug Connnect & tail /var/log/pm-powersave.log --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- Running hook /usr/lib/pm-utils/power.d/wireless false: Turning powersave for wlan0 off...Error for wireless request "Set Power Management" (8B2C) : SET failed on device wlan0 ; Operation not supported. Failed. /usr/lib/pm-utils/power.d/wireless false: success. --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- AC plug Disconnnect & tail /var/log/pm-powersave.log --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- Running hook /usr/lib/pm-utils/power.d/wireless true: Turning powersave for wlan0 on...Error for wireless request "Set Power Management" (8B2C) : SET failed on device wlan0 ; Operation not supported. Failed. /usr/lib/pm-utils/power.d/wireless true: success. --- > --- > --- > --- > --- (snip) --- > --- > --- > --- > --- * result The "/usr/lib/pm-utils/power.d/wireless" script operated normally. However, "ath9k module or wireless device" seems not to be supported. -- Turning powersave for wlan0 on...Error for wireless request "Set Power Management" (8B2C) : SET failed on device wlan0 ; Operation not supported. Failed. -- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299975 Title: wireless script checks wrong sys file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1299975/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1308348] Re: network settings indicator missing from panel
Should I make it to "Verification-done"? Is "Verification" continued? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308348 Title: network settings indicator missing from panel To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1308348/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1308348] Re: network settings indicator missing from panel
Condition:Lubuntu 14.04-64bit in virtualbox Enable trusty-proposed & installed packages. $ sudo apt list --installed lxsession* lxsession/trusty-proposed,now 0.4.9.2+git20140410-0ubuntu1.1 amd64 [installed,automatic] lxsession-data/trusty-proposed,now 0.4.9.2+git20140410-0ubuntu1.1 all [installed,automatic] lxsession-default-apps/trusty-proposed,now 0.4.9.2+git20140410-0ubuntu1.1 amd64 [installed] lxsession-logout/trusty-proposed,now 0.4.9.2+git20140410-0ubuntu1.1 amd64 [installed,automatic] After re-login. Appear network-applet on panel. --> ok After reboot & login. Appear network-applet on panel. --> ok The bug was corected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308348 Title: network settings indicator missing from panel To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1308348/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1277802] Re: When the key input to dash, tomboy is started more than once.
Checked #3 comment. try: $ sudo apt-get remove unity-scope-tomboy. Note: Once I uninstall unity-scope-tomboy, I did not reboot yet. result: The retrieval result in file name was displayed in "Dash". However, the retrieval result in note name is not displayed. ** Attachment added: "tomboy_search.png" https://bugs.launchpad.net/ubuntu/+source/unity-scope-tomboy/+bug/1277802/+attachment/4128179/+files/tomboy_search.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277802 Title: When the key input to dash, tomboy is started more than once. To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1277802/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1317688] Re: xdot crashes on floats in the .dot file
[test case] $ cat test-xdot digraph { caesar [label = "caesar"]; lizard [label = "lizard"]; newton [label = "newton"]; lizard -> newton; newton -> lizard; caesar -> lizard; lizard -> caesar; } $ xdot test-xdot Traceback (most recent call last): File "/usr/bin/xdot", line 4, in xdot.main() File "/usr/lib/python2.7/dist-packages/xdot.py", line 1947, in main win.open_file(args[0]) File "/usr/lib/python2.7/dist-packages/xdot.py", line 1881, in open_file self.set_dotcode(fp.read(), filename) File "/usr/lib/python2.7/dist-packages/xdot.py", line 1863, in set_dotcode if self.widget.set_dotcode(dotcode, filename): File "/usr/lib/python2.7/dist-packages/xdot.py", line 1477, in set_dotcode self.set_xdotcode(xdotcode) File "/usr/lib/python2.7/dist-packages/xdot.py", line 1497, in set_xdotcode self.graph = parser.parse() File "/usr/lib/python2.7/dist-packages/xdot.py", line 1167, in parse DotParser.parse(self) File "/usr/lib/python2.7/dist-packages/xdot.py", line 977, in parse self.parse_graph() File "/usr/lib/python2.7/dist-packages/xdot.py", line 986, in parse_graph self.parse_stmt() File "/usr/lib/python2.7/dist-packages/xdot.py", line 1032, in parse_stmt self.handle_node(id, attrs) File "/usr/lib/python2.7/dist-packages/xdot.py", line 1142, in handle_node shapes.extend(parser.parse()) File "/usr/lib/python2.7/dist-packages/xdot.py", line 612, in parse w = s.read_number() File "/usr/lib/python2.7/dist-packages/xdot.py", line 494, in read_number return int(self.read_code()) ValueError: invalid literal for int() with base 10: '32.25' [recheck by proposed package] * enabled trusty-proposed & installed package. $ LANG=C apt-cache policy xdot xdot: Installed: 0.5-2ubuntu0.1 Candidate: 0.5-2ubuntu0.1 Version table: *** 0.5-2ubuntu0.1 0 400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/universe i386 Packages 100 /var/lib/dpkg/status 0.5-2 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/universe i386 Packages $ xdot test-xdot * The graph was displayed. see the screenshot(text-xdot.png). The bug was corrected. ** Attachment added: "test-xdot.png" https://bugs.launchpad.net/ubuntu/+source/xdot/+bug/1317688/+attachment/4122917/+files/test-xdot.png ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317688 Title: xdot crashes on floats in the .dot file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xdot/+bug/1317688/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1307748] Re: xpathselect attribute matching doesn't match anything other than object Ids
ubuntu 14.04-32bit on virtualbox [test case] $ autopilot run test_selection_attributes Loading tests from: /home/testuser/work Tests running... * "Autopilot does not end. * "break was done by "CTRL + C". [ recheck by proposed package] * enable trusty-proposed & installed package. unity: Installed: 7.2.1+14.04.20140513-0ubuntu2 Candidate: 7.2.1+14.04.20140513-0ubuntu2 Version table: *** 7.2.1+14.04.20140513-0ubuntu2 0 400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/main i386 Packages 100 /var/lib/dpkg/status 7.2.0+14.04.20140423-0ubuntu1.2 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-updates/main i386 Packages 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-security/main i386 Packages 7.2.0+14.04.20140416-0ubuntu1 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/main i386 Packages libunity-core-6.0-9: Installed: 7.2.1+14.04.20140513-0ubuntu2 Candidate: 7.2.1+14.04.20140513-0ubuntu2 Version table: *** 7.2.1+14.04.20140513-0ubuntu2 0 400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/main i386 Packages 100 /var/lib/dpkg/status 7.2.0+14.04.20140423-0ubuntu1.2 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-updates/main i386 Packages 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-security/main i386 Packages 7.2.0+14.04.20140416-0ubuntu1 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/main i386 Packages unity-services: Installed: 7.2.1+14.04.20140513-0ubuntu2 Candidate: 7.2.1+14.04.20140513-0ubuntu2 Version table: *** 7.2.1+14.04.20140513-0ubuntu2 0 400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/main i386 Packages 100 /var/lib/dpkg/status 7.2.0+14.04.20140423-0ubuntu1.2 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-updates/main i386 Packages 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-security/main i386 Packages 7.2.0+14.04.20140416-0ubuntu1 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/main i386 Packages unity-autopilot: Installed: 7.2.1+14.04.20140513-0ubuntu2 Candidate: 7.2.1+14.04.20140513-0ubuntu2 Version table: *** 7.2.1+14.04.20140513-0ubuntu2 0 400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/universe i386 Packages 100 /var/lib/dpkg/status 7.2.0+14.04.20140423-0ubuntu1.2 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-updates/universe i386 Packages 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-security/universe i386 Packages 7.2.0+14.04.20140416-0ubuntu1 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/universe i386 Packages $ autopilot run test_selection_attributes Loading tests from: /home/testuser/work Tests running... Ran 1 test in 1.361s OK * Is this result correct? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307748 Title: xpathselect attribute matching doesn't match anything other than object Ids To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1307748/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1310017] Re: freetype 2.5.x broke rendering of the default Korean font
** Attachment added: "after_proposed_package.png" https://bugs.launchpad.net/freetype/+bug/1310017/+attachment/4120414/+files/after_proposed_package.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310017 Title: freetype 2.5.x broke rendering of the default Korean font To manage notifications about this bug go to: https://bugs.launchpad.net/freetype/+bug/1310017/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1310017] Re: freetype 2.5.x broke rendering of the default Korean font
Ubuntu 14.04-32bit in virtualbox. fonts-vlgothic(japanese font) package on libreoffice writer. selected font: VL P gothic enable trusty-proposed & install package. $ LANG=C apt-cache policy libfreetype6 libfreetype6: Installed: 2.5.2-1ubuntu2.2 Candidate: 2.5.2-1ubuntu2.2 Version table: *** 2.5.2-1ubuntu2.2 0 400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/main i386 Packages 100 /var/lib/dpkg/status 2.5.2-1ubuntu2.1 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-updates/main i386 Packages 2.5.2-1ubuntu2 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/main i386 Packages see: befor_proposed_package.png & after_proposed_package.png fix the bug. Please confirm korean fonts is used. ** Attachment added: "before_proposed_package.png" https://bugs.launchpad.net/freetype/+bug/1310017/+attachment/4120413/+files/before_proposed_package.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1310017 Title: freetype 2.5.x broke rendering of the default Korean font To manage notifications about this bug go to: https://bugs.launchpad.net/freetype/+bug/1310017/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1308187] Re: Python (v2.7) requires to install plugins to play media files of the following typ
same issue. $ LANG=C apt-cache depends soundconverter soundconverter Depends: python Depends: python-gnome2 Depends: python-glade2 Depends: python-gst0.10 Depends: gstreamer0.10-plugins-good Depends: gstreamer0.10-plugins-base Suggests: gstreamer0.10-plugins-ugly Suggests: There is no gstreamer0.10-ffmpeg package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308187 Title: Python (v2.7) requires to install plugins to play media files of the following typ To manage notifications about this bug go to: https://bugs.launchpad.net/soundconverter/+bug/1308187/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1286766] Re: Crashes on startup if shows "required directories missing" dialog
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286766 Title: Crashes on startup if shows "required directories missing" dialog To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1286766/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1286766] Re: Crashes on startup if shows "required directories missing" dialog
[ubuntu 14.04-64bit on virtualbox.] confirmed Observed result: You arrive at the users desktop but background icons are not shown. A blank dialog pops up momentarily then a crash report dialog. The blank dialog periodically pops up again (as nautilus attempts to restart). [enable trusty-proposed & install nautilus.] $ apt-cache policy nautilus nautilus: インストールされているバージョン: 1:3.10.1-0ubuntu9 候補: 1:3.10.1-0ubuntu9 バージョンテーブル: *** 1:3.10.1-0ubuntu9 0 400 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty-proposed/main i386 Packages 100 /var/lib/dpkg/status 1:3.10.1-0ubuntu8 0 500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ trusty/main i386 Packages [create new user & ~/.config/nautilus] $ adduser testuser $ su testuser $ cd $ mkdir .config $ touch .config/nautilus exit & logout [login testuser] pop up "Oops! Something went wrong." dialog. (does not repeat momentarily.) - Unable to create a required folder. Please create the following folder, or set permissions such that it can be created: /home/testuser/.config/nautilus} - click "ok" button. --> pop up dialog cleare. start nautilus. --> no problem. open terminal & delete .config/nautilus relogin testuser --> auto created ~/.config/nautilus directory & no pop up dialog. Is this result correct? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286766 Title: Crashes on startup if shows "required directories missing" dialog To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1286766/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1307128] Re: Dash Search Keeps Launching Tomboy Instances When "Tomboy" Source is ON
Same issue? https://bugs.launchpad.net/ubuntu/+source/unity-scope-tomboy/+bug/1277802 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307128 Title: Dash Search Keeps Launching Tomboy Instances When "Tomboy" Source is ON To manage notifications about this bug go to: https://bugs.launchpad.net/unity-scope-tomboy/+bug/1307128/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 539567] Re: does not terminate at computer shutdown
comment #8: input miss mistake: $ ps ax | grep runit 2305 pts/1 S+ 0:00 grep --color=auto runit correstion $ ps ax | grep runsvdir 1015 ?Ss 0:00 runsvdir -P /etc/service log: ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/539567 Title: does not terminate at computer shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/runit/+bug/539567/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 539567] Re: does not terminate at computer shutdown
ubuntu 12.04.4 32bit $ sudo apt-get install runit : : grep: /etc/ininttab: No such or directory grep: /etc/ininttab: No such or directory runsvdir start/running, process 1922 $ ps ax | grep runsvdir 989 ? Ss 0:00 runsvdir -P /etc/service log: .. enable proposed & install package. $ sudo apt-get install -t precise-proposed runit runsvdir start/running, process 2576 $ LANG=C apt-cache policy runit runit: Installed: 2.1.1-6.2ubuntu2.1 Candidate: 2.1.1-6.2ubuntu2.1 Version table: *** 2.1.1-6.2ubuntu2.1 0 400 http://ubuntutym.u-toyama.ac.jp/ubuntu/ precise-proposed/universe i386 Packages 100 /var/lib/dpkg/status 2.1.1-6.2ubuntu2 0 500 http://ubuntutym.u-toyama.ac.jp/ubuntu/ precise/universe i386 Packages $ ps ax | grep runit 2305 pts/1S+ 0:00 grep --color=auto runit $ sudo poweroff --> no problem $ sudo shutdown -h now --> no problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/539567 Title: does not terminate at computer shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/runit/+bug/539567/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1277802] [NEW] When the key input to dash, tomboy is started more than once.
Public bug reported: Condition: ubuntu 14.04-32bit alpha2 in virtualbox & full update(2014-02-08) $ dpkg -l | grep tomboy ii tomboy1.15.4-0ubuntu1 i386 desktop note taking program using Wiki style links ii unity-scope-tomboy0.1+13.10.20130723-0ubuntu1 allTomboy scope for Unity Test case: 1. $ sudo apt-get install tomboy. 2. open the dash & click the filter results. 3. click the "notes" in Categories section or "tomboy" in Sources section. (tomboy is started more than once.) 4. dash is close & re-open New tomboy starts by key input to dash. New tomboy starts when the retrieval character is changed in backspace. $ pgrep tomboy 6228 6254 6261 6270 6277 6295 6302 6319 6327 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: unity-scope-tomboy 0.1+13.10.20130723-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2 Uname: Linux 3.13.0-8-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 CurrentDesktop: Unity Date: Sat Feb 8 14:32:08 2014 InstallationDate: Installed on 2014-02-05 (2 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140205) PackageArchitecture: all SourcePackage: unity-scope-tomboy UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: unity-scope-tomboy (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 trusty ** Attachment added: "tomboy_duplicate.png" https://bugs.launchpad.net/bugs/1277802/+attachment/3973519/+files/tomboy_duplicate.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277802 Title: When the key input to dash, tomboy is started more than once. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scope-tomboy/+bug/1277802/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1191563] Re: xserver-xorg-lts-raring cannot be installed due to unresolvable dependencies
same. (lts-saucy) https://bugs.launchpad.net/ubuntu/+source/xorg-lts-saucy/+bug/1268463 [workaround] $ sudo apt-get install xserver-xorg-lts-saucy libglapi-mesa-lts-saucy:i386 libgl1-mesa-dri-lts-saucy:i386 libgl1-mesa-glx-lts-saucy:i386 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191563 Title: xserver-xorg-lts-raring cannot be installed due to unresolvable dependencies To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-raring/+bug/1191563/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1268463] [NEW] Can not installed xserver-xorg-lts-saucy.(Conflicts)
Public bug reported: [condition] * ubuntu 12.04.4-64bit with lts-saucy kernel(kernel-3.11) (installed ubuntu 12.04.3 & linux-generic-lts-saucy & full update) but ubuntu 12.04.4-32bit in virtualbox --> no problem. (installed ubuntu 12.04.1 & linux-generic-lts-saucy & full update) [situation] $ sudo apt-get install xserver-xorg-lts-saucy Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: xserver-xorg-lts-saucy : Depends: xserver-xorg-core-lts-saucy (>= 2:1.11) but it is not going to be installed Depends: xserver-xorg-video-all-lts-saucy but it is not going to be installed or xorg-driver-video Depends: xserver-xorg-input-all-lts-saucy but it is not going to be installed or xorg-driver-input Depends: xserver-xorg-input-evdev-lts-saucy but it is not going to be installed Recommends: libgl1-mesa-dri-lts-saucy but it is not going to be installed Recommends: libgl1-mesa-glx-lts-saucy but it is not going to be installed Recommends: xserver-xorg-input-all-lts-saucy but it is not going to be installed Recommends: xserver-xorg-video-all-lts-saucy but it is not going to be installed Recommends: x11-xserver-utils-lts-saucy but it is not going to be installed Conflicts: libgl1-mesa-glx (>= 0~) Conflicts: libgl1-mesa-glx:i386 (>= 0~) Conflicts: libglapi-mesa (>= 0~) Conflicts: libglapi-mesa:i386 (>= 0~) E: Unable to correct problems, you have held broken packages. $ dpkg -l | grep libgl1-mesa-glx ii libgl1-mesa-glx-lts-saucy 9.2.1-1ubuntu3~precise1 free implementation of the OpenGL API -- GLX runtime ii libgl1-mesa-glx-lts-saucy:i386 9.2.1-1ubuntu3~precise1 free implementation of the OpenGL API -- GLX runtime $ dpkg -l | grep libglapi-mesa ii libglapi-mesa-lts-saucy9.2.1-1ubuntu3~precise1 free implementation of the GL API -- shared library ii libglapi-mesa-lts-saucy:i386 9.2.1-1ubuntu3~precise1 free implementation of the GL API -- shared library * ADD Depends package for aptline. --> but Conflicts is not canceled. * same?: lts-raring bug https://bugs.launchpad.net/ubuntu/+source/xorg-lts-raring/+bug/1191563 [workaround] * installed with i386 package. $ sudo apt-get install xserver-xorg-lts-saucy libglapi-mesa-lts-saucy:i386 libgl1-mesa-dri-lts-saucy:i386 libgl1-mesa-glx-lts-saucy:i386 ** Affects: xorg-lts-saucy (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/1268463 Title: Can not installed xserver-xorg-lts-saucy.(Conflicts) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-lts-saucy/+bug/1268463/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1155418] Re: [raring] sl-modem-dkms 2.9.11~20110321-8: sl-modem kernel module failed to build
verify condition: ubuntu 12.04.3 (kernel-3.8 & kernel-3.11) in virtualbox. [Test case] 1. boot from kernel-3.8 & check dkms $ uname -r 3.8.0-35-generic $ dpkg -l | grep dkms ii dkms2.2.0.3-1ubuntu3.1Dynamic Kernel Module Support Framework 2. Install the sl-modem-source package $ sudo apt-get install sl-modem-source Loading new sl-modem-2.9.11~20110321 DKMS files... First Installation: checking all kernels... Building for 3.8.0-35-generic and 3.11.0-15-generic Building initial module for 3.8.0-35-generic Error! Build of slusb.ko failed for: 3.8.0-35-generic (i686) Consult the make.log in the build directory /var/lib/dkms/sl-modem/2.9.11~20110321/build/ for more information. -> build error. [verification case] 1. boot from kernel-3.8 & enable precise-proposed $ uname -r 3.8.0-35-generic 2. Install the sl-modem-source package $ sudo apt-get install -t precise-proposed sl-modem-source ( upgrade sl-modem-source 2.9.11~20110321-6 2.9.11~20110321-6ubuntu1 ) -- Deleting module version: 2.9.11~20110321 completely from the DKMS tree. -- Done. sl-modem-source を展開し、置換しています... sl-modem-source (2.9.11~20110321-6ubuntu1) を設定しています ... Loading new sl-modem-2.9.11~20110321 DKMS files... Building for 3.8.0-35-generic and 3.11.0-15-generic Building initial module for 3.8.0-35-generic Done. slusb: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/3.8.0-35-generic/updates/dkms/ ungrab-winmodem.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/3.8.0-35-generic/updates/dkms/ slamr.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/3.8.0-35-generic/updates/dkms/ depmod. DKMS: install completed. Building initial module for 3.11.0-15-generic Done. slusb: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/3.11.0-15-generic/updates/dkms/ ungrab-winmodem.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/3.11.0-15-generic/updates/dkms/ slamr.ko: Running module version sanity check. - Original module - No original module exists within this kernel - Installation - Installing to /lib/modules/3.11.0-15-generic/updates/dkms/ depmod.. DKMS: install completed. -> build successfull. (Uninstallation is a normal termination.) good works & thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155418 Title: [raring] sl-modem-dkms 2.9.11~20110321-8: sl-modem kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sl-modem/+bug/1155418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1237390] Re: stap fails with 3.5/3.8 kernels in precise
verify condition: ubuntu 12.04.3(kernel-3.8) in virtualbox. --- [Test Case] # echo 'probe timer.s(1) {exit();}' | stap - ; echo $? * Actual Result: In file included from /usr/share/systemtap/runtime/transport/transport.c:53:0, from /usr/share/systemtap/runtime/print.c:18, from /usr/share/systemtap/runtime/runtime.h:128, from /tmp/stapTSxLrZ/stap_34d5fb5c9ba75ea41176182eabf9f52f_642.c:59: /usr/share/systemtap/runtime/transport/relay_v2.c:241:2: error: initialization from incompatible pointer type [-Werror] /usr/share/systemtap/runtime/transport/relay_v2.c:241:2: error: (near initialization for '__stp_relay_callbacks.create_buf_file') [-Werror] In file included from /usr/share/systemtap/runtime/print.c:18:0, from /usr/share/systemtap/runtime/runtime.h:128, from /tmp/stapTSxLrZ/stap_34d5fb5c9ba75ea41176182eabf9f52f_642.c:59: /usr/share/systemtap/runtime/transport/transport.c: In function '_stp_get_root_dir': /usr/share/systemtap/runtime/transport/transport.c:386:8: error: 'struct hlist_head' has no member named 'next' In file included from /tmp/stapTSxLrZ/stap_34d5fb5c9ba75ea41176182eabf9f52f_642.c:61:0: /usr/share/systemtap/runtime/stat.c: In function '_stp_stat_get': /usr/share/systemtap/runtime/stat.c:213:2: error: 'cpu_possible_map' undeclared (first use in this function) /usr/share/systemtap/runtime/stat.c:213:2: note: each undeclared identifier is reported only once for each function it appears in /usr/share/systemtap/runtime/stat.c: In function '_stp_stat_clear': /usr/share/systemtap/runtime/stat.c:248:2: error: 'cpu_possible_map' undeclared (first use in this function) cc1: all warnings being treated as errors make[1]: *** [/tmp/stapTSxLrZ/stap_34d5fb5c9ba75ea41176182eabf9f52f_642.o] Error 1 make: *** [_module_/tmp/stapTSxLrZ] Error 2 Warning: make exited with status: 2 Pass 4: compilation failed. Try again with another '--vp 0001' option. 1 # --- enable precise-proposed $ sudo apt-get install -t precise-proposed systemtap upgrade systemtap-common 1.6-1ubuntu1 1.6-1ubuntu1.1 upgrade systemtap 1.6-1ubuntu1 1.6-1ubuntu1.1 upgrade systemtap-runtime 1.6-1ubuntu1 1.6-1ubuntu1.1 --- [verification case] $ uname -r 3.8.0-35-generic $ sudo -i # echo 'probe timer.s(1) {exit();}' | stap - ; echo $? * Actual Result: 0 # (script compiles and starts running. exits with 0.) --- good works & thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1237390 Title: stap fails with 3.5/3.8 kernels in precise To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemtap/+bug/1237390/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1190425] Re: lightdm should allow packages to override defaults in /etc/lightdm/lightdm.conf
verify condition: ubuntu 12.04.3 in virtualbox. [test case] $ sudo mkdir -p /etc/lightdm/lightdm.conf.d $ create 10-ubuntu.conf $ cat /etc/lightdm/lightdm.conf.d/10-ubuntu.conf [SeatDefaults] autologin-user=username-on-system - system reboot -> I can't autologin enable precise proposed & install lightdm package $ sudo apt-get install -t precise-proposed lightdm upgrade lightdm 1.2.3-0ubuntu2.3 1.2.3-0ubuntu2.4 [verification case] $ sudo mkdir -p /etc/lightdm/lightdm.conf.d $ create 10-ubuntu.conf $ cat /etc/lightdm/lightdm.conf.d/10-ubuntu.conf [SeatDefaults] autologin-user=username-on-system - system reboot -> I can autologin (delete 10-ubuntu.conf or /etc/lightdm/lightdm.conf.d -> I can't autologin) good works & thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190425 Title: lightdm should allow packages to override defaults in /etc/lightdm/lightdm.conf To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/1190425/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1231787] Re: man page colors messed up just after exiting curses command
confirm ubuntu 12.04.3 [test case] - open gnome-terminal. - set colorscheme option in ~/.vimrc & save. (ex: colorsheme darkblue) - $ vi ~/.vimrc & quite - $ man ls [work around] ctrl+l or quit & retry man command. [installed package] $ dpkg -l | grep libvte-2.90-9 ii libvte-2.90-9 1:0.32.1-0ubuntu1 #5 patche & rebuild libvte-2.90-9 package. --> worked for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1231787 Title: man page colors messed up just after exiting curses command To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vte3/+bug/1231787/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1075537] Re: software-properties needs to automatically trigger a cache refresh after adding a repo
verify condition: ubuntu 12.04.3 in virtualbox - Steps to reproduce this bug: 1. Run the Software Sources 2. select the server you want to use & select the software sources close button. 3. You will see nothing happened. - enable precise-proposed & install software-properties-gtk package. $ sudo apt-get install -t precise-proposed software-properties-gtk upgrade software-properties-gtk 0.82.7.6 0.82.7.7 - verification case: 1. Run the Software Sources 2. select the server you want to use & select the software sources close button. 3. popup "The information about available software is out-of-date" window (select the reload button -> repository cache updated) - good works & thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075537 Title: software-properties needs to automatically trigger a cache refresh after adding a repo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1075537/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 887821] Re: "Show copy dialog" right click launcher entry doesn't work (on nautilus copy)
verify condition: ubuntu 12.04.3 in virtualbox -- Test Case: - log into an unity session - copy a not too small file (so you have time to interact with the copy dialog) - minimize the copy dialog - right click on the corresponding unity-launcher's icon, and pick "show copy dialog" -> the dialog should be displayed. -- enable precise-proposed & install nautilus package. $ sudo apt-get install -t precise-proposed nautilus upgrade nautilus 1:3.4.2-0ubuntu8 1:3.4.2-0ubuntu9 -- verification case: - log into an unity session - copy a file & folder about 500MB on nautilus.(copy dialog appear) - minimize the copy dialog - right click on the corresponding unity-launcher's icon, and pick "show copy dialog" -> minimized copy dialog was appear(restored). -- good works & thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/887821 Title: "Show copy dialog" right click launcher entry doesn't work (on nautilus copy) To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/887821/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 896740] Re: With appmenus context-menu shortcut options in nautilus do not work properly. E.g. I need to press R twice to select Rename and then hit Return to select it.
verify condition: ubuntu 12.04.3 in virtualbox -- test case: - run nautilus - open the context menu for a file/folder - hit R, Rename is selected not triggered (R key twise to select rename & doesn't change to rename mode) -- enable precise-proposed & install libgtk-3-0 package. $ sudo apt-get install -t precise-proposed libgtk-3-0 upgrade libgtk-3-bin 3.4.2-0ubuntu0.5 3.4.2-0ubuntu0.6 upgrade libgail-3-0 3.4.2-0ubuntu0.5 3.4.2-0ubuntu0.6 upgrade libgtk-3-0 3.4.2-0ubuntu0.5 3.4.2-0ubuntu0.6 upgrade libgtk-3-common 3.4.2-0ubuntu0.5 3.4.2-0ubuntu0.6 -- verification case: - run nautilus - open the context menu for a file/folder - hit R(once) - context menu disappear & change to rename mode. -- good works & thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/896740 Title: With appmenus context-menu shortcut options in nautilus do not work properly. E.g. I need to press R twice to select Rename and then hit Return to select it. To manage notifications about this bug go to: https://bugs.launchpad.net/appmenu-gtk/+bug/896740/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1196523] Re: gedit crashed with SIGSEGV in magazine_chain_pop_head()
installed: gir1.2-gtk-3.0/saucy-proposed libgail-3-0/saucy-proposed libgtk-3-0/saucy-proposed libgtk-3-bin/saucy-proposed libgtk-3-common /saucy-proposed check: gedit with syntaxhighlight japanese input char & conversion between "". --> no problem check: gedit without syntaxhighlight japanese input char & conversion between "". --> no problem thank you it works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1196523 Title: gedit crashed with SIGSEGV in magazine_chain_pop_head() To manage notifications about this bug go to: https://bugs.launchpad.net/gedit/+bug/1196523/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1246285] [NEW] PCMan File Manager doesn't start on openbox menu.
Public bug reported: * Lubuntu 13.10-64bit on virtualbox-4.3 1. right click on desktop (appear openbox menu) 2. click "PCMan File Manager" * Anything doesn't happen & NO Error. (PCMan File Manager Does't start.) try "lxsession-default" command on terminal. $ lxsession-default filemanager filemanager /usr/bin/lxsession-default: 53: [: missing ] /usr/bin/lxsession-default: 57: [: missing ] Launching file manager * Anything doesn't happen & Script Error. (PCMan File Manager Does't start.) check line 53 & 57 in /usr/bin/lxsession-default >53 elif [ "$1" = "screenshot" && "$2" = "window"] > >54 then > >55 echo "Launching screenshot manager (current window)" > >56 dbus-send --session --print-reply --dest="org.lxde.SessionManager" >/org/lxde/ScreenshotManager >org.lxde.SessionManager.ScreenshotWindowManagerLaunch >57 elif [ "$1" = "screenshot"] > >58 then > >59 echo "Launching screenshot manager" > >60 dbus-send --session --print-reply --dest="org.lxde.SessionManager" >/org/lxde/ScreenshotManager org.lxde.SessionManager.ScreenshotManagerLaunch > >/dev/null 2>&1 >61 > >62 elif [ "$1" = "filemanager" ] > >63 then > >64 echo "Launching file manager" > >65 dbus-send --session --print-reply --dest="org.lxde.SessionManager" >/org/lxde/SessionManager org.lxde.SessionManager.FileManagerLaunch > /dev/null >2>&1 >66 > >67 fi modify line 53 & 57 in /usr/bin/lxsession-default - 53c53 < elif [ "$1" = "screenshot" && "$2" = "window"] --- > elif [ "$1" = "screenshot" -a "$2" = "window" ] 57c57 < elif [ "$1" = "screenshot"] --- > elif [ "$1" = "screenshot" ] - retry "lxsession-default" command on terminal. $ lxsession-default filemanager filemanager Launching file manager * Anything doesn't happen & NO Error. (PCMan File Manager Does't start.) try line 65 "dbus-send" command on terminal. - $ dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/SessionManager org.lxde.SessionManager.FileManagerLaunch Error org.freedesktop.DBus.Error.UnknownMethod: No such method 'FileManagerLaunch' - * Anything doesn't happen & DBus.Error. (PCMan File Manager Does't start.) ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: lxsession 0.4.9.2-0ubuntu6 ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3 Uname: Linux 3.11.0-12-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 Date: Wed Oct 30 21:02:09 2013 InstallationDate: Installed on 2013-10-18 (12 days ago) InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MarkForUpload: True SourcePackage: lxsession UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: lxsession (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug saucy ** Attachment added: "openbox_menu.png" https://bugs.launchpad.net/bugs/1246285/+attachment/3895643/+files/openbox_menu.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246285 Title: PCMan File Manager doesn't start on openbox menu. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxsession/+bug/1246285/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge
hangcheck occure. $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 12.04.3 LTS Release:12.04 Codename: precise $ grep \(EE\) Xorg.0.log [ 52302.812] (EE) intel(0): Detected a hung GPU, disabling acceleration. [ 52302.812] (EE) intel(0): When reporting this, please include i915_error_state from debugfs and the full dmesg. $ dmesg | tail [39859.567501] ath9k :02:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP [39859.568516] wlan0: associate with 00:0d:02:4e:e2:68 (try 1/3) [39859.571139] wlan0: RX AssocResp from 00:0d:02:4e:e2:68 (capab=0x431 status=0 aid=1) [39859.571390] wlan0: associated [39859.571399] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [49786.700884] CPUM: APIC 01 at fee0 (mapped at c9676000) - ver 0x01060015, lint0=0x10700 lint1=0x10400 pc=0x00400 thmr=0x000fa [49786.700897] CPUM: APIC 00 at fee0 (mapped at c967e000) - ver 0x01060015, lint0=0x10700 lint1=0x00400 pc=0x10400 thmr=0x000fa [52239.562498] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [52239.562504] [drm] capturing error event; look for more information in /debug/dri/0/i915_error_state [52247.552940] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung $ uname -a Linux 26897LJ 3.8.0-31-generic #46~precise1-Ubuntu SMP Wed Sep 11 18:21:16 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux $ sudo hwinfo --short cpu: Intel(R) Celeron(R) CPU B820 @ 1.70GHz, 800 MHz Intel(R) Celeron(R) CPU B820 @ 1.70GHz, 800 MHz keyboard: /dev/input/event3AT Translated Set 2 keyboard mouse: /dev/input/mice Microsoft ® Laser Mouse 6000 /dev/input/mice SynPS/2 Synaptics TouchPad graphics card: Intel VGA compatible controller sound: Intel Audio device storage: Intel SATA controller network: wlan0Atheros WLAN controller eth0 Attansic Ethernet controller network interface: wlan0WLAN network interface eth0 Ethernet network interface lo Loopback network interface disk: /dev/sda ST320LT020-9YG14 /dev/sdb Multiple Card Reader partition: /dev/sda1Partition /dev/sda2Partition /dev/sda3Partition /dev/sda4Partition cdrom: /dev/sr0 MATSHITA DVD-RAM UJ8C1 usb controller: Intel USB Controller Intel USB Controller Intel USB Controller bios: BIOS bridge: Intel Host bridge Intel PCI bridge Intel PCI bridge Intel PCI bridge Intel ISA bridge hub: Linux 3.8.0-31-generic xhci_hcd xHCI Host Controller Linux 3.8.0-31-generic xhci_hcd xHCI Host Controller Linux 3.8.0-31-generic ehci_hcd EHCI Host Controller Hub Linux 3.8.0-31-generic ehci_hcd EHCI Host Controller Hub memory: Main Memory unknown: FPU DMA controller PIC Timer Keyboard controller PS/2 Controller Intel Communication controller Intel SMBus /dev/input/event6Bison Lenovo EasyCamera -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1140716 Title: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge To manage notifications about this bug go to: https://bugs.launchpad.net/dri/+bug/1140716/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1218744] [NEW] Fn+F6 does not work with kernel option "acpi_backlight=vendor".
Public bug reported: [HARDWARE] Lenovo G580 (2689-7LJ) [OS] ubuntu 12.04.3-64bit point release(clean install in UEFI mode) [TITLE] Fn+F6 does not work with kernel option "acpi_backlight=vendor". [How To Reproduce] 1. edit /etc/default/grub & add "acpi_backlight=vendor" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" or GRUB_CMDLINE_LINUX="acpi_backlight=vendor" 2. sudo update-grub 3. reboot [Actual Result] Fn+F6(touchpad enable/disable) does not work. [Expected Result] Fn+F6 toggle -> appear notification -> touchpad enable/disable [Workaround] kernel option(acpi_backlight=vendor) is remove. but Fn+up/down(brightness) can not control. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.8.0-29-generic 3.8.0-29.42~precise1 [modified: boot/vmlinuz-3.8.0-29-generic] ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5 Uname: Linux 3.8.0-29-generic x86_64 ApportVersion: 2.0.1-0ubuntu17.4 Architecture: amd64 Date: Fri Aug 30 14:44:05 2013 InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release amd64 (20130820.1) MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=ja_JP.UTF-8 SHELL=/bin/bash SourcePackage: linux-lts-raring UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: linux-lts-raring (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise running-unity ** Attachment added: "system_data.txt" https://bugs.launchpad.net/bugs/1218744/+attachment/3794677/+files/system_data.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1218744 Title: Fn+F6 does not work with kernel option "acpi_backlight=vendor". To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1218744/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs