On 06/06/20 09:45, J.O. Aho wrote:
> On 05/06/2020 23:57, Soviet_Mario wrote:
>> On 30/05/20 15:02, Soviet_Mario wrote:
>>
>> I'd like to do further tests.
>> Do you know a very light and harmless APPIMAGE package to
>> try ?
>
> Not much into appimages or other prepacked applications with
> libraries, as I do see them as a security risk, as they do
> not get automatically updated as the rest of the system, but
> you can look at
>
>
https://bintray.com/probono/AppImages/Atom#files
I'll read that
Actually pCloud "daemon" has its own internal updater. As it
is designed to be running in the background and connected to
network, he calls back home and "offers" to update when a
new version is available. This month 3 updates were put out.
I also noticed a positive change to the web interface
"client-view" (not owner view) in that it is starting to act
a bit like FTP explorer (maybe a feature a lot of users were
asking for when sharing whole folders not single files)
>
>
>> I want to clarify if the issue of being runned from /home
>> or its folders instead of another generic partition is a
>> general issue or limited to a few ones (or even to this
>> pCloud specifically) ...
>
> You can test with a normal script, I doubt you can execute a
> script on your mounted partition where you traditionally
> have your pcloud,
no my problem was with the DATA partition.
with "virtual" pCloud partition (who comes into existence
only once the daemon runs and mounts it as a phisical
partition, which is not) I prefer not to play with too
freely. I could corrupt sth. It is not a real disk-backed
(in fact It keeps a cache of REAL data onto another physical
disk still)
the problem was with the partition (physical and
pre-existing) where I wanted to launche the program from.
Once moved the "installer" to a home subfolder, the problem
simply disappeared.
I'll try to launch some script to just list files from there
.... but I don't think it as an ultimate proof.
I installed a huge bunch of other SW from there (95 % .DEB
packages, ran with GDEBI), maybe a .SNAP (freefylesync) and
maybe some .FLATPAKREF .... never had a single problem.
That's why I tend not to see this as a problem of the
partition "per se" and some global executable flag.
I am more likely to think as a problem of some hardwired
home-connected paths in the appimage.
My big partition DATA is not mounted as a subfolder of
home/username, but directly attached to ROOT /
and not by chance : I simply need to make that data equally
available to other users and/or distros (MX) on the same PC.
I prefer to give it an "extra-territorial" status
(I have symlinked in home too, but this does not likely matter)
> try to create a file, for example call it
> testscript and have the following content:
>
> #!/bin/bash
> echo "I was executed as $0"
>
> then do a "chmod 755 testscript"
>
> and then run it ./testscript
>
I'll try, but I'm rather sure it will execute as every other
SW (firefox, libreoffice, virtualbox, JRE, and a other .DEB
downloaded to have the most fresh available).
Maybe it's a bad habit, but with very big and famous SW i
tend to install from their website directly, not from the repo.
now that I remember, also JchemPaint and Alice3, and Scratch
were packaged shell scripts, and gave zero problems.
trying to understand why pCloud team could have wanted to
bind the appimage to /home/username .... maybe this has to
do with privacy of shared data. Granting only users (able to
run it) can run locally their "daemon" and mount and SEE the
virtual partition with owned data.
I dunno, just making hypotheses. But actually this is
starting to make sense from privacy point of view.
I have to understand if the autologin features (saved
credentials) are user-session bound or not ... I have a
single user so I cannot assess this (and I WONT CREATE
EXPERIMENTAL USERS to just understand this)
>
>> pls give me an advice of a sw needing very little storage
>> elsewhere and leaving as little traces as possible
>
> The script will take the least space, but on the other hand
> you should remove the file after test, so then it don't
> matter if it takes a bit space.
>
> I do recommend you use the mount command and look at the
> mount options that the file system has, looking at the fstab
> is just telling you what you wanted to be set, not what it
> was set in reality.
>
oh GOD ! Did not know this.
I'll try to do an ex-post diagnosis then.
tnx