Skip to content

Commit

Permalink
install URL handler for win32
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@3278 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 5, 2013
1 parent b97a383 commit 79675cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def toggle_packages(enabled, *package_names):
"ctypes.macholib",
#not used:
"curses", "email", "mimetypes", "mimetools", "pdb",
"urllib", "urllib2", "urlparse", "tty",
"urllib", "urllib2", "tty",
"ssl", "_ssl",
"cookielib", "BaseHTTPServer", "ftplib", "httplib", "fileinput",
"distutils", "setuptools", "doctest")
Expand Down
5 changes: 5 additions & 0 deletions src/win32/xpra.iss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ Root: HKCR; Subkey: ".xpra"; ValueType: string; ValueName: ""; ValueData: "Xpra.
Root: HKCR; Subkey: "Xpra.Session"; ValueType: string; ValueName: ""; ValueData: "Xpra Session File"; Flags: uninsdeletekey
Root: HKCR; Subkey: "Xpra.Session\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\Xpra-Launcher.exe,0"; Flags: uninsdeletekey
Root: HKCR; Subkey: "Xpra.Session\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\Xpra-Launcher.exe"" ""%1"""; Flags: uninsdeletekey

Root: HKCR; Subkey: "xpra"; ValueType: "string"; ValueData: "URL:Custom Protocol"; Flags: uninsdeletekey
Root: HKCR; Subkey: "xpra"; ValueType: "string"; ValueName: "URL Protocol"; ValueData: ""
Root: HKCR; Subkey: "xpra\DefaultIcon"; ValueType: "string"; ValueData: "{app}\Xpra.exe,0"
Root: HKCR; Subkey: "xpra\shell\open\command"; ValueType: "string"; ValueData: """{app}\Xpra.exe"" ""attach"" ""%1"""

0 comments on commit 79675cf

Please sign in to comment.