ToeTerm is a feature-packed terminal emulator designed to use Sailfish OS specific interface and theme.
Important: ToeTerm 1.9.2-1 and later releases require SailfishOS 3.3. Legacy builds for SailfishOS 2.2.0.18 and later can be downloaded manually from GitHub releases page.
New features compared to original FingerTerm:
Note: Starting from version 1.9.13-1, menu.xml is no longer used for storing actions.
Bug reports, translations and suggestions are welcome!
Source code: https://github.com/direc85/toeterm
ToeTerm is based on ThumbTerm and FingerTerm code base. This version was originally forked from ToeTerm by ROZZ.
Planned features and changes:
Attachment | Size | Date |
---|---|---|
toeterm-1.9.10-1.aarch64.rpm | 167.12 KB | 07/02/2022 - 00:34 |
toeterm-1.9.10-1.armv7hl.rpm | 162.44 KB | 07/02/2022 - 00:34 |
toeterm-1.9.10-1.i486.rpm | 177.07 KB | 07/02/2022 - 00:34 |
toeterm-1.9.11-1.aarch64.rpm | 167.55 KB | 06/03/2022 - 20:51 |
toeterm-1.9.11-1.armv7hl.rpm | 162.92 KB | 06/03/2022 - 20:51 |
toeterm-1.9.11-1.i486.rpm | 177.35 KB | 06/03/2022 - 20:51 |
toeterm-1.9.12-1.aarch64.rpm | 170.96 KB | 02/04/2022 - 01:45 |
toeterm-1.9.12-1.armv7hl.rpm | 165.41 KB | 02/04/2022 - 01:45 |
toeterm-1.9.12-1.i486.rpm | 180.9 KB | 02/04/2022 - 01:45 |
toeterm-1.9.13-1.aarch64.rpm | 176.15 KB | 15/04/2022 - 02:45 |
toeterm-1.9.13-1.armv7hl.rpm | 169.59 KB | 15/04/2022 - 02:45 |
toeterm-1.9.13-1.i486.rpm | 186.5 KB | 15/04/2022 - 02:45 |
toeterm-1.9.14-1.aarch64.rpm | 176.05 KB | 07/08/2022 - 18:13 |
toeterm-1.9.14-1.armv7hl.rpm | 170.01 KB | 07/08/2022 - 18:13 |
toeterm-1.9.14-1.i486.rpm | 186.24 KB | 07/08/2022 - 18:13 |
toeterm-1.9.16-1.aarch64.rpm | 187.47 KB | 30/09/2023 - 17:11 |
toeterm-1.9.16-1.armv7hl.rpm | 182.89 KB | 30/09/2023 - 17:11 |
toeterm-1.9.16-1.i486.rpm | 199.72 KB | 30/09/2023 - 17:11 |
1.9.16-1
1.9.15-1 (unreleased)
1.9.14-1
1.9.13-1
1.9.12-1
1.9.11-1
1.9.10-1
Full changelog can be found on GitHub.
Comments
Seven_of_nine
Thu, 2023/07/20 - 18:56
Permalink
Now downloaded and installed new version, many thanks again! Wonderful app!
JacekJagosz
Sat, 2022/04/02 - 14:46
Permalink
Could you please add an option in the settings to specify shell path, so we can use fish or zsh by default, while not changing default shell system-wide, which can be dangerous.
direc85
Sat, 2022/04/02 - 17:41
Permalink
Great idea, and I already made an issue about it just yesterday :)
ziellos
Thu, 2022/02/10 - 13:23
Permalink
Versions 1.9.9 and 1.9.10 do not work anymore on my Xperia 10ii (SFOS 4.3). When tapping the icon, nothing happens (just the spinner working for a few seconds).
When invoking from Terminal, the following messages are shown, but the Toeterm app is then started:
Any idea about that issue?
direc85
Fri, 2022/02/11 - 11:28
Permalink
It works fine for me with 4.3, on both aarch64 and armv7hl devices... The same debug messages appear when I start Fingerterm from ToeTerm, too, so they are no clue.
Have you checked that no toeterm process is stuck? Does reboot help?
You could also rename ~/.config/ToeTerm/ to see if some old config keeps it from starting.
I hadn't even remembered sandboxing; I should look into it soon..!
slava
Fri, 2022/02/11 - 21:17
Permalink
It could be that default sandboxing wasn't included in 4.3. But it's coming, if not in 4.3 then in 4.4
slava
Fri, 2022/02/11 - 02:43
Permalink
If 4.3 started to sandbox apps by default, then you may need to add this to the .desktop file:
Seven_of_nine
Fri, 2021/12/03 - 21:23
Permalink
Wow! Thanks very much!
direc85
Sun, 2021/05/30 - 16:11
Permalink
I released 1.9.6 for SFOS 3.4+, built against Sailfish 4.1.0.23 EA. Please use 1.9.5 if you run into any issues. (SFOS2 builds coming up shortly.)
direc85
Sun, 2021/05/30 - 16:22
Permalink
The SFOS2 builds are up in GitHub!
olf
Mon, 2021/05/31 - 02:46
Permalink
Thanks!
ronny_b
Mon, 2021/05/31 - 20:06
Permalink
Thanks from me too!
Ronny
direc85
Wed, 2021/05/26 - 08:02
Permalink
According to changelog, <code>qt-components-qt5</code> was removed in 4.1.0 and apparently it breaks ToeTerm. I will have to dig deeper when I have the time.
slava
Wed, 2021/05/26 - 16:19
Permalink
The sources are here, you may consider pulling it in as a submodule and compiling it in statically if you actually need it. Obviously, QML code can be simply copied over. It's a strange decision to completly remove a package, even from the repos, I have to admit :|
direc85
Thu, 2021/05/27 - 08:51
Permalink
I did what any sane developer would do and just removed the dependency, rebuilt and deployed it and it seems to work. I'll upload a draft build today.
slava
Thu, 2021/05/27 - 13:51
Permalink
A sane developer wouldn't have a dependency which he doesn't need))
direc85
Sun, 2021/05/30 - 22:21
Permalink
It seems to have been dead weight inherited from (pre?) FingerTerm era :)
TMavica
Wed, 2021/05/26 - 03:17
Permalink
Same issue. Qt-components-qt5 not available
direc85
Wed, 2021/05/26 - 07:50
Permalink
Strange... I have it on my XA2 Ultra, running 4.1.0.25 EA: `qt-components-qt5-2.0.15-1.2.1.jolla.armv7hl (installed) Qt Quick UX Components`
Version 1.9.5 is compiled against SFOS 4.0.1 instead, so perhaps the issue is there... I'll try to get 4.1.0 EA build out today.
ronny_b
Tue, 2021/05/25 - 22:24
Permalink
Unfortunately, the aarch64-version cannot be installed because the package qt-components-qt5 is not available.
Ronny
direc85
Tue, 2021/05/25 - 23:23
Permalink
That is not a community provided package... Have you refreshed the repositories with `devel-su pkcon refresh` and tried again?
slava
Wed, 2021/05/26 - 04:37
Permalink
Hmm, what's qt-components-qt5? I don't seem to have that on any of my devices, 32 or 64 bits.
bernd
Thu, 2020/12/31 - 16:36
Permalink
found it myself ...
cat ~/.config/ToeTerm/menu.xml
direc85
Thu, 2020/12/31 - 16:51
Permalink
Good that you found it before I even got to reply to the first comment!
This is on the list actually. Either editing the commands inside the application, or opening the file via `xdg-open`. It's not that big change, actually, but I've been sick and everything is on hold...
bernd
Thu, 2020/12/31 - 14:58
Permalink
great terminal! How do I efit the actions?
cheers bernd
szopin
Sun, 2020/02/09 - 15:49
Permalink
F6 does nothing for me and F7 up to F11 act like one number below (F11 closes mc etc)
szopin
Mon, 2019/12/09 - 17:10
Permalink
Ability to disable highlight would be really cool, it gets in the way when using tools like mc, extra toggle would be great as you could easily disable/enable depending on the task you are doing and keeping the settings unlike tweaking it to 0 extra lines/top and reverting for cli use
objectifnul
Fri, 2019/11/22 - 12:28
Permalink
After update to 1.9.0.1 the "about" page still says "1.8". Weird.
direc85
Fri, 2019/11/22 - 17:23
Permalink
I forgot to update the about page. I'll fix it in the next update.
fllp
Tue, 2019/11/19 - 22:21
Permalink
Is it possible to configure the default directory? Since 1.7 or 1.8 ToeTerm drops me off at root instead of home.
Pages