[Bug 1710291] Re: Proxy settings "apply system wide" generates the wrong proxy URL ( And possible solution )

2017-08-16 Thread Filipe Azevedo
** Branch unlinked: lp:~willcooke/gnome-control-center/ubuntu

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

Title:
  Proxy settings "apply system wide" generates the wrong proxy URL ( And
  possible solution )

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

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


[Bug 1710291] Re: Proxy settings "apply system wide" generates the wrong proxy URL ( And possible solution )

2017-08-12 Thread Filipe Azevedo
** Branch linked: lp:ubuntu/trusty/gnome-control-center

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

Title:
  Proxy settings "apply system wide" generates the wrong proxy URL ( And
  possible solution )

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

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


[Bug 1710291] Re: Proxy settings "apply system wide" generates the wrong proxy URL ( And possible solution )

2017-08-12 Thread Filipe Azevedo
** Branch linked: lp:~willcooke/gnome-control-center/ubuntu

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

Title:
  Proxy settings "apply system wide" generates the wrong proxy URL ( And
  possible solution )

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

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


[Bug 1710291] [NEW] Proxy settings "apply system wide" generates the wrong proxy URL ( And possible solution )

2017-08-11 Thread Filipe Azevedo
Public bug reported:

The settings for the different protocols should generate variable values
as follows:

http_proxy=http://HOST:PORT/
https_proxy=http://HOST:PORT/
ftp_proxy=http://HOST:PORT/
socks_proxy=socks://HOST:PORT

but instead the proxied protocol is used to generate the URL as follows:

http_proxy=http://HOST:PORT/
https_proxy=https://HOST:PORT/
ftp_proxy=ftp://HOST:PORT/
socks_proxy=socks://HOST:PORT

This breaks apt.conf, webkit applications and every normal app that
depends on an https_proxy as it's not a common practice to connect to a
forward proxy over HTTPS


# Code ##


The problem seems to be in gnome-control-center, file: 
panels/network/net-proxy.c line 377

 proxy_str = g_strdup_printf ("%s://%s:%i/", protocol, host, port);

I believe this should instead look like:

 proxy_str = g_strdup_printf ("%s://%s:%i/", (protocol ==
"socks")?"socks":"http", host, port);


I would be happy to try it out but I can't find the repository where the 
ubuntu-specific patches live, if someone could help me with that I can submit 
the patch myself

** Affects: gnome-control-center (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/1710291

Title:
  Proxy settings "apply system wide" generates the wrong proxy URL ( And
  possible solution )

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

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


[Bug 1670312] [NEW] scaling should be applied based on DPI value of the hardware the app is running on

2017-03-06 Thread Filipe Azevedo
Public bug reported:

1)

Description:Ubuntu 16.04.2 LTS
Release:16.04

2)
unity:
  Installed: 7.4.0+16.04.20160906-0ubuntu1


3) When an application window is moved from a screen to another it should be 
updated to the new screen's DPI settings. 

Specifically if I have a high dpi and a "normal" screen with scaling
factors of 2 and 1 respectively, moving a window app like the terminal
from the high dpi to the normal screen shouldn't make the content giant
but adapt to the new screen's scaling factor


4) When setting the scaling through the display GUI the options of "Scale all 
window contents to match" is either the built-in high DPI screen or the 
"normal" external one. This means the contents will be really small on the high 
DPI screen or very large on the other one. 

Is there a way another option can be added to have the scaling based on
each application's screen?

** Affects: unity (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/1670312

Title:
  scaling should be applied based on DPI value of the hardware the app
  is running on

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

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