On 8/11/25 19:10, Martin Lewicki wrote:
> Yes I am the only User.
>
> I executed:
> mkdir -p ~/.stellarium/landscapes
> But where is it located so that I can access it? Not in the usual /usr/shared/ location.
>
> Is this a new thing with Stellarium? My previous computer with Linux Mint 22.0 /Stellarium/ folder easily found in /usr/shared/ along with Skychart and URUK where data files were easily imported.
> ...
Quoting guide.pdf:
5.1.3 Linux
installation directory This is in the share/stellarium sub-directory of the installation prefix,
i.e., usually /usr/share/stellarium or /usr/local/share/stellarium/.
user directory This is the .stellarium sub-directory of user’s home directory, i.e., ~/.stellarium/.
This is a hidden folder, so if you are using a graphical file browser, you may want to change
its settings to “display hidden folders”.
screenshot save directory Screenshots are saved to the user’s home directory is represented
In UNIX-like systems, a user's home directory is represented by
"$HOME" or "~", so on a certain Linux system:
539 $ realpath "$HOME"
/home/paulgilm
540 $ realpath ~
/home/paulgilm
541 $
/home contains directories belonging to individual
users; /usr/share belongs to the system administrator,
shared by all users and should be modified only
by the administrator. With the prevalence of personal
computers this distinction has become blurred
but Stellarium continues to respect it in order to
support large systems with multiple users.
Upgrading Stellarium is likely to regress changes
users make to the installation directory. Act as
a user and add landscapes to User Directory.
Stellarium lacks the 3-level hierarchy provided
by very large systems:
Supplier
Administrator
Users
... It does quite well without it.
--
gil