What apps are you missing?

Once I’m finished with SEN phase 1, where you can get a feeling for the future of semantic desktops​:nerd_face::smirk::muscle:, I’ll implement a basic markdown editor called “convergence” with some nice touches and full SEN Integration.

It could be used as a replacement for Obsidian but without the plugin bloat. Instead it will offer native filetypes and relations with properties and deep linking. So you can drop a relation in the editor and reference the target.

More on that later this summer, so stay tuned and be sure to subscribe to the SEN Substack if you want the latest updates, ideally a paid subscription to support the project as I’m really low on financial resources here😊

2 Likes

I know falkon is using Blink, the reason I referred to Falkon is because it’s the most “modern” browser available on Haiku. I aswell hope that 32 bit wine is near

didn’t know about Yoink and DEVONthink, but they seem really great!

+1

+10

+1
:smiley:

1 Like

Got it packaged, played a bit with the roms I have around here, but not that familiar, so can’t tell if it’s functional enough :smiley:

3 Likes

Maybe not perfect, but Kate can do that.

EDIT: granted it’s not native :smiley:

There is also external Marknote, but you knew that already. :wink:

1 Like

There’s Ghostwriter too. Edit: oh wait, that’s not native either, but it’s Qt-based, which is as close as it gets for a port.

1 Like

In no particular order:

  • A stable version of Falkon would remove a lot of the frustration with trying to daily drive Haiku and it integrates nicely thanks to the tremendous work put into Qt for the platform. It has decreased as time goes on, but I still spend a lot of time on my phone trying to troubleshoot things.

  • Some form of acceleration for Intel iGPUs (even support for legacy BLT acceleration would be an improvement in many cases)

    • As an addendum to this - multi-monitor support
  • More advanced power saving options for laptops

  • I don’t know if its just bad luck but I have yet to find a media player on Haiku that doesn’t inexplicably crash or have difficulty streaming content over the network, so a stable full featured version of mpv or vlc would be much appreciated.

Other than that the vast majority of dev tools I use are already available and work well enough for daily use. Most other stuff falls into the “nice to have” category, works fine under Haiku now or would be trivial to make work if I put in the effort.

3 Likes

Can you tell me how you did it… I got stuck! It would compile until it got to the serial ports… I wish I knew more!

Created a PR at haikuports for this, maybe you could try it out (or use some information on how to build, or required packages). gsplus, new recipe by Begasus · Pull Request #10714 · haikuports/haikuports · GitHub (included patchset is the one from @coolcoder613 )

1 Like

For me, it’s a modern webDAV client that I can plug into my Nextcloud instance.

1 Like

We do have a Nextcloud client ported.
The package name is nextcloud_client.

3 Likes

Excellent, thank you! I hadn’t realised!

Hi @Begasus ! Just a question: did you were able to run the GSPlus emulator from the packaged version in HaikuDepot? if that is the case, could you share with me your config.txt file?

I am trying to run it, but without much success :slight_smile:

Thank you!!! :slight_smile:

1 Like

I added a line in the ~/.config.gsp that pointed to one of the roms here to checkout.

# GSplus configuration file version 0.14

s5d1 = 
s5d2 = 

s6d1 = 
s6d2 = 

s7d1 = 

g_cfg_rom_path = /Opslag/media/roms/Rom03gd


bram1[00] = 00 00 00 01 00 00 0d 06 02 01 01 00 01 00 00 00
bram1[10] = 00 00 07 06 02 01 01 00 00 00 0f 06 06 00 05 06
bram1[20] = 01 00 00 00 00 00 00 01 00 00 00 00 03 02 02 02
bram1[30] = 00 00 00 00 00 00 00 00 08 00 01 02 03 04 05 06
bram1[40] = 07 0a 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
bram1[50] = 0e 0f ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[60] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[70] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[80] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[90] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[a0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[b0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[c0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[d0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[e0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram1[f0] = ff ff ff ff ff ff ff ff ff ff ff ff 13 24 b9 8e

bram3[00] = 00 00 00 01 00 00 0d 06 02 01 01 00 01 00 00 00
bram3[10] = 00 00 07 06 02 01 01 00 00 00 0f 06 06 00 05 06
bram3[20] = 01 00 00 00 00 00 00 01 00 00 00 00 05 02 02 00
bram3[30] = 00 00 2d 2d 00 00 00 00 00 00 02 02 02 06 08 00
bram3[40] = 01 02 03 04 05 06 07 0a 00 01 02 03 04 05 06 07
bram3[50] = 08 09 0a 0b 0c 0d 0e 0f 00 00 ff ff ff ff ff ff
bram3[60] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[70] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[80] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[90] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[a0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[b0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[c0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[d0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[e0] = ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
bram3[f0] = ff ff ff ff ff ff ff ff ff ff ff ff 36 2d 9c 87

I see that there isn’t a default config supplied, maybe I should add the one that comes with the source. :slight_smile:

3 Likes

Thank you @Begasus !!

3 Likes

No problem (ps, it’s described in the readme file in the package), let us know if it works out. :slight_smile:

1 Like

GSPlus is working for me. Was able to import my real IIgs ROM and hard drive dump.

4 Likes

Thanks for reporting back, and @coolcoder613 for the patch! :+1:

Looks like I don’t have luck with this one… :slight_smile:

The emulator never open the main window… but also I am not seeing any error (neither on Syslog or in the Terminal).

I am using Haiku nightly (32 bit).