问题标签 [elementary]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
widget - 如何为基本(EFL)小部件添加背景?
我想要基本小部件(也是容器)的背景颜色(或图像),如网格或框。
如何将背景颜色设置为基本小部件?
在 EFL 基本文档中,我找到了 elm_bg 函数,但我无法将其设置为其他基本容器的背景...
linux - 由于“pantheon-filechooser-module”错误,无法启动 Dropbox
我无法解决问题。当我启动 Dropbox 时,我收到一个错误:
我在互联网上搜索了解决方案,但没有成功。
操作系统:基本操作系统 Freya 0.3
vim - Vim 行号和注释绿色而不是灰色 (tmux - solarized)
终端 (tmux) 中 vim 的默认颜色仍然与 gvim 的不匹配。我在基本操作系统 freya 中使用万神殿终端。这与日晒主题相结合:http: //ethanschoonover.com/solarized
当我在 tmux 中执行“echo $TERM”时,输出为:screen-256color
所以这似乎没问题。据我了解,$TERM 值必须在 .bashrc 中正确定义。Tmux 使用它而 vim 使用它在 tmux 中找到的 TERM 值?
在 GVIM 中,行号和注释是灰色的??我该如何改变这一点。其他颜色也不配?
我一直在寻找这个问题几个小时......
我的配置如下:
.bashr
.tmux.conf
.vimrc
使用万神殿时 $TERM = xterm
我还尝试了 vim csapprox 插件。这在很大程度上修复了它,但评论仍然不可读。
python - Elementary OS 上的 Selenium 不适用于 Firefox
我的系统上的 Selenium 有问题。由于某种原因,它不会启动 Firefox 浏览器窗口。
这是我已经完成的步骤。
- 通过 pip 下载 Selenium
- 下载了 Marionette (gecko) 驱动程序
- 将下载文件的目录添加到我的 PATH 中。
我仍然收到以下错误。
我试图运行的脚本是:
我正在使用最新版本的 Firefox。
mime-types - ONLYOFFICE 和哑剧类型协会
我正在使用 Elementary Os Loki 并想使用 ONLYOFFICE。我尝试从官方网站安装最后一个 deb 文件并尝试使用 repo(没有变化)。问题是,当软件包安装时,它不会注册自己以允许从文件管理器或终端打开文件(desktopeditors -f example.doc 或 smth)。我在官方回购中找到了整个目录,我认为所有逻辑都已处理。
我还尝试通过更改 /usr/share/applications 中的文件来修复 - defaults.list 和 desktopeditors.desktop。
如果它是一个功能,请解决这个问题或给出一个很好的解释。打开文件的唯一方法是使用内部文件选择器对话框或在窗口上拖放文件。
angularjs - AngularJS安装(官方教程)
所以我正在尝试学习 AngularJS,当我跑步时,我正在关注官方教程
我得到这个答案
我正在使用基本操作系统
c++ - collect2:错误:ld 在 C++ 中返回 1 个退出状态
我刚刚切换到基本操作系统并安装了 sublime 文本编辑器。我用 C++ 编写了一个基本的 hello world 程序来检查工作。我得到这个错误。
hello world 程序是,
我在 google 和 stackoverflow 中搜索了答案,但找不到解决方案。
linux - Vala系统命令认证提示
所以我一直在为使用 Vala 的elementaryOS 进行一些开发。尽管这不是我的首选语言,但在获得 root 密码的图形提示之前,我似乎还不错。
在终端中,当我键入“sudo [command]”时,它会提示输入超级用户的密码。我将如何制作此密码提示的 GUI 版本?
bash - 无法在基本 os loki 中设置 GOPATH
输入 :
输出:
请帮助我怎么了?
multithreading - Vala Threading: invocation of void method not allowed as expression
Hey i've been writing an application in which i need to create thread to perform background tasks while the GUI is being loaded. However no matter that i do i can find a way around this error:
The line in question is the creating of a new thread which calls the "devices_online" method.
The Full code which is being effected is:
And Method is:
Ive done so much Googleing but Vala isn't exactly the most popular language. Any help?