Skip to content

Commit

Permalink
fix problem with web apps in Linux from Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Dec 9, 2024
1 parent 2911903 commit a5cc71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floorp/browser/base/content/modules/ssb/LinuxSupport.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const LinuxSupport = {

let command = Services.dirsvc.get("XREExeF",Ci.nsIFile).path;
if (FileUtils.File("/.flatpak-info").exists()) {
command = "flatpak run org.astian.midori";
command = "flatpak run io.astian.midori";
}
let applicationDir = "~/.local/share/applications";
let desktopFile = PathUtils.join(
Expand Down

0 comments on commit a5cc71a

Please sign in to comment.