Bug#1057364: mate-panel: weather report broken in clock/weather applet in bookworm

2023-12-11 Thread okgomdjgbmoij



the fix was pushed with the latest point release

On 04/12/2023 01:14, mike wrote:

Package: mate-panel
Version: 1.27.0-1
Severity: normal
Tags: upstream
X-Debbugs-Cc: okgomdjgbm...@gmail.com

Dear Maintainer,

like the title says.

It would be nice to backport the fix.

-- System Information:
Debian Release: 12.2
   APT prefers stable-updates
   APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-13-amd64 (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-panel depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-4
ii  libatk1.0-0  2.46.0-5
ii  libc62.36-9+deb12u3
ii  libcairo21.16.0-7
ii  libgdk-pixbuf-2.0-0  2.42.10+dfsg-1+b1
ii  libglib2.0-0 2.74.6-2
ii  libgtk-3-0   3.24.38-2~deb12u1
ii  libgtk-layer-shell0  0.8.0-1
ii  libice6  2:1.0.10-1
ii  libmate-desktop-2-17 1.26.0-2
ii  libmate-menu21.26.0-3
ii  libmate-panel-applet-4-1 1.27.0-1
ii  libmateweather1  1.26.0-1.1
ii  libpango-1.0-0   1.50.12+ds-1
ii  librda0  0.0.5-1.1
ii  libsm6   2:1.2.3-1
ii  libwayland-client0   1.21.0-1
ii  libwnck-3-0  43.0-3
ii  libx11-6 2:1.8.4-2+deb12u2
ii  libxrandr2   2:1.5.2-2+b1
ii  mate-desktop 1.26.0-2
ii  mate-menus   1.26.0-3
ii  mate-panel-common1.27.0-1
ii  mate-polkit  1.26.1-3

mate-panel recommends no packages.

mate-panel suggests no packages.

-- no debconf information




Bug#994151: yt-dlp: little script

2022-10-24 Thread okgomdjgbmoij




On 24/10/2022 04:57, Andres Salomon wrote:
On Mon, 29 Aug 2022 19:09:45 -0400 (EDT) Unit 193  
wrote:
 > On Mon, 01 Aug 2022 20:10:42 +0200 michel  
wrote:
 > > I fleshed out the proposal a bit more. The simplest possibillity is 
to make symlinks, of both
 > > the executable and module, to pretend they are youtube-dl and the 
module youyube_dl. This way,

 > > also python programs that load the module could work.
 > >
 > > A little bit better is this little wraper. you link the exec and 
module to it.

 > >
 > > --
 > > #!/usr/bin/python3
 > >
 > > import sys
 > > from yt_dlp import *
 > >
 > > if __name__ == "__main__":
 > >
 > > args=sys.argv.copy()
 > > args.pop(0)
 > > args=['--compat-options','youtube-dl']+args
 > >
 > > main(args)
 > > 
 > >
 > >

Thanks for the script! We still haven't seen a youtube-dl release and 
it's pretty clear the way that things are headed, so I've gone ahead and 
prepared the package for becoming replaced by yt-dlp:


https://salsa.debian.org/debian/youtube-dl/-/commits/master

Andreas & others, any thoughts/comments on this before I upload?

Thanks,
Andres

not sure what you did. To avoid confusion. Use the wrapper as the 
executable, not as the module. It doesn't work very well as a module.


"import *" in python doesn't actually import everything...

for the module directly link to yt-dlp
/usr/lib/python3/dist-packages/youtube_dl 
/usr/lib/python3/dist-packages/yt_dlp