• Installing syncTERM on linux Mint 21.1 cinnamon

    From John Cybulski@1:275/89 to All on Fri Jun 9 19:15:15 2023
    Hey All,

    Just installed Linux Mint 21.1 Cinnamon on my Acer laptop alongside Windows 10 so its dual boot.

    It seem to be working just fine and so far I like it.

    Trying to install syncTERM on it but not have much luck. I'll point out i'm a total Linux noob :)

    I managed to install Snap store and it works. I used it to install Mailspring and that went ok.

    When I install syncTerm, I install it but its nowhere to be found. I go back to Snap store and it says its installed but I can't find it. Also when i type it in the search of the start menu, it doesn't show up.

    Anyone experience this before? I'm guessing its something simple and i've also searched on google but all I find is issues with installing Snap store itself.

    Any help or guidance would be appreciated.

    Thanks
    --- SBBSecho 3.20-Win32
    * Origin: Diamond Mine Online BBS - bbs.dmine.net:24 (1:275/89)
  • From Juan Diaz@1:124/5016 to John Cybulski on Tue Jun 13 11:18:57 2023
    Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: John Cybulski to All on Fri Jun 09 2023 19:15:15

    Hey All,
    hey there, just try typing "syncterm" in a terminal windows ?!
    May be?!

    Best regards, Lord Woodoo
    --- SBBSecho 3.20-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (1:124/5016)
  • From Rob Swindell@1:103/705 to John Cybulski on Tue Jun 13 09:48:25 2023
    Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: John Cybulski to All on Fri Jun 09 2023 07:15 pm

    I managed to install Snap store and it works. I used it to install Mailspring and that went ok.

    When I install syncTerm, I install it but its nowhere to be found. I go back to Snap store and it says its installed but I can't find it.

    First thing: don't use the Snap store to install SyncTERM. That SyncTERM is not official/authorized/supported and I think it's still a really old version of SyncTERM.

    syncterm.net has the download link you're looking for.
    --
    digital man (rob)

    Synchronet "Real Fact" #105:
    Synchronet YouTube channel: https://www.youtube.com/c/Synchronet
    Norco, CA WX: 61.7øF, 84.0% humidity, 1 mph E wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Dan Clough on Wed Jun 21 16:50:29 2023
    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: Dan Clough to Bob Purdon on Wed Jun 21 2023 07:30 am

    Good deal, glad you got that sorted, and that's good info for me (and others) to know about the 1.2 version.

    SyncTERM v1.2 is not yet released, but it's a good time to test (v1.2b) and provide feedback.
    --
    digital man (rob)

    Breaking Bad quote #22:
    I got one more shot at that little skid mark. - Hank Schrader
    Norco, CA WX: 77.2øF, 39.0% humidity, 11 mph SSE wind, 0.00 inches rain/24hrs --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Dan Clough@1:135/115 to Rob Swindell on Wed Jun 21 19:40:23 2023
    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: Rob Swindell to Dan Clough on Wed Jun 21 2023 04:50 pm

    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: Dan Clough to Bob Purdon on Wed Jun 21 2023 07:30 am

    Good deal, glad you got that sorted, and that's good info for me (and others) to know about the 1.2 version.

    SyncTERM v1.2 is not yet released, but it's a good time to test (v1.2b) and provide feedback.

    Indeed it is. I'll try to find some time to do that. Thanks!
    --- SBBSecho 3.20-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:135/115)
  • From Christian Sacks@2:250/5 to Dan Clough on Wed Aug 9 15:10:04 2023
    On 21 Jun 2023, Dan Clough said the following...

    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon

    I made an install script ages ago that should work for a handful of different linux variants;

    https://erb.pw/how-to-install-syncterm-for-linux-from-source/

    Hope it helps.

    ... If a pig loses its voice, is it disgruntled?

    --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64)
    * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (2:250/5)
  • From Rob Swindell@1:103/705 to Christian Sacks on Wed Aug 9 11:18:15 2023
    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: Christian Sacks to Dan Clough on Wed Aug 09 2023 03:10 pm

    On 21 Jun 2023, Dan Clough said the following...

    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon

    I made an install script ages ago that should work for a handful of different linux variants;

    https://erb.pw/how-to-install-syncterm-for-linux-from-source/

    Hope it helps.

    That's cool. Maybe consider changing this line in that script to not use sudo? sudo make SRC_ROOT=$st_path

    root access should not be necessary for *building* syncterm, only for the *install* command.
    --
    digital man (rob)

    Synchronet "Real Fact" #21:
    The first commericial sale of Synchronet was to Las Vegas Playground BBS (1992) Norco, CA WX: 80.3øF, 61.0% humidity, 2 mph SSE wind, 0.00 inches rain/24hrs --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Christian Sacks@2:250/5 to Rob Swindell on Wed Aug 9 20:31:27 2023
    On 09 Aug 2023, Rob Swindell said the following...

    That's cool. Maybe consider changing this line in that script to not use sudo? sudo make SRC_ROOT=$st_path

    root access should not be necessary for *building* syncterm, only for the *install* command.

    Ah good point, thanks for the tip. Much appreciated! =)

    ... A Skydiver is taken by the gravity of his situation.

    --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64)
    * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (2:250/5)
  • From Christian Sacks@2:250/5 to Rob Swindell on Wed Aug 9 20:38:27 2023
    On 09 Aug 2023, Christian Sacks said the following...

    That's cool. Maybe consider changing this line in that script to not sudo? sudo make SRC_ROOT=$st_path

    root access should not be necessary for *building* syncterm, only for *install* command.

    Ah good point, thanks for the tip. Much appreciated! =)

    I've just modified the script, thank you muchly =)

    ... Shortcut: longest distance between two points

    --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64)
    * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (2:250/5)
  • From Dallas Vinson@1:3634/12 to paul lee on Mon Apr 6 10:47:03 2026
    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: paul lee to John Cybulski on Tue Jun 13 2023 17:53:04

    P.S. Netrunner is a binary download - you just run it... I prefer

    I too like Syncterm over Netrunner except for 1 thing that really sticks in my craw. SyncTerm has no way to paste text from the clipboard. No keyboard command (ctrl-v doesn't work) and no right click menu options. So this forces me to go back to NetRunner when I'm working in the cooking echoes sharing recipes.
    ---
    -Dallas Vinson
    -SysOp: Legends of Yesteryear BBS
    -telnet: furmenservices.net:2323
    * Origin: SouthEast Star Mail HUB - SESTAR (1:3634/12)
  • From Dallas Vinson@1:3634/12 to Alexander Grotewohl on Mon Apr 6 10:52:03 2026
    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: Alexander Grotewohl to paul lee on Wed Jun 14 2023 15:26:04

    this type of thing: https://rumorscity.com/wp-content/uploads/2014/08/10-Linux-Unix-Command-Ch eat-S heet-3.jpg

    That is NOT one page, it's 2 pages!
    :D :D :D
    ---
    -Dallas Vinson
    -SysOp: Legends of Yesteryear BBS
    -telnet: furmenservices.net:2323
    * Origin: SouthEast Star Mail HUB - SESTAR (1:3634/12)
  • From Dan Clough@1:135/115 to Dallas Vinson on Mon Apr 6 10:52:12 2026
    Dallas Vinson wrote to paul lee <=-

    P.S. Netrunner is a binary download - you just run it... I prefer

    I too like Syncterm over Netrunner except for 1 thing that really
    sticks in my craw. SyncTerm has no way to paste text from the
    clipboard. No keyboard command (ctrl-v doesn't work) and no right click menu options. So this forces me to go back to NetRunner when I'm
    working in the cooking echoes sharing recipes.

    Not true. Middle-click pastes clipboard text into a message. How much
    easier could it be?

    Have you considered reading some documentation?



    ... He does the work of 3 Men...Moe, Larry & Curly
    === MultiMail/Linux v0.52
    --- SBBSecho 3.37-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:135/115)
  • From Rob Swindell@1:103/705 to Dallas Vinson on Thu Apr 9 12:43:12 2026
    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: Dallas Vinson to paul lee on Mon Apr 06 2026 10:47 am

    Re: Re: Installing syncTERM on linux Mint 21.1 cinnamon
    By: paul lee to John Cybulski on Tue Jun 13 2023 17:53:04

    P.S. Netrunner is a binary download - you just run it... I prefer

    I too like Syncterm over Netrunner except for 1 thing that really sticks in my craw. SyncTerm has no way to paste text from the clipboard. No keyboard command (ctrl-v doesn't work) and no right click menu options. So this forces me to go back to NetRunner when I'm working in the cooking echoes sharing recipes.

    I don't know what version of SyncTERM you're using (v1.7 is the latest release), but this isn't true and hasn't ever been true to my recollection (you could always paste from the clipboard into SyncTERM releases 1.0 and later, or maybe even earlier). True, it's not Ctrl-V (that command key would be sent to the server/BBS), but right click or middle click of the mouse will usually paste. If the server/BBS has captured your mouse input, you might need to hit Alt-O to toggle the mouse control back to SyncTERM, but I think that's more of a select/copy issue than a paste issue.
    --
    digital man (rob)

    Breaking Bad quote #7:
    [Want another beer?] "Does the Pope shit in his hat?" - Hank Schrader
    Norco, CA WX: 75.8øF, 53.0% humidity, 4 mph WSW wind, 0.00 inches rain/24hrs --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)