LINUX.ORG.RU

удев не предлагать

Почему?

eugeno ★★★★★
()
Ответ на: комментарий от rms

если вводить dbus-launch thunar , то все открывается нормально

Покажи .xinitrc или чем у тебя DE стартует

Deleted
()

Отсматривай логи при подключении/отключении флешки.

Сочетание thunar+pmount должно всё делать само. Возможно кто-то им мешает.

anonymous
()

https://aur.archlinux.org/packages/ldm же, ёпта.

Либо же https://wiki.archlinux.org/index.php/Polkit:

/etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks2.pkla

[Storage Permissions]
Identity=unix-group:storage
Action=org.freedesktop.udisks2.filesystem-mount;org.freedesktop.udisks2.modify-device
ResultAny=yes
ResultInactive=yes
ResultActive=yes

/etc/polkit-1/rules.d/10-udisks2.rules

// Allow udisks2 to mount devices without authentication
// for users in the "storage" group.
polkit.addRule(function(action, subject) {
 if ((action.id == "org.freedesktop.udisks2.filesystem-mount-system" ||
      action.id == "org.freedesktop.udisks2.filesystem-mount") &&
subject.isInGroup("storage")) {
       return polkit.Result.YES;
   }
});
polkit.addRule(function(action, subject) {
   if ((action.id == "org.freedesktop.udisks.filesystem-mount-system-internal") &&
subject.isInGroup("storage")) {
       return polkit.Result.YES;
    }
});

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.