[Bug 1851898]

2020-04-10 Thread 8p-k26-gj
I can confirm with my distro-provided package on neon.

When I build it locally, I only get this issue on a Debug build, not on
Release. So I wonder if maybe kpat gets built as debug build or some
other non-Release configuration for some reason?

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

Title:
  kpat stuffs hard drive

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

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

[Bug 1770044]

2020-01-31 Thread 8p-k26-gj
*** Bug 416985 has been marked as a duplicate of this bug. ***

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

Title:
  plasmashell crashes on login - so I can't use my desktop system.

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

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

[Bug 1800135] [NEW] libssh-dev is missing cmake find module

2018-10-26 Thread 8p-k26-gj
Public bug reported:

libssh-dev: 0.8.0~20170825.94fa1e38-1ubuntu0.1

There is no libssh-config.cmake packaged in libssh-dev package leading
to find_package calls for LibSSH failing.

The build output [1] lists a /<>/debian/tmp-
gcrypt/usr/lib/x86_64-linux-gnu/cmake/libssh/libssh-config.cmake file
was installed, however.

[1] https://launchpadlibrarian.net/356107564/buildlog_ubuntu-bionic-
amd64.libssh_0.8.0~20170825.94fa1e38-1build1_BUILDING.txt.gz

** Affects: libssh (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/1800135

Title:
  libssh-dev is missing cmake find module

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

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

[Bug 1798293] Re: Don't restrict jump list actions to Unity

2018-10-17 Thread 8p-k26-gj
I just found I manually patched my Thunderbird but this change got now 
overridden by a system update.
Does Ubuntu Gnome perhaps also accept "Unity" for OnlyShowIn? In any case, KDE 
should be added to the list.

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

Title:
  Don't restrict jump list actions to Unity

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

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

[Bug 1798293] [NEW] Don't restrict jump list actions to Unity

2018-10-17 Thread 8p-k26-gj
Public bug reported:

Jump list actions like Compose new message and Contacts shouldn't be restricted 
to show in Unity or Messaging Menu because they work on Plasma as well.
This used to work in Thunderbird 57 (or whatever was in xenial) but stopped 
working after a recent update to Thunderbird 60 in bionic.
A similar fix was done to Firefox Bug 1615549 a while ago

** Affects: thunderbird (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/1798293

Title:
  Don't restrict jump list actions to Unity

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

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

[Bug 1581897]

2018-06-08 Thread 8p-k26-gj
Re-assigning to KService, the entryPath() is just the name and docs are
very helpful by saying "the factory should know relative to what".

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

Title:
  kcm_kscreen.desktop file does not exist

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

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

[Bug 1615549] [NEW] Don't restrict jump list actions to Unity

2016-08-22 Thread 8p-k26-gj
Public bug reported:

Firefox in its application .desktop file provides a couple of Desktop
Actions ("jump list actions"), for opening a new tab or a new incognito
tab. Since Plasma 5.6 those actions are also supported by KDE Plasma and
there's no reason these actions should be restricted to Unity
(OnlyShowIn=Unity).

They are currently shown in Plasma and work just fine as I did not
implement support for OnlyShowIn/NotShowIn in Desktop Actions (which I
didn't see explicitly mentioned in the spec though). For Plasma 5.8
which will have MPRIS controls in the context menu I want to add support
for this to avoid double entries in media players (many abuse static
Desktop Actions for player controls).

However, I don't want to break users relying on the ability to open new
(incognito) tabs through the task bar in Plasma, hence I request the
OnlyShowIn for Firefox desktop actions to be dropped. (Alternatively
"KDE" could be added, but I don't see any reason for not enabling them
globally).

** Affects: firefox (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/1615549

Title:
  Don't restrict jump list actions to Unity

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

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


[Bug 1476647] [NEW] local_create_emulator chowns with group name same as user name

2015-07-21 Thread 8p-k26-gj
Public bug reported:

When creating a new device emulator, the local_create_emulator script wants to 
chown the emulator to the user:
chown ${WHOAMI}:${WHOAMI} ${EMULATOR_PATH} -R

In my company, however, all employees belong to an "employee" group and
so this fails and chown aborts. It should use the user's group instead.

** Affects: qtcreator-plugin-ubuntu (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/1476647

Title:
  local_create_emulator chowns with group name same as user name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1476647/+subscriptions

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


[Bug 1453203]

2015-06-10 Thread 8p-k26-gj
Do not run GUI applications as root.

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

Title:
  Plasma 5 permenant corruption after file transfer

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1453203/+subscriptions

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


[Bug 1446865]

2015-05-21 Thread 8p-k26-gj
@Daniele: Please refrain from insulting others, this is a bug tracker,
not a discussion forum. There are also other more significant issues
than this missing feature; frankly I don't know anyone in the core dev
team that actually uses it. Nonethtless, you could have followed
Stefan's example who, instead of complaining, just provided a couple of
welcome patches that will be part of the next release.

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

Title:
  kwin does not remember on which desktop to open windows on session
  start

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1446865/+subscriptions

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


[Bug 351712]

2015-02-13 Thread 8p-k26-gj
Git commit e9192c7e19856380768388b6047c81012d76e021 by Kai Uwe Broulik.
Committed on 10/02/2015 at 19:16.
Pushed by broulik into branch 'master'.

Don't suspend when shutting down
FIXED-IN: 5.3.0

M  +16   -15   daemon/actions/bundled/suspendsession.cpp

http://commits.kde.org/powerdevil/e9192c7e19856380768388b6047c81012d76e021

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

Title:
  KDE suspend to RAM when shutdown order has been given if laptop lid is
  closed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/351712/+subscriptions

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


[Bug 351712]

2015-01-30 Thread 8p-k26-gj
I guess this is still valid for 5.x

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

Title:
  KDE suspend to RAM when shutdown order has been given if laptop lid is
  closed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/351712/+subscriptions

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


[Bug 1235016]

2014-12-27 Thread 8p-k26-gj
This has been fixed for Plasma 5 where the OSD will only ever show up if
the user manually touched the brightness, never if the system
automatically does it.

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

Title:
  Auto display dimming shows brightness meter popup

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1235016/+subscriptions

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


[Bug 1377418] Re: Touch events are ignored

2014-10-25 Thread 8p-k26-gj
Thanks a lot! With the PPA you linked touch works as expected.

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

Title:
  Touch events are ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1377418/+subscriptions

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


[Bug 1377418] [NEW] Touch events are ignored

2014-10-04 Thread 8p-k26-gj
Public bug reported:

On Kubuntu 14.10 running Qt 5.3.0 (from the regular repository) touch
events are ignored in Qt 5 based applications. It works fine when I run
an application against Qt 5.3.2, see QTBUG-38625 and qtbase change id
I30d36397aa4ff2fb7a8ad2bbb94c2a13abd472b4.

Qt 4 applications work fine (however, they just emulate a mouse event
afaics), Chrome is fine (if you manually tell it the xinput device id),
but Qt 5 applications don't handle touch events. I can scroll through,
for example systemsettings, with two fingers, but "clicking" is not
possible. The mouse moves and the button is hovered but never actually
triggered. It affects both QML-based applications (like Plasmashell) as
well as traditional widget-based apps.

** Affects: qtbase-opensource-src (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/1377418

Title:
  Touch events are ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1377418/+subscriptions

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


[Bug 1215589] Re: Dell Latitude XT2 touchpad detected as ps/2 mouse in Ubuntu 13.04

2013-10-25 Thread gj
A patch has been baked by Redhat and is being submitted upstream:
https://bugzilla.redhat.com/show_bug.cgi?id=1023413

** Bug watch added: Red Hat Bugzilla #1023413
   https://bugzilla.redhat.com/show_bug.cgi?id=1023413

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

Title:
  Dell Latitude XT2 touchpad detected as ps/2 mouse in Ubuntu 13.04

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

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


[Bug 914408] Re: Rhythmbox crashes after multiple track selection with Ctrl-click

2012-01-10 Thread GJ
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914408

Title:
  Rhythmbox crashes after multiple track selection with Ctrl-click

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

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


[Bug 914408] [NEW] Rhythmbox crashes after multiple track selection with Ctrl-click

2012-01-10 Thread GJ
Public bug reported:

Using precise 12.04 + Rhythmbox 2.90.1~2026.89c872b0-0ubuntu3.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.90.1~2026.89c872b0-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-8.14-generic 3.2.0
Uname: Linux 3.2.0-8-generic i686
NonfreeKernelModules: nvidia wl
ApportVersion: 1.90-0ubuntu1
Architecture: i386
Date: Tue Jan 10 18:07:50 2012
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
SourcePackage: rhythmbox
UpgradeStatus: Upgraded to precise on 2011-12-29 (12 days ago)

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


** Tags: apport-bug apport-lpi i386 precise running-unity

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

Title:
  Rhythmbox crashes after multiple track selection with Ctrl-click

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

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


[Bug 712651] [NEW] Installing nvidia-current uninstalls xserver-xorg

2011-02-03 Thread GJ
Public bug reported:

Installing the latest nvidia drivers uninstalls xserver, so when my
laptop boots, it just stops on a black screen.

Dell 13z Laptop
Nvidia 105G graphics
Natty Narwhal (alpha 1 + all updates to date)
I have no idea why it did it, but it does it every single time I install them.

** Affects: nvidia-drivers-ubuntu
 Importance: Undecided
 Status: New

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


** Tags: natty nvidia xorg xserver

** Also affects: nvidia-graphics-drivers (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/712651

Title:
  Installing nvidia-current uninstalls xserver-xorg

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


[Bug 703455] Re: package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-15 Thread GJ


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

Title:
  package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-
  initramfs] failed to install/upgrade: subprocess installed post-
  installation script returned error exit status 1

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


[Bug 703455] [NEW] package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-15 Thread GJ
Public bug reported:

Binary package hint: initramfs-tools

none

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-initramfs]
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AptOrdering:
 initramfs-tools: Configure
 bcmwl-kernel-source: Configure
Architecture: i386
Date: Sat Jan 15 21:25:52 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.1ubuntu6 [modified: 
usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 maverick

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

Title:
  package initramfs-tools 0.98.1ubuntu6 [modified: usr/sbin/update-
  initramfs] failed to install/upgrade: subprocess installed post-
  installation script returned error exit status 1

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


[Bug 609172] Re: cannot pin any app as there is no apparent option

2010-08-02 Thread GJ
I managed to pin apps for the time being by running the application I
want so it appears, then dragging it somewhere else in the launcher.

-- 
cannot pin any app as there is no apparent option
https://bugs.launchpad.net/bugs/609172
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466723] Re: WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 dev_watchdog+0x1f6/0x210()

2009-10-31 Thread David GJ

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/34779629/AlsaDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/34779630/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/34779632/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/34779633/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt"
   http://launchpadlibrarian.net/34779635/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt"
   
http://launchpadlibrarian.net/34779636/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/34779638/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/34779639/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/34779640/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/34779641/Lspci.txt

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/34779642/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/34779643/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/34779644/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/34779645/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/34779646/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/34779647/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/34779648/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/34779649/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 
dev_watchdog+0x1f6/0x210()
https://bugs.launchpad.net/bugs/466723
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466723] [NEW] WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 dev_watchdog+0x1f6/0x210()

2009-10-31 Thread David GJ
Public bug reported:

When connect wire to eth0 and disconnect wifi

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: SI7012 [SiS SI7012], device 0: Intel ICH [SiS SI7012]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  david  1642 F pulseaudio
CRDA: Error: [Errno 2] No existe el fichero ó directorio
Card0.Amixer.info:
 Card hw:0 'SI7012'/'SiS SI7012 with ALC655 at irq 18'
   Mixer name   : 'Realtek ALC655 rev 0'
   Components   : 'AC97a:414c4760'
   Controls  : 41
   Simple ctrls  : 26
Date: Sat Oct 31 15:10:15 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=91c92a9b-589d-470d-b966-dc5ab8a70a61
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Lsusb:
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 002: ID 05e3:1205 Genesys Logic, Inc. Afilias Optical Mouse 
H3003
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: FUJITSU SIEMENS Amilo D Series
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=78b31d9d-c844-40f4-9a62-7a74c42bce58 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 
dev_watchdog+0x1f6/0x210()
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 01/14/2004
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.04C
dmi.board.name: 258SA0
dmi.board.vendor: Uniwill
dmi.chassis.type: 3
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.04C:bd01/14/2004:svnFUJITSUSIEMENS:pnAmiloDSeries:pvr:rvnUniwill:rn258SA0:rvr:cvnFUJITSUSIEMENS:ct3:cvr:
dmi.product.name: Amilo D Series
dmi.sys.vendor: FUJITSU SIEMENS

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 
dev_watchdog+0x1f6/0x210()
https://bugs.launchpad.net/bugs/466723
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Re: [Bug 333423] Re: rhythmbox dont play some times when starts

2009-02-23 Thread Rodrigo GJ
*Its only reproductible when I restart my system, 
*To recreat this bug I dont know it just happend sometimes, maybe one of every 
3 times I try to run thythmbox.

Thanks.




From: Sebastien Bacher 
To: rgonzalezjo...@yahoo.com
Sent: Monday, February 23, 2009 11:05:03 AM
Subject: [Bug 333423] Re: rhythmbox dont play some times when starts

Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible? 
* If so, what specific steps should we take to recreate this bug? 

This will help us to find and resolve the problem.

** Changed in: rhythmbox (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
rhythmbox dont play some times when starts
https://bugs.launchpad.net/bugs/333423
You received this bug notification because you are a direct subscriber
of the bug.

Status in “rhythmbox” source package in Ubuntu: Incomplete

Bug description:
Binary package hint: rhythmbox

Rhythmbox 0.11.5 don't play sometimes when starts, need to restart a few
times to work

ProblemType: Bug
Architecture: i386
Date: Mon Feb 23 10:47:36 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.11.5-0ubuntu8
PackageArchitecture: i386
ProcEnviron:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
LANG=es_MX.UTF-8
SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.24-23-generic i686

-- 
rhythmbox dont play some times when starts
https://bugs.launchpad.net/bugs/333423
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 333423] Re: rhythmbox dont play some times when starts

2009-02-23 Thread Rodrigo GJ

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23011732/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/23011733/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/23011734/ProcStatus.txt

-- 
rhythmbox dont play some times when starts
https://bugs.launchpad.net/bugs/333423
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 333423] [NEW] rhythmbox dont play some times when starts

2009-02-23 Thread Rodrigo GJ
Public bug reported:

Binary package hint: rhythmbox

Rhythmbox 0.11.5 don't play sometimes when starts, need to restart a few
times to work

ProblemType: Bug
Architecture: i386
Date: Mon Feb 23 10:47:36 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.11.5-0ubuntu8
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_MX.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.24-23-generic i686

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


** Tags: apport-bug

-- 
rhythmbox dont play some times when starts
https://bugs.launchpad.net/bugs/333423
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 243897] Re: cannot play encrypted dvd since update to ubuntu 8.04

2008-06-29 Thread gj

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/15673021/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/15673022/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/15673024/ProcStatus.txt

-- 
cannot play encrypted dvd since update to ubuntu 8.04
https://bugs.launchpad.net/bugs/243897
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 243897] [NEW] cannot play encrypted dvd since update to ubuntu 8.04

2008-06-29 Thread gj
Public bug reported:

Binary package hint: totem

since upgrading to ubuntu 8.04 - insert dvd and it just doesn't play. I
didn't hve this problem with ubuntu 7.02

ProblemType: Bug
Architecture: i386
Date: Sun Jun 29 09:29:21 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
cannot play encrypted dvd since update to ubuntu 8.04
https://bugs.launchpad.net/bugs/243897
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 164020] Missing sources while upgrading from 7.04 to 7.10

2007-11-20 Thread Gj
Public bug reported:

automatic update from system 7.04 to 7.10 (Aktualisierungsverwaltung):

Failed to fetch 
http://medibuntu.sos-sts.com/repo/dists/feisty/free/binary-i386/Packages.gz 404 
Not Found
Failed to fetch 
http://medibuntu.sos-sts.com/repo/dists/feisty/non-free/binary-i386/Packages.gz 
404 Not Found
Failed to fetch 
http://medibuntu.sos-sts.com/repo/dists/feisty/free/source/Sources.gz 404 Not 
Found
Failed to fetch 
http://medibuntu.sos-sts.com/repo/dists/feisty/non-free/source/Sources.gz 404 
Not Found

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Missing sources while upgrading from 7.04 to 7.10
https://bugs.launchpad.net/bugs/164020
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 116831] Re: brasero unable creating multi-session dvd

2007-06-07 Thread GJ
On Thu, 2007-06-07 at 20:21 +, Mario Đanić wrote:
> Can you please try reproducing the bug with brasero 0.5.90 that landed
> in Gutsy?
> 
> ** Changed in: brasero (Ubuntu)
>  Assignee: (unassigned) => Mario Đanić
>Status: Unconfirmed => Needs Info
> 

I don't know how to install packages from Gutsy but I found this one:

http://download.ubuntu.pl/_Feisty_Fawn/brasero/

and this one seems to work.
It's also 0.5.90. I suppose it's the same package as the Gutsy one.

Kind regards,

Gerry

-- 
brasero unable creating multi-session dvd
https://bugs.launchpad.net/bugs/116831
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 116831] brasero unable creating multi-session dvd

2007-05-25 Thread GJ
Public bug reported:

Binary package hint: brasero

I start Brasero 0.5.2 and select "Data Project". 
After I drag some files and drop them into Brasero, I click the "Burn" button.
A dialog appears. I check the option "Leave the disc open to add other files 
later".
When I click the "Burn" button, the dvd has been successfully written
except... the disc is closed and no more files can be added.

I work with Ubuntu Feisty and did install brasero by apt-get.

** Affects: brasero (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
brasero unable creating multi-session dvd
https://bugs.launchpad.net/bugs/116831
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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