Public bug reported:
in daemon.c do_exit() triggers exit(0); it should run gtk_main_quit() to
stop the main process.
I have submitted a pull request:
https://github.com/mate-desktop/mate-notification-daemon/pull/229
https://github.com/mate-desktop/mate-notification-daemon/pull/229/files
[ 541
Hi,
I saw that, but I'm not sure if the impact of this bug is known. My
system crashed at least 3 times during the setup, I installed it via
USB Ethernet and also had a USB flash stick attached. The system froze
completely.
This issue can be triggered through poor USB connectivity. I first
thought
** Patch removed: "kaffeine-2.0.18_support_sundtek_devices.diff"
https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/1398850/+attachment/5825764/+files/kaffeine-2.0.18_support_sundtek_devices.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
Latest Patch to support Sundtek TV Tuners with Kaffeine and Ubuntu /
etc.
** Patch added: "kaffeine-2.0.18_support_sundtek_devices.diff"
https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/1398850/+attachment/5825764/+files/kaffeine-2.0.18_support_sundtek_devices.diff
** Changed in: kaffe
Public bug reported:
There are many reports out there about mate panel crashes.
Ubuntu Version used: Mantic
People taking care about this package should make a decision and use the latest
mate-panel sourcecode in order to not duplicate developer efforts to fix bugs.
Mate-panel is a highly unsta
Public bug reported:
dconf-editor crashes with Ubuntu Mantic and the Mate Desktop
environment. The solution was to install the latest dconf-editor from
source.
https://gitlab.gnome.org/GNOME/dconf-editor
** Affects: dconf-editor (Ubuntu)
Importance: Undecided
Status: New
--
You r
Public bug reported:
Coasting is the kind of automatic afterscroll like on the iphone, it doesn't
work properly with the version provided by Ubuntu Mantic amd64.
Sometimes it scrolls automatically sometimes it just stops immediately.
Solution => install the xserver-xorg-input-synaptics git versi
http://quickgit.kde.org/?p=kaffeine.git&a=commit&h=333ba6c927df747b61d8ba25b097741ac353dfc2
** Attachment added: "kaffeine_patch_5_december_2014_kde_org.diff.txt"
https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/1398850/+attachment/4274355/+files/kaffeine_patch_5_december_2014_kde_org.d
Public bug reported:
Please add following patch:
http://quickgit.kde.org/?p=kaffeine.git&a=commit&h=333ba6c927df747b61d8ba25b097741ac353dfc2
It's already in the official Kaffeine repository and has been shipped in
custom builds to affected users
** Affects: kaffeine (Ubuntu)
Importance: Un
You should close this issue, it is and was related to the graphic-card
driver. However within the last 4 years there have been many changes to
various graphiccard drivers.
** Changed in: tvtime (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member
Public bug reported:
This is some kind of critical bug for Ubuntu, someone tried to patch analogTV
support and disabled it by doing so.
The corresponding Video4Linux2 functions are disabled with Ubuntu Natty.
The original code disables Video4Linux2 Support, analogTV will time out
when selecting
** Changed in: mythtv (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869675
Title:
MythTV V4L2 Bug (specific to Ubuntu!)
To manage notifications about this b
--- tvtime.c.old2011-06-28 11:02:53.0 +0200
+++ tvtime.c2011-06-28 11:01:31.0 +0200
@@ -2071,7 +2071,7 @@
if( osd ) tvtime_osd_signal_present( osd, 1 );
} else if( tuner_state == TUNER_STATE_NO_SIGNAL ) {
if( osd ) tvtime_osd_signal_pre
--- tvtime.c.old2011-06-28 11:02:53.0 +0200
+++ tvtime.c2011-06-28 11:01:31.0 +0200
@@ -2071,7 +2071,7 @@
if( osd ) tvtime_osd_signal_present( osd, 1 );
} else if( tuner_state == TUNER_STATE_NO_SIGNAL ) {
if( osd ) tvtime_osd_signal_pre
Public bug reported:
please add following patch ASAP:
--- tvtime.c.old2011-06-28 11:02:53.0 +0200
+++ tvtime.c2011-06-28 11:01:31.0 +0200
@@ -2071,7 +2071,7 @@
if( osd ) tvtime_osd_signal_present( osd, 1 );
} else if( tuner_state == TUNER_STATE_N
The affected notebook is Asus UL80VT.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752379
Title:
Massive audio problems with Ubuntu 10.10 and NVidia HDA
--
ubuntu-bugs mailing list
ubuntu-bugs@li
Public bug reported:
Binary package hint: pulseaudio
01:00.1 Audio device [0403]: nVidia Corporation High Definition Audio
Controller [10de:0be3] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device [1043:1bc2]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Step
On Tue, Jul 13, 2010 at 5:14 PM, David Kühling
<544...@bugs.launchpad.net> wrote:
> This bugfix is incomplete. Isochronous transfers are still broken, when
> running 32-bit software on a 64-bit kernel. Function
> processcompl_compat() in devio.c needs a similar fix to the fix that was
> applied t
when starting tvtime from the menu tvtime will usually not work because the
first device usually is a webcam.
please replace videoinput_new() in tvtime.c with following implementation, it
will search /dev for alternative video devices if the default videodevice is
inappropriate
/* somethin
On Thu, May 6, 2010 at 2:34 PM, Whoopie wrote:
> Building a package in my testing PPA now ->
> https://launchpad.net/~whoopie79/+archive/testing/+packages
>
this works fine thanks for putting everything together.
I did following tests:
* tvtime does not work with uvcvideo but should not crash it
On Thu, May 6, 2010 at 1:18 PM, Markus Rechberger wrote:
> tvtime-1.0.2.orig/src/videoinput.h
> -+++ tvtime-1.0.2/src/videoinput.h
> -@@ -280,6 +280,20 @@ int videoinput_get_pal_audio_mode( video
> +diff -Naur a/src/videoinput.h b/src/videoinput.h
> +--- a/src/videoinput.h 2010-05-06 11:46:09
tvtime-1.0.2.orig/src/videoinput.h
-+++ tvtime-1.0.2/src/videoinput.h
-@@ -280,6 +280,20 @@ int videoinput_get_pal_audio_mode( video
+diff -Naur a/src/videoinput.h b/src/videoinput.h
+--- a/src/videoinput.h 2010-05-06 11:46:09.0 +0200
b/src/videoinput.h 2010-05-06 11:40:37.000
Hi,
On Thu, May 6, 2010 at 12:10 PM, Whoopie wrote:
> Hi Markus, could you review the attached patch if it includes all needed
> changes?
>
> Then, I would create a debdiff and ask for an SRU.
>
the vidin checks are missing in tvtime.c this still causes tvtime to
crash when no device is attached
the tvtime.c diff is messed up with other changes here are the relevant
ones for tvtime.c:
@@ -1204,11 +1176,14 @@
int matte_y = 0;
int matte_h = 0;
int matte_mode = 0;
int restarttvtime = 0;
int return_value = 0;
int last_current_id = -1;
int quiet_screenshots =
attached the diff for tvtime.c and audiolib.c
** Patch added: "tvtime.patch"
http://launchpadlibrarian.net/47888006/tvtime.patch
--
tvtime crashes when no device is attached/tvtime does not work when handset is
attached
https://bugs.launchpad.net/bugs/575938
You received this bug notificatio
Public bug reported:
Binary package hint: tvtime
the audio patch from whoopie introduces some issues
1. tvtime will not start when a particular USB Audio device is attached
which does not support 2 channels(stereo), a USB Handset can cause this
issue
2. tvtime will crash when there's no device
** Changed in: linux (Ubuntu)
Status: Confirmed => Fix Committed
** Changed in: sane-backends
Status: New => Fix Committed
** Changed in: virtualbox
Status: New => Fix Committed
** Changed in: tvtime
Status: New => Fix Committed
** Changed in: qemu
Status: New
mounting usbfs is depreciated, and known that it will be removed for
years.
udev creates the devicenodes in /dev/bus/usb nowadays.
This seems to be a bug in the application rather than in ubuntu.
** Changed in: linux (Ubuntu)
Status: New => Invalid
--
Can't open /proc/bus/usb/ after ke
** Package changed: tvtime (Ubuntu) => linux (Ubuntu)
** Also affects: tvtime
Importance: Undecided
Status: New
** Also affects: qemu
Importance: Undecided
Status: New
** Also affects: virtualbox
Importance: Undecided
Status: New
** Also affects: sane-backends
I
** Changed in: tvtime (Ubuntu)
Status: New => Confirmed
--
usbfs is bugged with >2.6.32.9 and <=2.6.33 (breaks VMWare, Qemu, sane
scanners, ...)
https://bugs.launchpad.net/bugs/544527
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/41650146/Dependencies.txt
--
usbfs is bugged with >2.6.32.9 and <=2.6.33 (breaks VMWare, Qemu, sane
scanners, ...)
https://bugs.launchpad.net/bugs/544527
You received this bug notification because you are a member of Ubunt
Public bug reported:
Binary package hint: tvtime
There's a problem with isochronous and usbfs, suse tried to improve usbfs but
it end up that it broke usbfs.
For isochronous the entire packet needs to be copied and not only a part of it.
http://lkml.org/lkml/2010/2/26/490 (Report)
http://lkml.
Public bug reported:
There's a patch available for fixing an isochronous usb memory leak in the
kernel.
Systems between 2.6.27-(earlier than) 2.6.29 are affected by this as far as I
know.
The patch is available:
http://article.gmane.org/gmane.linux.usb.general/15315/match=urb+leak
When the ker
On Sat, Apr 4, 2009 at 10:42 PM, gborzi wrote:
> The first one, empia-modules-source_0.020081230-0ubuntu1_all.deb, works
> on Hardy; the second one, empia-modules-
> source_0.020090217-0ubuntu1_all.deb works on Intrepid. These packages
> use dkms to work, i.e. the first time a new kernel is booted
owto's mentined on this page are from 2007. How
> do you call it if not by term "outdated"?
>
outch, this ubuntu wikisite is totally outdated yes.
Those firmwares should not even be available on the net anymore because they're
just confusing....
Markus
> 2009/3/31 Mark
On Tue, Mar 31, 2009 at 9:43 PM, Leszek wrote:
> These webpages describe things to have alternative driver working - the one
> from www.mcentral.de . And by the way they are outdated since driver is
> developed and things change.
>
I would not say that they are outdated, it's still the only way t
On Thu, Jan 29, 2009 at 9:19 PM, greg_b wrote:
> Hi gborzi,
>
> I tested your package on hardy, kernel 2.6.23-23-generic with a Cinergy
> Hybrid T USB XS.
>
There's a 2.6.27 kernel available I think which should work properly!
Since they got rid of the linux-ubuntu-module package that issue
shoul
On Thu, Jan 29, 2009 at 2:41 AM, gborzi wrote:
> Hello to everyone,
> I have experienced the keyboard hang when plugging and unplugging repeatedly
> (at least 4+ times) the USB tv stick. Googling for this problem, I have found
> a similar keyboard hang problem related to laptop hibernation/resum
On Sat, Oct 18, 2008 at 4:00 PM, Compuwalah <[EMAIL PROTECTED]> wrote:
> HVR900 B2C0
> Clean Hardy Install 32 bit/386 (2.6.24-19-generic kernel) + applied all
> updates to bring it to latest
> Installed the 20080804 generic deb package from Marcus.
> Everything is working fine
> audio
> ana
On Fri, Sep 5, 2008 at 3:55 PM, Shiraz Khan <[EMAIL PROTECTED]> wrote:
> I built tvtime using sources from mcentral.de.
>
let me update the buildscripts tomorrow for ubuntu. I just set up my
buildsystems on thursday (received them very late).
Markus
--
2.6.24.12 won't boot with em28xx device
ht
On Fri, Aug 29, 2008 at 4:58 PM, DougM <[EMAIL PROTECTED]> wrote:
> Markus,
> The alpha code for em28xx and tvtime work well for analog TV on my eeepc,
> however still no joy on the DVB.
> uname: Linux dm12345 2.6.24-21-eeepc #1 SMP Thu Aug 7 22:18:05 MDT 2008 i686
> GNU/Linux
>
> I did notice lg
On Wed, Aug 27, 2008 at 2:55 AM, Markus Rechberger
<[EMAIL PROTECTED]> wrote:
> On Wed, Aug 27, 2008 at 1:01 AM, Markus Rechberger
> <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I have some good news we're replacing the alsa driver with a vendor
>> specific audio driver, this will allow to compile the d
On Wed, Aug 27, 2008 at 1:01 AM, Markus Rechberger
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have some good news we're replacing the alsa driver with a vendor
> specific audio driver, this will allow to compile the driver again the
> normal way! The driver should be available within the next few days.
Hi,
I have some good news we're replacing the alsa driver with a vendor
specific audio driver, this will allow to compile the driver again the
normal way! The driver should be available within the next few days.
Markus
On Wed, Aug 27, 2008 at 12:33 AM, Olivier <[EMAIL PROTECTED]> wrote:
> Hello
*** This bug is a duplicate of bug 210132 ***
https://bugs.launchpad.net/bugs/210132
On Sun, Aug 24, 2008 at 8:53 PM, Mackenzie Morgan <[EMAIL PROTECTED]> wrote:
> *** This bug is a duplicate of bug 210132 ***
>https://bugs.launchpad.net/bugs/210132
>
> ** This bug has been marked a duplic
On Thu, Aug 21, 2008 at 11:07 PM, pudland <[EMAIL PROTECTED]> wrote:
> hello,
> I have a pinnacle pctv hd pro stick 801e.
> I have: Linux version 2.6.24-19-generic ([EMAIL PROTECTED]) (gcc version
> 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 23:41:49 UTC 2008
>
> I justed installed the:
>
On Mon, Aug 11, 2008 at 8:49 AM, Alexander Schaber
<[EMAIL PROTECTED]> wrote:
> alexander:~$ cat /proc/version
> Linux version 2.6.24-19-generic ([EMAIL PROTECTED]) (gcc version 4.2.3
> (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Jul 11 21:01:46 UTC 2008
>
> alexander:~$ uname -a
> Linux alexander-laptop
On Sat, Aug 9, 2008 at 2:40 PM, Alexander Schaber
<[EMAIL PROTECTED]> wrote:
> Hello Markus,
>
> (Hardware: Cinergy Hybrid XS FM)
>
> I've just tried your "latest" packages on a Ubuntu 8.04 x86 Machine with
> all patches applied. And it worked! :)
>
> And I've also just tried your "latest" packages
On Sat, Aug 9, 2008 at 6:49 AM, Alexey Vinogradov
<[EMAIL PROTECTED]> wrote:
> I've compiled working em28xx myself for 2.6.24-20-eeepc by placing the
> em28xx code inside LUM sources and recompiling the LUM.
>
it's not so difficult.
> I am going to publish this howto in a wiki.
>
not sure if you
On Wed, Aug 6, 2008 at 9:57 PM, greg_b <[EMAIL PROTECTED]> wrote:
> MarkusRechberger a écrit :
>> A small howto again:
>> run "cat /proc/version"
>> Linux version 2.6.24-19-generic ([EMAIL PROTECTED]) (gcc version 4.2.3
>> (Ubuntu 4.2.3-2ubuntu7)) #1
On Sat, Aug 2, 2008 at 12:07 AM, Jean-Baptiste Lallement
<[EMAIL PROTECTED]> wrote:
> confirming due to the number of comments.
>
> Markus if you have a package that solves this issue, can you refer to
> https://wiki.ubuntu.com/SponsorshipProcess and see if it can be
> sponsored for inclusion in Ub
I'm preparing the latest package for 2.6.24-19 right now and a patch
for the linux ubuntu modules package that this issue will be fixed in
future...
Markus
On Tue, Jul 1, 2008 at 8:58 PM, veerstaad <[EMAIL PROTECTED]> wrote:
> Hi,
>
> device: MSI DigiVOX A/D II
>
> Problems:
>
> 1. Ubuntu cannot
On Thu, Jun 12, 2008 at 9:56 PM, Vincenzo Di Massa <[EMAIL PROTECTED]> wrote:
> MarkusRechberger wrote:
>> (I'm just
>> waiting for the green light from Empia to publish the latest code
>> which adds VBI/Teletext support and fixes some critical and non
>> c
On Thu, Jun 12, 2008 at 11:47 AM, greg_b <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have still the problem "FIXME:em28xx_i2c_send_bytes(1e): write failed" when
> I start Kaffeine after booting with device inserted.
> I made some researchs and I found some peaple saying that it is no longer
> needed t
Hi,
On Tue, Jun 10, 2008 at 5:27 PM, jmw86069 <[EMAIL PROTECTED]> wrote:
> Marcus, although I'm very confused about the various kernels and builds,
> I understand you're expecting a new release next week. Until then, my
> question focuses on the remote.
>
> I was able to run "irrecord -H devinput
Hi,
On Sun, Jun 8, 2008 at 9:17 PM, Treviño (Marco Trevisan)
<[EMAIL PROTECTED]> wrote:
> I've this bug too... :(
>
> Pinnacle PCTV Hybrid Pro Stick 330e.
> Since I prefer not to change the kernel of the machine I'm using on, I'm
> trying to get it running on Hardy, but I failed :/
> I mean, I ca
On Tue, Jun 3, 2008 at 1:10 PM, AndiTheBest <[EMAIL PROTECTED]> wrote:
> @Laurent
>
> these kern messages are normal, i have the same on 2.6.24-16 while scanning,
> but it works.
> I tought that it don't work too but than i recognized that my active antenna
> had no current ;)
>
Sorry I'm finish
On 5/29/08, Gerald Beuchelt <[EMAIL PROTECTED]> wrote:
> Ah, I see - which repository are the empiatech driver in? So far, I only
> found the v4l drivers, and with these I run into the keyboard and hald
> issues ...
>
http://mcentral.de/hg/~mrec/em28xx-new
before asking questions how to get it wo
On 5/29/08, Gerald Beuchelt <[EMAIL PROTECTED]> wrote:
> Markus -
>
> Is there any chance that you can post the links for the 2.6.24-17
> kernel? Beyond that, I would highly appreciate if you could make the
> source available - one of my issues is that my AMD installation reports
> as i686 architec
Bastian, keep the kernel and try the same installation! :-)
(again just as a note don't link those packages anywhere there will be
updated ones available soon)
--
2.6.24.12 won't boot with em28xx device
https://bugs.launchpad.net/bugs/204578
You received this bug notification because you are a m
this is not needed and mixing up v4l-dvb-kernel or v4l-dvb-experimental with
the precompiled drivers will definitelly break!
You now have to restore your kernel/modules in order to get the media driver
subsystem clean again.
$ hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel
$ cd v4l
you have to compile it by yourself at the moment, I'm investigating a couple of
ways to improve that part of tvtime.
The tvtime version on that site works with fglrx using software rendering, best
is still to move the output to openGL which I'll probalby do this week.
The patches will finally be
when using em28xx based hybrid devices someone might currently run into
a problem with dbus:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/230877
if the system says that the devicenode is in use but you haven't started
a tv application run:
$ lsof -n | grep video
and either close or kill
please do not use those packages in any tutorials because they will be updated
frequently and the version number will be raised.
I will set up a site on mcentral.de which keeps track of the latest packages
also for other distributions.
Installation:
open a terminal and run following command, thi
this is either a problem of the saa7134 alsa driver or of your soundcard driver.
how do you record sound with mencoder?
Markus
--
Distorted sound when watching channel with SECAM standard
https://bugs.launchpad.net/bugs/70050
You received this bug notification because you are a member of Ubuntu
this is either a problem of the saa7134 alsa driver or of your soundcard driver.
how do you record sound with mencoder?
Markus
--
Distorted sound when watching channel with SECAM standard
https://bugs.launchpad.net/bugs/70050
You received this bug notification because you are a member of Ubuntu
does this bug still happen?
--
[apport] tvtime crashed with SIGSEGV
https://bugs.launchpad.net/bugs/115383
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
This is confirmed and the the has the same problem as following report:
https://bugs.launchpad.net/ubuntu/+source/tvtime/+bug/210132
in the 3d environment or with newer ATI graphiccards 2d overlay is not
available anymore (neither is there any compatibility layer available as
with the nvidia drive
what tv card do you have/what tv driver do you use?
and what graphiccard/driver do you use?
Markus
--
tvtime causes xorg to freeze
https://bugs.launchpad.net/bugs/175300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs m
just checking the email me about changes button...
--
[hardy] tvtime won't show anything with fglrx
https://bugs.launchpad.net/bugs/210132
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.ubu
Hi,
I have an experimental version of tvtime on mcentral.de it needs some cleanup
(and it's also unstable when resizing the video).
I expect to do so during the next time.
I will provide a package when I'm done with it. As for the people who
cannot wait for it you can compile it manually and it
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/120266
this bug got reported earlier here
--
dbus inherits parent filedescriptors
https://bugs.launchpad.net/bugs/230877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/230877
this is very likely the same problem.
--
dbus sometimes holds a reference to deleted files
https://bugs.launchpad.net/bugs/120266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
could be, I'm just setting up a build system for that driver also to
catch further updates of the sourcecode and automatically generatore
.deb packages for ubuntu 7.10, 8.04 (32/64 bit) as well as for other
distributions.
--
2.6.24.12 won't boot with em28xx device
https://bugs.launchpad.net/bugs/
** Changed in: linux-source-2.6.20 (Ubuntu)
Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => MarkusRechberger
(mrechberger)
--
Cinergy XS isn't detected.
https://bugs.launchpad.net/bugs/108263
You received this bug notification because you are a member of Ubuntu
Bugs,
I will release a Ubuntu Package for that driver within the next few
days. The issue is solved and caused because the module isn't built
against the ubuntu linux module sources (which comes in an extra
package).
The installation instruction on mcentral.de won't solve that problem
unless someone rec
I committed a better fix for this issue a while ago, it's already live
in the v4l-dvb repository on linuxtv.
http://lists-archives.org/video4linux/16410-v4l-saa7134-module.html
--
saa7134-dvb not loaded automatically
https://launchpad.net/bugs/56801
--
ubuntu-bugs mailing list
ubuntu-bugs@list
77 matches
Mail list logo