Chrome "Remote Desktop" feature

Moderator: Forum moderators

Post Reply
Clarity
Posts: 3270
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1347 times
Been thanked: 438 times

Chrome "Remote Desktop" feature

Post by Clarity »

Has anyone using a PUP gotten Chrome Remote Desktop to

  1. Install?

  2. Remotely access another "Chrome" computer?

If so, which Chrome did you install and onto which PUP?

On couple of PUPs, Chrome Remote Desktop installation "stops" on the following screen.

RemoteDesktop Install failure.jpg
RemoteDesktop Install failure.jpg (24.7 KiB) Viewed 1795 times

Thanks in advance for any help

User avatar
mikewalsh
Moderator
Posts: 5575
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 570 times
Been thanked: 1681 times

Re: Chrome "Remote Desktop" feature

Post by mikewalsh »

@Clarity :-

Heh. Sounds ve-e-ery familiar.....

I've tried installing the thing several times over the last 18 months or so. Stops at exactly the same point for me, too.

I believe it's to do with the "xdg-open" stuff, which utterly fails to function in Puppy. I've looked into it a few times, but numerous web searches yield nothing of any use whatsoever. It seems to be automatically assumed that if you're running a "proper" Linux distro (i.e., a full mainstream 'install'), then it will simply function without issue. So therefore, nobody has bothered to detail any "fixes" for it...because a 'sensible' Linux user won't HAVE any problems with it.

Huh??!?

(After all, if you're daft enough to run Linux as the 'root' user, then you deserve all the problems you get, y'know? So the thinking goes... :roll: )

Mike. :|

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
bigpup
Moderator
Posts: 6268
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

Re: Chrome "Remote Desktop" feature

Post by bigpup »

Found this info.
Maybe it will help.
https://www.helpwire.app/blog/chrome-re ... top-linux/

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

williams2
Posts: 1023
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 288 times

Re: Chrome "Remote Desktop" feature

Post by williams2 »

"xdg-open" stuff, which utterly fails to function in Puppy

Some Pups, like BionicPup64, have code that breaks xdg-open.

Puppy uses Rox-Filer to open files but in some Pups,
you can edit /usr/local/bin/roxfiler and change this:

exec /usr/local/apps/ROX-Filer/AppRun "${@#*file://}"

to this:

exec /usr/local/apps/ROX-Filer/AppRun "$@"

xdg-open should now work better.

The torrent line in /usr/local/bin/xdg-open does nothing, unless you move it in to the case statement, like this:

Code: Select all

#!/bin/sh
#this script created by Jemimah. see: http://murga-linux.com/puppy/viewtopic.php?t=63400&start=150
#110115 xdg-open used to be a symlink to defaulthandler.

case "$1" in
        '') exit
                ;;
        file://*) exec /usr/local/apps/ROX-Filer/AppRun -U "$1"
                ;;
        magnet:*) exec transmission "$1"
                ;;
        *://*) exec rox -U "$1"
                ;;
        *@*.*) exec rox -U "mailto:${1}"
                ;;
        *) exec rox "$1"
                ;;
esac

It can be problematic if an installer (or any software expects to use sudo

AFAIK, this (roxfiler) is fixed in FossaPup64.

ozsouth
Posts: 1359
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 210 times
Been thanked: 602 times

Re: Chrome "Remote Desktop" feature

Post by ozsouth »

@Clarity - I have used C-R-D with ScPup64-20.06. I used a .pet I made a year ago & the browser plugin to connect then.
Old .pet no longer works. (Chrome = constant change). I've made a new .pet including parts of the current .deb.
Connects via ScPup64-21.04, but as for security etc - I don't know. On both PCs, need to install .pet, then open latest chrome & install c-r-d plugin, run it & go to remotedesktop.google.com/support. USE AT OWN RISK.

.pet is here: https://www.mediafire.com/file/vbky1xr ... 2.pet/file

I apologise if ads at mediafire links are inappropriate.

EDIT: Mouse lag is quite noticeable. (most edits to post were typos).

Last edited by ozsouth on Tue May 17, 2022 12:37 am, edited 7 times in total.
Clarity
Posts: 3270
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1347 times
Been thanked: 438 times

Re: Chrome "Remote Desktop" feature

Post by Clarity »

Thank you very much, @ozsouth. I will try today your PET and report. I am currently running Slacko64 v8.2.2.

Currently, reviewing @bigpup's CRD link, after deb manually installed, I get the following in a test within the terminal

Code: Select all

~$ mkdir ~/.config/chrome-remote-desktop                                                                                                                                           
~$ /etc/init.d/chrome-remote-desktop stop
/etc/init.d/chrome-remote-desktop: line 22: /lib/lsb/init-functions: No such file or directory

~$ pwd  
/root
~$ touch .chrome-remote-desktop-session

~$ /etc/init.d/chrome-remote-desktop start
/etc/init.d/chrome-remote-desktop: line 22: /lib/lsb/init-functions: No such file or directory

These messages are gotten in a terminal on @norgo's Slacko64 v8.2.2. Seems something expected in distro is missing for the CRD to work.

CRD also fails when attempts to have the extension load in Chrome on @666philb's and @01micko's PUPs.

Post Reply

Return to “Browsers”