You can install Boostnote with the command below.
git clone https://aur.archlinux.org/boostnote.git
cd boostnote
makepkg -si
Fedora
Unity
Yay.....Arch linux \o/
Download links are below.
Be careful. This is currently work in progress.
Linux app
https://www.dropbox.com/s/bdvk5ebt8s530wp/Boostnote-linux-x64.tar.gz?dl=0
Debian package
https://www.dropbox.com/s/u9nlh0oxsg4id25/boost_0.5.8_amd64.deb?dl=0
Uhuuuuuu so fast
On Sun, Apr 3, 2016, 20:29 Dick Choi [email protected] wrote:
Download links are below.
Be careful. This is currently work in progress.Linux app
https://www.dropbox.com/s/bdvk5ebt8s530wp/Boostnote-linux-x64.tar.gz?dl=0Debian package
https://www.dropbox.com/s/u9nlh0oxsg4id25/boost_0.5.8_amd64.deb?dl=0—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
https://github.com/BoostIO/Boostnote/issues/5#issuecomment-205076546
I think I should remove Finder and Tray on all of Linux for awhile.
libappindicator1 is required to show Tray icon on several Desktop environments.Unity seems to be needed to install it.
The method, app.focus(), seems to be broken on Linux.
Btw, I think these features are not so important.
So, I will implement it one by one after v0.6.* released and become stable.
@lucaskatayama
Could you tell me which desktop environment you are using?
I'm usign Gnome 3.18
Arch linux
@lucaskatayama
Thanks! I'll cover it also.
Everything seems to be going well. I'll publish Linux app on UAR, PPA on this weekend.
Yay!
I'm really sorry for being late... It is because of my poor English skill...
@gromain
I pushed it to git+ssh://[email protected]/boostnote.git, but I realized I forgot to change the name of binary. I'll reupload it again.
And, I can't find my package from https://aur.archlinux.org/packages/?SeB=m&K=rokt33r
How much it takes to be published? I confirmed my pushing finished successfully.
Btw, these are the files I submitted.
.SRCINFO
arch = x86_64
pkgbase = boostnote
pkgdesc = Opensource note app for developers.
PKGBUILD
# Maintainer: Dick Choi <[email protected]>
# Contributor: Romain Bazile <[email protected]>
pkgname=boostnote
pkgver=0.5.8
pkgrel=1
pkgdesc="Opensource note app for developer"
arch=('x86_64')
url="https://b00st.io/"
license=('GPL')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(
"https://github.com/BoostIO/boost-releases/releases/download/v0.5.9/boost_0.5.9_amd64.deb"
)
noextract=()
md5sums=('df56bf3167dddb3eb2e1b263c65e61ba')
validpgpkeys=()
package() {
tar -xa -f ${srcdir}/data.tar.xz
cp -r "${srcdir}/usr" "${pkgdir}/usr"
}
Hmm... I'm reading Arch wiki again and again.
Should I provide the installing instruction like below for Arch user?
git clone https://aur.archlinux.org/boostnote.git
cd boostnote
makepkg -si
I've just fixed most of problems. App seems to be installed successfully with the shell script above.
But, I still don't know how can I show my app on AUR packages page.
I ask about this problem on Arch forum. It was because the submitted .SRCINFO file was invalid..
https://bbs.archlinux.org/viewtopic.php?pid=1619904#p1619904
Eventually, my app shows up. https://aur.archlinux.org/packages/boostnote/
But, I think I have to make my PKGBLD build the app from scratch.
Sorry I didn't get back to you earlier, I was away!
I'm glad to see you got it working!
Pacman even made the update automatically this morning! ;-) This is super great!
As for their comment, here is a changed PKGBUILD, with empty fields removed, addition of -bin to make sure the use of the upstream binary is clear and use of $pkgver:
# Maintainer: Dick Choi <[email protected]>
# Contributor: Romain Bazile <[email protected]>
pkgname=boostnote-bin
pkgver=0.5.9
pkgrel=1
pkgdesc="Opensource note app for developer"
arch=('x86_64')
url="https://b00st.io/"
license=('GPL')
source=(
"https://github.com/BoostIO/boost-releases/releases/download/v$pkgver/boost_$pkgver_amd64.deb"
)
md5sums=('df56bf3167dddb3eb2e1b263c65e61ba')
package() {
tar -xa -f ${srcdir}/data.tar.xz
cp -r "${srcdir}/usr" "${pkgdir}/usr"
}
I'm so glad to hear that. Thank you again. I'll update it soon. Haha
finder is a very important feature for me. Hope to see it re-enabled soon :)
@brpaz
Yes, I'll. But, It needs to be hacked on my own.
https://github.com/electron/electron/issues/5011
Btw, Which desktop environment you use?
@gromain @brpaz To honor your efforts, I want to add your name as contributors to readme.md and package.json.
Is it okay to do that?
Hey @Rokt33r I dont know where to place this question so I'm asking it here, the question is, will we be able to sync notes between devices?
I'm asking this because I use a different computer for work(mac) and at home where I also do some development I use a Linux distro(it changes from time to time :) )
so if you have an official way of doing this it would be great if you don't, can we sync a folder with dropbox or other cloud software?
Thanks in advance, or better Domo Arigato! :)
@Rokt33r, sure, please do! Thanks a lot!
@fernandofreamundenl
Note will be shared by filesystem :)
It means you will be able to use your dropbox, google drive and even Github repo.
And I have a plan to support fully automatic syncing with github/bitbucket repository.
Btw, we should talk about this issue here #21
Domo Arigato! :)
Sadly, I'm not a Japanese although I'm living in Japan. LOL 😆
Thanks for the input, I'm looking forward to use v0.6 then.
About being Japanese, it is not the Japanese outside that counts it the one in your heart xD
And you live in Japan and that is Awesome :D
@Rokt33r sure. you can add me as contributor.
I am using Linux Mint Cinnamon and finder seems to work fine before it was removed. but I haven't it much.
@brpaz Okay, I'll add you soon. :)
About Finder, I'm sorry about that. I'd checked Finder on unity and xfce only...(both of them didn't work well)
I'll check finder on cinnamon. If it works fine, I'll enable it again when user is using cinnamon.
@brpaz I confirmed Finder works fine on Cinnamon. So, I have to make a function to check if user is using cinnamon. It would be finished on this week. :smiley:
Great! I found It can be accessed by process.env.DESKTOP_SESSION.
(Updated)
I shipped this features on master branch. It will be released with https://github.com/BoostIO/Boostnote/pull/26 on this week.
Great news :)
I need some help to register Boostnote to PPA... I'd been trying to do it. but I couldn't make it.
Ubuntu issue has been moved. #66
I wrote a Brief article about installing Boostnote in Ubuntu and Debian systems.
Full Install Instruction for Ubuntu/Debian Systems
@the-mcnaveen Awesome! Thank you so much :smile:
@asmsuechan Welcome Buddy :)
Most helpful comment
Great news :)