Search Criteria
Package Details: saber 0.26.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/saber.git (read-only, click to copy) |
|---|---|
| Package Base: | saber |
| Description: | The cross-platform notes app built for handwriting |
| Upstream URL: | https://github.com/saber-notes/saber |
| Licenses: | GPL-3.0-only |
| Submitter: | PolarianDev |
| Maintainer: | mhdi |
| Last Packager: | mhdi |
| Votes: | 7 |
| Popularity: | 0.000272 |
| First Submitted: | 2023-06-02 11:25 (UTC) |
| Last Updated: | 2025-09-25 13:33 (UTC) |
Dependencies (25)
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-devel-gitAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-selinuxAUR, glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libsecret
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- libxmu
- pango (pango-gitAUR, pango-nothai-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- Show 5 more dependencies...
Latest Comments
1 2 Next › Last »
Drack commented on 2024-10-06 18:24 (UTC)
Hello! Thanks for the package.
On my system, I had to install the
extra/zenitypackage. Otherwise, when clicking on the button to import a note, the GUI was silently ignoring my click --- but onstderr, an exception was thrown because ofzenitymissing in thePATH.I suppose that it would be great to add this as a dependency.... ;) Regards,
mhdi commented on 2024-04-02 10:27 (UTC) (edited on 2024-04-02 10:28 (UTC) by mhdi)
@PolarianDev No worries at all. :)
Yeah, there was a typo and I somehow missed it.
Thanks
PolarianDev commented on 2024-04-01 23:19 (UTC)
Ah, you fixed this 34 mins ago. Nevermind :)
PolarianDev commented on 2024-04-01 23:18 (UTC)
@mhdi Apologies, I was not aware of this, I have always just used
/bin/bashand didn't pay much attention.The actual issue here is a typo you wrote
/usb/bin/bash, please change this to/usr/bin/bash, otherwise saber can't launch :PApologies for the mistake,
Polarian
mhdi commented on 2024-03-25 10:42 (UTC)
@PolarianDev Thank you for your comment. In Arch Linux,
/binis a symbolic link to/usr/bin:Moreover, all the executables of the
bashpackage are located within/usr/binand there are none within/bin:Thus, the correct shebang is
/usr/bin/bash.PolarianDev commented on 2024-03-25 00:29 (UTC)
Hello,
Firstly,
fvmseems to be a much better way of managing the horrific flutter issues, I am going to suggest this to a staff member and see their thoughts on it.However your change in the shebang from
/bin/bashto/usr/bin/bashis incorrect,/usr/bin/bashdoes not exist on Arch Linux systems, it is/bin/bash, this causes the wrapper script to fail.Please revert that change.
Thanks,
Polarian
PolarianDev commented on 2023-08-24 22:58 (UTC)
Sorry for the late update.
I managed to build the latest version with the current version of
flutter.Like I said, this package is unstable, but currently its up to date now :D
Have a good night!
Polarian
PolarianDev commented on 2023-06-09 12:16 (UTC) (edited on 2023-06-09 12:17 (UTC) by PolarianDev)
@LuciRose431 After discussing this on IRC, I have settled on the choice that I will not change this, and I will explain this now:
There is little to no reason to execute the script under a different shell, all the script does is changes the loader path to the flutter libraries and then executes the native linux flutter application.
Therefore I am going to keep the script how it is, sorry...
LuciRose431 commented on 2023-06-09 09:41 (UTC) (edited on 2023-06-09 09:41 (UTC) by LuciRose431)
How about change #!/bin/bash -> #!/bin/sh?
PolarianDev commented on 2023-06-06 10:08 (UTC)
@LuciRose431 it is a dependency yes,
saber.shrequires bash, the reason there is a wrapper script for saber instead of executing the binary directly is due to the library path being different, executingsaberdirectory causes a loader error, please see the flutter packaging guideline draft which explains this:https://wiki.archlinux.org/title/User:Gromit/Flutter_package_guidelines#Loader_fails_to_find_shared_object_(.so)_files1 2 Next › Last »