Ну а как решить проблему?
Пользователь решил продолжить мысль [time]31 Март 2015, 11:52:33[/time]:
https://bugzilla.xfce.org/show_bug.cgi?id=11450 у многих крашится при копировании, у меня тоже - уже неделю где-то.
Вообще понравилось 4.12, и обои наконец можно устанавливать "широкие" сразу с расчетом на два монитора, раньше резал.
У них стоит статус RESOLVED FIXED, что нужно сдалать что бы фикс этот заработал? Как патчи ставить?
Пользователь решил продолжить мысль 31 Марта 2015, 19:24:30:
Ребята решил проблемку с вылетом thunar при копировании на флешку.
Инструкция:)))
1. Качаем исходники sudo apt-get source thunar
2. Устанавливаем зависимости sudo apt-get build-dep thunar
3. Качаем патч wget -O thunar.patch
https://bugzilla.xfce.org/attachment.cgi?id=60694. Ставим патч patch -p1 < thunar.patch
5. В появляющихся строчках ввода пишем путь к файлу который нужно пропатчить
например:
root@artem-HP-Pavilion-m6-Notebook-PC:~/pach# patch -p1 < thunar.patch
can't find file to patch at input line 26
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 9be9c1b40b165c0c26185bbb0aae360a127e9eb6 Mon Sep 17 00:00:00 2001
|From: Harald Judt <h.judt@gmx.at>
|Date: Sun, 8 Mar 2015 11:31:01 +0100
|Subject: Rework usage of binary file size properties (bug #11450)
|
|Move get_property calls to the object initialization and, where
|appropriate, use signals to notify of any misc-file-size-binary
|preference changes. This way, all components should update immediately
|whenever the preference changes, while still being nice to performance.
|---
| thunar/thunar-gio-extensions.c | 8 +--
| thunar/thunar-gio-extensions.h | 3 +-
| thunar/thunar-list-model.c | 8 +--
| thunar/thunar-list-model.h | 4 ++
| thunar/thunar-properties-dialog.c | 33 ++++++++++-
| thunar/thunar-shortcuts-model.c | 36 +++++++++++-
| thunar/thunar-size-label.c | 50 +++++++++++-----
| thunar/thunar-standard-view.c | 3 +
| thunar/thunar-transfer-job.c | 116 +++++++++++++++++++++++++++++++-------
| 9 files changed, 210 insertions(+), 51 deletions(-)
|
|diff --git a/thunar/thunar-gio-extensions.c b/thunar/thunar-gio-extensions.c
|index 3cd9824..78a427f 100644
|--- a/thunar/thunar-gio-extensions.c
|+++ b/thunar/thunar-gio-extensions.c
--------------------------
File to patch: /home/artem/program/Thunar-1.6.6/thunar/thunar-gio-extensions.c
и т.д.
6.после того как пропатчили все файлы переходим в каталог /home/artem/program/Thunar-1.6.6
7.ну а дальше по старой схеме
./configure
make
sudo make install
8. запускаем thunar и проверяем.