diff --git a/lib/views/addeditprofileview.dart b/lib/views/addeditprofileview.dart index e5f26ed8..8faac9ee 100644 --- a/lib/views/addeditprofileview.dart +++ b/lib/views/addeditprofileview.dart @@ -339,7 +339,7 @@ class _AddEditProfileViewState extends State { showAlertDialog(context); }, icon: Icon(Icons.delete_forever), - label: Text(AppLocalizations.of(context)!.deleteBtn), + label: Text(AppLocalizations.of(context)!.deleteBtn, style: TextStyle(color: Provider.of(context).theme.defaultButtonActiveColor)), ))) ])))))); }); diff --git a/linux/cwtch b/linux/cwtch index 28f613a4..358bd37b 100755 --- a/linux/cwtch +++ b/linux/cwtch @@ -1,3 +1,3 @@ #!/bin/sh -exec env LD_LIBRARY_PATH=./lib/ ./lib/cwtch +exec env LD_LIBRARY_PATH=./lib/:./lib/Tor ./lib/cwtch diff --git a/linux/cwtch.home.sh b/linux/cwtch.home.sh index 44f55253..3df2ef61 100755 --- a/linux/cwtch.home.sh +++ b/linux/cwtch.home.sh @@ -1,3 +1,3 @@ #!/bin/sh -exec env LD_LIBRARY_PATH=~/.local/lib/cwtch/ ~/.local/lib/cwtch/cwtch +exec env LD_LIBRARY_PATH=~/.local/lib/cwtch/:~/.local/lib/cwtch/Tor ~/.local/lib/cwtch/cwtch diff --git a/linux/cwtch.sys.sh b/linux/cwtch.sys.sh index 8a927666..c3b43577 100755 --- a/linux/cwtch.sys.sh +++ b/linux/cwtch.sys.sh @@ -1,3 +1,3 @@ #!/bin/sh -exec env LD_LIBRARY_PATH=/usr/lib/cwtch /usr/lib/cwtch/cwtch +exec env LD_LIBRARY_PATH=/usr/lib/cwtch:/usr/lib/cwtch/Tor /usr/lib/cwtch/cwtch