The search returned 7 results

by jmorillo
June 1, 2026 - 6:28 PM
Forum: WAPT Packages
Subject: tis-waptagent package for Ubuntu 26.04
Answers: 3
Views : 6144

Re: tis-waptagent package for Ubuntu 26.04

Thanks Bertrand!
Yes, same here, OK in VM and on a "hard" installation with the Noble sources.
All that's left is to add `if lsb_release -cs == "resolute" then "noble"` to the WAPT sources. :D :lol:
Have a good week everyone!
by jmorillo
May 20, 2026 - 10:03
Forum: WAPT Packages
Subject: tis-waptagent package for Ubuntu 26.04
Answers: 3
Views : 6144

tis-waptagent package for Ubuntu 26.04

Hello everyone,
We're starting our testing phase for the new Ubuntu LTS (26.04).
I think the Ubuntu "Noble" tis-waptagent package will be compatible with "Resolute," but just to be sure, could you add a native "Resolute" tis-waptagent and tis-waptagent-gui to your roadmap?
Thanks a lot...
by jmorillo
February 5, 2026 - 9:45 AM
Forum: WAPT Server
Subject: [SOLVED] Issues in the documentation (or on the tranquil.it repo)
Answers: 2
Views : 2896

Re: Issues in the documentation (or on the tranquil.it repo)

Thank you so much, Denis!
Best of luck to the whole team, and may 2026 be filled with success!
Where I come from, we say "Hack the Planet!"
For you, I'd say "Conquer the World!" ;)
by jmorillo
February 5, 2026 - 9:05 AM
Forum: WAPT Server
Subject: [SOLVED] Issues in the documentation (or on the tranquil.it repo)
Answers: 2
Views : 2896

[SOLVED] Issues in the documentation (or on the tranquil.it repo)

Hello everyone!

In the documentation: https://www.wapt.fr/fr/doc/wapt-server-install-debian-based.html#installing-the-wapt-server-packages
, it says to install the GPG key using this command:
`sudo bash -c 'wget -qO- https://wapt.tranquil.it/$(lsb_release -is)/tiswapt-pub-2026.gpg > /usr/share/keyrings ...`
by jmorillo
December 2, 2025 - 4:15 PM
Forum: WAPT Packages
Subject: [SOLVED] Seafile for Linux
Answers: 1
Views : 4714

[SOLVED] Seafile for Linux

Hello everyone!

Seafile, since version 9.0.7, no longer provides .deb packages in their repository. Therefore, the latest version in their repository (and thus in Wapt) is 9.0.6.
They have now switched to the AppImage format :(
I quickly cobbled together a working package based on what...
by jmorillo
October 16, 2024 - 6:33 PM
Forum: WAPT Packages
Subject: [SOLVED] XML Parser on BeautifulSoup
Answers: 3
Views : 2965

Re: Parser XML on BeautifulSoup

Thank you so much, Bertrand!
Everything is working perfectly!
Just a minor hiccup because the XML element was declared like this: "

I couldn't find any results for `bs_find_all('https://contoso.com/test.xml', 'Key')`.
I needed to use `Key -> key` (lowercase) in `bs_find_all('https://contoso.com ...`).
by jmorillo
October 16, 2024 - 3:38 PM
Forum: WAPT Packages
Subject: [SOLVED] XML Parser on BeautifulSoup
Answers: 3
Views : 2965

[SOLVED] Parse XML on BeautifulSoup

Hello,

I need to create a "Clari Copilot" package (easy, their installer.exe works correctly with /S).
However, I'm stuck on the update_package.py function because the binary is hosted on a CDN, without a main HTML page, but I was able to find an XML page listing...