[Bug 1556908] Re: hangout extension is installed

2019-11-08 Thread Martin PANEL
True, it seems not included anymore.
Thanks

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

Title:
  hangout extension is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1556908/+subscriptions

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

[Bug 1747925] [NEW] Errors after installation

2018-02-07 Thread Martin PANEL
Public bug reported:

On first run after install:

# apt-dater
validity error : Could not build URI for external subset 
"file://${prefix}/share/xml/schema/apt-dater/apt-dater.dtd"
Error on loading config file /root/.config/apt-dater/apt-dater.xml

Tried on user and on root.

Seems that all ${prefix} are not replaced, both in apt-dater.xml and in
hosts.xml

To fix by hand, just replace ${prefix} by /usr

** Affects: apt-dater (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/1747925

Title:
  Errors after installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-dater/+bug/1747925/+subscriptions

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

[Bug 1405670] Re: iptables-persistent lacks support for ipset

2017-06-25 Thread Martin PANEL
A good ipset plugin for netfilter-persistent :
https://github.com/jordanrinke/ipsets-persistent

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

Title:
  iptables-persistent lacks support for ipset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1405670/+subscriptions

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


[Bug 1676518] [NEW] Header and footer are not rendered

2017-03-27 Thread Martin PANEL
Public bug reported:

I'm trying to define a header and footer during half-day following the
paperSize param documentation http://phantomjs.org/api/webpage/property
/paper-size.html , however this does NOT work on the ubuntu build.

It's working with the binary provided by phantomjs website :
http://phantomjs.org/download.html

Easy to reproduce :

easy.html:
WTF

index.js:
var fs = require('fs');
var page = require('webpage').create();
page.onLoadFinished = function () {
  render()
}

page.paperSize = {
  format: 'A4',
  margin: "1.5cm",
  footer: {
height: '4cm',
contents: phantom.callback(function(pageNum, numPages) {
  return "Footer " + pageNum + " / " + numPages + "";
})
  }
};

var html = fs.read('easy.html');
page.setContent(html, './any.html');

function render () {
  page.render('out.pdf')
  page.close()
  phantom.exit(0)
}


Then simply run :
# phantomjs index.js

You should go out.pdf file, with the Footer, but you do not got the Footer.
Crazy isn't it ?

I'm on Ubuntu 16.04.2 LTS
phantomjs 2.1.1 (same version in the package as on the website)

** Affects: phantomjs (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/1676518

Title:
  Header and footer are not rendered

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

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


[Bug 1556908] Re: hangout extension is installed

2016-03-21 Thread Martin PANEL
Note that it is added by the compilation tag :
ENABLE_HANGOUT_SERVICES_EXTENSION=1

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

Title:
  hangout extension is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1556908/+subscriptions

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


[Bug 1556908] [NEW] hangout extension is installed

2016-03-14 Thread Martin PANEL
Public bug reported:

I'm surprising that the Hangout extension is installed in the Chromium
release, even it does not appear in the plugin list or in the extension
list.

This allow Hangout to enable features like entire screen sharing where
others webapps cannot (without installing their own extension).  For
example, start a video call in Hangout (web) and click on the 3-dots
menu, then share screen.

It seems the activation started here : 
https://bugs.chromium.org/p/chromium/issues/detail?id=416856
And there is actualy no-way to disable it (without re-compiling).

Is it intentional or somebody misses this update ?

chromium-browser 48.0.2564.116-0ubuntu0.14.04.1.
On Ubuntu 14.04s

** Affects: chromium-browser (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/1556908

Title:
  hangout extension is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1556908/+subscriptions

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


[Bug 1375778] Re: REMOTE_ADDR is not updated, logs ok

2016-03-02 Thread Martin PANEL
The current stable version is bogous now.
Please release the fix.

Should we stop using rpaf module, and use remoteip module ?
Comparing to mod_rapf, the mod_remoteip documentation is very unclear.

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

Title:
  REMOTE_ADDR is not updated, logs ok

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1375778/+subscriptions

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