[App Sharing] 时隔三个月,地球壁纸软件2.0终于更新了,完全重构
Tofloor
poster avatar
派了个萌
deepin
2022-11-19 23:01
Author

拖了3个月,终于把软件完全用python重构了一遍,现在2.0版本更加稳定好用了

由于ubuntu和deepin仓库里面没有pyside6 所以deb包不是很好打包,所以直接用python打包,现在一行命令就可以从pypi安装了

pip install earth-wallpaper

应该是我打包的问题,直接安装不会自动安装依赖包,但是我又不知道问题出在哪,有懂的老哥可以指点一下。

已经解决了,现在直接安装就可以自动安装需要的依赖了😃

这次更新还支持了windows,一样使用pip安装,只不过需要多一个pywin32的依赖

安装完成后可以在命令行输入earth-wallpaper运行,想要软件图标的话可以自己手动加一个earth-wallpaper.desktop文件,参考文件:

[Desktop Entry]
Categories=Application;Network;
Comment=Simple and easy to use multifunctional wallpaper software 简单好用的多功能壁纸软件
Exec=earth_wallpaper
Icon=earth
GenericName=earth-wallpaper
Keywords=earth
Name=earth-wallpaper
StartupNotify=false
Terminal=false
Type=Application

Github: https://github.com/ambition-echo/earth_wallpaper

PyPi: https://pypi.org/project/earth-wallpaper/

AUR: https://aur.archlinux.org/packages/earth-wallpaper-bin

最后,还是欢迎感兴趣的小伙伴一起来完善或提出建议blush

Reply Favorite View the author
All Replies
sky198
deepin
2022-11-20 00:21
#1

感谢楼主开源,https://github.com/ambition-echo/earth_wallpaper/blob/main/earth_wallpaper/interfaces/wallpaper24.py这个脚本有bug,不能解析https://windd.info/themes/macos.html#这种类型的壁纸,需要做一下修复,另外可以添加一个每天随机更换24小时壁纸的脚本,每天都可以看到不一样的壁纸,有不一样的心情,最后再次感谢楼主开源

Reply View the author
派了个萌
deepin
2022-11-20 01:06
#2
sky198

感谢楼主开源,https://github.com/ambition-echo/earth_wallpaper/blob/main/earth_wallpaper/interfaces/wallpaper24.py这个脚本有bug,不能解析https://windd.info/themes/macos.html#这种类型的壁纸,需要做一下修复,另外可以添加一个每天随机更换24小时壁纸的脚本,每天都可以看到不一样的壁纸,有不一样的心情,最后再次感谢楼主开源

不能解析是什么意思,我就是用的这儿下载的壁纸,没有问题,具体问题可以去提个issue呢

Reply View the author
‌量子巡游者
Moderator
2022-11-20 03:31
#3
It has been deleted!
神末shenmo
deepin
Spark-App
Q&A Team
2022-11-20 05:48
#4

你可以参考wine运行器的打包方式,直接把pip写在了postinst脚本里,这样也可以实现自动配置

Reply View the author
派了个萌
deepin
2022-11-20 06:17
#5
神末shenmo

你可以参考wine运行器的打包方式,直接把pip写在了postinst脚本里,这样也可以实现自动配置

这样不会破坏系统的python环境吗,万一用户要用某个版本的包

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2022-11-20 06:22
#6
派了个萌

这样不会破坏系统的python环境吗,万一用户要用某个版本的包

Reply View the author
xuqi
deepin testing team
2022-11-20 21:08
#7

like

Reply View the author
偷捧时间煮酒喝
deepin
2023-12-17 23:13
#8

兄弟。v23版本之后这个这个软件就运行不起来了

Reply View the author