web-dev-qa-db-ja.com

Ubuntu 12.04 LTSに最新のNautilus File Managerをインストールする方法はありますか

Nautilus File Manager 3.6以上でUbuntu 12.04 LTS。私は多くの方法を試しましたが、ついにこの質問をするのに疲れました。

  • 私はこのリンクに行きました: 12.10でNautilus 3.6をインストールする方法 しかし、それは私の解決策ではありませんでした。

  • バイナリパッケージ ここからダウンロード を使用してインストールしようとしましたが、すべての依存パッケージを解決するのは非常に困難でした。リストは終了しませんでした。

  • リポジトリを追加しようとしました:ppa:gnome3-team/gnome3が、それは言う:nautilus is already the newest version.

Nautilusは、Ubuntu 13.04のデフォルトです。 search files and folderlighting speedなどの機能は私を怒らせます。しかし、残念ながら、Ubuntu LTSバージョンに固執したいと思います。

編集

方法はわかりませんが、次のリンクではFiles (Nautilus) 3.6Ubuntu 12.04にインストールされています:

ファイル(Nautilus)3.6.0最終ダウンロード可能

image

今、私の興奮は最高に達しました。 Ubuntu 12.04に最新バージョンをインストールする方法は本当にありますか?

どんな助けも大歓迎です。前もって感謝します!!

編集:Roman Raguetの提案通りにインストールを試みました

  1. エラーなしで最初のステップが実行され、リストされたパッケージが正常にインストールされました。

  2. 2番目のステップを実行したとき:Sudo apt-get build-dep nautilusは次のエラーを受け取りました:

    E: Unable to find a source package for nautilus
    

    そのため、これをスキップして次のステップに進んでください。

  3. 3rdステップも正常に実行され、40 to 50 Mbパッケージの周りにダウンロードおよびインストールされました。

  4. 4thステップをスキップし、それほど重要ではないと考えました(ゴミ箱アイコンが表示されない場合はOK)。

  5. 5th6thおよび7thステップを終了し、8番目のステップ。

  6. ./configureを使用してコンパイルすると、次のようなエラーが発生しました。

    saurav@saurav-P4I45Gx-PE:~/Downloads/src/nautilus-3.6.3$ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking how to create a ustar tar archive... gnutar
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking whether byte ordering is bigendian... no
    checking for an ANSI C-conforming const... yes
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking build system type... i686-pc-linux-gnu
    checking Host system type... i686-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /bin/sed
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking the maximum length of command line arguments... 1572864
    checking whether the Shell understands some XSI constructs... yes
    checking whether the Shell understands "+="... yes
    checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
    checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... dlltool
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... mt
    checking if mt is a manifest tool... no
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for pkg-config... /usr/bin/pkg-config
    checking for floor in -lm... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking pkg-config is at least version 0.16... yes
    checking whether NLS is requested... yes
    checking for intltool >= 0.40.1... 0.50.2 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for Perl... /usr/bin/Perl
    checking for Perl >= 5.8.1... 5.14.2
    checking for XML::Parser... ok
    checking for gtkdoc-check... no
    checking for gtkdoc-rebase... no
    checking for gtkdoc-mkpdf... no
    checking whether to build gtk-doc documentation... no
    checking for Perl5... no
    checking for Perl... Perl
    checking for glib-genmarshal... /usr/bin/glib-genmarshal
    checking sys/mount.h usability... yes
    checking sys/mount.h presence... yes
    checking for sys/mount.h... yes
    checking sys/vfs.h usability... yes
    checking sys/vfs.h presence... yes
    checking for sys/vfs.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking for mallopt... yes
    checking for EXIF... yes
    checking for EXEMPI... yes
    checking for is_selinux_enabled in -lselinux... no
    checking for more warnings... no
    checking for TRACKER... yes
    checking for BASE... no
    configure: error: Package requirements (
        gtk+-3.0 >= 3.5.12
        glib-2.0 >= 2.33.13
    ) were not met:
    
    No package 'gtk+-3.0' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables BASE_CFLAGS
    and BASE_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    
5
Saurav Kumar

いくつかの重要なパッケージ(gtk、glibなど)ricotz/testing ppa、ソースからNautilus 3.6をコンパイルします。


注:システムのいくつかの重要なパッケージをアップグレードするため、仮想マシンまたはテストマシンでこれを行うことを強くお勧めします。


「ソースコードリポジトリ」を有効にしてください。

メニューバーでEdit-> Software Sourcesを選択します。クリックして有効にします「ソースコードリポジトリ」。念のため、ダウンロードに "Main Server"を使用します。

enter image description here

それから..

  • Sudo apt-get update

1)ターミナルを開き、次のパッケージをインストールします。

  • Sudo apt-get install build-essential libtracker-sparql-0.14-dev wget

2)ビルドの依存関係をインストールします。

  • Sudo apt-get build-dep nautilus

3)ricotz ppaを追加し、システムをアップグレードします。

  • Sudo add-apt-repository ppa:ricotz/testing

  • Sudo apt-get update && Sudo apt-get upgrade

  • Sudo apt-get dist-upgrade

4)nautilus-placesのTrash-Fullアイコン。

Nautilus 3.6.3は、Ubuntu 12.04にはデフォルトでは存在しない、trash-full(user-trash-full-symbolic.svg)に次のアイコンを使用します。
Ubuntu 13.04からアイコンを取得して、/ usr/share/icons/gnome/scalable/status /ディレクトリに配置できます。

これを避けるには:

enter image description here

ターミナルで正しいアイコンタイプを取得したら。

  • Sudo mv /path/to/trash/image/user-trash-full-symbolic.svg /usr/share/icons/gnome/scalable/status/
  • Sudo chmod 644 /usr/share/icons/gnome/scalable/status/user-trash-full-symbolic.svg
  • Sudo gtk-update-icon-cache /usr/share/icons/gnome/

次のようになります:

enter image description here

5)ソースコードをダウンロードするフォルダーを作成します。

  • mkdir ~/Downloads/src

  • cd ~/Downloads/src

6)Launchpad からnautilus 3.6.3(raring)ソースコードをダウンロードします。

  • wget https://launchpad.net/ubuntu/raring/+source/nautilus/1:3.6.3-0ubuntu16/+files/nautilus_3.6.3.orig.tar.xz

7)ソースコードを抽出します。

  • tar -xvf nautilus_3.6.3.orig.tar.xz

8)コンパイルとインストールの基本手順。 (必要に応じて手順を変更したり、プレフィックスを追加したりできます)

  • cd nautilus-3.6.3/

  • ./configure

  • make

  • Sudo make install

9)ノーチラスを殺す。

  • pkill nautilus

10)念のため... show-desktop-icons、デスクトップにshow trash-iconなどのようなデフォルトの優先順位を設定します。

  • gsettings set org.gnome.nautilus.desktop trash-icon-visible false

  • gsettings set org.gnome.nautilus.desktop home-icon-visible false

  • gsettings set org.gnome.desktop.background show-desktop-icons true

11)最後にシステムを再起動して、変更を確認します。

結果:

enter image description here

お役に立てれば。

5
Roman Raguet