Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add profiles for forks of projects #106

Open
boredsquirrel opened this issue May 30, 2024 · 1 comment
Open

how to add profiles for forks of projects #106

boredsquirrel opened this issue May 30, 2024 · 1 comment

Comments

@boredsquirrel
Copy link

Description

Example: Firefox, Waterfox, Librewolf, MullvadBrowser, floorp

They can all use the firefox_wayland profile, I think.

Should all these names just be added to the toml file like this

dot_desktop_path = [
    "/usr/share/applications/firefox.desktop",
    "/usr/share/applications/firefox-esr.desktop",
    "/usr/share/applications/waterfox.desktop",
    "/usr/share/applications/librewolf.desktop",
    "/usr/share/applications/floorp.desktop",
    "/usr/share/applications/mullvad-browser.desktop"
]

or should they get different profiles as they may use a different name then?

I have an issue where I cannot use the firefox_wayland profile when only librewolf is installed. This could be a good workaround?

@igo95862
Copy link
Owner

Hello @boredsquirrel

Have you tried generate-desktop-entry command as described in this wiki page?

I plan on significantly updating the GUI program to support multiple desktop entries from a same profile but it will have to wait until version 0.10.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants