[Bug 1865996] Re: GDM Theme Inconsistant Init Login vs Screen Lock

2020-03-07 Thread gerry dublin
Recent updates have made the initial gdm login screen match the lock
screen and this is now resolved.

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

Title:
  GDM Theme Inconsistant Init Login vs Screen Lock

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

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

[Bug 1865996] [NEW] GDM Theme Inconsistant Init Login vs Screen Lock

2020-03-04 Thread gerry dublin
Public bug reported:

The initial login theme of first login at machine startup is completely
different (looks much older) than the theme used for when the machine is
restored from screen lock (looks very new).

Ideally the same theme is used in both circumstances for consistency.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gdm3 3.34.1-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
Uname: Linux 5.4.0-14-generic x86_64
ApportVersion: 2.20.11-0ubuntu18
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Mar  4 08:14:55 2020
InstallationDate: Installed on 2020-02-12 (20 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200124)
SourcePackage: gdm3
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal wayland-session

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

Title:
  GDM Theme Inconsistant Init Login vs Screen Lock

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

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

[Bug 1837290] [NEW] gpodder 3.10.7 HTTPS youtube broken, need 3.10.9

2019-07-20 Thread gerry dublin
Public bug reported:

Ubuntu 19.04 ships with gpodder version 3.10.7.
This version doesn't work with youtube https.
A patch has been posted that fixes this in the latest version 3.10.9.
The releases since 3.10.7 have just been bug fix releases.

Is it possible to have the version of gpodder bumped up to version 3.10.7?
Youtube not working breaks a lot of functionality of the program. 

Thank you for all your work

** Affects: gpodder (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/1837290

Title:
  gpodder 3.10.7 HTTPS youtube broken, need 3.10.9

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

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

[Bug 1755428] Re: Kubuntu - gPodder fails to launch.

2018-03-21 Thread gerry dublin
thank you. i copied over my gpodder folder from a previous install of a
different system so that must be the issue. this can be closed [i dont
know how to do this]

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

Title:
  Kubuntu - gPodder fails to launch.

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

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

[Bug 1755428] [NEW] Kubuntu - gPodder fails to launch.

2018-03-13 Thread gerry dublin
Public bug reported:

sudo apt install gpodder.

press icon, flash then nothing.

launch "gpodder" in a terminal window =

1520932474.810768 [gpodder.util] WARNING: html5lib not found, falling back to 
HTMLParser
1520932474.849526 [gpodder.sync] WARNING: Could not find gpod
1520932474.849792 [gpodder.sync] WARNING: Could not find eyed3.mp3
/usr/lib/python2.7/dist-packages/gpodder/gtkui/draw.py:131: GtkWarning: Unable 
to locate theme engine in module_path: "adwaita",
  widget = gtk.ProgressBar()
1520932474.950943 [gpodder.log] ERROR: Uncaught exception: Traceback (most 
recent call last):
  File "/usr/bin/gpodder", line 159, in 
main()
  File "/usr/bin/gpodder", line 154, in main
main.main(options)
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/main.py", line 3487, in 
main
gp = gPodder(bus_name, core.Core(UIConfig, model_class=Model), options)
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/main.py", line 121, in 
__init__
BuilderWidget.__init__(self, None)
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/interface/common.py", 
line 38, in __init__
GtkBuilderWidget.__init__(self, gpodder.ui_folders, gpodder.textdomain, 
**kwargs)
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/base.py", line 66, in 
__init__
self.new()
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/main.py", line 229, in 
new
self.channels = self.model.get_podcasts()
  File "/usr/lib/python2.7/dist-packages/gpodder/model.py", line 1239, in 
get_podcasts
self.children = self.db.load_podcasts(podcast_factory)
  File "/usr/lib/python2.7/dist-packages/gpodder/dbsqlite.py", line 159, in 
load_podcasts
cur = self.cursor()
  File "/usr/lib/python2.7/dist-packages/gpodder/dbsqlite.py", line 103, in 
cursor
return self.db.cursor()
  File "/usr/lib/python2.7/dist-packages/gpodder/dbsqlite.py", line 94, in db
schema.upgrade(self._db, self.database_file)
  File "/usr/lib/python2.7/dist-packages/gpodder/schema.py", line 209, in 
upgrade
assert version == CURRENT_VERSION
AssertionError

Traceback (most recent call last):
  File "/usr/bin/gpodder", line 159, in 
main()
  File "/usr/bin/gpodder", line 154, in main
main.main(options)
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/main.py", line 3487, in 
main
gp = gPodder(bus_name, core.Core(UIConfig, model_class=Model), options) 

   
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/main.py", line 121, in 
__init__
 
BuilderWidget.__init__(self, None)  

   
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/interface/common.py", 
line 38, in __init__
  
GtkBuilderWidget.__init__(self, gpodder.ui_folders, gpodder.textdomain, 
**kwargs)   
   
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/base.py", line 66, in 
__init__
  
self.new()  

   
  File "/usr/lib/python2.7/dist-packages/gpodder/gtkui/main.py", line 229, in 
new
self.channels = self.model.get_podcasts()
  File "/usr/lib/python2.7/dist-packages/gpodder/model.py", line 1239, in 
get_podcasts
self.children = self.db.load_podcasts(podcast_factory)
  File "/usr/lib/python2.7/dist-packages/gpodder/dbsqlite.py", line 159, in 
load_podcasts
cur = self.cursor()
  File "/usr/lib/python2.7/dist-packages/gpodder/dbsqlite.py", line 103, in 
cursor
return self.db.cursor()
  File "/usr/lib/python2.7/dist-packages/gpodder/dbsqlite.py", line 94, in db
schema.upgrade(self._db, self.database_file)
  File "/usr/lib/python2.7/dist-packages/gpodder/schema.py", line 209, in 
upgrade
assert version == CURRENT_VERSION
AssertionError

** Affects: gpodder (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/1755428

Title:
  Kubuntu - gPodder fails to launch.

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

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

[Bug 1748516] Re: gPodder show nothing

2018-02-15 Thread gerry dublin
sorry. been very busy at work. i have since done updates and everything
is flawless as far as i can tell. i have only reportsed bugs a few times
and am still new to this. this seems to be resolved. [even though i dont
know how or why]

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

Title:
  gPodder show nothing

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

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

[Bug 1748516] [NEW] gPodder show nothing

2018-02-09 Thread gerry dublin
Public bug reported:

18.04 Kubuntu

gPodder looks like this on Kubuntu as of time of this post.

Note in the picture it shows nothing but there is actually 22 podcasts
subscribed.

https://i.imgur.com/L7UVm2a.png

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gpodder 3.10.0-3
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.8-0ubuntu8
Architecture: amd64
CurrentDesktop: KDE
Date: Fri Feb  9 18:58:26 2018
InstallationDate: Installed on 2018-02-06 (2 days ago)
InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180206)
PackageArchitecture: all
SourcePackage: gpodder
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  gPodder show nothing

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

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