#880 closed defect (fixed)
xpra session file launch fixes
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.16 |
Component: | client | Version: | 0.15.x |
Keywords: | Cc: |
Description (last modified by )
Every platform needs fixes I think:
- on win32 I get registry warnings when running ccleaner (and I think it may remove our file association if you ask it to fix it!)
- on Linux, we are missing the mimetype association for the launcher and the launcher desktop file triggers this lintian warning:
W desktop-mime-but-no-exec-code
- osx is already tracked in #407 (not implemented yet)
Attachments (1)
Change History (4)
comment:1 Changed 6 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/880
Note: See
TracTickets for help on using
tickets.
For Linux, following the very helpful guide: Add a custom MIME type for all users, we now add the mimetype file in r9571 and everything seems to work.
This allows us to double-click on a ".xpra" file to fire up the launcher (and optionally auto connect if
autoconnect=true
is set in that file).