腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(213)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
使用vala创建
AppIndicator
: Package‘
appIndicator
3-0.1’未找到
我正在尝试创建一个Vala应用程序,它将创建一个
AppIndicator
。问题是,当我编译我的应用程序时,我会得到以下错误:我编译应用程序的方式如下: valac --pkg
appindicator
3-0.1 --pkg gtk+-3.0 indicator.vala
浏览 0
提问于2019-01-19
得票数 5
回答已采纳
1
回答
AppIndicator
3 -更改图标
我按照教程为Ubuntu创建了一个
AppIndicator
。import osimport time gi.require_version('
AppIndicator
3as
appindicator
APPINDIC
浏览 1
提问于2018-03-25
得票数 0
1
回答
如何用Python创建
AppIndicator
?
/usr/bin/python import pynotifya.set_status(
appindic
浏览 0
修改于2012-11-28
得票数 6
回答已采纳
2
回答
Python的
AppIndicator
文档
Python绑定到
AppIndicator
的文档在哪里? 访问这官方搜索页面,所有的链接都断了。
浏览 0
提问于2013-12-07
得票数 2
回答已采纳
1
回答
启动多个
AppIndicator
实例
) self.indicator =
AppIndicator
.Indicator.new(self.config['app']['name'], icon,
AppIndicator
.Indica
浏览 2
修改于2017-08-29
得票数 0
回答已采纳
1
回答
AppIndicator
vala库
我想在vala中为google应用程序制作一个任务指示应用程序。但我似乎找不到我需要的应用程序库。我对vala比较陌生,但是我找不到vapi文件,所以我无法编译我的程序. 下面是一个vala应用程序http://developer.ubuntu.com/resources/technologies/application-indicators/的示例
浏览 0
提问于2013-02-10
得票数 1
回答已采纳
1
回答
倒计时
AppIndicator
# MAIN CLASS # Class variables def initialize(name, icon, category) mainmenu_quit.
浏览 0
修改于2016-11-24
得票数 4
回答已采纳
2
回答
可以用
AppIndicator
3添加动画吗?
我正在尝试用Python创建一个简单的
AppIndicator
。代码与下面的代码非常相似:from gi.repository import Gtk indicator =
appindicator
.Indicator.new(
APPINDICATOR
_
浏览 3
提问于2020-05-08
得票数 1
3
回答
Python3
AppIndicator
3:什么是依赖?
我在Python3中打包了一个我写的应用程序,它使用:在列出依赖项时,我无法确定哪个包包含
AppIndicator
3。我猜到了python-
appindicator
,但是看看这个包,它似乎是针对Python2的,而不是Python3。 我应该依赖哪个包裹?
浏览 0
提问于2016-05-13
得票数 5
回答已采纳
1
回答
Python
AppIndicator
使tomate Unity兼容
但是tomate使用gtk.status_icon而不是
appindicator
,所以我想解决这个问题。谢谢你的帮助。
浏览 3
提问于2011-05-18
得票数 5
回答已采纳
1
回答
GTK Javascript (GJS) Gnome
AppIndicator
3包括
制作的应用程序,它有一行代码: pkg.require({ 'Gtk': '3.0', '
AppIndicator
3'const glib = imports.gi.GLib;const
ap
浏览 37
提问于2021-01-25
得票数 1
回答已采纳
2
回答
如何知道
AppIndicator
提供了哪些图标?
我正在使用
AppIndicator
和
AppIndicator
3中包含的几个图标(来自gi.repository),如gsm-3g-full和GSM-3G-无。编辑:我正在寻找图标的图片,但如果这是不可能的,甚至知道图标的名称将是非常有用的。
浏览 2
修改于2016-04-07
得票数 0
回答已采纳
2
回答
Python
AppIndicator
bindings ->如何检查菜单是否打开?
下面是一个最小的
AppIndicator
示例:import gtk ind =
appindicator
.Indicator("example-simple-client", "gtk-execute",
appindicator
.CATEGORY_APPLICAT
浏览 6
修改于2012-02-16
得票数 16
1
回答
Python中的ImageMenuItem图标(
AppIndicator
)
我试图使用
AppIndicator
创建一个gtk.ImageMenuItems。通常情况下,ImageMenuItems会显示股票的项目,但是使用Python,菜单中根本不会显示图标。
浏览 0
修改于2012-01-10
得票数 4
回答已采纳
2
回答
将任意gtk.Widget放入
appindicator
.Indicator中
对于
appindicator
.Indicator,它不起作用。入口是空的。例如,即使您将子边框_大小设置为32。以下是一些工作代码:import
appindicator
"distributor-logo",
浏览 0
修改于2010-12-06
得票数 19
回答已采纳
1
回答
如何获取Ubuntu
AppIndicator
图标坐标
我正在UbuntuLinux12.04上工作,并使用pygobject创建构建在GTK+ 3之上的软件。我会感谢任何帮助或指导,如何获得应用指示图标坐标直接或作出一些解决办法,以了解他们。
浏览 0
提问于2013-05-01
得票数 1
回答已采纳
1
回答
Python3:命名空间
AppIndicator
3不可用
import osfrom gi.repository import Gtk from gi.repository import
AppIndicator
3 当我运行它时,会发生这样的情况: $ python3 /path/to/program.py Traceback(m
浏览 85
提问于2020-08-28
得票数 0
1
回答
如何在单击后保持PyGTK
AppIndicator
菜单打开?
import timegi.require_version("Gtk", "3.0")from gi.repository import
AppIndicator
3 as
appindicator
self.icon =
浏览 6
修改于2017-12-17
得票数 2
回答已采纳
2
回答
AppIndicator
3. it :有没有办法在运行时隐藏/显示它?
我试图隐藏‘
AppIndicator
3’is ,但到目前为止,我的所有尝试都失败了。def __show_app_indicator(self) -> None: icon_theme = Gtk.IconTheme.get_default__app_indicator:
AppIndicator
3.Indicator =
AppIndicator</em
浏览 0
提问于2018-10-09
得票数 1
回答已采纳
1
回答
应用程序和
AppIndicator
3的区别是什么?
用python编写的Ubuntu指示器可以使用两个API来完成:
appindicator
和
AppIndicator
3。它们之间有什么区别,使用一个比另一个有什么好处吗?
浏览 0
提问于2016-07-18
得票数 5
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券