只需:
Ubuntu16.04安装Screenlets
通过添加软件源的方式安装装
sudo add-apt-repository ppa:screenlets/ppa
sudo apt-get update
sudo apt-get install screenlets-pack-all screenlets
我的可以。。。
以上方法在ubuntu16.04下不可行
以源码的方式安装
sudo apt install python-beautifulsoup python-wnck python-vte python-tz
cd /tmp
wget -O - https://launchpad.net/screenlets/trunk/0.1.6/+download/screenlets-0.1.6.tar.bz2 | bunzip2 -c - | tar xf -
wget -O - https://launchpad.net/indiv-screenlets/trunk/0.1.6/+download/indiv-screenlets-0.1.6.tar.bz2 | bunzip2 -c - | tar xf -
cd screenlets-0.1.6
sudo setuo.py install
cd ../indiv-screenlets-0.1.6
sudo setup.py install
screenlets &
出错解决
在终端下执行screenlets指令在运行过程中会提示出错信息。发现缺少相关库,使用以下指令安装。
sudo apt-get install python-gconf
sudo apt-get install libcanberra-gtk-module
sudo apt-get install python-xdg
使用方法
打开screenlets双击相应的桌面控件,便会在桌面生成,相应的小程序,点击开始/停止也可以,或者点击登录时自启动,使桌面小程序,开机显示在桌面。
设置界面

效果图

为 Ubuntu 安装漂亮的 Screenlets 小工具
| [日期:2012-03-13] | 来源:imcn.me 作者:imcn | [字体:大 中 小] |
Screenlets 桌面小工具,可能很多童鞋都用过,Screenlets 是迷你小工具插件 (widgets) 可以很方便的从桌面中添加和删除这些小工具。这些小工具既能美化你的桌面又能让你很方便的读取一些数据。

screenlets
最新版本为Screenlets 0.1.4 相对以前的版本更加美观而且还带来了更多小工具,安装后慢慢挑选吧!
Ubuntu用户你可以在软件中心搜索安装,也可以使用下面的PPA源,使用最先版本。
打开终端输入下面的命令:
sudo add-apt-repository ppa:screenlets/ppa
sudo apt-get update
sudo apt-get install screenlets
PPA地址:https://launchpad.net/~screenlets/+archive/ppa
主页:https://launchpad.net/~screenlets/+archive/ppa

本文提供了在Ubuntu系统上安装Screenlets桌面小工具的详细步骤,包括通过软件源和源码安装的方法,并解决了安装过程中可能出现的问题。
193

被折叠的 条评论
为什么被折叠?



