Hello
I suspect the right answer is probably “wait til 5.11.1 or .2”, but i’ll ask anyway [TW Snapshot 20171018]:
- According to the KDE promo https://www.kde.org/announcements/plasma-5.11.0.php we’re supposed to get Plasma Vault in this version, but it’s not installed during the zypper dup
that upgrades 5.10.5 to 5.11.0. 1. Doing
sudo zypper in plasma-vault
then logging out / in, creates the vault padlock widget in the System Tray.
- Clicking said widget & choosing to create a new vault, leads to this next fault:
cryfs: Wrong version installed. The required version is 0.9.6
fusermount: Wrong version installed. The required version is 2.9.7
- Instead:
gooeygirl@linux-sr0s:~> **zypper if fusermount** Loading repository data...
Reading installed packages...
package 'fusermount' not found.
gooeygirl@linux-sr0s:~> **zypper if cryfs**
Loading repository data...
Reading installed packages...
package 'cryfs' not found.
gooeygirl@linux-sr0s:~> **sudo zypper in cryfs**
[sudo] password for root:
Loading repository data...
Reading installed packages...
'cryfs' not found in package names. Trying capabilities.
No provider of 'cryfs' found.
Resolving package dependencies...
Nothing to do.
gooeygirl@linux-sr0s:~> **sudo zypper in fusermount**
Loading repository data...
Reading installed packages...
'fusermount' not found in package names. Trying capabilities.
No provider of 'fusermount' found.
Resolving package dependencies...
Nothing to do.
gooeygirl@linux-sr0s:~> **cnf fusermount**
Program 'fusermount' is present in package 'fuse', which is installed on your system.
Absolute path to 'fusermount' is '/usr/bin/fusermount'. Please check your $PATH variable to see whether it contains the mentioned path.
gooeygirl@linux-sr0s:~> **cnf cryfs**
cryfs: command not found
gooeygirl@linux-sr0s:~> **zypper if fuse**
Loading repository data...
Reading installed packages...
Information for package fuse:
-----------------------------
Repository : Main Repository (OSS)
Name : fuse
Version : 2.9.5-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 223.4 KiB
Installed : Yes
Status : up-to-date
Source package : fuse-2.9.5-2.2.src
Summary : User space File System
Description :
With FUSE, a user space program can export a file system through the
kernel-default (Linux kernel).
User space file systems which are implemented using FUSE are provided
by the following packages:
- curlftpfs (mount FTP servers),
- encfs (layered file encryption),
- fuseiso (mount iso, img, bin, mdf and nrg CD-ROM images),
- fusepod (mount iPods),
- fusesmb (mount a fully browseable network neighborhood),
- gphotofs (mount gphoto-supported cameras),
- ntfs-3g (mount NTFS volumes read-write),
- obexfs (mount of bluetooth devices),
- sshfs (mount over ssh),
- wdfs (mount of WebDAV shares)
This package contains the mount binaries for fuse (might not be needed
by some FUSE filesystems like ntfs-3g) and the documentation for FUSE.
After installing fuse-devel, administrators can compile and install
other user space file systems which can be found at
http://fuse.sourceforge.net/wiki
gooeygirl@linux-sr0s:~>
Is resolving these problems practicable, in this installed Snapshot, or would it be better for me to forget about Vault now, & just wait for some future Snapshot?