[Bug 1892634] [NEW] WARNING: Seat type 'xlocal' is deprecated, use 'type=local' instead

2020-08-23 Thread John Veness
Public bug reported: File /usr/share/lightdm/lightdm.conf.d/90-nvidia.conf contains "type=xlocal" but this gives "WARNING: Seat type 'xlocal' is deprecated, use 'type=local' instead" in lightdm.log. ** Affects: nvidia-prime (Ubuntu) Importance: Undecided Status: New -- You receive

[Bug 1877525] Re: 20.04 updater release notes still as development release

2020-05-08 Thread John Veness
I believe this is due to the information in https://changelogs.ubuntu.com/meta-release where the information for 20.04 points to - http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/DevelReleaseAnnouncement and - http://archive.ubuntu.com/ubuntu/dists/focal-upda

[Bug 1604058] Re: virtualbox+usb 3.0 breaks boot, -28 kernel works

2016-07-20 Thread John Veness
Yes, the 4.4.0-32.51~lp1604058masterNext kernel doesn't boot for me either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1604058 Title: virtualbox+usb 3.0 breaks boot, -28 kernel works To manage n

[Bug 1604058] Re: virtualbox+usb 3.0 breaks boot, -28 kernel works

2016-07-19 Thread John Veness
This bug also affected me, and the jsalisbury kernel fixed the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1604058 Title: virtualbox+usb 3.0 breaks boot, -28 kernel works To manage notif

[Bug 1579424] [NEW] Add more fields to RSS feed description

2016-05-07 Thread John Veness
Public bug reported: Currently, the description for an episode in the RSS feed contains simply the description stored in MythTV. I would like to enhance it to contain more information, such as: Show title Episode title Channel Recording time Episode number for example. Maybe other things could b

[Bug 1578387] Re: Mythexport creates files with wrong permissions

2016-05-07 Thread John Veness
I have worked around this by adding: system("chmod 666 \'$self->{_outputFile}$self->{_extension}\'"); after the ffmpeg line in the .pm file in the configs folder. This seems inelegant but does work. Another user on the mythtv-users mailing list confirmed they were affected the same after upgradin

[Bug 1579423] Re: Episode subtitle in RSS feed contains underscores

2016-05-07 Thread John Veness
Sorry, I meant "should have $subtitle changed to $subtitle_old." ** Also affects: mythexport (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/1579423

[Bug 1075791] Re: Fails to create a video with MythTV 0.26

2016-05-07 Thread John Veness
I suggest this bug be renamed something like "Changes required for UTC times in MythTV 0.26 and higher. I can confirm that changing %STARTTIME% to %STARTTIMEUTC% in the user job (which is created in the setupsave.cgi file) fixes the problem. A knock on effect is that, for episodes with no subtitl

[Bug 1497800] Re: Add Image for RSS Feed

2016-05-07 Thread John Veness
I have tested this and it works well. I don't know if that image URL is permanent/unchanging, or whether it would be best to distribute the PNG with the mythexport package and host it locally. I wonder if it's possible to have per-episode images in the RSS feed too? ** Also affects: mythexport (U

[Bug 1038439] Re: RSS feed always uses video/mpeg, even for MP3s

2016-05-07 Thread John Veness
Having looked at the code some, I can think of a couple of ways to handle this. The first would be to add an attribute (sorry if that isn't the correct perl terminology) like the existing "extension" one to the config .pm files. It could be called mimetype, and could default to "video/mpeg" in the

[Bug 719505] Re: mythexport does not create unique filenames

2016-05-07 Thread John Veness
I was also affected by this issue. The patch in #3 fixes this 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/719505 Title: mythexport does not create unique filenames To manage notifications

[Bug 1578387] Re: Mythexport creates files with wrong permissions

2016-05-06 Thread John Veness
I have been looking into this more, and it looks like a umask issue. By adding debugging output to /usr/bin/mythexport-daemon, I see that the umask is fine until the startDaemon call, at which point it's set to 066. Presumably it is this that is creating the files with the permissions they have. s

[Bug 1578387] [NEW] Mythexport creates files with wrong permissions

2016-05-04 Thread John Veness
Public bug reported: I upgraded my system from Ubuntu 12.04 to 14.04. Back in 12.04 the files that mythexported created had 666 permissions, owner mythtv, group mythtv. In 14.04 they are still the same owner and group but have permissions 600. This means that I cannot download them through the RSS

[Bug 719505] Re: mythexport does not create unique filenames

2016-05-04 Thread John Veness
** Also affects: mythexport (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/719505 Title: mythexport does not create unique filenames To manage no

[Bug 1038439] Re: RSS feed always uses video/mpeg, even for MP3s

2016-05-04 Thread John Veness
** Also affects: mythexport (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/1038439 Title: RSS feed always uses video/mpeg, even for MP3s To manag

[Bug 648451] Re: Exported shows are allowed to be exported again

2012-08-18 Thread John Veness
Also, initially exporting to a temporary folder and only moving to the destination folder when fully exported, would have advantages not just for RSS users. For example, someone using an rsync client or some other method of syncing files from the normal export folder would be able to safely perform

[Bug 648451] Re: Exported shows are allowed to be exported again

2012-08-18 Thread John Veness
Being able to re-export the same program, for example after editing a config, is a useful feature and I would prefer to *not* see it blocked. But Steve's problem is a genuine one. Usually the exported program is not added to the RSS feed until after the export is completed, and so an RSS client wo

[Bug 997569] Re: Cannot pycompile python-qt4

2012-05-23 Thread John Veness
After a lot of debugging of the pycompile code, I've finally realised that this was caused by a local problem. One of my python-qt4 files (/usr/share/pyshared/PyQt4/uic/Loader/loader.py) was corrupt - it was a binary file rather than a text file, which caused pycompile to fail. It would have been n

[Bug 997569] [NEW] Cannot pycompile python-qt4

2012-05-10 Thread John Veness
Public bug reported: I have a problem with package python-qt4 in Ubuntu 12.04 (package version 4.9.1-2ubuntu1). It's postinst script is failing, with: Sorry: TypeError: ('compile() expected string without null bytes',) If I manually type in the command in the postinst script, adding -v for verbo

[Bug 370261] Re: nvram-wakeup buffer overflow detected

2009-08-02 Thread John Veness
I had the same buffer overflow problem in Jaunty but the package in jaunty-proposed has fixed it for me. Many thanks. -- nvram-wakeup buffer overflow detected https://bugs.launchpad.net/bugs/370261 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 57153] Re: xorg-server 1:1.0.2-0ubuntu10.3 breaks X: "no screens found"

2006-08-24 Thread John Veness
** Description changed: - xorg-server-core 1:1.0.2-0ubuntu10.4 included a fix for a PCI support + xorg-server-core 1:1.0.2-0ubuntu10.3 included a fix for a PCI support bug which inadvertently caused the X server to fail to start for some users. If you have been affected by this problem, pleas