-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
fix: auto minimize on auto start + dbus #282
base: main
Are you sure you want to change the base?
Conversation
[Desktop Entry] | ||
Type=Application | ||
Version=1.0 | ||
Name=Vencord | ||
Comment=Vencord autostart script | ||
Exec=${process.execPath} | ||
Exec=${process.execPath} --autostart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this would be slightly more self explanatory
Exec=${process.execPath} --autostart | |
Exec=${process.execPath} --is-autostart=true |
enable() { | ||
const desktopFile = ` | ||
if (isFlatpak) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this logic is good. why not unconditionally first try using the portal and if it doesn't work, use the desktop fallback instead? lots of DEs implement the portal so it should work on those even without flatpak, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i havent tested gdbus yet fully so this is just placeholder code
could u rebase on #322 ? |
No description provided.