[Ubuntustudio-bugs] [Bug 1800817] Re: Ubuntu Studio seeds switched to git

2018-11-01 Thread Steve Langasek
This debdiff has reintroduced powerpc as an architecture. Why is this? It also introduces a font-meta seed which I don't find anywhere in the source. So this doesn't look ready for sponsorship as-is. ** Changed in: ubuntustudio-meta (Ubuntu) Status: Fix Committed => Incomplete -- You r

[Ubuntustudio-bugs] [Bug 1800817] Re: Ubuntu Studio seeds switched to git

2018-11-01 Thread Steve Langasek
Also I notice this in the debian/copyright diff: Copyright: 2006, Joseph Jackson IV That's an invalid URL, and anyway there's no requirement to list anything other than the name for a copyright holder when contact information is unavailable. (But there was previously an email address of jjacks

[Ubuntustudio-bugs] [Bug 1818373] Re: [FFe] grub2-themes-ubuntustudio

2019-03-05 Thread Steve Langasek
(basically, I think this doesn't require an FFe at all since it's just a theme - it would fall under UIFe but not FFe.) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to The Ubuntu Studio Project. Matching subscriptions: UbuntuStudio Bugs

[Ubuntustudio-bugs] [Bug 1818373] Re: [FFe] grub2-themes-ubuntustudio

2019-03-05 Thread Steve Langasek
Entirely new package; trivially approved. ** Changed in: grub2-theme-ubuntustudio Status: New => Triaged ** Changed in: ubuntustudio-meta (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to Th

[Ubuntustudio-bugs] [Bug 1818366] Re: [FFe] Carla: Please Upload to Universe

2019-03-05 Thread Steve Langasek
new package, to be swapped out in the seed for another; trivial FFe approval. ** Changed in: ubuntustudio-meta (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to The Ubuntu Studio Project. Matching s

[Ubuntustudio-bugs] [Bug 1818373] Re: [needs-packaging] [FFe] grub2-themes-ubuntustudio

2019-03-07 Thread Steve Langasek
Feedback on the grub2-themes-ubuntustudio package in NEW: - please review the output of 'lintian -I *changes' on packages. In particular, in this case: W: grub2-themes-ubuntustudio source: newer-standards-version 4.3.0 (current is 4.2.1) (there should be no reason for an out-of-date standard

[Ubuntustudio-bugs] [Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-03 Thread Steve Langasek
-self.usb_plug_check.set_active(self.usb) +if self.usb == "True": +self.usb_plug_check.set_active(True) +elif self.usb == "False": +self.usb_plug_check.set_active(False) I think this could be instead written as self.usb_plug_check.set_active(self.usb == "True") t

[Ubuntustudio-bugs] [Bug 1826413] Re: ALSA Jack Midi bridge off selection not surviving a reboot

2019-05-03 Thread Steve Langasek
-self.usb_plug_check.set_active(self.usb) +if self.usb == "True": +self.usb_plug_check.set_active(True) +elif self.usb == "False": +self.usb_plug_check.set_active(False) I think this could be instead written as self.usb_plug_check.set_active(self.usb == "True") t

[Ubuntustudio-bugs] [Bug 1827288] Re: [Needs Packaging] LSP-Plugins for Eoan

2019-05-06 Thread Steve Langasek
The version number in the debian/changelog of the git branch is wrong; this needs to be a non-native package using the upstream tarball from sourceforge. + libjack-jackd2-dev | libjack-dev, + php7.2-cli | php5-cli, + cairo-static | libcairo2-dev, why are you using alternative build-dependencies f

[Ubuntustudio-bugs] [Bug 1827288] Re: [Needs Packaging] LSP-Plugins for Eoan

2019-05-07 Thread Steve Langasek
Thanks, this looks much better now, but there are a number of lintian errors that need to be addressed to get this archive-ready. $ lintian ../lsp-plugins_1.1.9*changes E: lsp-plugins-vst: binary-or-shlib-defines-rpath usr/lib/vst/lsp-plugins-lxvst-1.1.9/lsp-plugins-vst-comp-delay-mono.so /usr/l

[Ubuntustudio-bugs] [Bug 1811571] Re: [SRU] Update to maintenance release 2.2.4 in Bionic

2019-05-24 Thread Steve Langasek
Hello Amr, or anyone else affected, Accepted lyx into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lyx/2.2.4-0ubuntu0.18.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki

Re: [Ubuntustudio-bugs] [Bug 1827288] Re: [Needs Packaging] LSP-Plugins for Eoan

2019-06-03 Thread Steve Langasek
On Mon, Jun 03, 2019 at 05:03:53PM -, Ɓukasz Zemczak wrote: > 2) I still see that override_dh_auto_test disables tests. In comment #6 > you mentioned that you were somehow able to make those working. Do those > really not work currently? Of course if there's no way of running them > during buil

[Ubuntustudio-bugs] [Bug 1595358] Re: [SRU] Update to maintenance release 2.1.5 in Xenial

2019-06-14 Thread Steve Langasek
** Description changed: IMPACT --- http://www.lyx.org/announce/2_1_5.txt LyX 2.1.5 is the fifth, and final, maintenance release in the 2.1.x series. You can download LyX 2.1.5 from http://www.lyx.org/Download/. LyX 2.1.5 is the result of ongoing efforts to make our stable ver

[Ubuntustudio-bugs] [Bug 1757659] Re: RM: Please port your package away from Qt 4

2020-03-05 Thread Steve Langasek
Current hydrogen in Ubuntu uses qt5, so we should not remove this despite it being removed from Debian. ** Changed in: hydrogen (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to hydrogen in

[Ubuntustudio-bugs] [Bug 1897729] Re: FeatureFreeze exception for new Pitivi release

2020-10-02 Thread Steve Langasek
** Changed in: pitivi (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to pitivi in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs https://bugs.launchpad.net/bugs/1897729 Title: FeatureFreeze ex

[Ubuntustudio-bugs] [Bug 1455920] Re: settings from saved config files are not loaded correctly

2015-09-04 Thread Steve Langasek
This fix has been included in version 0.3.0-2 of the package in Debian, which is also synced to Ubuntu wily. Marking this as resolved. ** Branch unlinked: lp:ubuntu/qmidiroute ** Changed in: qmidiroute (Ubuntu) Status: New => Fix Released -- You received this bug notification because yo

[Ubuntustudio-bugs] [Bug 1469221] Re: Move to webkit2gtk in main

2015-10-30 Thread Steve Langasek
The devhelp package in main has just dropped the delta to use webkitgtk instead of webkit2gtk: https://launchpad.net/ubuntu/+source/devhelp/3.18.1-1ubuntu1 Laney, what's the status of this bug? Is this transition moving forward for xenial? Do we need an MIR for webkit2gtk or just a committmen

[Ubuntustudio-bugs] [Bug 1546979] Re: [MIR] new font dependencies for texlive-fonts-extra

2016-02-22 Thread Steve Langasek
MIR for fonts-stix is already handled via bug #1487148. ** Changed in: fonts-stix (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to fonts-sil-gentium-basic in Ubuntu. Matching subscriptions: Ubuntu

[Ubuntustudio-bugs] [Bug 1624690] Re: [UIFe/FFe] Please upload ubuntustudio-default-settings

2016-10-03 Thread Steve Langasek
> The last user with upload-rights had to move on a bit > impromptu the day before UI-freeze, hence this request > for exceptional sponsorship. Is the ubuntustudio team doing something to address this? The folks responsible for the package changes in a flavor should have direct upload rights, and

[Ubuntustudio-bugs] [Bug 1652882] Re: Sync 8~dfsg0-3 from Debian Sid

2016-12-28 Thread Steve Langasek
This bug was fixed in the package a2jmidid - 8~dfsg0-2.1 Sponsored for Mattia Rizzolo (mapreri) --- a2jmidid (8~dfsg0-2.1) unstable; urgency=medium * Non-maintainer upload. * debian/patches: - ppc64-sigsegv.patch: sigsegv.c: added condition to use ucontext.h for ppc64, w

Re: [Ubuntustudio-bugs] [Bug 1652882] Re: Sync 8~dfsg0-3 from Debian Sid

2016-12-28 Thread Steve Langasek
On Wed, Dec 28, 2016 at 04:29:23PM -, Mattia Rizzolo wrote: > @vorlon Except that that's the wrong version (and therefor FTBFSed on > arm64) :) Heh, indeed, sorry :) > Anyway, guess now it's going to sync by itself once launchpad notices the > newest version. Yep! -- You received this bug

[Ubuntustudio-bugs] [Bug 1639409] Re: Please move xjadeo to universe

2017-03-22 Thread Steve Langasek
$ change-override -c universe xjadeo -S Override component to universe xjadeo 0.8.7-2 in zesty: multiverse/sound -> universe xjadeo 0.8.7-2 in zesty amd64: multiverse/sound/optional/100% -> universe xjadeo 0.8.7-2 in zesty arm64: multiverse/sound/optional/100% -> universe xjadeo 0.8.7-2 in zesty ar

[Ubuntustudio-bugs] [Bug 1678417] Re: Please rebuild pd-aubio against libaubio5

2017-04-01 Thread Steve Langasek
added a reference to this bug in the changelog so it will auto-close when pd-audio reaches zesty. Thank you for your contribution to Ubuntu! ** Changed in: pd-aubio (Ubuntu) Status: New => In Progress ** Changed in: pd-aubio (Ubuntu) Assignee: (unassigned) => Steve Langasek (vorl

[Ubuntustudio-bugs] [Bug 1698225] [NEW] zynjacku is seeded in ubuntustudio but removed from Debian

2017-06-15 Thread Steve Langasek
Public bug reported: The zynjacku package is in sync with Debian, but was removed from Debian in 2013. Normally we would also remove it from Ubuntu, but this package is seeded in ubuntustudio. If the Ubuntu Studio team wishes to maintain zynjacku, please upload it to Ubuntu with a changed mainta

[Ubuntustudio-bugs] [Bug 1698225] Re: zynjacku is seeded in ubuntustudio but removed from Debian

2017-06-15 Thread Steve Langasek
** Changed in: zynjacku (Ubuntu) Assignee: (unassigned) => Ubuntu Studio Development (ubuntustudio-dev) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to zynjacku in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs https://bugs.lau

Re: [Ubuntustudio-bugs] [Bug 1698225] Re: zynjacku is seeded in ubuntustudio but removed from Debian

2017-09-01 Thread Steve Langasek
On Fri, Sep 01, 2017 at 07:55:19AM -, Ross Gammon wrote: > I attach a debdiff for sponsorship to refresh the Ubuntu Studio meta > package for artful. Not much point in a debdiff since the changes are autogenerated by the update script. Uploading, thanks! -- You received this bug notificatio

[Ubuntustudio-bugs] [Bug 1698225] Re: zynjacku is seeded in ubuntustudio but removed from Debian

2017-09-06 Thread Steve Langasek
Removing packages: zynjacku 6-4build1 in artful zynjacku 6-4build1 in artful amd64 zynjacku 6-4build1 in artful arm64 zynjacku 6-4build1 in artful armhf zynjacku 6-4build1 in artful i386 zynjacku 6-4build1 in ar

[Ubuntustudio-bugs] [Bug 1746406] Re: demote packages not ready for python-pil (still using python-imaging)

2018-02-01 Thread Steve Langasek
** No longer affects: nautilus-image-manipulator (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to openshot in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs, Ubuntu Studio Bugs https://bugs.launchpad.net/bugs/1746406 Title:

[Ubuntustudio-bugs] [Bug 1746406] Re: demote packages not ready for python-pil (still using python-imaging)

2018-02-01 Thread Steve Langasek
** No longer affects: pycaptcha (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to openshot in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs, Ubuntu Studio Bugs https://bugs.launchpad.net/bugs/1746406 Title: demote package

[Ubuntustudio-bugs] [Bug 1746406] Re: demote packages not ready for python-pil (still using python-imaging)

2018-02-01 Thread Steve Langasek
** No longer affects: xmms2tray (Ubuntu) ** No longer affects: aafigure (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to openshot in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs, Ubuntu Studio Bugs https://bugs.launchpad.

[Ubuntustudio-bugs] [Bug 1746406] Re: demote packages not ready for python-pil (still using python-imaging)

2018-02-01 Thread Steve Langasek
** No longer affects: python-sponge (Ubuntu) ** No longer affects: pkpgcounter (Ubuntu) ** No longer affects: virtualbricks (Ubuntu) ** No longer affects: openshot (Ubuntu) ** No longer affects: opensesame (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Studi

[Ubuntustudio-bugs] [Bug 1746406] Re: demote packages not ready for python-pil (still using python-imaging)

2018-02-01 Thread Steve Langasek
** No longer affects: htmlgen (Ubuntu) ** No longer affects: mcomix (Ubuntu) ** No longer affects: pisa (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to phatch in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs https://bugs

[Ubuntustudio-bugs] [Bug 1746406] Re: demote packages not ready for python-pil (still using python-imaging)

2018-02-01 Thread Steve Langasek
** No longer affects: twms (Ubuntu) ** No longer affects: trac-wikiprint (Ubuntu) ** No longer affects: fofix-dfsg (Ubuntu) ** No longer affects: comix (Ubuntu) ** No longer affects: trac-diavisview (Ubuntu) ** No longer affects: photon (Ubuntu) ** No longer affects: keysync (Ubuntu) ** No l

[Ubuntustudio-bugs] [Bug 1382843] Re: uoa publishing on flickr, corrupted double-linked list error

2015-01-08 Thread Steve Langasek
package removed from trusty-proposed. ** Changed in: libsignon-glib (Ubuntu Trusty) Status: Fix Committed => Invalid -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to shotwell in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs

[Ubuntustudio-bugs] [Bug 1928087] Re: Please remove src:jack-rack

2021-06-11 Thread Steve Langasek
The reason this was not removed 7 years ago when it was removed in Debian was because Ubuntu Studio referenced it and so the Ubuntu Studio team picked it up as the maintainers. We should check if they still care about having it in Ubuntu and if they are going to do the work to migrate it to python

[Ubuntustudio-bugs] [Bug 1928087] Re: Please remove src:jack-rack

2021-06-11 Thread Steve Langasek
Removing packages from impish: jack-rack 1.4.8~rc1-2ubuntu4 in impish jack-rack 1.4.8~rc1-2ubuntu4 in impish amd64 jack-rack 1.4.8~rc1-2ubuntu4 in impish arm64 jack-rack 1.4.8~rc1-2ubuntu4 in impish armhf jack-rack 1.4.8~rc1-2u

[Ubuntustudio-bugs] [Bug 1942607] Re: unifont-bin not installable on i386

2021-09-10 Thread Steve Langasek
looks like a bug in the whitelist. The only package that's seeded is xfonts-unifont; this shouldn't require unifont-bin to be built on i386 in order for the seed requirements to be satisfied. I'll deal with this by fixing the tooling to exclude unifont from the seed (like we already do for a few

[Ubuntustudio-bugs] [Bug 1942607] Re: unifont-bin not installable on i386

2021-09-10 Thread Steve Langasek
Removing packages from impish-proposed: unifont-bin 1:13.0.06-1 in impish i386 Comment: Not for i386 1 package successfully removed. ** Changed in: unifont (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Studio Bugs, w

[Ubuntustudio-bugs] [Bug 1945855] Re: Please remove inkscape from the i386 whitelist

2021-10-04 Thread Steve Langasek
I don't know why you are seeing that output, because this is what I see: $ reverse-depends src:inkscape -a i386 -r impish Reverse-Recommends * cinnamon-desktop-environment * games-content-dev (for inkscape) * junior-art(for inkscape) * latex-make

[Ubuntustudio-bugs] [Bug 1945855] Re: Please remove inkscape from the i386 whitelist

2021-10-05 Thread Steve Langasek
The decision was taken based on community feedback to keep i386 around for binary compatibility. That includes compatibility with i386-only packages in the Ubuntu archive itself, for which ports to other architectures are not forthcoming. Given that inkscape is building fine on i386, I don't see

[Ubuntustudio-bugs] [Bug 983835] Re: jackdbus sigsegv handling itself crashes [SRU]

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be fixed for that release ** Changed in: jackd2 (Ubuntu Precise) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to jackd2 in Ubuntu

[Ubuntustudio-bugs] [Bug 937561] Re: H264 MOV files from Canon DSLR resolution reported as 1920x1088

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be fixed for that release ** Changed in: libav (Ubuntu Precise) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to libav in Ubuntu.

[Ubuntustudio-bugs] [Bug 998156] Re: GTK Print dialog sends broken custom page size attribute: "PageSize=Custom.Custom.x"

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be fixed for that release ** Changed in: gtk+3.0 (Ubuntu Precise) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to inkscape in Ub

[Ubuntustudio-bugs] [Bug 998156] Re: GTK Print dialog sends broken custom page size attribute: "PageSize=Custom.Custom.x"

2021-10-13 Thread Steve Langasek
The Precise Pangolin has reached end of life, so this bug will not be fixed for that release ** Changed in: Ubuntu Precise Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to inkscape in Ubuntu. Matching

[Ubuntustudio-bugs] [Bug 1952918] Re: Please temporarely pull fluidsynth 2.2.4-2 from jammy-proposed

2021-12-06 Thread Steve Langasek
since all packages are now rebuild against liburing2 that need to be, without the fluidsynth dependency, I've re-copied fluidsynth to jammy- proposed now. -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to fluidsynth in Ubuntu. Matching su

[Ubuntustudio-bugs] [Bug 1965636] Re: libfuse2 no longer included in jammy, required for AppImages

2022-05-05 Thread Steve Langasek
fuse has been demoted from Ubuntu main in favor of fuse3; it would not be appropriate to re-promote it to main and expand the security surface of a default Ubuntu install (fuse is a very security-relevant facility), and Ubuntu images build only from main. So this is a wontfix for the Ubuntu deskto

[Ubuntustudio-bugs] [Bug 1983862] Re: FTBFS with ffmpeg 5.x

2022-08-15 Thread Steve Langasek
Note that there is a freeness concern with the new upstream version, under new ownership AIUI - as shipped by upstream the code will phone home to a third party without the user opting in to this behavior. Please do not package the new upstream version of audacity for Ubuntu without addressing this

[Ubuntustudio-bugs] [Bug 1970270] Re: [SRU] LibreOffice localization is not working out of the box

2022-08-19 Thread Steve Langasek
Hello Aaron, or anyone else affected, Accepted calamares-settings-ubuntu into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/calamares-settings- ubuntu/1:22.04.4.2 in a few hours, and then in the -proposed repository. Please help us by testing

[Ubuntustudio-bugs] [Bug 1983862] Re: RM: Audacity 2.4.2 FTBFS with ffmpeg 5.x)

2022-09-16 Thread Steve Langasek
** Summary changed: - Audacity 2.4.2 FTBFS with ffmpeg 5.x) + RM: Audacity 2.4.2 FTBFS with ffmpeg 5.x) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to audacity in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs https://bugs.launchp

[Ubuntustudio-bugs] [Bug 1983862] Re: RM: Audacity 2.4.2 FTBFS with ffmpeg 5.x)

2022-09-16 Thread Steve Langasek
Removing packages from kinetic: audacity 2.4.2~dfsg0-5 in kinetic audacity 2.4.2~dfsg0-5 in kinetic amd64 audacity 2.4.2~dfsg0-5 in kinetic arm64 audacity 2.4.2~dfsg0-5 in kinetic armhf audacity 2.4.2~dfsg0-5 in kinetic ppc64el

[Ubuntustudio-bugs] [Bug 1990823] Re: Drop package gsfonts

2022-09-26 Thread Steve Langasek
$ reverse-depends src:gsfonts Reverse-Recommends * libgraphicsmagick-q16-3 [amd64 arm64 armhf ppc64el s390x] * liblemonldap-ng-portal-perl (for gsfonts) * libmagickcore-6.q16-6 (for gsfonts) * libmagickcore-6.q16hdri-6 (for gsfonts) * texworks [amd64 arm64 armhf ppc64el s390x] * ubunt

[Ubuntustudio-bugs] [Bug 1990823] Re: Drop package gsfonts

2022-09-26 Thread Steve Langasek
Also: $ reverse-depends src:gsfonts -a source Reverse-Testsuite-Triggers * botch (for gsfonts) * gscan2pdf (for gsfonts) * imagemagick (for gsfonts) * lemonldap-ng (for gsfonts) * php-imagick (for gsfo

[Ubuntustudio-bugs] [Bug 1990823] Re: Drop package gsfonts

2022-09-26 Thread Steve Langasek
ok, figured out what was meant regarding the binary package. ** Changed in: gsfonts (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to gsfonts in Ubuntu. Matching subscriptions: Ubuntu Studio

[Ubuntustudio-bugs] [Bug 1990823] Re: Drop package gsfonts

2022-09-26 Thread Steve Langasek
Removing packages: gsfonts 1:8.11+urwcyr1.0.7~pre44-4.5 in kinetic Comment: (From Debian) RoQA; binaries now built by fonts-urw-base35; Debian bug #1020503 Remove [y|N]? y ** Changed in: gsfonts (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification becau

[Ubuntustudio-bugs] [Bug 1989611] Update Released

2022-11-15 Thread Steve Langasek
The verification of the Stable Release Update for plasma-distro-release- notifier has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the ev

[Ubuntustudio-bugs] [Bug 2017786] Re: update script in ubuntu-meta not handling germinate or specified versions

2023-05-01 Thread Steve Langasek
I do not see what this change was supposed to solve. I disagree with the *existing* version check in germinate, and do not want to see more of these - it imposes needless barriers for updating the metapackages. -- You received this bug notification because you are a member of Ubuntu Studio Bugs,

[Ubuntustudio-bugs] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-05 Thread Steve Langasek
> * Begin midi playback in any midi player using fluidsynth from the terminal This is not a reproducible test case that can be actioned by someone just reading the bug. Please provide a specific test case showing how to reproduce the failure. If possible, it would be best to also provide a refer

[Ubuntustudio-bugs] [Bug 2056313] Re: Lubuntu-24.04 Installation failed

2024-03-06 Thread Steve Langasek
** Project changed: ubuntu-cdimage => calamares (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to calamares in Ubuntu. https://bugs.launchpad.net/bugs/2056313 Title: Lubuntu-24.04 Installation failed Status in calamares packa

[Ubuntustudio-bugs] [Bug 2056375] Re: Ubuntu Studio ISO fails to build: "/usr/sbin/grub-probe: error: failed to get canonical path of `overlay'."

2024-03-07 Thread Steve Langasek
igned) => Steve Langasek (vorlon) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/2056375 Title: Ubuntu Studio ISO fails to build: "/usr/sbin/grub-probe: error: failed to get cano

[Ubuntustudio-bugs] [Bug 2056375] Re: Ubuntu Studio ISO fails to build: "/usr/sbin/grub-probe: error: failed to get canonical path of `overlay'."

2024-03-07 Thread Steve Langasek
We have a successful daily build without mokutil migrating, so marking this invalid. https://cdimage.ubuntu.com/ubuntustudio/dvd/20240307.2/ (mokutil anyway is blocked by openssl transition which will take a bit yet.) ** Changed in: mokutil (Ubuntu Noble) Status: Fix Committed => Invalid

[Ubuntustudio-bugs] [Bug 2058813] [NEW] proposed-migration for gimp-plugin-registry 9.20200928build2

2024-03-23 Thread Steve Langasek
Public bug reported: gimp-plugin-registry 9.20200928build2 is stuck in -proposed. It fails to build on armhf due to implicit function declarations. ** Affects: gimp-plugin-registry (Ubuntu) Importance: Undecided Status: New ** Tags: time-t update-excuse ** Description changed:

[Ubuntustudio-bugs] [Bug 2059075] [NEW] proposed-migration for rakarrack 0.6.1-8build1

2024-03-25 Thread Steve Langasek
Public bug reported: rakarrack 0.6.1-8build1 is built in -proposed but not on armhf. This will not block migration because armhf binaries are being removed from the release pocket, but unless addressed will regress armhf availability of this package in 24.04 LTS. ** Affects: rakarrack (Ubuntu)

[Ubuntustudio-bugs] [Bug 2062428] Re: Kubuntu 24.04 daily builds - Install randomly hangs/fails/crashes on systems with less than ~3GB of RAM

2024-04-19 Thread Steve Langasek
Walter, you assigned this to livecd-rootfs, but that's a dead end. The memory consumption of the livecd is largely a property of the software it runs. Ubuntu and Kubuntu might both fail now on a system with 3GiB of RAM, but any fix to get under that threshold is likely to be flavor- specific and

[Ubuntustudio-bugs] [Bug 2081977] Re: Installation of 24.04.1 as Guest in Hyper-V vm stalls during first Boot

2024-09-25 Thread Steve Langasek
** Project changed: ubuntu-cdimage => ubuntustudio-meta (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to ubuntustudio-meta in Ubuntu. Matching subscriptions: UbuntuStudioPackages https://bugs.launchpad.net/bugs/2081977 Title:

[Ubuntustudio-bugs] [Bug 2089600] Re: Remove gimp plugins that aren't compatible with gimp 3

2024-11-25 Thread Steve Langasek
please confirm and show that there are no reverse-(build-)dependencies on these packages. ** Changed in: cbmplugs (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to gimp-gap in Ubuntu. Matching su