Could not save Chrome settings as module

Get help with XFCE specific problems
User avatar
gibarian
White ninja
White ninja
Posts: 4
Joined: 23 Apr 2023, 00:40
Distribution: SparkyLinux
Location: Bogota, Colombia

Could not save Chrome settings as module

Post#1 by gibarian » 25 Jun 2023, 01:03

I tried to follow the process described here to save chrome settings as a module:

Re: Exporting Google Chrome Settings (Post by brokenman #27987)

The result I've got was along the lines of, "That folder/location cannot be found."

Image

I've checked the path twice, and it was correct. And yet the process kept failing.

Any idea what am I doing wrong?

User avatar
M. Eerie
Moderator
Moderator
Posts: 622
Joined: 31 Aug 2017, 21:18
Distribution: Nemesis Xfce/MATE x64

Could not save Chrome settings as module

Post#2 by M. Eerie » 25 Jun 2023, 08:29

Hi. Welcome to the forum.
Try bbprofile.
> Does not compute_ ๐Ÿ––

https://forum.porteus.org/viewtopic.php?p=94310#p94310
https://forum.porteus.org/viewtopic.php?p=84002#p84002
https://forum.porteus.org/viewtopic.php?p=77174#p77174
https://forum.porteus.org/viewtopic.php?f=39&t=8584

funghost
Black ninja
Black ninja
Posts: 33
Joined: 20 Oct 2022, 11:59
Distribution: Slackware

Could not save Chrome settings as module

Post#3 by funghost » 25 Jun 2023, 10:54

Hi,
With these commands it should work

Code: Select all

mkdir -p /tmp/chrome-settings/home/guest/.config
cp -a /home/guest/.config/google-chrome /tmp/chrome-settings/home/guest/.config
cd /tmp
dir2xzm chrome-settings chrome-settings.xzm

User avatar
gibarian
White ninja
White ninja
Posts: 4
Joined: 23 Apr 2023, 00:40
Distribution: SparkyLinux
Location: Bogota, Colombia

Could not save Chrome settings as module

Post#4 by gibarian » 25 Jun 2023, 22:02

M. Eerie wrote: โ†‘
25 Jun 2023, 08:29
Hi. Welcome to the forum.
Try bbprofile.
Thank you M. Eerie! Most delighted of interacting with members of the Porteus community :-)

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Could not save Chrome settings as module

Post#5 by Ed_P » 25 Jun 2023, 22:26

gibarian wrote: โ†‘
25 Jun 2023, 01:03
Any idea what am I doing wrong?
cp -a --parents home/guest/.config/google-chrome /tmp/mod
should be
cp -a --parents /home/guest/.config/google-chrome /tmp/mod
;)
Ed

User avatar
gibarian
White ninja
White ninja
Posts: 4
Joined: 23 Apr 2023, 00:40
Distribution: SparkyLinux
Location: Bogota, Colombia

Could not save Chrome settings as module

Post#6 by gibarian » 09 Jul 2023, 01:36

Well, in the end, the magic folders did the trick. I have to commend the instructions available in the settings center, magic folders. They're really self-explanatory, and that helped me figure out that this was the option for me. It did save my Chrome settings.

I tried to do the aforementioned procedures suggested in this post, but I ran into an error related with storage available, and later I got an error related to my filing system. The operation was simply impossible under a FAT32 system.

Image

I will leave this here, in case anybody faces a similar issue.
"์›ƒ์–ด๋ผ. ์˜จ ์„ธ์ƒ์ด ๋„ˆ์™€ ํ•จ๊ป˜ ์›ƒ์„ ๊ฒƒ์ด๋‹ค. ์šธ์–ด๋ผ. ๋„ˆ ํ˜ผ์ž๋งŒ ์šธ๊ฒŒ ๋  ๊ฒƒ์ด๋‹ค"
"Laugh, and the world laughs with you. Weep and you weep alone"

User avatar
gibarian
White ninja
White ninja
Posts: 4
Joined: 23 Apr 2023, 00:40
Distribution: SparkyLinux
Location: Bogota, Colombia

Could not save Chrome settings as module

Post#7 by gibarian » 17 Jul 2023, 22:20

Ok, this worked perfectly for Chrome and Vivaldi, but not so much for Firefox. I updated the three using the updating tool for the browsers, and also checking the procedure detailed here:
You don't need to rebuild your ISO to use it just put the new firefox module in your modules folder and reboot. All your bookmarks and setting should be there.
How to update Firefox

Which is what I did, however, Firefox customizations are now gone. These were only preserved for Chrome and Vivaldi.

As a note, I did not use the Firefox version from the server, but the current version, which I the updater downloaded and converted to a module, to be placed later in the modules folder. No idea what I'm doing wrong here.

Post Reply