Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: xor on August 05, 2020, 01:21:52 AM

Title: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: xor on August 05, 2020, 01:21:52 AM
pavucontrol settings; Not backed up in mydata.tcz file!

pavucontrol; for the protection of sound settings
Would you make the necessary corrections for the pavucontrol.tcz file
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Sashank999 on August 05, 2020, 01:41:15 AM
Add /home/tc/.config/pulse and /etc/pulse into your filetool.lst and check if the configurations are persistent.

I am not on a Linux System to test right now.

Say us the results.

Adopted from here : https://wiki.archlinux.org/index.php/PulseAudio#Configuration_files.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Juanito on August 05, 2020, 01:45:26 AM
That will save pulseaudio settings not pavucontrol settings.

Some gtk3 apps save settings under /home/$USER and others use dconf.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: xor on August 05, 2020, 04:00:01 AM
Is it possible to set pavucontrol.tcz to solve the problem!?

That will save pulseaudio settings not pavucontrol settings.

Some gtk3 apps save settings under /home/$USER and others use dconf.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Juanito on August 05, 2020, 04:04:44 AM
No.

I've never checked if you can backup/restore dconf settings, maybe you could make a test - I presume the settings are saved under /home/tc, but first you'd have to use dconf-editor to check if there are any pavucontrol settings in there.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: xor on August 05, 2020, 04:50:01 AM
what needs to be done '?

No.

I've never checked if you can backup/restore dconf settings, maybe you could make a test - I presume the settings are saved under /home/tc, but first you'd have to use dconf-editor to check if there are any pavucontrol settings in there.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Sashank999 on August 05, 2020, 04:52:49 AM
There are no settings for pavucontrol in dconf-editor @Juanito.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: xor on August 05, 2020, 05:00:27 AM
???

There are no settings for pavucontrol in dconf-editor @Juanito.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Sashank999 on August 05, 2020, 05:02:32 AM
dconf-editor is a program that allows us to tweak the internals of a gtk+ program. But there are no options for pavucontrol in dconf-editor.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Juanito on August 05, 2020, 05:04:57 AM
So either pavucontrol saves settings under /home/tc or it doesn't save any settings and sets/mirrors what is set by pulseaudio.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: xor on August 05, 2020, 05:06:14 AM
must have a solution !?

So either pavucontrol saves settings under /home/tc or it doesn't save any settings and sets/mirrors what is set by pulseaudio.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Sashank999 on August 05, 2020, 05:11:29 AM
First, store the config now after setting it :
Code: [Select]
alsactl store -f ~/asound.stateReboot :
Code: [Select]
exittcRestore it after reboot :
Code: [Select]
alsactl nrestore -f ~/asound.state
I think this may work as the pulseaudio is a layer over alsa and pavucontrol is a layer over pulseaudio.

From here : https://www.reddit.com/r/archlinux/comments/8v60ll/pavucontrol_is_not_saving_my_settings_after/
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: xor on August 05, 2020, 06:29:41 AM
I am not looking for a personal solution or a personalized solution. I want the solution to be in the pavucontrol.tcz file.

I think that a solution can be produced with a symbolic link.

Because the real problem is TCL's own standard backup feature, this is not a personal problem!
a system deficit and system failure that is not well thought out
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Juanito on August 05, 2020, 06:38:11 AM
Please stop quoting the post immediately before your post.

The two official tinycore solutions are backup/restore and permanent home/opt.

Several users have taken the time to explain to you how these work.

If you don't like the official tinycore solution that is fine, you are welcome to use your own customised solution.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Sashank999 on August 05, 2020, 08:26:15 AM
If you try the solution and report us back, we would have an option to update the info file of pavucontrol to link this solution in the info file.

Please note that any solution that is now used by all people was once a personalised solution which is modified to suit all.
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: xor on August 09, 2020, 08:44:08 AM
mydata.tcz = 
 /home directories.
 /opt directories.

Is it just backing up these folders!?

what to do to back up other folders!?
Title: Re: pavucontrol settings; Not backed up in mydata.tcz file!
Post by: Juanito on August 09, 2020, 09:31:24 AM
If you took the time to search the forum, the faq, the wiki or the tinycore book, you would find tens of answers to this question.