Batwam

Results 146 comments of Batwam

just tried the beta2 version in flatpak, still the same issue. I even tried to generate a cookies text file ([using this code](https://pastebin.com/gxKHDQty)) and add it to the preferences an...

ok, that's good to know. I used the python code mentioned above and that worked too (I think). I'm not planning to download age-restricted content so I set the browser...

I also wish there was a way to run a custom shell command in the download folder at the end of the download. I personally run `beet import .` to...

same issue here. If I replace `is_untitled` with `is_untouched`, I then get to the following error" ```py Traceback (most recent call last): File "/home/user/.local/share/gedit/plugins/restoretabs.py", line 77, in on_window_show self.window.create_tab_from_location(location, None,...

ok, I have managed to adress the missing 'create_tab_from_location' by replacing it with tab creation followed by document loading. ```py tab = self.window.create_tab(True) #create new tab and jump_to it tab.load_file(location,...

ok, I dug through the documentation and I think that I found a workaround to delete the Untitled Document tab. See explanations in the pull request above.

I guess including a zip file into each folder with all the icons would work

I still can't see it. Is this implemented yet? Also, could you please advise the macro command to add text to the status bar like `application.statusbar` in vba?

Excellent, would it be possible to test this? When will it be released in test flight?

Amazing, I'm on the test flight version 1.2.0(3). Happy to test and confirm if needed. Hopefully this update will get pushed soon?