Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法来设置应用程序的图标canoncial-quickly?我已经尝试在 中设置主窗口的图标文件Glade,但该应用程序仍然使用其中一个股票 GTK 图标作为其主图标Unity。Ubuntu 12.04 LTS
canoncial-quickly
Glade
Unity
Ubuntu 12.04 LTS
导航到包含您的 Quickly Ubuntu 应用程序的目录。假设它被称为 myproj。myproj 内部是一个名为 data 的目录。内部数据是一个名为 media 的目录。在那里你应该看到一个名为 myproj.svg 的图形文件。将 myproj.svg 替换为您选择的可缩放矢量图形图像。您可以从网上下载 svg,也可以在 Inkscape 中为自己创建一个。下次运行应用程序时,它会选择 myproj.svg 作为其图标。
I'm using jQuery 1.9.1 and trying to have an ajax query which is called every 5 seconds and updates some content.
Using the code below, I get the following error in Chrome's conso