[Bug 2072885] Re: Lots of services of systemd 256 fail to start in nested LXD containers

2024-07-12 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 2046486 ***
https://bugs.launchpad.net/bugs/2046486

** This bug has been marked a duplicate of bug 2046486
   units with credentials fail in LXD containers

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

Title:
  Lots of services of systemd 256 fail to start in nested LXD containers

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


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

[Bug 2072885] Re: Lots of services of systemd 256 fail to start in nested LXD containers

2024-07-12 Thread Jose Manuel Santamaria Lema
Another few things:

I tested the system package from here
https://launchpad.net/~enr0n/+archive/ubuntu/systemd and it still has
the same problem.

Executing /usr/lib/systemd/systemd-networkd just like that resurrects
the network.

Commenting out certain things in 
/usr/lib/systemd/system/systemd-networkd.service make the network service work 
again - this is obviously not a solution, but I'm mentioning it in case it 
helps to debug the problem. The things you have to do with that file to "fix" 
the problem with -networkd are:
1. comment out the "ImportCredential=network.wireguard.*" line
2. comment out all the "Protect" lines
3. remove "systemd-networkd-persistent-storage.service" from "Wants="
4. systemctl daemon-reload
5. systemctl restart systemd-networkd

Also please note there's also many other services broken, network and
journal are just the most 2 noticeable examples.

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

Title:
  Lots of services of systemd 256 fail to start in nested LXD containers

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


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

[Bug 2072885] [NEW] Lots of services of systemd 256 fail to start in nested LXD containers

2024-07-12 Thread Jose Manuel Santamaria Lema
Public bug reported:

Hi,

since 256 packages entered oracular-proposed I noticed they don't work
in nested containers.

This is for me very easy to reproduce:
1. As LXD server I'm jammy and using the LXD 5.0 version from the snap.
2. I create a vm or a container
3. if it's a container set the security.nesting option as true
4. inside the container or vm created in 2. create another container (with "lxc 
launch ubuntu-daily:oracular test" for example)
5. I get into the container and 'apt dist-upgrade'
6. the system is broken, please see below how

The first noticeable thing is that right in the package configuration,
we can see how the network and journal services failed:

Setting up systemd (256-1ubuntu1) ...
Installing new version of config file /etc/systemd/journald.conf ...
Installing new version of config file /etc/systemd/logind.conf ...
Installing new version of config file /etc/systemd/networkd.conf ...
Installing new version of config file /etc/systemd/sleep.conf ...
Installing new version of config file /etc/systemd/system.conf ...
/usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", 
ignoring.
Created symlink '/run/systemd/system/tmp.mount' → '/dev/null'.
/usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", 
ignoring.
Job for systemd-networkd.service failed because the control process exited with 
error code.
See "systemctl status systemd-networkd.service" and "journalctl -xeu 
systemd-networkd.service" for details.
Job for systemd-journald.service failed because the control process exited with 
error code.
See "systemctl status systemd-journald.service" and "journalctl -xeu 
systemd-journald.service" for details.

Then we can see the network service exited with 243/CREDENTIALS code:

root@test:~# systemctl status systemd-networkd
× systemd-networkd.service - Network Configuration
 Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; 
preset: enabled)\
 Active: failed (Result: exit-code) since Fri 2024-07-12 05:40:04 UTC; 5min 
ago
 Invocation: 00540f4884c44ec7a9f286942b8109a2
TriggeredBy: × systemd-networkd.socket
   Docs: man:systemd-networkd.service(8)\
 man:org.freedesktop.network1(5)\
Process: 455 ExecStart=/usr/lib/systemd/systemd-networkd (code=exited, 
status=243/CREDENTIALS)
   Main PID: 455 (code=exited, status=243/CREDENTIALS)
   FD Store: 0 (limit: 512)

Same for the journal service:

root@test:~# systemctl status systemd-journald.service
× systemd-journald.service - Journal Service
 Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static)\
Drop-In: /usr/lib/systemd/system/systemd-journald.service.d
 └─nice.conf\
 Active: failed (Result: exit-code) since Fri 2024-07-12 05:31:39 UTC; 
16min ago
 Invocation: 13bc72060e6c4d588869721d57fdba8a
TriggeredBy: × systemd-journald-dev-log.socket
 × systemd-journald.socket
 ○ systemd-journald-audit.socket
   Docs: man:systemd-journald.service(8)\
 man:journald.conf(5)\
Process: 181 ExecStart=/usr/lib/systemd/systemd-journald (code=exited, 
status=243/CREDENTIALS)
   Main PID: 181 (code=exited, status=243/CREDENTIALS)
   FD Store: 0 (limit: 4224)

And, well, obviously the network doesn't work, neither the journal.

** Affects: systemd (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/2072885

Title:
  Lots of services of systemd 256 fail to start in nested LXD containers

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


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

[Bug 2065090] Re: Backport cmake 3.29 compatibility fix

2024-05-18 Thread Jose Manuel Santamaria Lema
Hi Martin,

thank you very much for the bug report. I think this should be fixed
with frameworks 5.116, recently uploaded.

Let us know if there's still any issue.

** Changed in: extra-cmake-modules (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Backport cmake 3.29 compatibility fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/extra-cmake-modules/+bug/2065090/+subscriptions


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

[Bug 1919083] Re: [FFe] KDE Frameworks 5.80.0 into Hirsute archive

2021-09-12 Thread Jose Manuel Santamaria Lema
** Changed in: plasma-framework (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [FFe] KDE Frameworks 5.80.0 into Hirsute archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-framework/+bug/1919083/+subscriptions


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

[Bug 1895187] Re: [FFe] KDE Frameworks 5.74.0 into Groovy archive

2020-09-10 Thread Jose Manuel Santamaria Lema
I made a test rebuild of our current plasma & KDE applications packaging
and found no regressions.

Also I tested in a VM these frameworks 5.74: I can log into plasma,
dolphin, konsole and kate seem to work correctly.

Thanks for opening the FFE and the testing :)

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

Title:
  [FFe] KDE Frameworks 5.74.0 into Groovy archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-framework/+bug/1895187/+subscriptions

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

[Bug 1895187] Re: [FFe] KDE Frameworks 5.74.0 into Groovy archive

2020-09-10 Thread Jose Manuel Santamaria Lema
** Summary changed:

- [FFe] KDE Frameworks 5.740 into Groovy archive
+ [FFe] KDE Frameworks 5.74.0 into Groovy archive

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

Title:
  [FFe] KDE Frameworks 5.74.0 into Groovy archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-framework/+bug/1895187/+subscriptions

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

[Bug 1883082] Re: Crash when using Package-Whitelist-Strict

2020-06-11 Thread Jose Manuel Santamaria Lema
I'm attaching a second version of the patch to build package for focal.

IMHO this one should be good to do a SRU (minus the ~ppa3 version
suffix).

I did it on top of the 2.3 branch from the git repo:
https://github.com/mvo5/unattended-upgrades

I built a package for testing remporarily available here:
https://launchpad.net/~panfaust/+archive/ubuntu/unattended-upgrades

** Patch added: "ua_whitelist_strict_crash_focal_sru.diff"
   
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1883082/+attachment/5382959/+files/ua_whitelist_strict_crash_focal_sru.diff

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

Title:
  Crash when using Package-Whitelist-Strict

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1883082/+subscriptions

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

[Bug 1883082] Re: Crash when using Package-Whitelist-Strict

2020-06-11 Thread Jose Manuel Santamaria Lema
NOTE: the patch I pasted above was done editing directly /usr/bin
/unattended-upgrades so it doesn't pass the unit tests, so a package
built with that patch would FTBFS. I will attach a new version of the
patch as soon as I have something actually working.

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

Title:
  Crash when using Package-Whitelist-Strict

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1883082/+subscriptions

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

[Bug 1883082] Re: Crash when using Package-Whitelist-Strict

2020-06-11 Thread Jose Manuel Santamaria Lema
I'm attaching a diff to show a possible solution for this.

** Patch added: "ua_whitelist_strict_crash.diff"
   
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1883082/+attachment/5382869/+files/ua_whitelist_strict_crash.diff

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

Title:
  Crash when using Package-Whitelist-Strict

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1883082/+subscriptions

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

[Bug 1883082] [NEW] Crash when using Package-Whitelist-Strict

2020-06-11 Thread Jose Manuel Santamaria Lema
Public bug reported:

Hi,

I'm trying to use unattended-upgrades only with a few packages from a
list; to do that I tried this simple /etc/apt/apt.conf.d/51local-ua
file:

root@focal-ua:~# cat /etc/apt/apt.conf.d/51local-ua 

 
Unattended-Upgrade::Package-Whitelist-Strict "true";

 
Unattended-Upgrade::Package-Whitelist {
"firefox";
"bash";
"openssh-server";
}

When running unattended-upgrades in dry run mode I get this crash:

root@focal-ua:~# unattended-upgrade --debug --dry-run
Running on the development release
Starting unattended upgrades script
Allowed origins are: o=Ubuntu,a=focal, o=Ubuntu,a=focal-security, 
o=UbuntuESMApps,a=focal-apps-security, o=UbuntuESM,a=focal-infra-security, 
o=UbuntuESM,a=focal-security
Initial blacklist: 
Initial whitelist (strict): firefox bash openssh-server
Marking not allowed  
with -32768 pin
Marking not allowed  
with -32768 pin
Marking not allowed  
with -32768 pin
Marking not allowed  
with -32768 pin
Marking not allowed  with -32768 pin
Marking not allowed  
with -32768 pin
Marking not allowed  with -32768 pin
Marking not allowed  
with -32768 pin
Marking not allowed  with -32768 pin
Marking not allowed  
with -32768 pin
An error occurred: '>' not supported between instances of 'apt_pkg.Version' and 
'int'
Traceback (most recent call last):
  File "/usr/bin/unattended-upgrade", line 1983, in main
res = run(options, rootdir, mem_log, logfile_dpkg,
  File "/usr/bin/unattended-upgrade", line 2124, in run
cache = UnattendedUpgradesCache(rootdir=rootdir)
  File "/usr/bin/unattended-upgrade", line 171, in __init__
apt.Cache.__init__(self, rootdir=rootdir)
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 170, in __init__
self.open(progress)
  File "/usr/bin/unattended-upgrade", line 330, in open
self.apply_pinning(self.pinning_from_config())
  File "/usr/bin/unattended-upgrade", line 302, in pinning_from_config
and policy.get_candidate_ver(pkg) > -1:  # type: ignore 

 
TypeError: '>' not supported between instances of 'apt_pkg.Version' and 'int'   

 
Extracting content from 
/var/log/unattended-upgrades/unattended-upgrades-dpkg.log since 2020-06-11 
09:38:25
  
Traceback (most recent call last):  

 
  File "/usr/bin/unattended-upgrade", line 2512, in 

 
sys.exit(main(options)) 

 
  File "/usr/bin/unattended-upgrade", line 1983, in main

 
res = run(options, rootdir, mem_log, logfile_dpkg,  

 
  File "/usr/bin/unattended-upgrade", line 2124, in run 

 
cache = UnattendedUpgradesCache(rootdir=rootdir)

 
  File "/usr/bin/unattended-upgrade", line 171, in __init__ 

 
apt.Cache.__init__(self, rootdir=rootdir)   

 
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 170, in __init__ 

 
self.open(progress) 

 
  File "/usr/bin/unattended-upgrade", line 330, in open 

[Bug 1872476] Re: Shared files are shown as folders

2020-05-04 Thread Jose Manuel Santamaria Lema
Hi Sergio,

I have tried to build a package just with the posix stat patch here:
https://launchpad.net/~panfaust/+archive/ubuntu/samba-bugfix

In my case that patch seems enough to get it working again for me.

Would you mind to explain why the other 2 patches are needed? Thanks for
your work.

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

Title:
  Shared files are shown as folders

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

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

[Bug 1872476] Re: Shared files are shown as folders

2020-04-27 Thread Jose Manuel Santamaria Lema
Nevermind, it seems the problem is not fixed yet in 4.11.7.

I have just tested again and I can still reproduce the bug with the
packages from my PPA.

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

Title:
  Shared files are shown as folders

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

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

[Bug 1872476] Re: Shared files are shown as folders

2020-04-27 Thread Jose Manuel Santamaria Lema
I would like to add a few notes:

1. I have been experiencing this bug while using kde's plasma kio smb://
protocol in dolphin

2. To reproduce the bug, it seems you need to force the "NT1" (~ CIFS 1.0) 
protocol. You can do this adding these 2 lines to /etc/samba/sm.conf under the 
"[global]" section:
client min protocol = NT1
client max protocol = NT1

3. This bug, apparently, was fixed in samba 4.11.7 (we have 4.11.6 in focal). I 
have seen Andreas did some partial work on 4.11.7 for focal here:
https://launchpad.net/~ahasenack/+archive/ubuntu/samba-4117
So I just fixed the ldb symbols files and rebuilt that plasma package in this 
PPA:
https://launchpad.net/~panfaust/+archive/ubuntu/samba-4117

4. With the packages from my PPA the bug goes away for me, but we don't
know yet which commit fixed it.

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

Title:
  Shared files are shown as folders

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

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

[Bug 1866377] Re: update-initramfs fails on plymouth hook due to missing target dir

2020-03-06 Thread Jose Manuel Santamaria Lema
Hi,

I'm attaching a debdiff of a possible fix for this, which solves the
problem for me.

If this is not the correct solution I will be glad to test the correct
one :)

PPA build of the proposed fix:
https://launchpad.net/~panfaust/+archive/ubuntu/plymouth

** Patch added: "plymouth_0.9.4git20200109-0ubuntu7~ppa1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1866377/+attachment/5334404/+files/plymouth_0.9.4git20200109-0ubuntu7~ppa1.debdiff

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

Title:
  update-initramfs fails on plymouth hook due to missing target dir

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

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

[Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-01-30 Thread Jose Manuel Santamaria Lema
Hi Pete,

I will try to re-check the status of this for eoan today after work.
Sorry for the delay, I have been very busy lately ;)

Cheers.

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

Title:
  Network Manager not saving OpenVPN password

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1858092/+subscriptions

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

[Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-01-30 Thread Jose Manuel Santamaria Lema
P.S. The bug is indeed fixed in focal.

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

Title:
  Network Manager not saving OpenVPN password

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1858092/+subscriptions

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

[Bug 1859627] Re: Firefox 72 regression - HTML5 games do not load

2020-01-15 Thread Jose Manuel Santamaria Lema
Hi Olivier,

I have built a custom package for xenial with the patch mentioned here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1603843#c7

That fixes the problem for me. I'm attaching a debdiff in case you want
to upload it as an SRU.

PPA with the fixed package:
https://launchpad.net/~panfaust/+archive/ubuntu/firefox/+packages

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

Title:
  Firefox 72 regression - HTML5 games do not load

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

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

[Bug 1859627] Re: Firefox 72 regression - HTML5 games do not load

2020-01-15 Thread Jose Manuel Santamaria Lema
** Patch added: 
"firefox_72.0.1+build1-0ubuntu0.16.04.2~ubuntu16.04~ppa1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1859627/+attachment/5320451/+files/firefox_72.0.1+build1-0ubuntu0.16.04.2~ubuntu16.04~ppa1.debdiff

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

Title:
  Firefox 72 regression - HTML5 games do not load

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

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

[Bug 1859411] Re: package fonts-noto-core 20200103-1 failed to install/upgrade: tentative de remplacement de « /usr/share/fonts/truetype/noto/NotoSansJavanese-Bold.ttf », qui appartient aussi au paque

2020-01-14 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1858611 ***
https://bugs.launchpad.net/bugs/1858611

** This bug has been marked a duplicate of bug 1858611
   package fonts-noto-core 20200103-1 failed to install/upgrade: trying to 
overwrite '/usr/share/fonts/truetype/noto/NotoSansJavanese-Bold.ttf', which is 
also in package fonts-noto-unhinted 20181227-1

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

Title:
  package fonts-noto-core 20200103-1 failed to install/upgrade:
  tentative de remplacement de « /usr/share/fonts/truetype/noto
  /NotoSansJavanese-Bold.ttf », qui appartient aussi au paquet fonts-
  noto-unhinted 20181227-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto/+bug/1859411/+subscriptions

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

[Bug 1858611] Re: package fonts-noto-core 20200103-1 failed to install/upgrade: trying to overwrite '/usr/share/fonts/truetype/noto/NotoSansJavanese-Bold.ttf', which is also in package fonts-noto-unhi

2020-01-11 Thread Jose Manuel Santamaria Lema
Bug report for debian: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=948331

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

Title:
  package fonts-noto-core 20200103-1 failed to install/upgrade: trying
  to overwrite '/usr/share/fonts/truetype/noto/NotoSansJavanese-
  Bold.ttf', which is also in package fonts-noto-unhinted 20181227-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto/+bug/1858611/+subscriptions

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

[Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-01-07 Thread Jose Manuel Santamaria Lema
This bug also affects focal, it's a network-manager bug fixed in 1.20.6
which we could patch in the packaging while we don't have the .6
package.

Attaching debdiff for focal...

** Patch added: "network-manager_1.20.4-2ubuntu4.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1858092/+attachment/5318191/+files/network-manager_1.20.4-2ubuntu4.debdiff

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

Title:
  Network Manager not saving OpenVPN password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1858092/+subscriptions

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

[Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-01-07 Thread Jose Manuel Santamaria Lema
** Changed in: network-manager (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/1858092

Title:
  Network Manager not saving OpenVPN password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1858092/+subscriptions

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

[Bug 1857254] Re: GIMP crashed with a fatal error: fatal error: Segmentation fault

2019-12-26 Thread Jose Manuel Santamaria Lema
Hello,

I've just marked a fair bunch of bug reports as duplicate of this one,
if I marked one of them wrong, please let me know.

And yes, Gimp also crashes for me on 20.04.

Regards.

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

Title:
  GIMP crashed with a fatal error: fatal error: Segmentation fault

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

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

[Bug 1857193] Re: GIMP crashes when selected to open.

2019-12-26 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1857254 ***
https://bugs.launchpad.net/bugs/1857254

** This bug has been marked a duplicate of bug 1857254
   GIMP crashed with a fatal error: fatal error: Segmentation fault

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

Title:
  GIMP crashes when selected to open.

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

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

[Bug 1857338] Re: GIMP Crash during Launching

2019-12-26 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1857254 ***
https://bugs.launchpad.net/bugs/1857254

** This bug has been marked a duplicate of bug 1857254
   GIMP crashed with a fatal error: fatal error: Segmentation fault

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

Title:
  GIMP Crash during Launching

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

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

[Bug 1857451] Re: GIMP crashed with a fatal error: fatal error: Segmentation fault

2019-12-26 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1857254 ***
https://bugs.launchpad.net/bugs/1857254

** This bug has been marked a duplicate of bug 1857254
   GIMP crashed with a fatal error: fatal error: Segmentation fault

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

Title:
  GIMP crashed with a fatal error: fatal error: Segmentation fault

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

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

[Bug 1857240] Re: gimp

2019-12-26 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1857254 ***
https://bugs.launchpad.net/bugs/1857254

** This bug has been marked a duplicate of bug 1857254
   GIMP crashed with a fatal error: fatal error: Segmentation fault

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

Title:
  gimp

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

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

[Bug 1857369] Re: GIMP crashed with a fatal error: fatal error: Segmentation fault

2019-12-26 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1857254 ***
https://bugs.launchpad.net/bugs/1857254

** This bug has been marked a duplicate of bug 1857254
   GIMP crashed with a fatal error: fatal error: Segmentation fault

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

Title:
  GIMP crashed with a fatal error: fatal error: Segmentation fault

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

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

[Bug 1857242] Re: Segmentation fault

2019-12-26 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1857254 ***
https://bugs.launchpad.net/bugs/1857254

** This bug has been marked a duplicate of bug 1857254
   GIMP crashed with a fatal error: fatal error: Segmentation fault

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

Title:
  Segmentation fault

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

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

[Bug 1857232] Re: Gimp crashed with fatal error violación de segmento

2019-12-26 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1857254 ***
https://bugs.launchpad.net/bugs/1857254

** This bug has been marked a duplicate of bug 1857254
   GIMP crashed with a fatal error: fatal error: Segmentation fault

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

Title:
  Gimp crashed with fatal error violación de segmento

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

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

[Bug 1857233] Re: GIMP crashed with a fatal error: fatal error: Segmentation fault

2019-12-26 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1857254 ***
https://bugs.launchpad.net/bugs/1857254

** This bug has been marked a duplicate of bug 1857254
   GIMP crashed with a fatal error: fatal error: Segmentation fault

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

Title:
  GIMP crashed with a fatal error: fatal error: Segmentation fault

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

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

[Bug 1854976] [NEW] systemd-resolved doesn't work with "host -l" / AXFR queries

2019-12-03 Thread Jose Manuel Santamaria Lema
Public bug reported:

Hello,

some time ago network-manager in Ubuntu switched from dnsmasq to
systemd-resolved.

When network-manager used dnsmasq to handle DNS, one could use "host -l"
to list all the hosts in a DNS zone, something like this:

$ host -l mydomain.lan
mydomain.lan name server mydns.mydomain.lan
host1.mydomain.lan has address x.x.x.x
host2.mydomain.lan has address x.x.x.x
host3.mydomain.lan has address x.x.x.x
host4.mydomain.lan has address x.x.x.x
[...]

That, unfortunately, no longer works since the switch to systemd-resolved, it 
always fails like this:
$ host -l mydomain.lan
Host mydomain.lan not found: 4(NOTIMP)
; Transfer failed.

And I think that's because systemd-resolved is "filtering" the AXFR
queries issued by "host -l" (I checked the network traffic with tcdump
and that "NOTIMP" comes from the loopback interface).

** Affects: systemd (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/1854976

Title:
  systemd-resolved doesn't work with "host -l" / AXFR queries

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

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

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
3. How we could fix it?

Well, given the data I posted above, my *guess* is that we could safely
ignore the udevadm non-zero exit status in the udisks2 postinst script
with something like this:

if [ "$1" = "configure" ]; then
# we ship udev rules, so trigger an update
udevadm trigger --subsystem-match=block --action=change || true
fi

Note the final "|| true". In case the conjecture I just made above is correct, 
I prepared a modified udisks2 package in a PPA which doesn't fail to install:
https://launchpad.net/~panfaust/+archive/ubuntu/udisks2

If the conjecture I made and/or proposed fix are wrong, I hope at least
the data I provided leads to the correct solution.

Regards.

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

Title:
  udisks2 fails to install in a container with systemd 243

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

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

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
2. Why this is happening?

First of all, the udisks2 installation fails because the postinst script
fails. Inspecting the postinst script of udisks2, we can see these
lines:

if [ "$1" = "configure" ]; then
# we ship udev rules, so trigger an update
udevadm trigger --subsystem-match=block --action=change
fi

That udevadm command fails, i.e. ends with non-zero status with systemd
>= 243. This new different behaviour of udevadm makes the postinst
script fail, and that makes the package installation fail.

While I didn't git bisect the thing, reading the systemd git history makes me 
believe that the specific commit which produced this new behaviour could be 
this one:
https://github.com/systemd/systemd/commit/0584b17a8c7d17649aef9f06a8aee304dc80eb7e

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

Title:
  udisks2 fails to install in a container with systemd 243

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

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

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
Hi, I'm the santa_ above, so, to explain the full picture I'm going to
write 3 separate messages below trying to answer these 3 questions:

1. How to reproduce the issue?
2. Why this is happening?
3. How we could fix it?

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

Title:
  udisks2 fails to install in a container with systemd 243

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

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

[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243

2019-09-25 Thread Jose Manuel Santamaria Lema
1. How to reproduce the issue?

Very easy, you just have to create an eoan LXD container, add the ppa with 
systemd 243:
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3801/+packages

and then just do "apt dist-upgrade" to upgrate to systemd 243 and "apt
install udisks2", the udisks2 installation will fail like this
(obviously the devices in question could be different in your case, but
the error will be similar):

Failed to write 'change' to 
'/sys/devices/pci:00/:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/uevent':
 Permission denied
Failed to write 'change' to 
'/sys/devices/pci:00/:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1/uevent':
 Permission denied
Failed to write 'change' to 
'/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/uevent':
 Permission denied
Failed to write 'change' to 
'/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb1/uevent':
 Permission denied
Failed to write 'change' to 
'/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb2/uevent':
 Permission denied
Failed to write 'change' to 
'/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb3/uevent':
 Permission denied
Failed to write 'change' to 
'/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb4/uevent':
 Permission denied
Failed to write 'change' to 
'/sys/devices/pci:00/:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb/sdb5/uevent':
 Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/loop0/uevent': 
Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/loop1/uevent': 
Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/loop2/uevent': 
Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/loop3/uevent': 
Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/loop4/uevent': 
Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/loop5/uevent': 
Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/loop6/uevent': 
Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/loop7/uevent': 
Permission denied
Failed to write 'change' to '/sys/devices/virtual/block/dm-0/uevent': 
Permission denied
dpkg: error processing package udisks2 (--configure):
 installed udisks2 package post-installation script subprocess returned error 
exit status 1
Setting up libblockdev-crypto2:amd64 (2.22-1) ...
Processing triggers for man-db (2.8.7-3) ...
Processing triggers for dbus (1.12.14-1ubuntu2) ...
Processing triggers for libc-bin (2.30-0ubuntu2) ...
Errors were encountered while processing:
 udisks2
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  udisks2 fails to install in a container with systemd 243

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

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

[Bug 1753554] Re: package kdepim-addons 17.08.3-0ubuntu4 failed to install/upgrade: trying to overwrite '/usr/share/contacteditor/grantleetheme/default/addresseslocation.css', which is also in package

2018-03-14 Thread Jose Manuel Santamaria Lema
** Changed in: kdepim-addons (Ubuntu)
   Status: New => Fix Committed

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

Title:
  package kdepim-addons 17.08.3-0ubuntu4 failed to install/upgrade:
  trying to overwrite
  '/usr/share/contacteditor/grantleetheme/default/addresseslocation.css',
  which is also in package libkf5contacteditor-data 4:17.08.3-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdepim-addons/+bug/1753554/+subscriptions

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

[Bug 1669578] Re: Get ttyname() to work properly in containers

2018-02-23 Thread Jose Manuel Santamaria Lema
Here's a possible fix. I tested it on bionic and it seems it works. For
my xenial machines I had to workaround it disabling completely the check
because the glibc there doesn't behave the same way.

So I'm attaching a debdiff with the proposed upload for bionic; it would
be nice if someone could sponsor it, thanks in advance.

** Patch added: "multitail -fix for ttyname() based check"
   
https://bugs.launchpad.net/ubuntu/+source/multitail/+bug/1669578/+attachment/5061383/+files/multitail_fix.diff

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

Title:
  Get ttyname() to work properly in containers

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

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

[Bug 1669578] Re: Get ttyname() to work properly in containers

2018-02-23 Thread Jose Manuel Santamaria Lema
Hello,

I got this problem also in multitail but I think I know how to patch it.
I will attach the debdiff as soon as I can test it properly.

** Also affects: multitail (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/1669578

Title:
  Get ttyname() to work properly in containers

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

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

[Bug 1689759] Re: CVE 2017-8422 - kauth: Local privilege escalation

2017-05-15 Thread Jose Manuel Santamaria Lema
Fixed package for Yakkety:

https://launchpad.net/~panfaust/+archive/ubuntu/kde-test-
good/+sourcepub/7803499/+listing-archive-extra

** Changed in: kauth (Ubuntu Yakkety)
   Status: Confirmed => In Progress

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

Title:
  CVE 2017-8422 - kauth: Local privilege escalation

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

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


[Bug 1689759] Re: CVE 2017-8422 - kauth: Local privilege escalation

2017-05-15 Thread Jose Manuel Santamaria Lema
Fixed package for xenial:
https://launchpad.net/~panfaust/+archive/ubuntu/kde-test-good/+sourcepub/7803220/+listing-archive-extra

** Changed in: kauth (Ubuntu Xenial)
   Status: Confirmed => In Progress

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

Title:
  CVE 2017-8422 - kauth: Local privilege escalation

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

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


[Bug 1676182] Re: libkf5xmlgui5 doesn't depend on libkf5xmlgui-bin

2017-05-11 Thread Jose Manuel Santamaria Lema
** Changed in: kxmlgui (Ubuntu)
   Status: New => Fix Committed

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

Title:
  libkf5xmlgui5 doesn't depend on libkf5xmlgui-bin

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

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


[Bug 1687444] [NEW] Zesty SRU tracking bug for KDE's Plasma 5.9.5

2017-05-01 Thread Jose Manuel Santamaria Lema
Public bug reported:

SRU bug for Plasma 5.9.5 in Zesty

We released Zesty with Plasma 5.9.4; Plasma 5.9.5 was released on April
25 2017, so it would be nice if we could update our users to this bugfix
point release trough -updates.

Official release announcement by the KDE community:
https://www.kde.org/announcements/plasma-5.9.5.php

Complete changelog:
https://www.kde.org/announcements/plasma-5.9.4-5.9.5-changelog.php

** Affects: plasma-desktop (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Zesty SRU tracking bug for KDE's Plasma 5.9.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-desktop/+bug/1687444/+subscriptions

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


[Bug 1685547] Re: Crash in python3 with the 'file' backend

2017-04-23 Thread Jose Manuel Santamaria Lema
** Also affects: ka
   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/1685547

Title:
  Crash in python3 with the 'file' backend

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

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


[Bug 1685549] Re: login_with() crashes if there's no web browser installed

2017-04-23 Thread Jose Manuel Santamaria Lema
** Also affects: ka
   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/1685549

Title:
  login_with() crashes if there's no web browser installed

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

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


[Bug 1685549] [NEW] login_with() crashes if there's no web browser installed

2017-04-22 Thread Jose Manuel Santamaria Lema
Public bug reported:

Hi,

I have a program which uses launchpadlib's login_with, and it's crashing
like this in a system without any browser installed:

$ kubuntu-retry-builds -r frameworks -d artful
Logs are activated and are going to be stored in:
/home/santa/kubuntu-retry-builds_logs
If you want to disable this feature, edit your ~/kubuntu-automation.conf
Date started: Sat, 22 Apr 2017 22:36:33 +0200
The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=tKJzWL79XggpC6g6W3Hv_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Waiting to hear from Launchpad about your decision...
Traceback (most recent call last):
  File "/usr/bin/kubuntu-retry-builds", line 90, in 
lp = Launchpad.login_with("kubuntu-retry-builds", "production")
  File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 549, in 
login_with
credential_save_failed, version)
  File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 356, in 
_authorize_token_and_login
credentials = authorization_engine(credentials, credential_store)
  File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 548, 
in __call__
self.make_end_user_authorize_token(credentials, request_token_string)
  File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 656, 
in make_end_user_authorize_token
if browser_obj is not None:
UnboundLocalError: local variable 'browser_obj' referenced before assignment

replacing this code
if browser_obj is not None:
webbrowser.open(authorization_url)
with this
if browser is not None:
webbrowser.open(authorization_url)
fixes the problem for me

** Affects: python-launchpadlib (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/1685549

Title:
  login_with() crashes if there's no web browser installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-launchpadlib/+bug/1685549/+subscriptions

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


[Bug 1685547] [NEW] Crash in python3 with the 'file' backend

2017-04-22 Thread Jose Manuel Santamaria Lema
Public bug reported:

Hi,

I have a program written in python 3 which uses launchpadlib, and it's
crashing if it tries to use the 'file' backend:

$ kubuntu-retry-builds -r frameworks -d artful
Logs are activated and are going to be stored in:
/home/santa/kubuntu-retry-builds_logs
If you want to disable this feature, edit your ~/kubuntu-automation.conf
Date started: Sat, 22 Apr 2017 22:52:10 +0200
The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=qp1rQXkMXWMMj0pQBHgq_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Waiting to hear from Launchpad about your decision...
Traceback (most recent call last):
  File "/usr/bin/kubuntu-retry-builds", line 90, in 
lp = Launchpad.login_with("kubuntu-retry-builds", "production")
  File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 549, in 
login_with
credential_save_failed, version)
  File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 356, in 
_authorize_token_and_login
credentials = authorization_engine(credentials, credential_store)
  File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 553, 
in __call__
credential_store.save(credentials, self.unique_consumer_id)
  File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 308, 
in save
raise e
  File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 303, 
in save
self.do_save(credentials, unique_consumer_id)
  File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 385, 
in do_save
'launchpadlib', unique_key, serialized)
  File "/usr/lib/python3/dist-packages/keyring/core.py", line 48, in 
set_password
_keyring_backend.set_password(service_name, username, password)
  File "/usr/lib/python3/dist-packages/keyring/backends/file.py", line 87, in 
set_password
password_encrypted = self.encrypt(password.encode('utf-8')) 
  
AttributeError: 'bytes' object has no attribute 'encode' 

As a workaround I replaced the file.py line in question with:
password_encrypted = self.encrypt(str(password).encode('utf-8'))
and now it works.

** Affects: python-keyring (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/1685547

Title:
  Crash in python3 with the 'file' backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keyring/+bug/1685547/+subscriptions

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


[Bug 1647204] Re: 1.8.0-2 FTBFS in zesty 17.04

2017-02-18 Thread Jose Manuel Santamaria Lema
Hi again, I think I'm done now with a proposal for upload, the package was 
tested in this PPA:
https://launchpad.net/~panfaust/+archive/ubuntu/gpgme

Note that I also tested a rebuild of kf5-kdepim-apps-libs against it; right now 
kf5-kdepim-apps-libs is failing against the current version in -proposed, 
making some autopkgtests fail and blocking the migration of some kde libraries. 
See, for instance:
https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#kiconthemes

So we would really appreciate if someone could upload this fixed
package.

If you think the proposed fix can be improved, suggestions are welcomed
:)

** Patch added: "Package upload roposal"
   
https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1647204/+attachment/4821728/+files/gpgme1.0_1.8.0-3ubuntu2.debdiff

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

Title:
  1.8.0-2 FTBFS in zesty 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1647204/+subscriptions

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


[Bug 1647204] Re: 1.8.0-2 FTBFS in zesty 17.04

2017-02-18 Thread Jose Manuel Santamaria Lema
Hi,

> No, that's not really acceptable. firstly +pic is not an hardening option 
> AFAIK, what you 
> effectively did was disabling pie. Then I don't particularly like disabling 
> tests just because
> they hang; please somebody investigate why they hang and actually fix them.

> Unsubscribing sponsors for now.


I just wanted to say that the package I had in my kde-test-good PPA was just an 
experiment, nothing actually intended to be uploaded. Before finishing 
completely the fixing of this, I had to pause for a while my work on Ubuntu 
(I'm sorry about that).

After catching up again with the work I was doing I see the problems I
spotted initially (the entropy starvation and the tests hanging) were
solved, thank you!

However there are still at least a couple of problems more with this package. 
Right now, I'm doing some experiments here:
https://launchpad.net/~panfaust/+archive/ubuntu/gpgme/

Yes, it's not something acceptable for uploading for now! But I hope to
get something finished soon.

Cheers.

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

Title:
  1.8.0-2 FTBFS in zesty 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1647204/+subscriptions

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


[Bug 1629881] Re: Vc package significantly out of date

2017-02-12 Thread Jose Manuel Santamaria Lema
Hi Simon,

apparenly the couple of patches you attached contain no just the changes
in the packaging but also the changes in the upstream code, could you
narrow it down to the files in debian/* please?

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

Title:
  Vc package significantly out of date

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

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


[Bug 1647204] Re: 1.8.0-2 FTBFS in zesty 17.04

2016-12-08 Thread Jose Manuel Santamaria Lema
** Changed in: gpgme1.0 (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/1647204

Title:
  1.8.0-2 FTBFS in zesty 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1647204/+subscriptions

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


[Bug 1402216] Re: Please update kdenlive to 0.9.10

2016-11-13 Thread Jose Manuel Santamaria Lema
** Changed in: kdenlive (Ubuntu)
 Assignee: Rick Timmis (rick-timmis) => Jose Manuel Santamaria Lema 
(panfaust)

** Changed in: kdenlive (Ubuntu)
 Assignee: Jose Manuel Santamaria Lema (panfaust) => (unassigned)

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

Title:
  Please update kdenlive to 0.9.10

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

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


[Bug 697303] Re: Blinken has no sound

2016-11-13 Thread Jose Manuel Santamaria Lema
** Package changed: kdeedu (Ubuntu) => blinken (Ubuntu)

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

Title:
  Blinken has no sound

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

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


[Bug 1357111] Re: package subversion-tools 1.8.8-1ubuntu3 [modified: usr/bin/svn-clean] failed to install/upgrade: trying to overwrite '/usr/bin/svn-clean', which is also in package kdesdk-scripts 4:4

2016-11-13 Thread Jose Manuel Santamaria Lema
Since this olg bug is already fixed in Zesty, Yakkety and Xenial I'm
marking it as "Fix Released".

** Changed in: kde-dev-scripts (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: subversion (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-dev-scripts in Ubuntu.
https://bugs.launchpad.net/bugs/1357111

Title:
  package subversion-tools 1.8.8-1ubuntu3 [modified: usr/bin/svn-clean]
  failed to install/upgrade: trying to overwrite '/usr/bin/svn-clean',
  which is also in package kdesdk-scripts 4:4.13.0-0ubuntu1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-dev-scripts/+bug/1357111/+subscriptions

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


[Bug 1634933] Re: package plasma-workspace (not installed) failed to install/upgrade: Versuch, »/usr/share/xsessions/plasma.desktop« zu überschreiben, welches auch in Paket lubuntu-extra-sessions 0.47

2016-11-13 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1627386 ***
https://bugs.launchpad.net/bugs/1627386

** This bug has been marked a duplicate of bug 1627386
   package plasma-workspace (not installed) failed to install/upgrade: 
intentando sobreescribir `/usr/share/xsessions/plasma.desktop', que está 
también en el paquete lubuntu-extra-sessions 0.46

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

Title:
  package plasma-workspace (not installed) failed to install/upgrade:
  Versuch, »/usr/share/xsessions/plasma.desktop« zu überschreiben,
  welches auch in Paket lubuntu-extra-sessions 0.47 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1634933/+subscriptions

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

[Bug 710378] Re: Tab sequence is not correct

2016-11-12 Thread Jose Manuel Santamaria Lema
** Changed in: userconfig (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Tab sequence is not correct

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

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


[Bug 1251140] Re: KDE "display settings" control panel module displays empty window

2016-11-12 Thread Jose Manuel Santamaria Lema
** Changed in: kde-runtime (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  KDE "display settings" control panel module displays empty window

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-runtime/+bug/1251140/+subscriptions

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


[Bug 574820] Re: ktimetracker: manually edting task times is a pain (regression, fixed upstream)

2016-11-12 Thread Jose Manuel Santamaria Lema
** Changed in: kdepim (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  ktimetracker: manually edting task times is a pain (regression, fixed
  upstream)

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

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


[Bug 1433277] Re: sddm missing manpage

2016-11-12 Thread Jose Manuel Santamaria Lema
** Changed in: hundredpapercuts
   Status: Fix Committed => Fix Released

** Changed in: sddm (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  sddm missing manpage

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

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


[Bug 520919] Re: Cantor is missing possibility to add R backend

2016-11-12 Thread Jose Manuel Santamaria Lema
Today cantor is un universe, so I think this problem doesn't exist
anymore, feel free to reopen if I'm wrong.

** Changed in: kdeedu (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Cantor is missing possibility to add R backend

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

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


[Bug 1188038] Re: Missing startup notify

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: konversation (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  Missing startup notify

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

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


[Bug 539114] Re: Crash de Kdenlive 0.7.7.1

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: kdenlive (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Crash de Kdenlive 0.7.7.1

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

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


[Bug 795943] Re: package libkdeeduui4 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/libkdeeduui.so.4.6.0', which is also in package libkdeedu4 4:4.6.2-0ubuntu2

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: kdeedu (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  package libkdeeduui4 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/lib/libkdeeduui.so.4.6.0', which is also in package
  libkdeedu4 4:4.6.2-0ubuntu2

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

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


[Bug 761380] Re: kchart package missing files

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: kubuntu-ppa
   Status: New => Fix Released

** Changed in: koffice (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  kchart package missing files

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/761380/+subscriptions

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


[Bug 795939] Re: package libkdeedu-data (not installed) failed to install/upgrade: trying to overwrite '/usr/share/icons/hicolor/16x16/actions/editplots.png', which is also in package libkdeedu4 4:4.6

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: kdeedu (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  package libkdeedu-data (not installed) failed to install/upgrade:
  trying to overwrite
  '/usr/share/icons/hicolor/16x16/actions/editplots.png', which is also
  in package libkdeedu4 4:4.6.2-0ubuntu2

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

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


[Bug 795948] Re: package libkeduvocdocument4 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/libkeduvocdocument.so.4.6.0', which is also in package libkdeedu4 4:4.6.2-0ubuntu2

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: kdeedu (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  package libkeduvocdocument4 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/libkeduvocdocument.so.4.6.0', which is
  also in package libkdeedu4 4:4.6.2-0ubuntu2

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

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


[Bug 808312] Re: typo in docs-development #143

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: kubuntu-docs (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  typo in docs-development #143

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

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


[Bug 858301] Re: package digikam-data not installed failed to install/upgrade: trying to overwrite /usr/share/doc/kde/HTML/en/digikam/2Greens.png , which is also in package digikam-doc 1.2~svn1134171-

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: digikam (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  package digikam-data  not installed  failed to install/upgrade: trying
  to overwrite  /usr/share/doc/kde/HTML/en/digikam/2Greens.png , which
  is also in package digikam-doc 1.2~svn1134171-1

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

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


[Bug 836276] Re: kde wallpapers packages' descriptions are rubbish

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: kde-wallpapers (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: kdeartwork (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  kde wallpapers packages' descriptions are rubbish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-wallpapers/+bug/836276/+subscriptions

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


[Bug 948105] Re: amarok gui bug in kde 4.8

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: amarok (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  amarok gui bug in kde 4.8

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

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


[Bug 872329] Re: kimpanel backend ibus conf files look in the wrong place

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: plasma-widget-kimpanel (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  kimpanel backend ibus conf files look in the wrong place

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-kimpanel/+bug/872329/+subscriptions

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


[Bug 1596565] Re: Installing sugested package unrar does nothing.

2016-11-11 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1636655 ***
https://bugs.launchpad.net/bugs/1636655

** This bug has been marked a duplicate of bug 1636655
   Ark no longer opens rar files in 16.10

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

Title:
  Installing sugested package unrar does nothing.

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

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


[Bug 1641214] Re: Ark can't uncompress RAR file

2016-11-11 Thread Jose Manuel Santamaria Lema
*** This bug is a duplicate of bug 1636655 ***
https://bugs.launchpad.net/bugs/1636655

** This bug has been marked a duplicate of bug 1636655
   Ark no longer opens rar files in 16.10

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

Title:
  Ark can't uncompress RAR file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1641214/+subscriptions

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


[Bug 1206957] Re: syntax highlighter incorrect in nested latex environment

2016-11-11 Thread Jose Manuel Santamaria Lema
** Changed in: kile (Ubuntu)
   Status: New => Fix Released

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

Title:
  syntax highlighter incorrect in nested latex environment

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

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