webosbrew/dev-manager-desktop

Can't navigate file explorer properly

Closed this issue · 1 comments

Device Type

Windows

Dev Manager Version

1.99.13

Model

OLEDC1

webOS Version

6.3 (03.36.50)

Rooted

Yes

Bug Description

It is impossible to fully navigate the file explorer available in webOS dev manager.
By default, the start path is /home/root, however most files are located outside of this directory (all apps are in /media).

Pressing / in the navigation pane however brings you back to /home/root, instead of the media root directory. This does not happen in a terminal.

NEVER EVER OVERWRITE SYSTEM PARTITIONS LIKE KERNEL, ROOTFS, TVSERVICE.
Your TV will be bricked, guaranteed! See https://rootmy.tv/warning for more info.
root@LGwebOSTV:~# cd /
root@LGwebOSTV:/# pwd
/
root@LGwebOSTV:/# cd ~
root@LGwebOSTV:~# pwd
/home/root

Reproduction Steps

  1. Open dev manager, connect to TV (ssh-rsa keys used)
  2. Open file explorer and try to escape /home/root by going to /, return to /home/root

Expected Behavior

File explorer should return to root location

Addressed by #349