summarylogtreecommitdiffstats
path: root/paths-in-opt.patch
diff options
context:
space:
mode:
authorScore_Under2015-10-22 01:39:28 +0100
committerScore_Under2015-10-22 01:39:28 +0100
commita31aa2b64067fa4a5017a31223a03d8e5c53cc1e (patch)
tree5fc63fe2a40508ac6a0e7308554925935a96e312 /paths-in-opt.patch
parentb65d3fda0dd1cc07a265eb5802ad44d18e46a400 (diff)
downloadaur-a31aa2b64067fa4a5017a31223a03d8e5c53cc1e.tar.gz
Update for v178
Diffstat (limited to 'paths-in-opt.patch')
-rw-r--r--paths-in-opt.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/paths-in-opt.patch b/paths-in-opt.patch
index c2f6565931d3..09780630964a 100644
--- a/paths-in-opt.patch
+++ b/paths-in-opt.patch
@@ -1,8 +1,8 @@
diff --git a/include/ClientGUI.py b/include/ClientGUI.py
-index 38e41ce..1e7fa76 100755
+index 8991877..eede814 100755
--- a/include/ClientGUI.py
+++ b/include/ClientGUI.py
-@@ -139,7 +139,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
+@@ -140,7 +140,7 @@ class FrameGUI( ClientGUICommon.FrameThatResizes ):
aboutinfo.SetVersion( HydrusData.ToString( HC.SOFTWARE_VERSION ) + ', using network version ' + HydrusData.ToString( HC.NETWORK_VERSION ) )
aboutinfo.SetDescription( CC.CLIENT_DESCRIPTION )
@@ -11,9 +11,9 @@ index 38e41ce..1e7fa76 100755
aboutinfo.SetLicense( license )
-@@ -2067,7 +2067,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
+@@ -2068,7 +2068,7 @@ The password is cleartext here but obscured in the entry dialog. Enter a blank p
- elif command == '8chan_board': webbrowser.open( 'http://8ch.net/hydrus/index.html' )
+ elif command == '8chan_board': webbrowser.open( 'https://8ch.net/hydrus/index.html' )
elif command == 'file_integrity': self._CheckFileIntegrity()
- elif command == 'help': webbrowser.open( 'file://' + HC.BASE_DIR + '/help/index.html' )
+ elif command == 'help': webbrowser.open( 'file:///opt/hydrus/help/index.html' )
@@ -21,7 +21,7 @@ index 38e41ce..1e7fa76 100755
elif command == 'help_shortcuts': wx.MessageBox( CC.SHORTCUT_HELP )
elif command == 'import_files': self._ImportFiles()
diff --git a/include/ClientGUIDialogs.py b/include/ClientGUIDialogs.py
-index f765182..66b7347 100755
+index 0517dd8..123a347 100755
--- a/include/ClientGUIDialogs.py
+++ b/include/ClientGUIDialogs.py
@@ -630,7 +630,7 @@ class DialogFirstStart( Dialog ):
@@ -34,7 +34,7 @@ index f765182..66b7347 100755
message3 = 'When you close this dialog, the client will start its local http server. You will probably get a firewall warning.'
message4 = 'You can block it if you like, or you can allow it. It doesn\'t phone home, or expose your files to your network; it just provides another way to locally export your files.'
diff --git a/include/ClientLocalServerResources.py b/include/ClientLocalServerResources.py
-index c7cc159..dfb34aa 100644
+index 85f286d..9709688 100644
--- a/include/ClientLocalServerResources.py
+++ b/include/ClientLocalServerResources.py
@@ -242,11 +242,11 @@ class HydrusResourceCommandBooruThumbnail( HydrusResourceCommandBooru ):
@@ -55,7 +55,7 @@ index c7cc159..dfb34aa 100644
response_context = HydrusServerResources.ResponseContext( 200, path = path )
diff --git a/include/HydrusConstants.py b/include/HydrusConstants.py
-index b719882..be7cf52 100755
+index 6e07211..707e101 100755
--- a/include/HydrusConstants.py
+++ b/include/HydrusConstants.py
@@ -3,9 +3,9 @@ import sys