Typhoon: Install based app
What is the name of the app?
typhoon
Where is the app hosted?
Website: https://archisman-panigrahi.github.io/typhoon/ GitHub: https://github.com/archisman-panigrahi/typhoon
About the app
Typhoon is a stylish weather app that shows the weather information in a colorful background.
Being a python program, it works with both 32 bit and 64 bit.
Upload file or Add PR Link
Confirmations
- [x] I have confirmed that this app is legal and not piracy.
- [x] I have confirmed that this app has never been discussed in https://github.com/Botspot/pi-apps/issues and https://github.com/Botspot/pi-apps/pulls, and it is not in the Pi-Apps app list.
- [x] I have read and followed the creating an app for Pi-Apps documentation.
- [x] I have confirmed that this app can run on all Pi-Apps supported systems.
A zipfile was found in the body of your issue. The sha1sum of the zip was: a2e9795cb32273592eaf28a4b772472fdc4a71e4
Click to show contents preview
Typhoon/credits
Who deserves credit for making this app? Archisman Panigrahi
Who deserves credit for putting it on Pi-Apps? Archisman Panigrahi
Typhoon/description
A stylish weather application.
You can find Typhoon on the menu. You can also run the command `typhoon` in the terminal.
Typhoon/install
#!/bin/bash
version=0.9.92
install_packages https://github.com/archisman-panigrahi/typhoon/releases/download/v${version}/typhoon_${version}_all.deb || exit 1
Typhoon/website
https://archisman-panigrahi.github.io/typhoon/
Typhoon/uninstall
#!/bin/bash
#Allow packages required by this app to be uninstalled
purge_packages && sudo apt remove typhoon -y|| exit 1
It should be placed in the Category Internet.
A zipfile was found in the body of an issue comment. The sha1sum of the zip was: 39da8a4fd07cfc4e8fced6ef51fb90a800fbe76c
Click to show contents preview
Typhoon/credits
Who deserves credit for making this app? Archisman Panigrahi
Who deserves credit for putting it on Pi-Apps? Archisman Panigrahi
Typhoon/description
A stylish weather application.
Typhoon is a beautiful weather application that provides real-time weather updates and forecasts in a highly configurable and colorful widget inspired by the Metro interface in Windows 8.
Originally based on Stormcloud by Jono Cooper, Typhoon is powered by Open-Meteo and OpenStreetMap APIs.
Features:
- Shows real-time weather updates and weather forecast upto four days
- Customizable units of measurement
- Shows the current temperature as launcher count (in supported DEs)
- Configurable color of the widget
- Configurable opacity of the widget (in supported DEs)
- Wallpaper/accent color based chameleonic background color (in supported DEs)
- Temperature based background color
- Powered by Open-Meteo and OpenStreetMap APIs
- Supports multiple locations via multiple windows
You can find Typhoon on the menu. You can also run it with the command `typhoon` in the terminal.
Typhoon/install
#!/bin/bash
version=0.9.92
install_packages https://github.com/archisman-panigrahi/typhoon/releases/download/v${version}/typhoon_${version}_all.deb || exit 1
Typhoon/website
https://archisman-panigrahi.github.io/typhoon/
Typhoon/uninstall
#!/bin/bash
#Allow packages required by this app to be uninstalled
purge_packages && sudo apt remove typhoon -y|| exit 1
Have you tried running this in Pi OS? Taskbar icon is wrong.
The Labwc compositor gets the APP_ID for X11 apps (which you have forced your app to use xwayland), which I have found here:
pi@raspberrypi:~ $ wmctrl -lx
0x0180000c 0 typhoon_window.py.Typhoon_window.py raspberrypi Typhoon
0x01400003 0 Pi-Apps.Pi-Apps raspberrypi Pi-Apps
0x00400004 0 legcord.legcord raspberrypi Discord - Legcord
I suggest you either make an icon symlink to Typhoon_window.py.svg, or change the python script to set the window's APP_ID to io.github.archisman_panigrahi.typhoon
You can find Typhoon on the menu. You can also run it with the command `typhoon` in the terminal.
Please use the pi-apps "To run:" standard (say exactly which submenu to run it from)
What happened to these other commenters?
What happened to these other commenters?
Nice to see that you are back. These commenters seem to be spam bots. I have no idea why they targeted this issue.
As for the icon, in PiOS, I tested only in X11. Does the icon error occur when you run it from the menu? The icon is not supposed to appear when you run typhoon from terminal instead of running the desktop file (or from the menu).
I will get back to your other comments one by one.
Does the icon error occur when you run it from the menu?
Yes. Using PiOS Wayland