raise ValueError('malformed node or string: ' + repr(node)) ValueError: malformed node or string: b"['$HOME']\n"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu MATE |
Invalid
|
Undecided
|
Unassigned | ||
deja-dup-caja |
Fix Committed
|
Critical
|
costales | ||
deja-dup-caja (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
python-caja (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
1. Install Ubuntu MATE 20.04 LTS
2. Launch terminal with `tail -f ~/.xsession-errors`
3. Launch Caja and select *File System* line in the left sidebar
Expected result:
* Caja switches to /, the terminal do not have any errors
Actual results:
* Caja switches to /, the terminal have python-related errors:
Traceback (most recent call last):
File "/usr/share/
include_paths = self.dejadup.
File "/usr/share/
paths = ast.literal_
File "/usr/lib/
return _convert(
File "/usr/lib/
return _convert_
File "/usr/lib/
return _convert_num(node)
File "/usr/lib/
raise ValueError(
ValueError: malformed node or string: b"['$HOME']\n"
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: deja-dup-caja 0.0.8-0ubuntu3
ProcVersionSign
Uname: Linux 5.4.0-14-generic x86_64
ApportVersion: 2.20.11-0ubuntu16
Architecture: amd64
CurrentDesktop: MATE
Date: Sun Feb 16 21:12:13 2020
InstallationDate: Installed on 2020-02-16 (0 days ago)
InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Alpha amd64 (20200216)
PackageArchitec
SourcePackage: deja-dup-caja
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in deja-dup-caja: | |
assignee: | nobody → costales (costales) |
status: | New → In Progress |
Changed in deja-dup-caja: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-mate: | |
status: | New → Confirmed |
Changed in ubuntu-mate: | |
status: | Confirmed → Invalid |
tags: | added: hirsute |
tags: | removed: groovy |
Changed in python-caja (Ubuntu): | |
status: | Confirmed → Fix Released |
Still happens with latest updates on Ubuntu MATE 20.04 LTS installed from beta ISO.