[Bug 2077153] Re: perf c2c record is not working

2024-08-19 Thread Ody geo
Hi Philip,

Thank you for your prompt response.

I'm experiencing the same error on Jammy with an `i5-12600K`.

I have two systems: one running Jammy with an `i5-12600K` and another on
Noble with an `i5-12600`.

On both setups, `perf c2c record` produces the same error.

Previously, the `i5-12600` box was running on RHEL9, where `perf c2c
record` didn't work either—it resulted in a Segmentation Fault rather
than an error message. Given that Noble introduced no omit frame pointer
by default and in hopes that `perf c2c record` might work, I decided to
migrate from RHEL9 to Noble.

For now, my workaround is to use an older 4th gen i7-4870HQ system,
where `perf c2c record` functions correctly on Noble with exactly the
same image installed as in the other boxes.

It seems like the issue lies with the `perf c2c record` feature in
linux-tools, not specifically with Ubuntu.

However, it might be worth reporting this to the kernel developers for a
potential fix.

I also found these commits that added hybrid support (12th gen and
onwards) to perf: https://lwn.net/Articles/852302/

but it seems that c2c might have been overlooked.

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

Title:
  perf c2c record is not working

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


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

[Bug 2077153] Re: perf c2c record is not working

2024-08-17 Thread Ody geo
Update:

This seems to be related on the perf c2c support for Alder Lake hybrid cpu 
architecture. 
I tried the exact same installation on an older intel cpu and perf c2c works 
there.

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

Title:
  perf c2c record is not working

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


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

[Bug 2077153] Re: perf c2c record is not working

2024-08-16 Thread Ody geo
My cpu is 12th Gen Intel(R) Core(TM) i5-12600 has only 6 performance
cores (cpu_core) and 0 efficiency cores (cpu_atom)

I can see the ldlat event tho also for cpu_atom

$ cat /sys/devices/cpu_core/events/mem-loads
event=0xcd,umask=0x1,ldlat=3

$ cat /sys/devices/cpu_atom/events/mem-loads
event=0xd0,umask=0x5,ldlat=3

$ cat /sys/devices/cpu_atom/cpus

$ cat /sys/devices/cpu_core/cpus
0-5

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

Title:
  perf c2c record is not working

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


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

[Bug 2077153] [NEW] perf c2c record is not working

2024-08-16 Thread Ody geo
Public bug reported:

For example running

$ perf c2c record ls
event syntax error: '..em-loads,ldlat=30/P'
  \___ Bad event or PMU

Unable to find PMU or event on a PMU of 'cpu_atom'

Initial error:
event syntax error: '..em-loads,ldlat=30/P'
  \___ unknown term 'ldlat' for pmu 'cpu_atom'

valid terms: 
event,pc,edge,inv,umask,cmask,config,config1,config2,config3,name,period,freq,branch_type,time,call-graph,stack-size,no-inherit,inherit,max-stack,nr,no-overwrite,overwrite,driver-config,percore,aux-output,aux-sample-size,metric-id,raw,legacy-cache,hardware
Run 'perf list' for a list of valid events

 Usage: perf record [] []
or: perf record [] --  []

-e, --eventevent selector. use 'perf list' to list
available events

$ perf c2c record -e list
ldlat-loads  : available
ldlat-stores : available

$ lsb_release -rd
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-tools-6.8.0-40-generic 6.8.0-40.40
ProcVersionSignature: Ubuntu 6.8.0-40.40-generic 6.8.12
Uname: Linux 6.8.0-40-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/seq:gdm1062 F pipewire
 /dev/snd/controlC0:  gdm1067 F wireplumber
CRDA: N/A
CasperMD5CheckResult: pass
Date: Fri Aug 16 08:46:54 2024
InstallationDate: Installed on 2024-08-15 (0 days ago)
InstallationMedia: Ubuntu-Server 24.04 LTS "Noble Numbat" - Release amd64 
(20240423)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 26ce:01a2 ASRock LED Controller
 Bus 001 Device 003: ID 8087:0033 Intel Corp. AX211 Bluetooth
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Lsusb-t:
 /:  Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/16p, 480M
 |__ Port 013: Dev 002, If 0, Class=Human Interface Device, Driver=usbhid, 
12M
 |__ Port 014: Dev 003, If 0, Class=Wireless, Driver=btusb, 12M
 |__ Port 014: Dev 003, If 1, Class=Wireless, Driver=btusb, 12M
 /:  Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/9p, 2M/x2
MachineType: To Be Filled By O.E.M. H670M-ITX/ax
ProcEnviron:
 LANG=en_GB.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.8.0-40-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro quiet nohz=on nohz_full=1-5 
rcu_nocbs=1-5 isolcpus=1-5 mitigations=off transparent_hugepage=never 
intel_pstate=disable nosoft lockup irqaffinity=0 processor.max_cstate=1
RelatedPackageVersions:
 linux-restricted-modules-6.8.0-40-generic N/A
 linux-backports-modules-6.8.0-40-generic  N/A
 linux-firmware20240318.git3b128b60-0ubuntu2.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/22/2022
dmi.bios.release: 5.25
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: 8.02
dmi.board.name: H670M-ITX/ax
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvr8.02:bd06/22/2022:br5.25:svnToBeFilledByO.E.M.:pnH670M-ITX/ax:pvrToBeFilledByO.E.M.:rvnASRock:rnH670M-ITX/ax:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: H670M-ITX/ax
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug noble

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

Title:
  perf c2c record is not working

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


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

[Bug 1936342] [NEW] package libqt5webenginecore5 (not installed) failed to install/upgrade: impossible de copier les données extraites pour « ./usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5.12.8 »

2021-07-15 Thread geo
Public bug reported:

bonjour 
erreur lors de l'installation du logiciel calibre
Bonne journée.
Geo

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libqt5webenginecore5 (not installed)
ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-59-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Jul 15 12:07:46 2021
ErrorMessage: impossible de copier les données extraites pour « 
./usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5.12.8 » vers « 
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5.12.8.dpkg-new » : fin de 
fichier ou de flux inattendue
InstallationDate: Installed on 2021-07-13 (2 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: qtwebengine-opensource-src
Title: package libqt5webenginecore5 (not installed) failed to install/upgrade: 
impossible de copier les données extraites pour « 
./usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5.12.8 » vers « 
/usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5.12.8.dpkg-new » : fin de 
fichier ou de flux inattendue
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: qtwebengine-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package libqt5webenginecore5 (not installed) failed to
  install/upgrade: impossible de copier les données extraites pour «
  ./usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5.12.8 » vers «
  /usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5.12.8.dpkg-new » :
  fin de fichier ou de flux inattendue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtwebengine-opensource-src/+bug/1936342/+subscriptions


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

[Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2021-05-30 Thread GEO
** Changed in: ubuntu-cdimage
 Assignee: (unassigned) => GEO (geo218)

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

Title:
  Installation fails due to useless immediate configuration error when
  "Install Third-Party Drivers" is selected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268/+subscriptions

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

[Bug 1875039] [NEW] package chromium-browser (not installed) failed to install/upgrade: new chromium-browser package pre-installation script subprocess returned error exit status 1

2020-04-25 Thread Geo Joseph
Public bug reported:

$ sudo apt-get install chromium-browser
[sudo] password for geo: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  chromium-browser
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 48.3 kB of archives.
After this operation, 164 kB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 chromium-browser 
amd64 80.0.3987.163-0ubuntu1 [48.3 kB]
Fetched 48.3 kB in 19s (2,582 B/s) 
Preconfiguring packages ...
Selecting previously unselected package chromium-browser.
(Reading database ... 123208 files and directories currently installed.)
Preparing to unpack .../chromium-browser_80.0.3987.163-0ubuntu1_amd64.deb ...
=> Installing the chromium snap
==> Checking connectivity with the snap store
==> Installing the chromium snap
error: cannot perform the following tasks:
- Download snap "chromium" (1119) from channel "stable" (read tcp 
192.168.43.93:53774->91.189.91.43:443: read: connection reset by peer)
dpkg: error processing archive 
/var/cache/apt/archives/chromium-browser_80.0.3987.163-0ubuntu1_amd64.deb 
(--unpack):
 new chromium-browser package pre-installation script subprocess returned error 
exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/chromium-browser_80.0.3987.163-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: chromium-browser (not installed)
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
AptOrdering:
 chromium-browser:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Apr 25 20:24:21 2020
ErrorMessage: new chromium-browser package pre-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2020-04-24 (1 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2
SourcePackage: chromium-browser
Title: package chromium-browser (not installed) failed to install/upgrade: new 
chromium-browser package pre-installation script subprocess returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package chromium-browser (not installed) failed to install/upgrade:
  new chromium-browser package pre-installation script subprocess
  returned error exit status 1

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

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

[Bug 1647174] Re: opening menu for certain types of GtkComboBox causes Gdk-CRITICAL assertion 'GDK_IS_WINDOW (window)' failed

2016-12-04 Thread POJAR GEO
** Bug watch added: Debian Bug tracker #839122
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839122

** Also affects: gtk+3.0 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839122
   Importance: Unknown
   Status: Unknown

** Bug watch added: GNOME Bug Tracker #771242
   https://bugzilla.gnome.org/show_bug.cgi?id=771242

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=771242
   Importance: Unknown
   Status: Unknown

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

Title:
  opening menu for certain types of GtkComboBox causes Gdk-CRITICAL
  assertion 'GDK_IS_WINDOW (window)' failed

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

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


[Bug 1646635] Re: package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-12-03 Thread POJAR GEO
*** This bug is a duplicate of bug 1551086 ***
https://bugs.launchpad.net/bugs/1551086

** This bug has been marked a duplicate of bug 1374762
   package tvtime 1.0.2-12.1ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

** This bug is no longer a duplicate of bug 1374762
   package tvtime 1.0.2-12.1ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

** This bug has been marked a duplicate of bug 1551086
   package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1641114] Re: package tvtime (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-11-11 Thread POJAR GEO
*** This bug is a duplicate of bug 1551086 ***
https://bugs.launchpad.net/bugs/1551086

** This bug has been marked a duplicate of bug 1551086
   package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package tvtime (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1624680] Re: package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subproces post-installation script geïnstalleerd gaf een foutwaarde 1 terug

2016-10-10 Thread POJAR GEO
*** This bug is a duplicate of bug 1551086 ***
https://bugs.launchpad.net/bugs/1551086

** This bug has been marked a duplicate of bug 1551086
   package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subproces
  post-installation script geïnstalleerd gaf een foutwaarde 1 terug

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

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

[Bug 1630075] Re: package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-10-10 Thread POJAR GEO
*** This bug is a duplicate of bug 1551086 ***
https://bugs.launchpad.net/bugs/1551086

** This bug has been marked a duplicate of bug 1551086
   package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1569260] Re: package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-04-13 Thread POJAR GEO
*** This bug is a duplicate of bug 1374762 ***
https://bugs.launchpad.net/bugs/1374762

** This bug has been marked a duplicate of bug 1374762
   package tvtime 1.0.2-12.1ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1507858] [NEW] Network Manager + dnsmasq are not correctly assigning upstream DNS servers

2015-10-19 Thread geo
Public bug reported:

I'm guessing that the problem is in network-manager,  but could be
network-manager-openvpn, or network-manager-openvpn-grnome, or dnsmasq?)

I have a fresh install of xubuntu 14.04.3 amd64.  network-manager
0.9.8.8-0ubuntu7.1

It has one eth port connected, plus 2 OpenVPN connections to remote
gateways defined but not normally enabled.

The 2 VPN connections are mutually exclusive.  There is no selective routing 
defined, so if either is 
enabled its gateway becomes the default route.   This all seems to be working 
as expected.
 
Obviously I can only ever have one or the other VPN active,  never both.

However,  the dns nameserver assignment is not working correctly.

All of the config has been specified via the NM panel applet, but for clarity I 
will show you 
extracts from the NM connrction configs in 
/etc/NetworkManager/system-connections/

Ignoring the [connection],[vpn],[vpn-secrets] sections here are the 3
[ipv4] and [ipv6] sections:

-
FOR ETH1:

  [ipv6]
  method=ignore
  
  [ipv4]
  method=manual
  dns=192.168.88.1;
  address1=192.168.88.104/24,192.168.88.1

FOR VPN-A:

  [ipv6]
  method=ignore
  
  [ipv4]
  method=auto
  dns=111.111.111.111;222.222.222.222;   (edited for this report)
- 
and FOR VPN-B:

  [ipv6]
  method=ignore
  
  [ipv4]
  method=auto
  dns=333.333.333.333;  (edited for this report)
--

Starting with networking disabled and using the NM panel applet to activate the 
various 
connections I can monitor in syslog which DNS servers dnsmasq is choosing for 
its upstream lookups.

Step-1,  enable eth1 (with both VPN connections disabled)
syslog shows:
  dnsmasq[2124]: setting upstream servers from DBus
  dnsmasq[2124]: using nameserver 192.168.88.1#53
(this is good,  192.168.88.1 is a local gateway and dns server combined)

Step-2, enable VPN-A
syslog-shows:
  dnsmasq[2124]: setting upstream servers from DBus
  dnsmasq[2124]: using nameserver 111.111.111.111#53
  dnsmasq[2124]: using nameserver 222.222.222.222#53
(this is good, 192.168.88.1 has been dropped and the 2 servers defined for 
VPN-A have been selected)

Step-3, disable VPN-A
syslog shows:
  dnsmasq[2124]: setting upstream servers from DBus
  dnsmasq[2124]: using nameserver 192.168.88.1#53
(this is good, exactly as we were before enabling VPN-A)

Step-4, enable VPN-B
syslog shows:
  dnsmasq[2124]: setting upstream servers from DBus
  dnsmasq[2124]: using nameserver 333.333.333.333#53
  dnsmasq[2124]: using nameserver 111.111.111.111#53
  dnsmasq[2124]: using nameserver 222.222.222.222#53
(NO!, this is BAD, nameservers 111 and 222 have nothing to do with VPN-B)

Step-5, disable VPN-B
syslog shows:
  dnsmasq[2124]: setting upstream servers from DBus
  dnsmasq[2124]: using nameserver 192.168.88.1#53
(this is good, )

Step-6, lets try enabling VPN-A again
syslog-shows:
  dnsmasq[2124]: setting upstream servers from DBus
  dnsmasq[2124]: using nameserver 111.111.111.111#53
  dnsmasq[2124]: using nameserver 222.222.222.222#53
(this is good, )

I have experimented with this in multiple ways, as far as I can see any DNS 
servers applicable to
the FIRST VPN to be activated are somehow "sticky".  If I restart 
network-manager and then 
activate VPN-B I still get the wrong nameservers.  If I want to activate VPN-B 
with its correct nameserver
as defined then I have to re-boot and activate VPN-B before VPN-A.   Then of 
course I end up with the opposite 
problem that VPN-A's nameservers are messed up.

** Affects: network-manager (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/1507858

Title:
  Network Manager + dnsmasq are not correctly assigning upstream DNS
  servers

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

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


[Bug 1463588] Re: package tvtime 1.0.2-14ubuntu3 [modified: usr/bin/tvtime usr/bin/tvtime-command usr/bin/tvtime-configure usr/bin/tvtime-scanner] failed to install/upgrade: subprocess installed post-

2015-08-23 Thread POJAR GEO
*** This bug is a duplicate of bug 1458654 ***
https://bugs.launchpad.net/bugs/1458654

** This bug has been marked a duplicate of bug 1458654
   package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package tvtime 1.0.2-14ubuntu3 [modified: usr/bin/tvtime usr/bin
  /tvtime-command usr/bin/tvtime-configure usr/bin/tvtime-scanner]
  failed to install/upgrade: subprocess installed post-installation
  script returned error exit status 1

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

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


[Bug 963036] Re: No audio in tvtime with cx231xx and saa713x device

2015-07-17 Thread POJAR GEO
** Summary changed:

- No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device
+ No audio in tvtime with cx231xx and saa713x device

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

Title:
  No audio in tvtime with cx231xx and saa713x device

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

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


[Bug 1441336] Re: Progress Bar not updating until process is finished

2015-04-08 Thread POJAR GEO
What probably happens is that the event (signals) that take care of the
visual update of the progress bar are lower in priority, so although
they are sent, the progress bar visual display does not get updated but
only at the end of the critical section in the code.

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

Title:
  Progress Bar not updating until process is finished

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

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


[Bug 1441338] Re: Needs possibility to remove duped frequencies

2015-04-08 Thread POJAR GEO
New gnomeradio scan without adding to presets list already existing
frequencies:

george@george:~$ gnomeradio --scan
Scanning range: 87.50 - 108.00 MHz (0.05 MHz steps)
Found a station at  88.40 MHz 
Found a station at  88.80 MHz 
Found a station at  89.70 MHz 
Found a station at  91.20 MHz 
Found a station at  91.60 MHz 
Found a station at  92.20 MHz  (skipped)
Found a station at  93.20 MHz 
Found a station at  95.50 MHz 
Found a station at  95.70 MHz 
Found a station at 100.90 MHz 
Found a station at 101.00 MHz 
Found a station at 104.40 MHz  
Found a station at 104.60 MHz  (skipped)   
Found a station at 106.60 MHz
Found a station at 107.30 MHz

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

Title:
  Needs possibility to remove duped frequencies

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

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


[Bug 1441768] Re: GTK+ 3.14 produces warning when launching dialogs

2015-04-08 Thread POJAR GEO
Ref: GtkDialog: Warn about lack of transient parents
https://mail.gnome.org/archives/commits-list/2014-May/msg00576.html

** Branch linked: lp:~geoubuntu/ubuntu/vivid/gnomeradio/1441336

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

Title:
  GTK+ 3.14 produces warning when launching dialogs

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

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


[Bug 1441336] Re: Progress Bar not updating until process is finished

2015-04-07 Thread POJAR GEO
** Summary changed:

- GTK progress bar  and long process
+ Progress Bar not updating until process is finished

** Description changed:

  I have a radio tuner that scanning for available stations process will take a 
while (maybe a 5 minutes) to complete.
- When I call scan function, locks up (prevents user action), the progress bar 
does not show any activity until the upload is complete, and then it abruptly 
indicates upload complete.
+ When I call scan function, scanning dialog locks up (prevents user action to 
cancel process), the progress bar does not show any activity until the scan is 
complete, and then it abruptly indicates scan complete.

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

Title:
  Progress Bar not updating until process is finished

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

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


[Bug 1441336] Re: GTK progress bar and long process

2015-04-07 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/vivid/gnomeradio/1441336

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

Title:
  GTK progress bar  and long process

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

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


[Bug 1441338] Re: Needs possibility to remove duped frequencies

2015-04-07 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/vivid/gnomeradio/1441336

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

Title:
  Needs possibility to remove duped frequencies

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

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


[Bug 1438261] Re: Pop up volume control is not completely visible

2015-03-31 Thread POJAR GEO
** Description changed:

- When the volume button adjustment scale is up, is covered by the
- gnomeradio status window.
+ When the volume button control is up, is covered by the gnomeradio
+ status window.
  
  Please see screenshot that illustrate this behavior:

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

Title:
  Pop up volume control  is not completely visible

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

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


[Bug 1438261] Re: Popup scale of the volume button is not completely visible

2015-03-30 Thread POJAR GEO
** Summary changed:

- Volume button pop up isn't show complete
+ Popup scale of the volume button is not completely visible

** Summary changed:

- Popup scale of the volume button is not completely visible
+ Pop up volume control  is not completely visible

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

Title:
  Pop up volume control  is not completely visible

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

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


[Bug 1438261] Re: Volume button pop up isn't show complete

2015-03-30 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/vivid/gnomeradio/1438261

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

Title:
  Volume button pop up isn't show complete

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

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


[Bug 1438237] Re: {FFe] Guide not downloading from port.hu | ro

2015-03-30 Thread POJAR GEO
** Summary changed:

- Guide not downloading from port.hu | ro
+ {FFe] Guide not downloading from port.hu | ro

** Summary changed:

- {FFe] Guide not downloading from port.hu | ro
+ [FFe] Guide not downloading from port.hu | ro

** Branch linked: lp:~geoubuntu/ubuntu/vivid/xmltv/1438237

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

Title:
  [FFe] Guide not downloading from port.hu | ro

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

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


[Bug 1431502] Re: package tvtime 1.0.2-14ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-13 Thread POJAR GEO
*** This bug is a duplicate of bug 1428681 ***
https://bugs.launchpad.net/bugs/1428681

** This bug has been marked a duplicate of bug 1428681
   package tvtime 1.0.2-14ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package tvtime 1.0.2-14ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 991134] Re: Can' t open mixer default (Hauppage HVR-950Q)

2015-03-03 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/vivid/tvtime/merge

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

Title:
  Can' t open mixer default (Hauppage HVR-950Q)

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

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


[Bug 1414686] Re: package rsyslog 7.4.4-1ubuntu2.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-01-31 Thread POJAR GEO
** Summary changed:

- ackage rsyslog 7.4.4-1ubuntu2.5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
+ package rsyslog 7.4.4-1ubuntu2.5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package rsyslog 7.4.4-1ubuntu2.5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 947845] Re: Wrong link to gatos.souceforge.net

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  Wrong link to gatos.souceforge.net

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

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


[Bug 383669] Re: TVTIME does not work after Logitech camera installed

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  TVTIME does not work after Logitech camera installed

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

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


[Bug 540268] Re: tvtime PAL audio mode not persisted

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  tvtime PAL audio mode not persisted

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

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


[Bug 680386] Re: Please apply alsamixer support patch (present in Fedora 14)

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  Please apply alsamixer support patch (present in Fedora 14)

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

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


[Bug 715242] Re: TVTime generates unwanted L_Shift key press events

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  TVTime generates unwanted L_Shift key press events

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

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


[Bug 961677] Re: Please add support for NTSC closed captioning

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  Please add support for NTSC closed captioning

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

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


[Bug 951473] Re: KEY_EVENT Enter always mapped to TVTIME_ENTER

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  KEY_EVENT Enter always mapped to TVTIME_ENTER

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

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


[Bug 351101] Re: tvtime sound crashes when launching ekiga

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  tvtime sound crashes when launching ekiga

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

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


[Bug 544527] Re: usbfs is bugged with >2.6.32.9 and <=2.6.33 (breaks VMWare, Qemu, sane scanners, ...)

2015-01-05 Thread POJAR GEO
** No longer affects: tvtime

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

Title:
  usbfs is bugged with >2.6.32.9 and <=2.6.33 (breaks VMWare, Qemu, sane
  scanners, ...)

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

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


[Bug 1405660] Re: New upstream version

2014-12-28 Thread POJAR GEO
This weeks I have in plan to fork tvtime in Launchpad to make
maintenance easier and keep for us updates made in Ubuntu which does not
exist in linuxtv.org.

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

Title:
  New upstream version

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

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


[Bug 1405660] Re: New upstream version

2014-12-25 Thread POJAR GEO
tvtime package from ubuntu contains all updates made to tvtime in
linuxtv.org. Over there in ubuntu, tvtime contains some updates for
feature requests made here (e.g. channel selector in osd menu)

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

Title:
  New upstream version

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

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


[Bug 1347394] Re: Odd Flickering

2014-12-12 Thread POJAR GEO
Now tvtime wait 3 seconds to next frame before deciding it's a driver
problem. Not all devices (au0828) can free wheel, so tvtime should
support such devices without blocking the GUI. A solution would be if no
frame arrives within 100 ms (instead of 3 sec), then timeout and give
the GUI the chance to update itself.

Later, next week I will correct this problem.

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

Title:
  Odd Flickering

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

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


[Bug 903302] Re: Dialog windows are not turning modal anyway

2014-12-07 Thread POJAR GEO
Confirmed in ubuntu 14.04 -14.10 - 15.04 (x86 and x86-64).

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

Title:
  Dialog windows are not turning modal anyway

To manage notifications about this bug go to:
https://bugs.launchpad.net/claws-mail/+bug/903302/+subscriptions

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


[Bug 1382748] Re: Interface with 16:9 aspect ratio

2014-10-27 Thread POJAR GEO
OK, I found the problem. This occurs when changing appearance through
the following menu path:

* Setup
* Output configuration
* Apply matte
* And choose one of the following: 4: 3, 16:10 16: 9, 1.85: 1 or 2.35: 1


Everything is fine when used directly in the menu path:

* Setup
* Output configuration
* 16: 9 output

I will investigate this problem and propose a solution (soon).

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

Title:
  Interface with 16:9 aspect ratio

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

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


[Bug 1382748] Re: Interface with 16:9 aspect ratio

2014-10-26 Thread POJAR GEO
I can't confirm this problem. To me everything is working correctly. See
screenshot.

** Attachment added: "tvtime 16:9"
   
https://bugs.launchpad.net/ubuntu/+source/tvtime/+bug/1382748/+attachment/4245971/+files/tvtime%20mate.png

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

Title:
  Interface with 16:9 aspect ratio

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

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


[Bug 1347853] Re: CX23418 MPEG-2 Encoder don`t work

2014-08-13 Thread POJAR GEO
*** This bug is a duplicate of bug 1345616 ***
https://bugs.launchpad.net/bugs/1345616

** This bug has been marked a duplicate of bug 1345616
   CX23418 MPEG-2 Encoder don`t work

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

Title:
  CX23418 MPEG-2 Encoder don`t work

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

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


[Bug 1341073] Re: GtkStack doesn't render a background

2014-07-12 Thread POJAR GEO
This bug is fixed here:
https://git.gnome.org/browse/gtk+/commit/?id=02ccfb5d62430590b11b2d3e34b6100e4a6ddcda

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

Title:
   GtkStack doesn't render a background

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

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


[Bug 1341073] [NEW] GtkStack doesn't render a background

2014-07-12 Thread POJAR GEO
Public bug reported:

GtkStack currently doesn't render a background, so theming it isn't possible.
Also, this causes issues with native X11 windows under Ubuntu where the
GtkStack will appear black or transparent, i.e. the background colour of the
top-level X11 window.

This breaks the stack transitions. Compare before/after on page 2 of
widget-factory.

** Affects: gtk
 Importance: Unknown
 Status: Unknown

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot from 2014-07-10 14:05:58.png"
   
https://bugs.launchpad.net/bugs/1341073/+attachment/4151026/+files/Screenshot%20from%202014-07-10%2014%3A05%3A58.png

** Bug watch added: GNOME Bug Tracker #733027
   https://bugzilla.gnome.org/show_bug.cgi?id=733027

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=733027
   Importance: Unknown
   Status: Unknown

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

Title:
   GtkStack doesn't render a background

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

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


[Bug 1336386] Re: gtk popover widgets are constrained to the size of their parent window

2014-07-05 Thread POJAR GEO
I think Matthias Clasen tried to work on Button GtkScale to fit in the
window. Commit in gnome git is here:
https://git.gnome.org/browse/gtk+/commit/?id=d9e475ed6a2ceac38b565123a3091508944eec37

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

Title:
  gtk popover widgets are constrained to the size of their parent window

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

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


[Bug 1336386] Re: gtk popover widgets are constrained to the size of their parent window

2014-07-01 Thread POJAR GEO
** Description changed:

  In some circumstances in Ubuntu 14.10, gtk popover widget are rendered
  incomplete (cut). I think that happen when main window of application is
  smaller than gtk popover widget.
  
  I post here two screenshot to ilustrate this behavior:
  
- [1] gnomeradio in Ubuntu 14.04 (correct behavior)
- [2] gnomeradio in Ubuntu 14.10 (incorrect behavior)
+ [1] https://launchpadlibrarian.net/179091440/%5B1%5D%20Ubuntu%2014.04.png
+ [2] https://launchpadlibrarian.net/179091468/%5B2%5D%20Ubuntu%2014.10.png

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

Title:
  gtk popover widgets are constrained to the size of their parent window

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

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


[Bug 1336386] Re: gtkpopover widgets are cut in some circumstances

2014-07-01 Thread POJAR GEO
** Attachment added: "[2] gnomeradio in Ubuntu 14.10 (incorrect behavior)"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1336386/+attachment/4143186/+files/%5B2%5D%20Ubuntu%2014.10.png

** Also affects: ubuntu-themes (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- gtkpopover widgets are cut in some circumstances
+ gtk popover widgets are rendered cut in some circumstances

** Description changed:

  In some circumstances in Ubuntu 14.10, gtk popover widget are rendered
- incomplete. I think that happen when main window of application is
+ incomplete (cut). I think that happen when main window of application is
  smaller than gtk popover widget.
  
  I post here two screenshot to ilustrate this behavior:
  
  [1] gnomeradio in Ubuntu 14.04 (correct behavior)
  [2] gnomeradio in Ubuntu 14.10 (incorrect behavior)

** Summary changed:

- gtk popover widgets are rendered cut in some circumstances
+ gtk popover widgets are rendered incomplete (cut) in some circumstances

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

Title:
  gtk popover widgets are rendered incomplete (cut) in some
  circumstances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1336386/+subscriptions

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


[Bug 1336386] [NEW] gtk popover widgets are rendered incomplete (cut) in some circumstances

2014-07-01 Thread POJAR GEO
Public bug reported:

In some circumstances in Ubuntu 14.10, gtk popover widget are rendered
incomplete (cut). I think that happen when main window of application is
smaller than gtk popover widget.

I post here two screenshot to ilustrate this behavior:

[1] gnomeradio in Ubuntu 14.04 (correct behavior)
[2] gnomeradio in Ubuntu 14.10 (incorrect behavior)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: utopic

** Attachment added: "[1] gnomeradio in Ubuntu 14.04 (correct behavior)"
   
https://bugs.launchpad.net/bugs/1336386/+attachment/4143184/+files/%5B1%5D%20Ubuntu%2014.04.png

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

Title:
  gtk popover widgets are rendered incomplete (cut) in some
  circumstances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1336386/+subscriptions

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


[Bug 1329792] [NEW] GtkVolumeButton do not let me to change volume

2014-06-13 Thread POJAR GEO
Public bug reported:

After Utopic update to use gtk+ 3.12, GtkVolumeButton do not let to use
volume pops up control. I can change volume only if mouse cursor is over
volume icon and I use mouse scroll wheel.

You can reproduce this in totem and rhythmbox by clicking in volume icon
and try to move up or down volume control slider that show's up.

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: utopic

** Summary changed:

- GtkVolumeButton do not let to change volume
+ GtkVolumeButton do not let me to change volume

** Tags added: utopic

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

Title:
  GtkVolumeButton do not let me to change volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1329792/+subscriptions

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


[Bug 1329749] Re: Wrong GTK icon size for volume?

2014-06-13 Thread POJAR GEO
** Description changed:

  I'm using Gnomeradio on Ubuntu 14.10. The problem has been nagging me for 
some time it has not appeared with Ubuntu 14.04.
- The problem is that the volume icon has the wrong appearance: is is using 
small icons for the toolbar icons.
+ The problem is that the volume icon has the wrong appearance: is using small 
icons for the toolbar icons.
  Is there a reason for Gnomeradio to use a different size as a source for the 
volume icon than the other buttons of the toolbar?

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

Title:
  Wrong GTK icon size for volume?

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

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


[Bug 1329749] Re: Wrong GTK icon size for volume?

2014-06-13 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/gnomeradio/gtk+3.12

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

Title:
  Wrong GTK icon size for volume?

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

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


[Bug 1329749] Re: Wrong GTK icon size for volume?

2014-06-13 Thread POJAR GEO
GNOME Shell 3.12 and GTK+ 3.12 Available In The Ubuntu 14.10 Utopic Unicorn 
Repositories 
GTK+ is always changing (and breaking) things like this. 

 In GTK+ 3.10, toolbar icons default to 24x24, while the volume button defaults 
to 18x18.
In GTK+ 3.12, there are curiously enough two separate changes that each would 
have solved the problem: [1] changed the default size for the volume button to 
16x16, which prevents the scaling, and [2] switched to using symbolic icons, 
which are rendered as black and thus happen to match. Regardless of the GTK+ 
changes, [3] solves the problem by setting the volume icon size to 24x24 to 
match the rest of the buttons.

[1] 
https://git.gnome.org/browse/gtk+/commit/?id=b617b003ef9e3d42ecf17b42348f72f87bca78a2
[2] 
https://git.gnome.org/browse/gtk+/commit?id=afa9339e7106432af6622824d9c8c0a67bbf543c
[3] g_object_set (volume_button, "size", GTK_ICON_SIZE_LARGE_TOOLBAR, NULL);

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

Title:
  Wrong GTK icon size for volume?

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

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


[Bug 1215656] Re: tvtime crashed with SIGSEGV in __GI___strdup()

2014-04-28 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge

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

Title:
  tvtime crashed with SIGSEGV in __GI___strdup()

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

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


[Bug 1215678] Re: tvtime-scanner crashed with SIGSEGV in strncpy()

2014-04-28 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge

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

Title:
  tvtime-scanner crashed with SIGSEGV in strncpy()

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

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


[Bug 1264960] Re: tvtime has a new version in debian

2014-04-28 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge

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

Title:
  tvtime has a new version in debian

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

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


[Bug 153801] Re: Cannot find "/dev/video0"

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge+alsa

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

Title:
  Cannot find "/dev/video0"

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

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


[Bug 963036] Re: No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge+alsa

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

Title:
  No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

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

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


[Bug 1215656] Re: tvtime crashed with SIGSEGV in __GI___strdup()

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge+alsa

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

Title:
  tvtime crashed with SIGSEGV in __GI___strdup()

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

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


[Bug 472770] Re: No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge+alsa

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

Title:
  No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

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

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


[Bug 1264960] Re: tvtime has a new version in debian

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge+alsa

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

Title:
  tvtime has a new version in debian

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

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


[Bug 1215678] Re: tvtime-scanner crashed with SIGSEGV in strncpy()

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge+alsa

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

Title:
  tvtime-scanner crashed with SIGSEGV in strncpy()

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

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


[Bug 1215656] Re: tvtime crashed with SIGSEGV in __GI___strdup()

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge

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

Title:
  tvtime crashed with SIGSEGV in __GI___strdup()

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

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


[Bug 1215678] Re: tvtime-scanner crashed with SIGSEGV in strncpy()

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge

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

Title:
  tvtime-scanner crashed with SIGSEGV in strncpy()

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

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


[Bug 1264960] Re: tvtime has a new version in debian

2014-04-27 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/merge

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

Title:
  tvtime has a new version in debian

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

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


[Bug 472770] Re: No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

2014-04-25 Thread POJAR GEO
** Tags added: quantal trusty utopic

** Tags added: saucy

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

Title:
  No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

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

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


[Bug 472770] Re: No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

2014-04-25 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/ALSA

** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/ALSA

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

Title:
  No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

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

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


[Bug 153801] Re: Cannot find "/dev/video0"

2014-04-25 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/ALSA

** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/ALSA

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

Title:
  Cannot find "/dev/video0"

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

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


[Bug 963036] Re: No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

2014-04-25 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/ALSA

** Branch linked: lp:~geoubuntu/ubuntu/utopic/tvtime/ALSA

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

Title:
  No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

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

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


[Bug 963036] Re: No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

2014-04-24 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/ALSA

** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/alsa

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

Title:
  No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

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

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


[Bug 472770] Re: No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

2014-04-24 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/ALSA

** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/alsa

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

Title:
  No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

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

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


[Bug 153801] Re: Cannot find "/dev/video0"

2014-04-24 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/ALSA

** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/alsa

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

Title:
  Cannot find "/dev/video0"

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

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


[Bug 1215678] Re: tvtime-scanner crashed with SIGSEGV in strncpy()

2014-04-24 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/merge

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

Title:
  tvtime-scanner crashed with SIGSEGV in strncpy()

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

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


[Bug 1215656] Re: tvtime crashed with SIGSEGV in __GI___strdup()

2014-04-24 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/merge

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

Title:
  tvtime crashed with SIGSEGV in __GI___strdup()

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

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


[Bug 991134] Re: Can' t open mixer default (Hauppage HVR-950Q)

2014-04-24 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/alsa

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

Title:
  Can' t open mixer default (Hauppage HVR-950Q)

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

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


[Bug 1264960] Re: tvtime has a new version in debian

2014-04-24 Thread POJAR GEO
** Branch unlinked: lp:~geoubuntu/ubuntu/trusty/tvtime/merge

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

Title:
  tvtime has a new version in debian

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

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


[Bug 1282304] Re: Bottom-edge window placement doesn't take decoration height into consideration

2014-03-04 Thread POJAR GEO
Also this introduce introduce bizarre behavior of main window of many
applications.

Example with gnome screenshot:

- Then open gnome sreenshot,  show up without "Take Screenshot" button
which is placed in the bottom of main window. This button becomes
visible only when the window is moved. (see video in attachament).


** Attachment added: "gnome-screenshot.ogv"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1282304/+attachment/4006609/+files/gnome-screenshot.ogv

** Tags added: regression-update

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

Title:
  Bottom-edge window placement doesn't take decoration height into
  consideration

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

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


[Bug 1287472] Re: compiz unnecessarily shrinks new windows

2014-03-04 Thread POJAR GEO
Indeed, this behavior affects video applications that need to keep
aspect ratio in window mode.

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

Title:
  compiz unnecessarily shrinks new windows

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

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


[Bug 963036] Re: No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

2014-01-30 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/a

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

Title:
  No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

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

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


[Bug 472770] Re: No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

2014-01-30 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/a

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

Title:
  No Audio in Tv Time using Ubuntu Karmic: not using pulseaudio

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

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


[Bug 991134] Re: Can' t open mixer default (Hauppage HVR-950Q)

2014-01-30 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/a

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

Title:
  Can' t open mixer default (Hauppage HVR-950Q)

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

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


[Bug 153801] Re: Cannot find "/dev/video0"

2014-01-30 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/a

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

Title:
  Cannot find "/dev/video0"

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

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


[Bug 963036] Re: No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

2014-01-28 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/alsa

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

Title:
  No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

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

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


[Bug 153801] Re: Cannot find "/dev/video0"

2014-01-28 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/alsa

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

Title:
  Cannot find "/dev/video0"

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

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


[Bug 991134] Re: Can' t open mixer default (Hauppage HVR-950Q)

2014-01-28 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/alsa

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

Title:
  Can' t open mixer default (Hauppage HVR-950Q)

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

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


[Bug 881696] Re: tvtime no sound video ok

2014-01-28 Thread POJAR GEO
*** This bug is a duplicate of bug 991134 ***
https://bugs.launchpad.net/bugs/991134

** This bug has been marked a duplicate of bug 991134
   Can' t open mixer default (Hauppage HVR-950Q)

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

Title:
  tvtime no sound video ok

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

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


[Bug 1268065] Re: tvtime stopped working

2014-01-28 Thread POJAR GEO
*** This bug is a duplicate of bug 991134 ***
https://bugs.launchpad.net/bugs/991134

** This bug has been marked a duplicate of bug 991134
   Can' t open mixer default (Hauppage HVR-950Q)

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

Title:
  tvtime stopped working

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

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


[Bug 963036] Re: No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

2014-01-13 Thread POJAR GEO
Hi Paulo Matias

I rewrite ALSA code for tvtime . Now should recognize all video device
witch have alsa sound. You can try proposed version from my PPA:
https://code.launchpad.net/~geoubuntu/+archive/media.

If you confirm that resolve your problem with tvtime, will propose to
merge this version to be applied in Trusty.

Best regards

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

Title:
  No audio in tvtime with a PixelView PlayTV USB Hybrid (cx231xx) device

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

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


[Bug 1267306] [NEW] G_OBJECT() cast is not necessary for signals connection and properties access.

2014-01-08 Thread POJAR GEO
Public bug reported:

g_object_get, g_object_set, g_signal_connect, etc. all take a gpointer
argument, so there is no need to cast to GObject with the G_OBJECT
macro.

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

** Branch linked: lp:~geoubuntu/ubuntu/trusty/gnomeradio/1265154

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

Title:
  G_OBJECT() cast is not necessary for signals connection and properties
  access.

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

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


[Bug 1266203] Re: License text contains obsolete FSF postal address

2014-01-05 Thread POJAR GEO
** Description changed:

  COPYING file contain obsolete FSF postal address.
+ see: https://bugzilla.gnome.org/show_bug.cgi?id=721455

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

Title:
  License text contains obsolete FSF postal address

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

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


[Bug 1266203] Re: License text contains obsolete FSF postal address

2014-01-05 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/gnomeradio/1265154

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

Title:
  License text contains obsolete FSF postal address

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

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


[Bug 1266203] [NEW] License text contains obsolete FSF postal address

2014-01-05 Thread POJAR GEO
Public bug reported:

COPYING file contain obsolete FSF postal address.

** Affects: gnomeradio (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/1266203

Title:
  License text contains obsolete FSF postal address

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

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


[Bug 1264960] Re: tvtime has a new version in debian

2014-01-03 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/merge

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

Title:
  tvtime has a new version in debian

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

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


[Bug 275275] Re: tvtime no kill after directly close gnome-terminal

2014-01-02 Thread POJAR GEO
*** This bug is a duplicate of bug 1265577 ***
https://bugs.launchpad.net/bugs/1265577

** This bug has been marked a duplicate of bug 1265577
   Add support to the _NET_WM_PID atom

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

Title:
  tvtime no kill after directly close gnome-terminal

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

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


[Bug 1265577] Re: Add support to the _NET_WM_PID atom

2014-01-02 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/1265576+1265577

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

Title:
  Add support to the _NET_WM_PID atom

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

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


[Bug 1265576] Re: Link to libsupc++ instead of bringing in libstdc++.

2014-01-02 Thread POJAR GEO
** Branch linked: lp:~geoubuntu/ubuntu/trusty/tvtime/1265576+1265577

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

Title:
  Link to libsupc++ instead of bringing in libstdc++.

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

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


[Bug 1265577] [NEW] Add support to the _NET_WM_PID atom

2014-01-02 Thread POJAR GEO
Public bug reported:

Add support to the _NET_WM_PID atom which is needed by many windows
managers to correctly associate a SDL window to its process and to
related .desktop file and icon for the given host.

EWMH (Extended Window Manager Hints) is a set of conventions (basically
extending the original ICCCM, or Inter-Client Communication Conventions
Manual) on how to make X clients play along nicely especially assisting
the window manager (which is just another X client) do its job.

What this particular protocol (_NET_WM_PID) does, is add a property to
the client's window containing the process id of the client's process.
The rationale is that if the window manager detects that a particular
client does not respond, it can use the pid to kill it.

** Affects: tvtime (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/1265577

Title:
  Add support to the _NET_WM_PID atom

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

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


[Bug 1265576] [NEW] Link to libsupc++ instead of bringing in libstdc++.

2014-01-02 Thread POJAR GEO
Public bug reported:

Link to libsupc++ instead of bringing in libstdc++ just because tomsocomp
is written in C++. It does not use STL so it needs not the whole standard
library.

** Affects: tvtime (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/1265576

Title:
  Link to libsupc++ instead of bringing in libstdc++.

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

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


  1   2   3   >