Where is Stellarium folder in Linux?

87 views
Skip to first unread message

Martin Lewicki

unread,
Aug 10, 2025, 10:27:44 PMAug 10
to Stellarium
Want to add landscapes and other data.
I can find Skychart and other programs in /bin/usr/shared/, but not Stellarium. 

Paul Gilmartin

unread,
Aug 10, 2025, 10:49:29 PMAug 10
to stell...@googlegroups.com
On 8/10/25 20:27, Martin Lewicki wrote:
> Want to add landscapes and other data.
> I can find Skychart and other programs in /bin/usr/shared/, but not Stellarium.
> ...
On ubuntu:

520 $ find /usr/share -name \*stell* | wc
35 35 1928
521 $

--
gil

Martin Lewicki

unread,
Aug 10, 2025, 11:19:03 PMAug 10
to Stellarium

Om Mint 22.1 result is...

user etc ~$ find /usr/share -name \*stell* | wc
    112     112    6184
user etc ~$ 

What are those numbers?

Alexander V. Wolf

unread,
Aug 10, 2025, 11:39:12 PMAug 10
to stell...@googlegroups.com
Hi!

Why don’t use ~/.stellarium for custom data?

With best regards, Alexander Wolf.


Пн, 11 авг. 2025 г. в 10:19, Martin Lewicki <martin....@gmail.com>:
--
You received this message because you are subscribed to the Google Groups "Stellarium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to stellarium+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/stellarium/a8bc8135-5158-4c15-a97c-6e7b11bdaa42n%40googlegroups.com.

Paul Gilmartin

unread,
Aug 10, 2025, 11:50:38 PMAug 10
to stell...@googlegroups.com
On 8/10/25 21:19, Martin Lewicki wrote:
>
> Om Mint 22.1 result is...
>
> user etc ~$ find /usr/share -name \*stell* | wc
>     112     112    6184
> user etc ~$
>
> What are those numbers?
> On Monday, August 11, 2025 at 12:19:29 PM UTC+9:30 Paul Gilmartin wrote:
> ...
Leave off the "| ..." and you will see a list of 112
directory/path filenames.

On Ubuntu I see:
526 $ find /usr/share -iname \*lands*
...
/usr/share/icons/Yaru/scalable/status/orientation-landscape-symbolic.svg
/usr/share/icons/Yaru/scalable/status/orientation-landscape-inverse-symbolic.svg
...

--
gil

Paul Gilmartin

unread,
Aug 11, 2025, 12:13:48 AMAug 11
to stell...@googlegroups.com
On 8/10/25 21:38, Alexander V. Wolf wrote:
>
> Why don’t use ~/.stellarium for custom data?
> ...
Yes. In guide.pdf 7 I see:
Linux ~/.stellarium/landscapes/rosenbur

That directory may not exist until you create it.

--
gil

Martin Lewicki

unread,
Aug 11, 2025, 9:05:52 AMAug 11
to Stellarium
Not sure if I follow the last "Why don’t use ~/.stellarium for custom data? "
It is obvious Stellarium 25.2 installed ok  - but where? 
What do I do? create ~/Stellarium folder in  /bin/usr/share after the fact and put data in there?

Paul Gilmartin

unread,
Aug 11, 2025, 9:26:32 AMAug 11
to stell...@googlegroups.com
On 8/11/25 07:05, Martin Lewicki wrote:
> Not sure if I follow the last "Why don’t use ~/.stellarium for custom data? "
> It is obvious Stellarium 25.2 installed ok  - but where?
> What do I do? create ~/Stellarium folder in  /bin/usr/share after the fact and put data in there?
> ...
Are you the only user of this Linux system?

From the command line:
mkdir -p ~/.stellarium/landscapes

It may be trickier from a file manager because .stellarium is hidden.

Paul Gilmartin

unread,
Aug 11, 2025, 9:41:45 AMAug 11
to stell...@googlegroups.com
On 8/11/25 07:05, Martin Lewicki wrote:
> Not sure if I follow the last "Why don’t use ~/.stellarium for custom data? "
> It is obvious Stellarium 25.2 installed ok  - but where?
> What do I do? create ~/Stellarium folder in  /bin/usr/share after the fact and put data in there?
> ...
I believe Alexander is suggesting that you create
a private "landscapes" directory, not add to
the public one.

Are you the only user of this Linux system?

From the command line:
mkdir -p ~/.stellarium/landscapes

It may be trickier from a file manager because .stellarium is hidden.



Martin Lewicki

unread,
Aug 11, 2025, 9:10:26 PMAug 11
to Stellarium
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. 

Martin

Paul Gilmartin

unread,
Aug 11, 2025, 11:37:59 PMAug 11
to stell...@googlegroups.com
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

Martin Lewicki

unread,
Aug 13, 2025, 1:31:47 AMAug 13
to Stellarium
Paul

That's what I would have expected and it was on my previous computer running Mint 22.0

But this time on my latest computer Mint 22.1 this is not so!

Check the screen shot displaying the folders for both of the conditions ,left and right panels respectively
 /usr/share/stellarium and /usr/local/share/stellarium/.

Skychart appears where one would expect (Stellarium too...) in /user/share/

...but no sign of /Stellarium in either panels.

Puzzled!

Screenshot from 2025-08-13 14-55-10.png

Alexander V. Wolf

unread,
Aug 13, 2025, 2:39:09 AMAug 13
to stell...@googlegroups.com
Hi Martin,

Did you install deb, snap, or appimage package?


With best regards, Alexander Wolf.


Ср, 13 авг. 2025 г. в 12:31, Martin Lewicki <martin....@gmail.com>:
--
You received this message because you are subscribed to the Google Groups "Stellarium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to stellarium+...@googlegroups.com.
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

Alexander V. Wolf

unread,
Aug 15, 2025, 6:58:16 AMAug 15
to Martin Lewicki, Stellarium
Пт, 15 авг. 2025 г. в 16:26, Martin Lewicki <martin....@gmail.com>:
Alex

Thanks for the  explanation. I am still stuck about where the user Stellarium directory is placed, or is it accessible at all? Shame landscapes could not be added through the software. Maybe in the future.

Adding landscapes via GUI is implemented many years ago. The user directory of Stellarium in linux is ~/.stellarium or /home/<user login>/.stellarium

By default all files and directories with leading dot are hidden in graphical file managers. Please enable displaying hidden files/directories in settings or use midnight commander to manage files.


By the way, is the forum offline? None of my posts have been received and no new posts have appeared since 13 August.

Is it possible that these messages were sent as direct emails?

Martin Lewicki

unread,
Aug 15, 2025, 2:20:42 PMAug 15
to Stellarium
Test. Have  not been able to post  or receive  for many days.

Anyone?

Martin Lewicki

unread,
Aug 15, 2025, 2:20:43 PMAug 15
to Stellarium
I installed from the repository here...

Screenshot from 2025-08-13 16-31-16.png
On Wednesday, August 13, 2025 at 4:09:09 PM UTC+9:30 Alexander V. Wolf wrote:

Martin Lewicki

unread,
Aug 15, 2025, 2:20:43 PMAug 15
to Stellarium
My posts are not getting through. Pleas confirm.

On Wednesday, August 13, 2025 at 4:09:09 PM UTC+9:30 Alexander V. Wolf wrote:

Martin Lewicki

unread,
Aug 15, 2025, 2:20:43 PMAug 15
to Stellarium
Simply installed from the repository as you see here.

Screenshot from 2025-08-13 16-31-16.png



On Wednesday, August 13, 2025 at 4:09:09 PM UTC+9:30 Alexander V. Wolf wrote:

Martin Lewicki

unread,
Aug 15, 2025, 2:20:45 PMAug 15
to stell...@googlegroups.com
Alex

I installed it directly from the repository via Software Manager

Martin

You received this message because you are subscribed to a topic in the Google Groups "Stellarium" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/stellarium/ndZ1n8RT7AY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to stellarium+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/stellarium/CAMbJEmVpup00yvsaVtiW1ZZKcU8vyK6yRyrYFm2u-Gr7Cgk6YA%40mail.gmail.com.

Alexander V. Wolf

unread,
Aug 15, 2025, 2:25:00 PMAug 15
to Stellarium
Ouch, you are use the flatpak package of Stellarium - of course you can’t find directory /usr/share/stellarium 

суббота, 16 августа 2025 г. в 01:20:43 UTC+7, Martin Lewicki:

David Eckhardt

unread,
Aug 15, 2025, 2:51:22 PMAug 15
to stell...@googlegroups.com
Your email came through OK, Gil

Dave - WØLEV



--
Dave - WØLEV


Paul Gilmartin

unread,
Aug 15, 2025, 3:01:17 PMAug 15
to stell...@googlegroups.com
On 8/14/25 17:53, Martin Lewicki wrote:
> My posts are not getting through. Pleas confirm.
>
> ...
Do you see your messages in?:
<https://groups.google.com/g/stellarium>

--
gil

Martin Lewicki

unread,
Aug 16, 2025, 6:55:16 AMAug 16
to Stellarium
So that was the  problem. Alex pointing me to  the fact that  landscape can be installed form GUI.
Reply all
Reply to author
Forward
0 new messages