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
There is no way to modify the desktop entry for linux before the app has been bundled. This makes it annoying when developing packages for mobile linux because you must have this line in the desktop file in order to have it considered mobile friendly
X-Purism-FormFactor=Workstation;Mobile;
Not having this line would mean that your app will not appear by default on phosh and other mobile desktop environments.
Describe the solution you'd like
I would like something like this added to tauri.conf.json where each line is appended to the end of the desktop file and then bundled to create the deb or rpm
By allowing these to be configured within tauri.conf.json it will make it simpler for people who are new to mobile linux to create system and flathub packages. No response
The text was updated successfully, but these errors were encountered:
you can literally write anything you want in that file. The variables the docs mention are just what tauri can replace dynamically (see the {{}} syntax in the linked template file). What's not available as a variable needs to be hard coded.
Describe the problem
There is no way to modify the desktop entry for linux before the app has been bundled. This makes it annoying when developing packages for mobile linux because you must have this line in the desktop file in order to have it considered
mobile friendly
Not having this line would mean that your app will not appear by default on phosh and other mobile desktop environments.
Describe the solution you'd like
I would like something like this added to tauri.conf.json where each line is appended to the end of the desktop file and then bundled to create the deb or rpm
Alternatives considered
Something like this
Additional context
By allowing these to be configured within tauri.conf.json it will make it simpler for people who are new to mobile linux to create system and flathub packages.
No response
The text was updated successfully, but these errors were encountered: