Есть ли способ установить последнюю версию файлового менеджера Nautilus в Ubuntu 12.04 LTS?

Я так отчаянно хочу использовать Nautilus File Manager 3.6 или выше в Ubuntu 12.04 LTS . Я перепробовал много способов, но наконец устал задавать этот вопрос.

  • Я пошел по этой ссылке: Как установить Nautilus 3.6 в 12.10? , но это не было моим решением.

  • Я пытался установить, используя двоичный пакет , загруженный отсюда , но было так трудно разрешить все пакеты зависимостей. Список не заканчивался.

  • Я попытался добавить репозиторий: ppa:gnome3-team/gnome3, но там написано: nautilus is already the newest version.

Наутилус по умолчанию в Ubuntu 13.04. Его функции, такие как search files and folder и lighting speed, сводят меня с ума. Но, к сожалению, я хочу придерживаться версии Ubuntu LTS.

Редактировать

Я не знаю как, но по следующей ссылке показано Files (Nautilus) 3.6, установленное в Ubuntu 12.04:

Файлы (Nautilus) 3.6. 0 Final доступен для скачивания

image

Теперь мое волнение достигло своего пика. Есть ли способ установить последнюю версию в Ubuntu 12.04?

Любая помощь будет принята с благодарностью. Заранее спасибо !!

Редактировать: Попытка установки в соответствии с предложением Романа Раге

  1. Первый шаг выполнен без ошибок и успешно установлены перечисленные пакеты .

  2. При выполнении 2-го шага: sudo apt-get build-dep nautilus получил следующую ошибку:

    E: Unable to find a source package for nautilus
    

    , поэтому решил пропустить это и перейти к следующему шагу.

  3. 3-й этап также успешно выполнен, загружен и установлен вокруг 40 to 50 Mb пакетов.

  4. Пропустил 4-й шаг, подумал, что это не так уж важно (хорошо, если значок корзины не появляется).

  5. Закончил 5-й , 6-й и 7-й шаг и достиг 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
задан 13 April 2017 в 15:24

1 ответ

Можно попытаться обновить несколько важных пакетов (gtk, бойкий, и т.д.) от ricotz/testing ppa, затем скомпилировать Наутилус 3.6 из источника.


Примечание: Из-за Вас собираются обновить несколько важных пакетов Вашей системы, я настоятельно рекомендую сделать, это в Виртуальной машине или в Тестовой Машине только для тестирования для наблюдения является всем, в порядке.


Удостоверьтесь, что Вы имеете, включают "Репозиторий исходного кода"

В Строке меню выбирают Edit-> Software Sources. Нажмите для включения "Репозитория исходного кода". На всякий случай я использую "Основной Сервер" для Загрузки.

enter image description here

Затем..

  • sudo apt-get update

1) Откройте Terminal и установите следующие пакеты.

  • 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) Значок Trash-Full в местах наутилуса.

Наутилус 3.6.3 использует следующий значок для полного мусора (user-trash-full-symbolic.svg), не представляет по умолчанию в Ubuntu 12.04.
Можно захватить значок из 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) Загрузите наутилус 3.6.3 исходных кодов (полных нетерпения) с Панели запуска.

  • 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) На всякий случай... значение по умолчанию набора prefereces как выставочные значки на рабочем столе, никакой выставочный значок корзины в рабочем столе, и т.д.

  • 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
ответ дан 13 April 2017 в 15:24

Другие вопросы по тегам:

Похожие вопросы: