[Bug 1252771] [NEW] Permission denied reading pdf.xz files

2013-11-19 Thread Martin Thornton
Public bug reported:

Ubuntu 13.10
evince-3.10.0

Apparmour does not give permission to read xz compressed pdf files,
however evince is otherwise capable of doing so.

Error in /var/syslog/:
kernel: [36640.816592] type=1400 audit(1384870022.949:59): apparmor=DENIED 
operation=exec parent=9632 profile=/usr/bin/evince name=/usr/bin/xz 
pid=9633 comm=EvJobScheduler requested_mask=x denied_mask=x fsuid=1000 
ouid=0

Added the following to /etc/apparmor.d/abstractions/evince:

in section # supported archivers
/usr/bin/xz ixr,

in section # from http://live.gnome.org/Evince/SupportedDocumentFormats.
Allow read for all supported file formats /**.[xX][zZ] r,

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

** Patch added: Patch to apply to file in debian subdirectory of Evince source 
package
   https://bugs.launchpad.net/bugs/1252771/+attachment/3912669/+files/patch

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

Title:
  Permission denied reading pdf.xz files

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

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


[Bug 1252771] Re: Permission denied reading pdf.xz files

2013-11-19 Thread Martin Thornton
Additional patch to allow saving copies of files from Evince in pdf.xz
format.

source package file: debian/apparmor-profile
installed file: /etc/apparmor.d/usr.bin.evince

Again, apply patch to debian subdirectory of source package.

** Attachment added: Additional patch to allow saving in .xz.pdf format
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1252771/+attachment/3912705/+files/patch2

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

Title:
  Permission denied reading pdf.xz files

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

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


[Bug 444907] Re: PDF files with wrong extension fail to load

2013-11-19 Thread Martin Thornton
Seems to be an intentional security feature. File extensions are
restricted by the files /etc/apparmor.d/usr.bin.evince and
/etc/apparmor.d/abstractions/evince.

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

Title:
  PDF files with wrong extension fail to load

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

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


[Bug 695378] Re: lxsession-logout allows multiple instances in the same lxsession

2015-02-25 Thread Martin Thornton
I've (hopefully) already fixed this upstream.  See
http://sourceforge.net/p/lxde/patches/456/

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

Title:
  lxsession-logout allows multiple instances in the same lxsession

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

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


[Bug 1461386] Re: pm-powersave is not triggered when unplugging charger

2015-07-01 Thread Martin Thornton
Caused by switch from upstart to systemd.

Copy attachment (requires root) to /etc/udev/rules.d/powersave.rules.

See also bug https://bugs.launchpad.net/ubuntu/+source/pm-
utils/+bug/1455097 for same problem with suspend/resume

Still always assumes on battery at boot though.

** Attachment added: pm-powersave hook for systemd using udev for ac on/off
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1461386/+attachment/4422959/+files/powersave.rules

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

Title:
  pm-powersave is not triggered when unplugging charger

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1461386/+subscriptions

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


[Bug 1461386] Re: pm-powersave is not triggered when unplugging charger

2015-07-01 Thread Martin Thornton
Caused by switch from upstart to systemd.

Copy attachment (requires root) to /etc/udev/rules.d/powersave.rules.

See also bug https://bugs.launchpad.net/ubuntu/+source/pm-
utils/+bug/1455097 for same problem with suspend/resume

Still always assumes on battery at boot though.

** Attachment added: pm-powersave hook for systemd using udev for ac on/off
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1461386/+attachment/4422959/+files/powersave.rules

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1461386

Title:
  pm-powersave is not triggered when unplugging charger

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1461386/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1455097] Re: pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

2015-07-01 Thread Martin Thornton
Was caused by switch to systemd from upstart.  Instead of pm-suspend,
systemd uses systemd-sleep.  Instead of running scripts in
/etc/pm/sleep.d/ and /usr/lib/pm-utils/sleep.d/ it runs scripts in
/lib/systemd/system-sleep/.  However, no script is installed here to
call pm-powersave, and systemd doesn't seem to have an alternative to
it, so I added my own.

For example, I converted the /usr/lib/pm-utils/sleep.d/00powersave as
follows:

###UPSTART:
#!/bin/sh
. ${PM_FUNCTIONS}
ARCH=`uname -m`
command_exists pm-powersave || exit $NA
case $1 in
suspend|hibernate) [ $ARCH != ${ARCH#arm} ] || pm-powersave false ;;
resume|thaw)   pm-powersave ;;
*) exit $NA ;;
esac
exit 0

###SYSTEMD:
#!/bin/sh
case $1 in
post)   pm-powersave ;;
*) [ $ARCH != ${ARCH#arm} ] || pm-powersave false ;;
esac
exit 0


It was necessary to remove the lines:
 . ${PM_FUNCTIONS}
 command_exists pm-powersave || exit $NA
and note that parameters to script differ, see man systemd-sleep.  


** Attachment added: pm-powersave hook for systemd, save as 
/lib/systemd/system-sleep/00powersave
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+attachment/4422954/+files/00powersave

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1455097

Title:
  pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1455097] Re: pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

2015-07-01 Thread Martin Thornton
Was caused by switch to systemd from upstart.  Instead of pm-suspend,
systemd uses systemd-sleep.  Instead of running scripts in
/etc/pm/sleep.d/ and /usr/lib/pm-utils/sleep.d/ it runs scripts in
/lib/systemd/system-sleep/.  However, no script is installed here to
call pm-powersave, and systemd doesn't seem to have an alternative to
it, so I added my own.

For example, I converted the /usr/lib/pm-utils/sleep.d/00powersave as
follows:

###UPSTART:
#!/bin/sh
. ${PM_FUNCTIONS}
ARCH=`uname -m`
command_exists pm-powersave || exit $NA
case $1 in
suspend|hibernate) [ $ARCH != ${ARCH#arm} ] || pm-powersave false ;;
resume|thaw)   pm-powersave ;;
*) exit $NA ;;
esac
exit 0

###SYSTEMD:
#!/bin/sh
case $1 in
post)   pm-powersave ;;
*) [ $ARCH != ${ARCH#arm} ] || pm-powersave false ;;
esac
exit 0


It was necessary to remove the lines:
 . ${PM_FUNCTIONS}
 command_exists pm-powersave || exit $NA
and note that parameters to script differ, see man systemd-sleep.  


** Attachment added: pm-powersave hook for systemd, save as 
/lib/systemd/system-sleep/00powersave
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+attachment/4422954/+files/00powersave

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

Title:
  pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+subscriptions

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


[Bug 1455097] Re: pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

2015-07-01 Thread Martin Thornton
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1458390 is
probably a duplicate bug.

https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1461386 is a
related issue concerning calling pm-powersave on AC loss/connection.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1455097

Title:
  pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1455097] Re: pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

2015-07-01 Thread Martin Thornton
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1458390 is
probably a duplicate bug.

https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1461386 is a
related issue concerning calling pm-powersave on AC loss/connection.

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

Title:
  pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+subscriptions

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


[Bug 1458390] Re: script in /etc/pm/sleep.d/ is not executed on resume

2015-07-01 Thread Martin Thornton
Almost certain is same bug as https://launchpad.net/ubuntu/+source/pm-
utils/+bug/1455097.  Caused by switch to systemd from upstart.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1458390

Title:
  script in /etc/pm/sleep.d/ is not executed on resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1458390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1458390] Re: script in /etc/pm/sleep.d/ is not executed on resume

2015-07-01 Thread Martin Thornton
Almost certain is same bug as https://launchpad.net/ubuntu/+source/pm-
utils/+bug/1455097.  Caused by switch to systemd from upstart.

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

Title:
  script in /etc/pm/sleep.d/ is not executed on resume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1458390/+subscriptions

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


[Bug 1455097] Re: pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

2015-07-01 Thread Martin Thornton
Improved previous attachment.  You'll also need to:
sudo cp [FILENAME] /lib/systemd/system-sleep/00powersave
sudo chown root.root /lib/systemd/system-sleep/00powersave
sudo chmod u+x /lib/systemd/system-sleep/00powersave

** Attachment added: pm-powersave hook for systemd, save as 
/lib/systemd/system-sleep/00powersave v2
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+attachment/4423008/+files/00powersave

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1455097

Title:
  pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1455097] Re: pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

2015-07-01 Thread Martin Thornton
Improved previous attachment.  You'll also need to:
sudo cp [FILENAME] /lib/systemd/system-sleep/00powersave
sudo chown root.root /lib/systemd/system-sleep/00powersave
sudo chmod u+x /lib/systemd/system-sleep/00powersave

** Attachment added: pm-powersave hook for systemd, save as 
/lib/systemd/system-sleep/00powersave v2
   
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+attachment/4423008/+files/00powersave

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

Title:
  pm-suspend.log and pm-powersave.log not updated since upgrade to vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1455097/+subscriptions

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


[Bug 1479760] [NEW] iso-scan/filename= does not search btrfs partitions

2015-07-30 Thread Martin Thornton
Public bug reported:

When booting an ISO image from GRUB, the scripts in initrd.lz probe
partitions for the file given by the iso-scan/filename= kernel option.
However a whitelist in the initrd file /scripts/lupin-helpers only
considers partitions with filesystems of the types ext2, ext3, ext4,
xfs, jfs, reiserfs, vfat, ntfs, and iso9660, and will therefore fail to
mount an ISO located on a btrfs partition.  Adding btrfs to this list
worked fine for me when testing with a 15.04 iso.  I'm guessing its
exclusion is just an historic artifact.

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

** Patch added: patch for contents of /casper/initrd.lz
   
https://bugs.launchpad.net/bugs/1479760/+attachment/4436171/+files/initrd.patch

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

Title:
  iso-scan/filename= does not search btrfs partitions

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

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


[Bug 1616903] [NEW] Error message to run "apt-get install -f" should include sudo

2016-08-25 Thread Martin Thornton
Public bug reported:

For 16.04, aptdaemon version 1.1.1+bzr982-0ubuntu14, the
_DESCS_ERROR[ERROR_CACHE_BROKEN] message in enums.py is:

Check if you are using third party repositories. If so disable them,
since they are a common source of problems. Furthermore run the
following command in a Terminal: apt-get install -f

This command should be prefixed with sudo as its omission is confusing
users, for example http://askubuntu.com/q/816626/425479.

** Affects: aptdaemon (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/1616903

Title:
  Error message to run "apt-get install -f" should include sudo

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

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


[Bug 1881397] ProcEnviron.txt

2020-05-30 Thread Martin Thornton
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1881397/+attachment/5378731/+files/ProcEnviron.txt

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

Title:
  lxqt-panel leaks memory after running update-desktop-database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1881397/+subscriptions

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

[Bug 1881397] Re: lxqt-panel leaks memory after running update-desktop-database

2020-05-30 Thread Martin Thornton
apport information

** Tags added: apport-collected focal

** Description changed:

  Ubuntu 20.04 LTS
  
  lxqt-panel: 0.14.1-1ubuntu3
  
- Every time update-desktop-database is run, for example after package
- updates, lxqt-panel leaks about 10MB of memory.  Can leak as much as
- 1/2GB with long uptimes.
+ Every time update-desktop-database is run, for example after package updates, 
lxqt-panel leaks about 10MB of memory.  Can leak as much as 1/2GB with long 
uptimes.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: LXQt
+ DistroRelease: Ubuntu 20.04
+ Package: lxqt-panel 0.14.1-1ubuntu3
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
+ Tags:  focal
+ Uname: Linux 5.4.0-33-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-04-26 (33 days ago)
+ UserGroups: adm cdrom dialout dip fax floppy fuse lpadmin netdev 
nopasswdlogin plugdev sudo tape video wireshark www-data
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1881397/+attachment/5378729/+files/Dependencies.txt

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

Title:
  lxqt-panel leaks memory after running update-desktop-database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1881397/+subscriptions

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

[Bug 1881397] ProcCpuinfoMinimal.txt

2020-05-30 Thread Martin Thornton
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1881397/+attachment/5378730/+files/ProcCpuinfoMinimal.txt

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

Title:
  lxqt-panel leaks memory after running update-desktop-database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1881397/+subscriptions

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

[Bug 1881397] [NEW] lxqt-panel leaks memory after running update-desktop-database

2020-05-30 Thread Martin Thornton
Public bug reported:

Ubuntu 20.04 LTS

lxqt-panel: 0.14.1-1ubuntu3

Every time update-desktop-database is run, for example after package
updates, lxqt-panel leaks about 10MB of memory.  Can leak as much as
1/2GB with long uptimes.

** Affects: lxqt-panel (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/1881397

Title:
  lxqt-panel leaks memory after running update-desktop-database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1881397/+subscriptions

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

[Bug 1881397] Re: lxqt-panel leaks memory after running update-desktop-database

2020-05-30 Thread Martin Thornton
Last uptime was from shortly after upgrading to 2020.04, so about a
month.

I was able to reproduce the same high memory usage rapidly by repeatedly
running `update-desktop-database` or by reinstalling user desktop files
with `xdg-desktop-menu install`.

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

Title:
  lxqt-panel leaks memory after running update-desktop-database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1881397/+subscriptions

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

Re: [Bug 1881397] Re: lxqt-panel leaks memory after running update-desktop-database

2024-04-08 Thread Martin Thornton
On 08/04/2024 03:20, ԜаӀtеr Ⅼарсһуnѕkі wrote:
> Is this still an issue with 22.04 or later?
> 
> ** Changed in: lxqt-panel (Ubuntu)
>Status: Confirmed => Incomplete
> 
No, there's no leak now using 23.10.

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

Title:
  lxqt-panel leaks memory after running update-desktop-database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1881397/+subscriptions


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

[Bug 1879675] [NEW] Cannot extract individual files beginning with "-" when using 7zip

2020-05-20 Thread Martin Thornton via ubuntu-bugs
Public bug reported:

The command line to the 7zip program needs a -- adding to prevent
filenames beginning with "-" from being interpreted as command line
switches when extracting individual files from the archive.

Presently such operations fail with the error:

Command Line Error:
Unknown switch:
-filename.pdf

** Affects: xarchiver (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/1879675

Title:
  Cannot extract individual files beginning with "-" when using 7zip

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

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