Manjaro and Arch repository with privacy oriented software
#31
Hello,

I see that ferdi is depreciated from the repo Sad I moved away from hamsket on x86 as we discussed on manjaro thread and I started using ferdi now and I am loving its fluid UI and the layout which also have multiple workspaces and dark mode.

While on Pinebook Pro I am still stuck with Hamsket which is working fine but I was happy to see ferdi on the op but it is not there anymore Sad

Keep up the good work.
Manjaro ARM Team.
Devices: Pinebook Pro & PinePhone.
  Reply
#32
Yeah, I could not get it to compile for some pretty much un-debuggable npm-electron-mystery-error a while back, so I dropped it for the sake of having hamsket instead.

Considering that there's at least one interested person in having it back (ie. you :D), I'll take a look at it again soon – maybe the mysterious issue has mysteriously disappeared in the meantime ^^

/edit

btw: multiple updates (caidao, librewolf, jitsi …) are almost ready – working on it :)
  Reply
#33
@spikerguy: good news, sort of. I've just added ferdi-git to the repo again. Seems to work mostly as it should, except for what seems to be an upstream issue that's been open for a while now (and supposedly fixed, but not really… well, it's somewhat inconclusive); some services don't work due to a wrong / outdated user agent.

At least for WhatsApp there's a workaround, though: https://github.com/getferdi/ferdi/issues...-660928738 (settings=>services=>whatsapp=>open user.js=> edit your index.js in your local recipes folder).

So no promises that everything's awesome – but maybe it's sufficiently okayish, for now ;)
  Reply
#34
Repo updated.

New versions:

1. Caidao - ungoogled chromium (caidao-84.0.4147.105-1-aarch64)
2. Bitwarden (bitwarden-1.20.0-1-aarch64)
3. LibreWolf (librewolf-79.0.1-aarch64)
4. Jitsi Meet Desktop (jitsi-meet-desktop-2.3.1-1-aarch64)

And Ferdi is back Smile
  Reply
#35
Bitwarden 1.20.1 as been added to the official Manjaro ARM Stable repository: https://forum.manjaro.org/t/arm-stable-u...ernels/118
  Reply
#36
(08-17-2020, 11:01 AM)JasonG-FR Wrote: Bitwarden 1.20.1 as been added to the official Manjaro ARM Stable repository: https://forum.manjaro.org/t/arm-stable-u...ernels/118

Yep, good stuff – less work for me ;)

=> will be removed from this repo with the next update.
  Reply
#37
Hi, I installed ferdi-git but am facing the following issue:

Code:
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /usr/lib/dri)
failed to load swrast driver
Starting local server on port 45569
Knex: run
$ npm install sqlite3 --save
Error: Cannot find module '/usr/lib/ferdi/app.asar/node_modules/sqlite3/lib/binding/electron-v9.2-linux-arm64/node_sqlite3.node'                                                                                                         
Require stack:
- /usr/lib/ferdi/app.asar/node_modules/sqlite3/lib/sqlite3.js
- /usr/lib/ferdi/app.asar/node_modules/knex/lib/dialects/sqlite3/index.js
- /usr/lib/ferdi/app.asar/node_modules/knex/lib/index.js
- /usr/lib/ferdi/app.asar/node_modules/knex/knex.js
- /usr/lib/ferdi/app.asar/node_modules/@adonisjs/lucid/src/Database/index.js
- /usr/lib/ferdi/app.asar/node_modules/@adonisjs/lucid/src/Database/Manager.js
- /usr/lib/ferdi/app.asar/node_modules/@adonisjs/lucid/providers/LucidProvider.js
- /usr/lib/ferdi/app.asar/node_modules/require-stack/src/index.js
- /usr/lib/ferdi/app.asar/node_modules/require-stack/index.js
- /usr/lib/ferdi/app.asar/node_modules/@adonisjs/fold/src/Ioc/index.js
- /usr/lib/ferdi/app.asar/node_modules/@adonisjs/fold/index.js
- /usr/lib/ferdi/app.asar/internal-server/start.js
- /usr/lib/ferdi/app.asar/electron/ipc-api/localServer.js
- /usr/lib/ferdi/app.asar/electron/ipc-api/index.js
- /usr/lib/ferdi/app.asar/index.js
- /usr/lib/electron/resources/default_app.asar/main.js
-
    at Module._resolveFilename (internal/modules/cjs/loader.js:797:17)
    at Function.o._resolveFilename (electron/js2c/browser_init.js:281:679)
    at Module._load (internal/modules/cjs/loader.js:690:27)
    at Function.Module._load (electron/js2c/asar.js:769:28)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/usr/lib/ferdi/app.asar/node_modules/sqlite3/lib/sqlite3.js:4:15)
    at Module._compile (internal/modules/cjs/loader.js:967:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1004:10)
    at Module.load (internal/modules/cjs/loader.js:815:32)
    at Module._load (internal/modules/cjs/loader.js:727:14)
    at Function.Module._load (electron/js2c/asar.js:769:28)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Client_SQLite3._driver (/usr/lib/ferdi/app.asar/node_modules/knex/lib/dialects/sqlite3/index.js:57:12)
    at Client_SQLite3.initializeDriver (/usr/lib/ferdi/app.asar/node_modules/knex/lib/client.js:250:26)
info: serving app on http://127.0.0.1:45569
warning:
  WARNING: Adonis has detected an unhandled promise rejection, which may
  cause undesired behavior in production.
  To stop this warning, use catch() on promises or wrap await
  calls inside try/catch.

TypeError: Cannot read property 'Database' of undefined
    at /usr/lib/ferdi/app.asar/node_modules/knex/lib/dialects/sqlite3/index.js:84:33
    at Promise._execute (/usr/lib/ferdi/app.asar/node_modules/bluebird/js/release/debuggability.js:384:9)
    at Promise._resolveFromExecutor (/usr/lib/ferdi/app.asar/node_modules/bluebird/js/release/promise.js:518:18)
    at new Promise (/usr/lib/ferdi/app.asar/node_modules/bluebird/js/release/promise.js:103:10)
    at Client_SQLite3.acquireRawConnection (/usr/lib/ferdi/app.asar/node_modules/knex/lib/dialects/sqlite3/index.js:83:12)
    at create (/usr/lib/ferdi/app.asar/node_modules/knex/lib/client.js:280:23)
    at /usr/lib/ferdi/app.asar/node_modules/tarn/lib/Pool.js:315:34
    at Object.tryPromise (/usr/lib/ferdi/app.asar/node_modules/tarn/lib/utils.js:53:24)
    at /usr/lib/ferdi/app.asar/node_modules/tarn/lib/Pool.js:315:17
    at new Promise (<anonymous>)
    at callbackOrPromise (/usr/lib/ferdi/app.asar/node_modules/tarn/lib/Pool.js:306:12)
    at Pool._create (/usr/lib/ferdi/app.asar/node_modules/tarn/lib/Pool.js:236:9)
    at Pool._doCreate (/usr/lib/ferdi/app.asar/node_modules/tarn/lib/Pool.js:208:36)
    at Pool._tryAcquireOrCreate (/usr/lib/ferdi/app.asar/node_modules/tarn/lib/Pool.js:159:18)
    at Pool.acquire (/usr/lib/ferdi/app.asar/node_modules/tarn/lib/Pool.js:85:14)
    at /usr/lib/ferdi/app.asar/node_modules/knex/lib/client.js:335:26
  Reply
#38
I can reproduce this. Might require a rebuild, because the Electron package for Manjaro was recently updated.

I'll report back.
  Reply
#39
@Labo

Should be fixed – couldn't tell you earlier because, well, the board was somewhat offline ;)
  Reply
#40
(08-23-2020, 01:44 PM)llsf Wrote: @Labo

Should be fixed – couldn't tell you earlier because, well, the board was somewhat offline Wink
Thanks Smile It works now for me too.

I ended up testing and loving Hamsket so I'll stick with it, but it's always nice to have the choice!
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Manjaro Sway Theme Broken Eighty8 1 166 03-08-2024, 08:41 AM
Last Post: tophneal
Question Manjaro with Full Disk Encryption and GRUB dumetrulo 1 1,605 02-02-2024, 02:45 AM
Last Post: frankkinney
  Manjaro network problem late 2023 acruhl 1 213 01-19-2024, 11:32 PM
Last Post: Kevin Kofler
  By the way, yay arch... KC9UDX 3 508 12-24-2023, 09:53 AM
Last Post: KC9UDX
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 1,912 12-13-2023, 07:22 PM
Last Post: trillobite
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 6 1,979 12-11-2023, 03:47 AM
Last Post: calinb
  Manjaro 20.04 not loading from SD (with Manjaro on eMMC) zaius 1 291 12-07-2023, 03:11 PM
Last Post: wdt
  Manjaro ARM: enabling external monitors & fixing Broadcom WiFi after updating trifleneurotic 2 746 11-14-2023, 10:57 AM
Last Post: trifleneurotic
  Manjaro [ARM Stable Update] 2021-07-23 issues Bocanila 1 1,913 08-21-2023, 09:10 PM
Last Post: vanessadonald
  [Manjaro] u-boot won't boot from eMMC with (unbootable) SD card present zackw 1 1,852 08-21-2023, 09:08 PM
Last Post: vanessadonald

Forum Jump:


Users browsing this thread: 1 Guest(s)