当我试图在Ubuntu14.04上安装VMWare工作站时,我会收到以下警告:
(vmware-installer.py): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine"
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
当我忽略这些
我似乎需要四处走动,但我不知道到底该怎么做。看看这里的其他人谁有同样的问题,我已经安装了所有的软件包(我猜)。
leo@leo:~/Public/Tesla Sim Linux - light$ ./Tesla-Sim-Linux.x86
Set current directory to /home/leo/Public/Tesla Sim Linux - light
Found path: /home/leo/Public/Tesla Sim Linux - light/Tesla-Sim-Linux.x86
Mono path[0] = '/home/leo/Public/Tes
我在Linux()中编写了一个C GTK程序,并在Linux mint中用 way.now编译了它。当我单击windows 10中的a.exe文件时,我将a.exe文件发送到我的windows 10计算机上以执行it.but。
the program can't start because <some files that I have listed in notepad in scrennshot> is missing from your computer.try reinstalling the program to fix this problem
我的w
我想在Ubuntu16.04LTS上安装晶体程序Coot,但似乎只存在14.04和18.04 版本。我试着安装18.04版本,但它开始抱怨缺少的库。我接下来所做的就是将库从coot文件夹复制到/usr/lib中,但现在仍然是这样:
::: DYLD_FALLBACK_LIBRARY_PATH is
/home/neitz/coot-Linux-x86_64-ubuntu-18.04.1-pre-release-gtk2-python/libexec/coot-bin: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not f
我安装了一个Linux命令行,也就是说,当我安装它时,我选择安装命令行版本。
我希望使用从命令行到弹出对话框等的zenity。我已经安装了zenity,但是当我尝试使用它时,我会得到一个gtk错误:
(zenity:22955): Gtk-WARNING **: cannot open display:
xf_pre_connect: failed to open display:
Please check that the $DISPLAY environment variable is properly set.
难道不能从Linux的命令行安装中获得乐趣吗?
我无法安装RSSOwl 2.2.1,因为升级到Ubuntu18.04,当我试图安装.deb文件时,我面临着Libhun拼写1.3的依赖(Ubuntu18.04使用1.6),并且尝试使用压缩版本给了我一个错误: RSSOwl无法创建一个用于阅读新闻的浏览器。
有人能帮我吗?RSSowl.org
编辑:安装Oracle JDK后,我将面临以下错误消息:
An error has occurred. See error log for more details.
Could not load SWT library. Reasons:
/home/username/.rssowl2/con
我试着用这个小剧本,因为我的猫喜欢在我的键盘上行走。http://linux.softpedia.com/get/Utilities/Lock-keyboard-for-Baby-23745.shtml
我刚刚安装了Ubuntu16.04,没有太多的经验。因此,我想我应该使用终端导航到我下载了脚本的文件夹,然后
perl scriptname.pl
它的输出如下:
Can't locate Gtk2.pm in @INC (you may need to install the Gtk2 module) (@INC contains: /etc/perl /usr/local/lib/
在我的Ubuntu Desktop 14.04上安装Code::Blocks之后,我已经使用GTK模板创建了一个新的C++项目(GNU C++)。但是如果尝试构建它,我会得到错误:
/home/surrp/Project1-gtk/Project1/main.c|2|fatal error: gtk/gtk.h: No such file or directory|
由于我是linux的新手,我不知道Code::Block在哪里查找GTK头文件,也不知道如何安装它们。它真的像Windows中那样不可靠吗--我必须下载头文件并手动放置在某个地方?在repos中没有任何包吗?
我想在我的Ubuntu18.04系统上安装这个gimp规范地图插件,方法是下载并解压缩gimp 1.2.3.tar.bz2文件,并在解压缩文件夹中运行make命令。然后我收到他的错误信息:
gcc -c -O3 -Wall `pkg-config --cflags gtk+-2.0 gtkglext-1.0 gimp-2.0` normalmap.c
Package gimp-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gimp-2.0.pc&
我正在尝试构建一个程序,就像linux上的大多数其他程序一样: configure、make、make install。
但是,当我尝试配置它时,我得到了以下消息:
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or