Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
-
Kunda1
- Posts: 9184
- Joined: Thu Jan 05, 2017 9:03 pm
Post
by Kunda1 » Fri Nov 13, 2020 8:18 pm
It's all good
Moving on...

-
sgrogan
- Posts: 6205
- Joined: Wed Oct 22, 2014 5:02 pm
Post
by sgrogan » Fri Nov 13, 2020 8:25 pm
Kunda1 wrote: ↑Fri Nov 13, 2020 5:16 pm
I'm asking that this be available as a FreeCAD theme (just like chrismettal's behave dark theme that was merged recently).
This is not a style sheet.
This is a macro that overwrites the .cfg file.
I would suggest that the macro first saves the existing .cfg as a backup.
Otherwise the user must reset and then will loose all other preferences that had been previously set.
"fight the good fight"
-
RedBaron
- Posts: 239
- Joined: Wed Sep 23, 2020 12:53 pm
- Location: Waxweiler/Germany
Post
by RedBaron » Sat Nov 14, 2020 7:39 am
The readme file should mention this fact that the user should make a manual copy of the cfg file.
Is it possible to make the repository officially available in the Add-On Manager?
-
Zolko
- Posts: 1177
- Joined: Mon Dec 17, 2018 10:02 am
Post
by Zolko » Mon Nov 16, 2020 8:46 am
RedBaron wrote: ↑Sat Nov 14, 2020 7:39 am
Is it possible to make the repository officially available in the Add-On Manager?
I think that the AddonManager is already cluttered with tons of modules, therefore adding a script that changes colours ... doesn't this belong to the category "bikeshedding" ?
-
RedBaron
- Posts: 239
- Joined: Wed Sep 23, 2020 12:53 pm
- Location: Waxweiler/Germany
Post
by RedBaron » Mon Nov 16, 2020 9:13 am
Zolko wrote: ↑Mon Nov 16, 2020 8:46 am
@Zolko
I agree with you there. But how else can such a script or macro be published for the average user?
By the comments here the benefit for some users is given. With the time "it disappears in the depths" of the forum and few people know about it.
But this topic is now becoming too off-topic.
Last edited by
RedBaron on Mon Nov 16, 2020 11:06 am, edited 1 time in total.
-
Zolko
- Posts: 1177
- Joined: Mon Dec 17, 2018 10:02 am
Post
by Zolko » Mon Nov 16, 2020 10:31 am
RedBaron wrote: ↑Mon Nov 16, 2020 9:13 am
I agree with you there. But how else can such a script or macro be published for the average user?
the first question is:
should a script that changes colours and overrides the user's config file without backup be made available for the average user ?
-
RedBaron
- Posts: 239
- Joined: Wed Sep 23, 2020 12:53 pm
- Location: Waxweiler/Germany
Post
by RedBaron » Mon Nov 16, 2020 12:16 pm
OK, a valid argument.
But this misses too much
the actual topic script to change the user interface.
-
Zolko
- Posts: 1177
- Joined: Mon Dec 17, 2018 10:02 am
Post
by Zolko » Mon Nov 16, 2020 12:28 pm
RedBaron wrote: ↑Mon Nov 16, 2020 12:16 pm
But this misses too much the actual topic script to change the user interface.
what I wanted to say is that a script that writes into the user config file is inacceptable.
watsug wrote: ↑Fri Nov 13, 2020 9:19 am
I'd love for an easier way to change, save and share user configs, so that the user can be presented with different presets and choose the one that suits them.
this is the proper way to solve this problem : let the user load and save config files.
-
RedBaron
- Posts: 239
- Joined: Wed Sep 23, 2020 12:53 pm
- Location: Waxweiler/Germany
Post
by RedBaron » Mon Nov 16, 2020 4:21 pm
Zolko wrote: ↑Mon Nov 16, 2020 12:28 pm
this is the proper way to solve this problem : let the user load and save config files.
I agree with you, therefore 2 questions:
- What could a solution look like?
- Should we ask a moderator to separate the contributions into a separate topic?
-
dulouie
- Posts: 95
- Joined: Tue Oct 03, 2017 4:14 pm
Post
by dulouie » Mon Nov 16, 2020 7:42 pm
The macro is os independent and not a theme or stylesheet, it simply changes many user parameters.
I find exchanging userconfigs really cumbersome, because all parameters must always be taken over here. The macro is designed to keep the existing settings of the user and to add to them. There are many people who care about the look and not just the function, are only functional things allowed in the addonmanager? I would like my macro to be available via addon manager, so many more people would be able to use my settings very easily.
The cleanest way would be a theme manager to which the macro can be extended.
And the thing with the missing backup is a disadvantage, but I have already fixed it.