[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-05-18 Thread Dani Llewellyn
I've updated the PR with a fix for this ugly message

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdg-utils/+bug/1970594/+subscriptions


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

[Bug 1719143] Re: Unable to calibrate monitors through Gnome Control Center->Color [calibration failed with code 1: no sensor->get_sample]

2022-05-13 Thread Dani Llewellyn
** Tags added: jammy

** Tags added: xorg-session

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

Title:
  Unable to calibrate monitors through Gnome Control Center->Color
  [calibration failed with code 1: no sensor->get_sample]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1719143/+subscriptions


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

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-05-03 Thread Dani Llewellyn
** Also affects: xdg-utils via
   https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/10
   Importance: Unknown
   Status: Unknown

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdg-utils/+bug/1970594/+subscriptions


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

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-29 Thread Dani Llewellyn
Why in stock Ubuntu and not Kubuntu, I think is because the offending
code is inside functions that are named as though only KDE is supposed
to use them. For example, the default browser break is inside a function
named `check_browser_kde()`. There might be some logic to determine that
your stock Ubuntu, even if it is currently running a KDE session,
supports testing via the gnome code paths: i.e. via
`check_browser_gnome()`

With regards to bash specifics inside a project declaring /bin/sh as the
interpreter I would guess it is a bug that has crept through without
being caught. The upstream project likely wants to remain portable and
not rely on BASH so they probably should drop the BASH-isms.

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1970594/+subscriptions


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

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-29 Thread Dani Llewellyn
There is also a similar statement that needs fixing for DASH on line
1090:

if [ x"!" == x"${binary:0:1}" ]; then


** Changed in: xdg-utils (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/1970594

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1970594/+subscriptions


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

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-28 Thread Dani Llewellyn
Can you try replacing the line with:

if [ x"!" == x"$(printf %.1s "$browser")" ]; then

and reverting back to dash? I think this might work in most posix
shells, without requiring to move to bash.

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1970594/+subscriptions


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

[Bug 1943369] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2021-12-09 Thread Dani Llewellyn
Unless I've done something wrong in my local build, I do not believe the
patch fixes the problem :-(

Edit: though the patch I have been testing is to mate-screensaver, while
the fix that Wimpy is working with appears to be related to mate-menus
directly.

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

Title:
  mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-menus/+bug/1943369/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-12-01 Thread Dani Llewellyn
Based on Mauro's report, and my own testing revealing no issues and
showing that the initial reported problem is fixed by the package, I'm
marking as verification-done.

** Tags removed: verification-needed verification-needed-impish
** Tags added: verification-done-impish

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
@Brian It looks like the change from version `build1ubuntu1` to
`ubuntu1` has prevented the update to be recognised as an upgradable
package. (The current version in the archive is `0.8.4-1build1`) That is
unless I'm jumping the gun too quickly, and the package still needs to
work its way through infrastructure to the repo (entirely plausible :-))

It looks like you made this change in your 1) above:

1) Fixed the package version number to 0.8.4-1ubuntu1

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
** Changed in: libayatana-indicator (Ubuntu Impish)
   Status: Incomplete => Confirmed

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
@seb128, please tell us what information is missing when you mark a bug
as "incomplete" because without doing so it looks like you're just
trying to trigger the automatic closure because you don't want to bother
fixing a bug.

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-25 Thread Dani Llewellyn
** Description changed:

  [Impact]
  
   * Images loaded from filename that are not the right scale/size to
     for their target location in the UI are shown at their original
     scale/size. This means that images can be oversized in the MATE
     panel.
  
   * This impacts any application using the system tray on Ubuntu MATE
     that are describing the icon for the tray by file path instead of
     a stock icon name. Suck apps include most desktop Snap Packages.
  
   * The patch fixes this issue by applying a scaling process to any
     icons loaded by explicit path. Stock images are unaffected.
  
  [Test Plan]
  
   * Install Ubuntu Mate
  
   * Install utm-no from the Snap Store
  
   * Launch utm-no and observe whether the tray shows a small square
     purple icon for the app (correct) or a large purple rectangle
     (wrong)
  
  [Where problems could occur]
  
   * Due to being a base system library then images and icons might
     fail to load across the operating system, or be incorrectly
-scaled
+    scaled
  
-  * The patch could not fix the problem as described
+  * The patch could be insufficient to fix the problem as described
  
  [Other Info]
  
   * This patch has been applied upstream, and I have been running
     a patched installation for several weeks without issue
  
  --- original description below ---
  
  System: Ubuntu MATE 17.10 64bit
  Kernel: 4.13.0-16-generic
  indicator-applet-complete: 1.18.0
  
  It appears that some icons on the indicator applet complete cannot scale well.
  I tried this on multiple computers and fresh installations, and I can 
reproduce it 100% of the times. Icon on attached screenshot is from synology 
cloudstation drive.
  
  As a side note, same icon scales well on Ubuntu 17.10 (gnome session),
  Kubuntu 17.10, and Ubuntu-Mate 16.04.

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-19 Thread Dani Llewellyn
** Description changed:

+ [Impact]
+ 
+  * Images loaded from filename that are not the right scale/size to
+for their target location in the UI are shown at their original
+scale/size. This means that images can be oversized in the MATE
+panel.
+ 
+  * This impacts any application using the system tray on Ubuntu MATE
+that are describing the icon for the tray by file path instead of
+a stock icon name. Suck apps include most desktop Snap Packages.
+ 
+  * The patch fixes this issue by applying a scaling process to any
+icons loaded by explicit path. Stock images are unaffected.
+ 
+ [Test Plan]
+ 
+  * Install Ubuntu Mate
+ 
+  * Install utm-no from the Snap Store
+ 
+  * Launch utm-no and observe whether the tray shows a small square
+purple icon for the app (correct) or a large purple rectangle
+(wrong)
+ 
+ [Where problems could occur]
+ 
+  * Due to being a base system library then images and icons might
+fail to load across the operating system
+ 
+  * The patch could not fix the problem as described
+ 
+ [Other Info]
+  
+  * This patch has been applied upstream, and I have been running
+a patched installation for several weeks without issue
+ 
+ 
+ --- original description below ---
+ 
  System: Ubuntu MATE 17.10 64bit
  Kernel: 4.13.0-16-generic
  indicator-applet-complete: 1.18.0
  
- It appears that some icons on the indicator applet complete cannot scale 
well. 
- I tried this on multiple computers and fresh installations, and I can 
reproduce it 100% of the times. Icon on attached screenshot is from synology 
cloudstation drive.  
+ It appears that some icons on the indicator applet complete cannot scale well.
+ I tried this on multiple computers and fresh installations, and I can 
reproduce it 100% of the times. Icon on attached screenshot is from synology 
cloudstation drive.
  
  As a side note, same icon scales well on Ubuntu 17.10 (gnome session),
  Kubuntu 17.10, and Ubuntu-Mate 16.04.

** Description changed:

  [Impact]
  
-  * Images loaded from filename that are not the right scale/size to
-for their target location in the UI are shown at their original
-scale/size. This means that images can be oversized in the MATE
-panel.
+  * Images loaded from filename that are not the right scale/size to
+    for their target location in the UI are shown at their original
+    scale/size. This means that images can be oversized in the MATE
+    panel.
  
-  * This impacts any application using the system tray on Ubuntu MATE
-that are describing the icon for the tray by file path instead of
-a stock icon name. Suck apps include most desktop Snap Packages.
+  * This impacts any application using the system tray on Ubuntu MATE
+    that are describing the icon for the tray by file path instead of
+    a stock icon name. Suck apps include most desktop Snap Packages.
  
-  * The patch fixes this issue by applying a scaling process to any
-icons loaded by explicit path. Stock images are unaffected.
+  * The patch fixes this issue by applying a scaling process to any
+    icons loaded by explicit path. Stock images are unaffected.
  
  [Test Plan]
  
-  * Install Ubuntu Mate
+  * Install Ubuntu Mate
  
-  * Install utm-no from the Snap Store
+  * Install utm-no from the Snap Store
  
-  * Launch utm-no and observe whether the tray shows a small square
-purple icon for the app (correct) or a large purple rectangle
-(wrong)
+  * Launch utm-no and observe whether the tray shows a small square
+    purple icon for the app (correct) or a large purple rectangle
+    (wrong)
  
  [Where problems could occur]
  
-  * Due to being a base system library then images and icons might
-fail to load across the operating system
+  * Due to being a base system library then images and icons might
+    fail to load across the operating system, or be incorrectly
+scaled
  
-  * The patch could not fix the problem as described
+  * The patch could not fix the problem as described
  
  [Other Info]
-  
-  * This patch has been applied upstream, and I have been running
-a patched installation for several weeks without issue
  
+  * This patch has been applied upstream, and I have been running
+    a patched installation for several weeks without issue
  
  --- original description below ---
  
  System: Ubuntu MATE 17.10 64bit
  Kernel: 4.13.0-16-generic
  indicator-applet-complete: 1.18.0
  
  It appears that some icons on the indicator applet complete cannot scale well.
  I tried this on multiple computers and fresh installations, and I can 
reproduce it 100% of the times. Icon on attached screenshot is from synology 
cloudstation drive.
  
  As a side note, same icon scales well on Ubuntu 17.10 (gnome session),
  Kubuntu 17.10, and Ubuntu-Mate 16.04.

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

Title:
  indicator-applet-complete 

[Bug 1947905] Re: mate-screensaver SegFault when it autostarts. Prevents system from sleeping or exiting sleep

2021-11-19 Thread Dani Llewellyn
** Patch added: "Patch from upstream PR #262 which purportedly fixes this issue"
   
https://bugs.launchpad.net/ubuntu/+source/mate-screensaver/+bug/1947905/+attachment/5542155/+files/0001_gs-theme-manager-reload-on-menu_tree-changed.patch

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

Title:
  mate-screensaver SegFault when it autostarts. Prevents system from
  sleeping or exiting sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-menus/+bug/1947905/+subscriptions


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

[Bug 1946499] Re: SRU: GDebi - installation of deb-packages with gdebi-gtk not working at all

2021-10-29 Thread Dani Llewellyn
Brian, I've filled out the SRU template.

** Summary changed:

- installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to 
read filedescriptor flags for : 
Bad file descriptor" in gdebi terminal, package is not installed
+ SRU: GDebi - installation of deb-packages with gdebi-gtk not working at all

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

Title:
  SRU: GDebi - installation of deb-packages with gdebi-gtk not working
  at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-20 Thread Dani Llewellyn
The localisation changes were adjusting the translation files to match
the line numbers of the amended python source code. It was picked up
accidentally by my compiling in the checked-out source when testing the
fix - the compile generated new templates with the change. There are
zero changes made to the strings themselves, only the line numbers used
to generate the templates changed.

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-10-15 Thread Dani Llewellyn
** Patch added: "the libayatana code patch only, not a debdiff"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5533126/+files/1002_properly-scale-icons-loaded-by-filename.patch

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-10-15 Thread Dani Llewellyn
This fixes the issue for me

see the built package for impish at:
https://launchpad.net/~diddledani/+archive/ubuntu/mate-indicator-
applet-1733301

** Patch added: "patch to libayatana-indicator to correctly scale icons loaded 
by filename"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5533093/+files/libayatana-indicator-proper-scale-icons.debdiff

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1873565] Re: issue with TLS 1.2 session ticket handling as client during resumption

2021-10-14 Thread Dani Llewellyn
There's quite a lot that doesn't apply cleanly against the source in
bionic. I don't think I'm able to work through the issues with it
safely.

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

Title:
  issue with TLS 1.2 session ticket handling as client during resumption

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


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
For Norbert, this is the same debdiff without the localisation changes

** Patch added: "gdebi-no-ubuntu-specfics.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1946499/+attachment/5532985/+files/gdebi-no-ubuntu-specfics.debdiff

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
https://launchpad.net/~diddledani/+archive/ubuntu/gdebi-
fix-1946499/+packages contains my patch above (the debdiff of gdebi) for
reference once it's built by LP.

I agree that downgrading VTE is not gonna fly. We might be able to
convince SRU managers to rebuild without the patch now it's not needed,
but won't convince them on an outright downgrade.

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
With this patch we can drop the 91_keep_fds.patch in vte

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
Identical to patch added to #1756238.

** Patch added: "Patch to drop ubuntu-specific hack from gdebi because it is 
not needed any more"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1946499/+attachment/5532964/+files/gdebi-no-ubuntu-specfics.debdiff

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1756238] Re: gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

2021-10-14 Thread Dani Llewellyn
@Marco Trevisan (@3v1n0) With this change, the 91_keep_fds.patch in vte
can be dropped

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

Title:
  gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

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


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

[Bug 1756238] Re: gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

2021-10-14 Thread Dani Llewellyn
** Patch added: "Patch to drop ubuntu-specific hack from gdebi because it is 
not needed any more"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1756238/+attachment/5532963/+files/gdebi-no-ubuntu-specfics.debdiff

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

Title:
  gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

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


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

[Bug 1760433] Re: Icons disappear from Plank after updates.

2021-10-14 Thread Dani Llewellyn
** Also affects: plank (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: plank (Ubuntu)
   Status: New => Confirmed

** Tags added: bionic focal hirsute impish

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

Title:
  Icons disappear from Plank after updates.

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


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

[Bug 1916377] Re: ayatana-indicator-printers-service crashed with SIGSEGV in __GI_____strtol_l_internal()

2021-10-05 Thread Dani Llewellyn
** Changed in: ubuntu-mate
   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/1916377

Title:
  ayatana-indicator-printers-service crashed with SIGSEGV in
  __GI_strtol_l_internal()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1916377/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
** Attachment added: "blue icon (telegram) is a square icon with the telegram 
logo, that is cropped off by the systray"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529087/+files/cropped-icon-systray.png

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
** Attachment added: "purple region is a square icon"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529082/+files/wide-icon-systray2.jpg

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
Yes. That's why I added the tags for focal and impish.


** Attachment added: "purple region is a square icon"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529081/+files/wide-icon-systray.jpg

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-28 Thread Dani Llewellyn
Norbert, please don't mark issues as incomplete unless you state what
information you think is missing.

** Tags added: focal impish

** Changed in: mate-indicator-applet (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1776835] Re: tray icons in indicator applet area are cropped instead of scaled

2021-09-28 Thread Dani Llewellyn
*** This bug is a duplicate of bug 1733301 ***
https://bugs.launchpad.net/bugs/1733301

** This bug has been marked a duplicate of bug 1733301
   indicator-applet-complete 1.18.0 icon scaling

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

Title:
  tray icons in indicator applet area are cropped instead of scaled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1776835/+subscriptions


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

[Bug 1776835] Re: tray icons in indicator applet area are cropped instead of scaled

2021-09-28 Thread Dani Llewellyn
*** This bug is a duplicate of bug 1733301 ***
https://bugs.launchpad.net/bugs/1733301

** Also affects: mate-indicator-applet (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/1776835

Title:
  tray icons in indicator applet area are cropped instead of scaled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1776835/+subscriptions


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

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
** Patch added: "*jsut* the upstream patch without the debian changelog mod"
   
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+attachment/5528515/+files/1001-snapped-apps-fix.patch

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

Title:
  Snapped apps are unable to trigger mate-notification-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+subscriptions


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

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
** Patch added: "add-upstream-patch.patch"
   
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+attachment/5528514/+files/add-upstream-patch.patch

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

Title:
  Snapped apps are unable to trigger mate-notification-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+subscriptions


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

[Bug 1945234] [NEW] Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
Public bug reported:

From https://forum.snapcraft.io/t/snapd-doesnt-allow-notification-
daemon-to-be-activatable/22912

Snapped applications are unable to trigger the mate-notification-daemon
due to the service file not specifying an assumed apparmor label so
apparmor does not know that it is unconfined and thus may receive the
dbus calls. Snapd specifies in the apparmor policy that the label must
be "unconfined".

I've filed an upstream PR to fix this at https://github.com/mate-
desktop/mate-notification-daemon/pull/201

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: mate-notification-daemon 1.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Mon Sep 27 20:05:15 2021
InstallationDate: Installed on 2021-09-21 (6 days ago)
InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Beta amd64 (20210921)
SourcePackage: mate-notification-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mate-notification-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish

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

Title:
  Snapped apps are unable to trigger mate-notification-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+subscriptions


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

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
This likely affects all of Impish, Hirsute, Focal, Bionic, and Xenial
but I haven't validated the earlier releases.

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

Title:
  Snapped apps are unable to trigger mate-notification-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+subscriptions


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

[Bug 1242743] Re: space before ";" breaks php.ini parsing

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019
and exits ESM in 2022. I vote we close this issue as WONTFIX (I don't
have permission to set WONTFIX status on this issue).

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

Title:
  space before ";" breaks php.ini parsing

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


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

[Bug 1266496] Re: extra "fi" in file

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019
and exits ESM in 2022. I vote we close this issue as WONTFIX for those
distributions (I don't have permission to set WONTFIX status on this
issue).

Is this still relevant on any currently-supported releases of Ubuntu?

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

Title:
  extra "fi" in file

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


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

[Bug 508220] Re: Lucid alpha 2: first 21 characters of Synaptic "Applying changes" status line are italic

2021-08-06 Thread Dani Llewellyn
This issue is for Lucid Lynx, which reached EOL in 2013 for desktop
packages. I vote we close this issue as WONTFIX (I don't have permission
to set WONTFIX status on this issue).

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

Title:
  Lucid alpha 2: first 21 characters of Synaptic "Applying changes"
  status line are italic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/508220/+subscriptions


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

[Bug 1298069] Re: On the internet slide During 14.04 install it uses the old Firefox Logo

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019
and exits ESM in 2022. I vote we close this issue as WONTFIX (I don't
have permission to set WONTFIX status on this issue).

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

Title:
  On the internet slide During 14.04 install it uses the old Firefox
  Logo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity-slideshow-ubuntu/+bug/1298069/+subscriptions


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

[Bug 1243207] Re: remove emacs23 during the trusty cycle

2021-08-06 Thread Dani Llewellyn
This issue is about Trusty Tahr, which ended Mainstream support in 2019
and exited ESM in 2021. I vote that we close this issue as WONTFIX (I
don't have permission to set a WONTFIX status).

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

Title:
  remove emacs23 during the trusty cycle

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


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

[Bug 1198882] Re: __toString() which stores $this reference triggers segfault

2021-08-06 Thread Dani Llewellyn
This bug is for a version of PHP5 in Precise Pangolin, which exited
mainstream support in 2017, and ended ESM in 2019. I vote that this bug
be closed as WONTFIX (I don't have permission to set WONTFIX on this
issue).

** Tags added: precise

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

Title:
  __toString() which stores $this reference triggers segfault

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


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