Skip to content

Commit 7804b20

Browse files
committed
v0.2 + Improved startup sshuttle.service
1 parent b24897d commit 7804b20

File tree

13 files changed

+32
-27
lines changed

13 files changed

+32
-27
lines changed

sshuttle-gui/all/etc/systemd/system/sshuttle.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[Unit]
22
Description=sshuttle
3+
Wants=network-online.target
34
After=network.target
45

56
[Service]

sshuttle-gui/backup/sshuttle_gui.lpr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
uses
66
{$IFDEF UNIX}
77
cthreads,
8-
{$ENDIF} {$IFDEF HASAMIGA}
8+
{$ENDIF} {$IFDEF HASAMIGA}
99
athreads,
10-
{$ENDIF}
10+
{$ENDIF}
1111
Interfaces, // this includes the LCL widgetset
1212
Forms,
1313
Unit1,
@@ -17,8 +17,8 @@
1717

1818
begin
1919
RequireDerivedFormResource := True;
20-
Application.Title:='SShuttle-GUI v0.1';
21-
Application.Scaled:=True;
20+
Application.Title := 'SShuttle-GUI v0.1';
21+
Application.Scaled := True;
2222
Application.Initialize;
2323
Application.CreateForm(TMainForm, MainForm);
2424
Application.Run;

sshuttle-gui/backup/sshuttle_gui.lps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<UnitName Value="Unit1"/>
5252
<IsVisibleTab Value="True"/>
5353
<TopLine Value="144"/>
54-
<CursorPos X="30" Y="148"/>
54+
<CursorPos X="29" Y="146"/>
5555
<UsageCount Value="37"/>
5656
<Loaded Value="True"/>
5757
<LoadedDesigner Value="True"/>

sshuttle-gui/backup/unit1.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ procedure TMainForm.AutoStartBoxChange(Sender: TObject);
143143

144144
procedure TMainForm.FormShow(Sender: TObject);
145145
begin
146-
IniPropStorage1.Restore;
146+
//IniPropStorage1.Restore;
147147

148148
//Высота/Ширина формы (Auto)
149149
MainForm.Height := ClearBox.Top + ClearBox.Height + StaticText1.Height + 5;
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

sshuttle-gui/lib/x86_64-linux/unit1.lfm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
object MainForm: TMainForm
2-
Left = 263
3-
Height = 175
4-
Top = 126
2+
Left = 287
3+
Height = 189
4+
Top = 125
55
Width = 531
66
Caption = 'SShuttle-GUI'
7-
ClientHeight = 175
7+
ClientHeight = 189
88
ClientWidth = 531
99
OnCreate = FormCreate
1010
OnShow = FormShow
@@ -87,7 +87,7 @@ object MainForm: TMainForm
8787
AnchorSideRight.Side = asrBottom
8888
Left = 283
8989
Height = 32
90-
Top = 134
90+
Top = 135
9191
Width = 242
9292
Anchors = [akTop, akRight]
9393
BorderSpacing.Right = 6
@@ -134,7 +134,7 @@ object MainForm: TMainForm
134134
object StaticText1: TStaticText
135135
Left = 0
136136
Height = 20
137-
Top = 155
137+
Top = 169
138138
Width = 531
139139
Align = alBottom
140140
BorderStyle = sbsSingle
@@ -205,9 +205,9 @@ object MainForm: TMainForm
205205
AnchorSideTop.Side = asrBottom
206206
Left = 8
207207
Height = 32
208-
Top = 134
208+
Top = 135
209209
Width = 161
210-
BorderSpacing.Top = 2
210+
BorderSpacing.Top = 3
211211
Caption = '--no-latency-control'
212212
Checked = True
213213
State = cbChecked
0 Bytes
Binary file not shown.

sshuttle-gui/package-project/sshuttle-gui.prj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name=sshuttle-gui
33

44
[VERSION]
5-
version=0.1
5+
version=0.2
66

77
[RELEASE]
88
release=0.mrx9
@@ -70,4 +70,8 @@ devtool=Lazarus
7070
toolversion=2.2.4
7171

7272
[INFO]
73-
0=v0.1 - initial release
73+
0=v0.2
74+
1=+ Improved startup sshuttle.service
75+
2=+ RPM-packages for Mageia-8, ROSA Linux and Mageia-9
76+
3=
77+
4=v0.1 - initial release

sshuttle-gui/sshuttle_gui

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)