[Bug 1818396] [NEW] libgdiplus.pc does not contain correct linking flag

2019-03-03 Thread voidvector
Public bug reported:

Current `libgdiplus.pc` is near empty. This is a file used in pkg-config
setups for generating compilation flags of downstream projects.

This cause compilation failure for setups with pkg-config. At minimum,
the .pc file should produce `-lgdiplus`, however it doesn't.

Original source:

https://github.com/mono/libgdiplus/blob/master/libgdiplus.pc.in

** Affects: libgdiplus (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/1818396

Title:
  libgdiplus.pc does not contain correct linking flag

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

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

[Bug 1780062] Re: Cloud-init causes potentially huge boot delays with 4.15 kernels

2018-07-04 Thread voidvector
Appears to also effect Ubuntu Desktop with crng_init enabled.

* EC2 instances - effected, same problem as described
* Home Desktop (Xubuntu) - effected, see description below
* Home Server (Lubuntu that has crng_init=0 for some reason) - uneffected

cloud-init might just be a red-herring, as my Home Desktop would hang
for 30+ seconds on "docker.service". When I disable Docker, it would
still hang for 30 seconds, but "systemd-analyze blame" won't provide any
culprit.

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

Title:
  Cloud-init causes potentially huge boot delays with 4.15 kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1780062/+subscriptions

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

[Bug 1671850] Re: Package breaks font display in Chromium

2017-12-16 Thread voidvector
Still a problem in artful release.

Might be specific issue with certain fonts. I have seen it on certain
websites, but not all.

Here's an AskUbuntu post about it:
https://askubuntu.com/questions/919262/helvetica-font-screw-google-chrome-on-ubuntu/966885

Both solutions work.

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

Title:
  Package breaks font display in Chromium

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

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

[Bug 1634369] Re: no longer able to resolve .local names in Yakkety

2016-10-23 Thread voidvector
I have since resolved this by setting up LAN domain via router's
Dnsmasq.

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

Title:
  no longer able to resolve .local names in Yakkety

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

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


[Bug 1634369] Re: no longer able to resolve .local names in Yakkety

2016-10-18 Thread voidvector
** Description changed:

- I am running Xubuntu on Yakkety 
- I have a Synology DiskStation (a NAS), which provides a Samba share. I have a 
DD-WRT router. Both are on near default setting. 
+ I am running Xubuntu on Yakkety
+ I have a Synology DiskStation (a NAS), which provides a Samba share. I have a 
DD-WRT router. Both are on near default setting.
  
  In Xenial, I was able to navigate to the DiskStation via Thunar ->
  Browse Network -> DiskStation. In Yakkety, I am able to see the
  DiskStation, however I got the following error when trying to access it:
  
  Failed to open "DISKSTATION"
  Failed to retrieve share list from server: Connection Refused.
  
  After some digging, I found that `gvfs-tree network:///` showed the
  following
  
  ```
  network:///
  |-- dnssd-domain-DISKSTATION._smb._tcp -> smb://DiskStation.local:445/
  `-- smb-root -> smb:///
  ```
  
  In Xenial, I am able to ping DiskStation.local, but in Yakkety, it does
  not resolve to anything.
+ 
+ There is no problem with `gvfs-mount smb://DiskStation/` or typing
+ `smb://DiskStation/` into Thunar's address bar.
+ 
+ 
+ From what I gathered Yakkety desktop comes with dnsmasq installed. This may 
be a bug with dnsmasq configuration, or gvfs's interaction with it.

** Description changed:

+ This maybe a configuration mismatch between gvfs and dnsmasq.
+ 
  I am running Xubuntu on Yakkety
- I have a Synology DiskStation (a NAS), which provides a Samba share. I have a 
DD-WRT router. Both are on near default setting.
+ I have a Synology DiskStation (a NAS), which provides a Samba share. I have a 
DD-WRT router (has dnsmasq be default). Both are on near default setting.
  
  In Xenial, I was able to navigate to the DiskStation via Thunar ->
  Browse Network -> DiskStation. In Yakkety, I am able to see the
  DiskStation, however I got the following error when trying to access it:
  
  Failed to open "DISKSTATION"
  Failed to retrieve share list from server: Connection Refused.
  
  After some digging, I found that `gvfs-tree network:///` showed the
  following
  
  ```
  network:///
  |-- dnssd-domain-DISKSTATION._smb._tcp -> smb://DiskStation.local:445/
  `-- smb-root -> smb:///
  ```
  
  In Xenial, I am able to ping DiskStation.local, but in Yakkety, it does
  not resolve to anything.
  
  There is no problem with `gvfs-mount smb://DiskStation/` or typing
  `smb://DiskStation/` into Thunar's address bar.
  
- 
- From what I gathered Yakkety desktop comes with dnsmasq installed. This may 
be a bug with dnsmasq configuration, or gvfs's interaction with it.
+ From what I gathered Yakkety desktop comes with dnsmasq installed. This
+ may be a bug with dnsmasq configuration, or gvfs's interaction with it.

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

Title:
  no longer able to resolve .local names in Yakkety

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

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


[Bug 1634369] [NEW] no longer able to resolve .local names in Yakkety

2016-10-18 Thread voidvector
Public bug reported:

This maybe a configuration mismatch between gvfs and dnsmasq.

I am running Xubuntu on Yakkety
I have a Synology DiskStation (a NAS), which provides a Samba share. I have a 
DD-WRT router (has dnsmasq be default). Both are on near default setting.

In Xenial, I was able to navigate to the DiskStation via Thunar ->
Browse Network -> DiskStation. In Yakkety, I am able to see the
DiskStation, however I got the following error when trying to access it:

Failed to open "DISKSTATION"
Failed to retrieve share list from server: Connection Refused.

After some digging, I found that `gvfs-tree network:///` showed the
following

```
network:///
|-- dnssd-domain-DISKSTATION._smb._tcp -> smb://DiskStation.local:445/
`-- smb-root -> smb:///
```

In Xenial, I am able to ping DiskStation.local, but in Yakkety, it does
not resolve to anything.

There is no problem with `gvfs-mount smb://DiskStation/` or typing
`smb://DiskStation/` into Thunar's address bar.

>From what I gathered Yakkety desktop comes with dnsmasq installed. This
may be a bug with dnsmasq configuration, or gvfs's interaction with it.

** Affects: gvfs (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/1634369

Title:
  no longer able to resolve .local names in Yakkety

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

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


[Bug 1575555] Re: Chrome/Chromium use "Thin" as default font weight

2016-05-13 Thread voidvector
GH, thank you for putting this in.

At standard body text font size, around 14px for websites, thin width is
a lot less scan-able. You have to make an effort to read it. The feeling
is similar to reading "Courier New" body text. You can read it if you
make an effort, and you can get accustomed to it, however, it reduces UX
by a lot.

The "门" problem exists without the proposed font package installed.

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

Title:
  Chrome/Chromium use "Thin" as default font weight

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

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

[Bug 1338304] [NEW] Chromium Lubuntu 14.04 show block characters for Chinese

2014-07-06 Thread voidvector
Public bug reported:

Chinese characters show up as blocks in Chromium (and Chrome) for
Lubuntu 14.04.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: chromium-browser 34.0.1847.116-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: LXDE
Date: Sun Jul  6 16:49:53 2014
Desktop-Session:
 DESKTOP_SESSION = Lubuntu
 XDG_CONFIG_DIRS = 
/etc/xdg/lubuntu:/etc/xdg/xdg-Lubuntu:/usr/share/upstart/xdg:/etc/xdg
 XDG_DATA_DIRS = 
/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share/Lubuntu:/usr/local/share/:/usr/share/
DetectedPlugins:
 
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
ExecutablePath: /usr/lib/chromium-browser/chromium-browser
InstallationDate: Installed on 2014-04-21 (76 days ago)
InstallationMedia: Lubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.2)
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
gconf-keys: /desktop/gnome/applications/browser/exec = 
b'firefox\n'/desktop/gnome/url-handlers/https/command = b'sensible-browser 
%s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'sensible-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'
modified.conffile..etc.default.chromium.browser: [deleted]
mtime.conffile..etc.chromium.browser.default: 2014-04-20T23:53:45.488048

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Chromium Lubuntu 14.04 show block characters for Chinese

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

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


[Bug 1338304] Re: Chromium Lubuntu 14.04 show block characters for Chinese

2014-07-06 Thread voidvector
** Attachment added: Screenshot from 2014-07-06 16:56:24.png
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1338304/+attachment/4146785/+files/Screenshot%20from%202014-07-06%2016%3A56%3A24.png

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

Title:
  Chromium Lubuntu 14.04 show block characters for Chinese

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

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


[Bug 917475] Re: PCManFM desktop instance fails to launch new instance of PCManFM folder after using CTRL-W to close a PCManFM folder

2013-05-25 Thread voidvector
Yes, it has been fixed in the newer version of pcmanfm. I have changed
it to fixed.

** Changed in: pcmanfm (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/917475

Title:
  PCManFM desktop instance fails to launch new instance of PCManFM
  folder after using CTRL-W to close a PCManFM folder

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

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


[Bug 917791] [NEW] xdg-open does not properly detect Lubuntu session as LXDE session

2012-01-17 Thread voidvector
Public bug reported:

xdg-open does not properly detect Lubuntu session as LXDE session:

Lubuntu's $DESKTOP_SESSION variable is Lubuntu, which is not
accommodated in xdg-open script.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xdg-utils 1.1.0~rc1-2ubuntu6
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Jan 17 13:28:01 2012
Dependencies:
 
InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xdg-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  xdg-open does not properly detect Lubuntu session as LXDE session

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

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


[Bug 917475] [NEW] PCManFM desktop instance fails to launch new instance of PCManFM folder

2012-01-16 Thread voidvector
Public bug reported:

To reproduce:

New install of Lubuntu 11.10: (update or no update doesn't matter)
* Log in to Lubuntu session
* Create a folder on Lubuntu desktop
* Double click on the folder (this works the first time usually)
* Close the folder
* Double click on the folder (no folder window should appear)

This appear to be identical to: 
https://bbs.archlinux.org/viewtopic.php?id=113801

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: pcmanfm 0.9.9-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Jan 16 22:29:29 2012
ExecutablePath: /usr/bin/pcmanfm
InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
Pref_Config_System_lubuntu:
 [Preferred Applications]
 WebBrowser=firefox.desktop
 MailClient=
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pcmanfm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  PCManFM desktop instance fails to launch new instance of PCManFM
  folder

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

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


[Bug 917475] Re: PCManFM desktop instance fails to launch new instance of PCManFM folder

2012-01-16 Thread voidvector
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/917475

Title:
  PCManFM desktop instance fails to launch new instance of PCManFM
  folder

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

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


[Bug 917475] Re: PCManFM desktop instance fails to launch new instance of PCManFM folder after using CTRL-W to close a PCManFM folder instance

2012-01-16 Thread voidvector
** Summary changed:

- PCManFM desktop instance fails to launch new instance of PCManFM folder
+ PCManFM desktop instance fails to launch new instance of PCManFM folder after 
using CTRL-W to close a PCManFM folder instance

** Summary changed:

- PCManFM desktop instance fails to launch new instance of PCManFM folder after 
using CTRL-W to close a PCManFM folder instance
+ PCManFM desktop instance fails to launch new instance of PCManFM folder after 
using CTRL-W to close a PCManFM folder

** Description changed:

  To reproduce:
  
  New install of Lubuntu 11.10: (update or no update doesn't matter)
  * Log in to Lubuntu session
  * Create a folder on Lubuntu desktop
  * Double click on the folder (this works the first time usually)
- * Close the folder
+ * Close the folder using Ctrl-W.
  * Double click on the folder (no folder window should appear)
  
- This appear to be identical to: 
+ This appear to be identical to:
  https://bbs.archlinux.org/viewtopic.php?id=113801
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: pcmanfm 0.9.9-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Jan 16 22:29:29 2012
  ExecutablePath: /usr/bin/pcmanfm
  InstallationMedia: Lubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  Pref_Config_System_lubuntu:
-  [Preferred Applications]
-  WebBrowser=firefox.desktop
-  MailClient=
+  [Preferred Applications]
+  WebBrowser=firefox.desktop
+  MailClient=
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: pcmanfm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  PCManFM desktop instance fails to launch new instance of PCManFM
  folder after using CTRL-W to close a PCManFM folder

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

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