[Bug 2047729] [NEW] unable to open '/usr/share/gimp/2.0/ui/plug-ins/plug-in-metadata-editor.ui.dpkg -new': Operation not permitted

2023-12-30 Thread Curtis Schroeder
Public bug reported:

Description:Ubuntu 20.04.6 LTS
Release:20.04

gimp-data:
  Installed: 2.10.18-1
  Candidate: 2.10.18-1ubuntu0.1
  Version table:
 2.10.18-1ubuntu0.1 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/universe amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu focal-updates/universe i386 
Packages
500 http://security.ubuntu.com/ubuntu focal-security/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu focal-security/universe i386 
Packages
 *** 2.10.18-1 500
500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu focal/universe i386 Packages
100 /var/lib/dpkg/status

Expected the new version of gimp-data to install.

Preparing to unpack .../gimp-data_2.10.18-1ubuntu0.1_all.deb ...
Unpacking gimp-data (2.10.18-1ubuntu0.1) over (2.10.18-1) ...
dpkg: error processing archive /var/cache/apt/archives/gimp-data_2.10.18-1ubuntu
0.1_all.deb (--unpack):
 unable to open '/usr/share/gimp/2.0/ui/plug-ins/plug-in-metadata-editor.ui.dpkg
-new': Operation not permitted
Errors were encountered while processing:
 /var/cache/apt/archives/gimp-data_2.10.18-1ubuntu0.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gimp-data 2.10.18-1
ProcVersionSignature: Ubuntu 
5.15.0-912312122121.0+mediatree+hauppauge~hwe-generic 5.15.131
Uname: Linux 5.15.0-912312122121-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec 30 09:59:37 2023
Dependencies:
 
InstallationDate: Installed on 2021-02-21 (1042 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageArchitecture: all
SourcePackage: gimp
UpgradeStatus: Upgraded to focal on 2022-08-30 (487 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  unable to open '/usr/share/gimp/2.0/ui/plug-ins/plug-in-metadata-
  editor.ui.dpkg -new': Operation not permitted

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


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

[Bug 1912970] [NEW] Fix for GRUB_FLAVOUR_ORDER in grub-mkconfig_lib

2021-01-24 Thread Curtis Schroeder
Public bug reported:

Description:Ubuntu 20.04.1 LTS
Release:20.04

I am submitting a patch for /usr/share/grub/grub-mkconfig_lib to fix the
usage of GRUB_FLAVOUR_ORDER in method version_test_gt().

I have installed the XanMod-LTS kernel in my Ubuntu 20.04 installation.
The Ubuntu 20.04 kernel is currently 5.8.0-38-generic and the current
xanmod1 kernel is 5.4.91-xanmod1.

The sort routine in /usr/share/grub/grub-mkconfig_lib will sort the
Ubuntu kernel ahead of the xanmod1 kernel due to the higher version
number when assigning the default Ubuntu menu entry at the beginning of
the grub2 menu.

If /etc/default/grub is updated to include the following entry, it should 
change the sort order:
# Set xanmod1 as the preferred flavour for the default Ubuntu menu entry
GRUB_FLAVOUR_ORDER="xanmod1 generic"

Unfortunately, there is a trivial bug in method version_test_gt() in
/usr/share/grub/grub-mkconfig_lib that prevents this from working. I
have attached a patch that corrects it.

Once the bug is fixed, the desired sort order is achieved and the
5.4.91-xanmod1 kernel is made the default Ubuntu menu entry.

$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
using custom appearance settings
Found background image: 
/usr/share/images/grub/Movie_TRON-Legacy_131740_1600x1200.tga
Found linux image: /boot/vmlinuz-5.4.91-xanmod1
Found initrd image: /boot/initrd.img-5.4.91-xanmod1
Found linux image: /boot/vmlinuz-5.4.89-xanmod1
Found initrd image: /boot/initrd.img-5.4.89-xanmod1
Found linux image: /boot/vmlinuz-5.8.0-38-generic
Found initrd image: /boot/initrd.img-5.8.0-38-generic
Found linux image: /boot/vmlinuz-5.8.0-36-generic
Found initrd image: /boot/initrd.img-5.8.0-36-generic

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


** Tags: grub2

** Package changed: gvfs (Ubuntu) => grub2 (Ubuntu)

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

Title:
  Fix for GRUB_FLAVOUR_ORDER in grub-mkconfig_lib

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

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

[Bug 1566359] Re: Date and Time conflict with Windows 8.1 dual boot with Ubuntu 16.04 Daily Build

2016-04-20 Thread Curtis Schroeder
Previously, (e.g. 14.04) this could be fixed by adding "UTC=no" to the
'/etc/default/rcS' file. This does not appear to work in 16.04 with the
4.4.0-18-generic kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1566359

Title:
  Date and Time conflict with Windows 8.1 dual boot with Ubuntu 16.04
  Daily Build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1566359/+subscriptions

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


[Bug 1314556] Re: Unable to mount Android MTP device

2015-01-25 Thread Curtis Schroeder
Affects me as well: Ubuntu 14.04 and Galaxy S3. Toggling USB debugging
off and back on again had no effect.

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

Title:
  Unable to mount Android MTP device

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

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


[Bug 1174431] [NEW] FLAC playback stops in Rythmbox Totem Movie Player

2013-04-29 Thread Curtis Schroeder
Public bug reported:

I have ripped hundreds of CD tracks to the FLAC format using RubyRipper
and Rythmbox has been able to play them all, until now.  The track
Fanatic from the recent Heart album by the same name ripped to the
FLAC format causes Rythmbox 2.96 (Ubuntu 12.04) to skip to the next
track after playing the first 11 sec.  I re-ripped the track, but
encountered the same behavior.  Totem Movie Player 3.0.1 has the same
problem.  Gnome MPlayer 1.0.5 is able to play the entire track without
any problem and Lame 64bits 3.99.3 was able to create a MP3 file of the
entire FLAC file.

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

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

Title:
  FLAC playback stops in Rythmbox  Totem Movie Player

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

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