You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@henriquesb2
Nice solution for chrome apps, I was looking everywhere for it 👍 .
I have already added backup and restore functionality ( as command line arguments ) on this script similar to yours, ( I use .config/ ) for personal use. @BenJetson Would you like PR on it or you have moved your focus to the python script?
@Abhinav1217
Hey! I'm in the process of rewriting the app with a basic GUI frontend, so yes -- the main focus of this project has shifted to the new python script.
However, I plan on still keeping the original basic script around and supported since it's so useful for people creating setup and login scripts. I'll be moving the simpler script out into a smaller repository of its own to live as an independent project.
I'll DM you here when the new project launches along with the other repository. A PR with this functionality included would be much appreciated in the new repository. 😄
That would be great, Bash is really useful for people like me, who need quick fixes. I do have backup and restore functionality added to your script but chrome app section that @henriquesb2 suggested required to be executed everytime a new chrome app is installed.
DM me when you create new repo, till them I will try to figure out better way to have chrome app folder.
Hi there,
Just wanted to shared a different approach I've been using, you might find some of it useful to integrate in your project.
Reset menus:
dconf reset -f "/org/gnome/desktop/app-folders/folders/"
Backup:
dconf dump /org/gnome/desktop/app-folders/ > menu.txt
Restore:
dconf load /org/gnome/desktop/app-folders/ < menu.txt
Chrome apps have no Category, but are always named chrome* :
Menu format and translation support:
The text was updated successfully, but these errors were encountered: