(09-10-2022, 07:22 AM)jojuma Wrote: Hello,
while setting up postmarketos on pinephone I encountered some problems, I don't get along with.
Probably the easier one: I try to access the PP shell via SSH like described on https://wiki.postmarketos.org/wiki/SSH.
The password should be the same like I use for sudo commands, right? But whatever I try, my password is not correct...
Secondly I'm trying to set a default app as video player.
I tried using the xdg-mime command like described on https://wiki.alpinelinux.org/wiki/Default_applications.
But it says
What am I supposed to do about this? xdg-utils should be working, shouldn't it? Or is this about "ash" and "bash"?Code:/bin/ash: xdg-mime: not found
I'd be grateful for any hints
usually user name is required and for pmos it is "user", mobian has "mobian", archlinux has "alarm" and manjaro has "manjaro".
Code:
$ ssh -p 22 user@ip-number-or-hostname
although in pinephone, i found out that authentication module crashes or malfunctions some cases, so reboot is required.
pmos has firewall activated by default, so it might cause some blocks. proper way is to add necessary holes to the firewall rules. but if lazy.
Code:
## disables firewall, not necessarily good idea for some.
$ sudo service nftables stop
for that default app, i cannot give direct advice but in my knowledge it is handled by gnome components, maybe gsettings.