我发现很多文件都具有类似的名称
.goutputstream-xxxxx
Run Code Online (Sandbox Code Playgroud)
其中 xxxxx 是一些字母数字字符。
这是主文件夹的屏幕截图

知道为什么我应该保留这些还是可以删除并停止进一步创建?
我正在使用 ubuntu 12.04。
我试过
$ gnome-about –gnome-version
gnome-about: command not found
$ gnome-session --version
gnome-session 3.2.1
Run Code Online (Sandbox Code Playgroud)
为什么我需要是因为我的桌面环境看起来不像 http://www.gnome.org/gnome-3/ 虽然维基百科指出 12.04 上的默认 gnome 版本是 3.4.1。
有没有办法修改Ubuntu 12.04自带的主题?使用 Ubuntu 10.x 是可能的。
我想知道为什么他们删除了基本的自定义。12.04 在这方面有什么改进吗?
我尝试按照以下步骤安装 utimer (https://launchpad.net/utimer)。
$ tar -zvxf utimer-0.4.tar.gz
$ cd utimer-0.4
/utimer-0.4$ ./configure
/utimer-0.4$ ls
aclocal.m4 autogen.sh config.h.in configure COPYING depcomp INSTALL Makefile.am Makefile.in mkinstalldirs po README.in
AUTHORS ChangeLog config.log configure.ac data Doxyfile install-sh Makefile.decl missing NEWS README src
/utimer=0.4$ make
make: *** No targets specified and no makefile found.
Run Code Online (Sandbox Code Playgroud)
我将如何进行?
也试过了,
/utimer-0.4$ ./autogen.sh
========= Preparing uTimer ============
======== Running autoreconf ===========
./autogen.sh: line 3: autoreconf: command not found
Run Code Online (Sandbox Code Playgroud)
安装了自动配置。它安装了 4 个新软件包 -autoconf automake autotools-dev m4
但我收到另一个错误。
========= Preparing uTimer …Run Code Online (Sandbox Code Playgroud)