A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/themix-project/themix-gui/commit/6c9d28c7e69ca9a56f7bc650c417cbb295e9e639 below:

allow ~ in export path · themix-project/themix-gui@6c9d28c · GitHub

File tree Expand file treeCollapse file tree 4 files changed

+10

-4

lines changed

Filter options

Expand file treeCollapse file tree 4 files changed

+10

-4

lines changed Original file line number Diff line number Diff line change

@@ -19,7 +19,9 @@ class SuruPlusIconsExportDialog(ExportDialogWithOptions):

19 19

config_name = 'icons_suru'

20 20 21 21

def do_export(self):

22 -

export_path = self.option_widgets[OPTION_DEFAULT_PATH].get_text()

22 +

export_path = os.path.expanduser(

23 +

self.option_widgets[OPTION_DEFAULT_PATH].get_text()

24 +

)

23 25 24 26

self.command = [

25 27

"bash",

Original file line number Diff line number Diff line change

@@ -20,7 +20,9 @@ class SuruPlusIconsExportDialog(ExportDialogWithOptions):

20 20

config_name = 'icons_suruplus_aspromauros'

21 21 22 22

def do_export(self):

23 -

export_path = self.option_widgets[OPTION_DEFAULT_PATH].get_text()

23 +

export_path = os.path.expanduser(

24 +

self.option_widgets[OPTION_DEFAULT_PATH].get_text()

25 +

)

24 26 25 27

self.command = [

26 28

"bash",

Original file line number Diff line number Diff line change

@@ -17,7 +17,9 @@ class MateriaThemeExportDialog(CommonGtkThemeExportDialog):

17 17

timeout = 1000

18 18 19 19

def do_export(self):

20 -

export_path = self.option_widgets[OPTION_DEFAULT_PATH].get_text()

20 +

export_path = os.path.expanduser(

21 +

self.option_widgets[OPTION_DEFAULT_PATH].get_text()

22 +

)

21 23

new_destination_dir, theme_name = export_path.rsplit('/', 1)

22 24

self.command = [

23 25

"bash",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4