Package Details: xmind 24.10.01101.202410201932-2

Git Clone URL: https://aur.archlinux.org/xmind.git (read-only, click to copy)
Package Base: xmind
Description: Brainstorming and Mind Mapping Software
Upstream URL: https://www.xmind.net
Keywords: office productivity
Licenses: unknown
Submitter: arojas
Maintainer: bacteriostat
Last Packager: bacteriostat
Votes: 53
Popularity: 0.070638
First Submitted: 2017-07-06 19:05 (UTC)
Last Updated: 2024-11-08 05:25 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

jimorsm commented on 2020-05-18 09:31 (UTC) (edited on 2020-05-19 09:49 (UTC) by jimorsm)

存在两个问题: 1. 双击xmind文件只能打开应用,无法直接在应用中打开文件 2. xmind文件不显示应用程序图标

本人环境Manjaro 解决方法如下,修改PKGBUILD

prepare() {
    sed -i '/^Exec=/cExec=electron5 /usr/share/XMind2020/app.asar %U' "$srcdir/usr/share/applications/XMind.desktop"
}

package() {
    cd "$srcdir/usr/share"
    find . -type f -exec install -Dm644 {} "$pkgdir/usr/share/{}" \;
    mkdir -p ${pkgdir}/usr/share/mime/packages
    install -Dm644 "$srcdir/xmind.xml" "$pkgdir/usr/share/mime/packages/"
    sed -i 's/xmind_file/XMind/' "$pkgdir/usr/share/mime/packages/xmind.xml"
    sed -i '/xml:lang/d' "$pkgdir/usr/share/mime/packages/xmind.xml"

    cd "$srcdir/opt/XMind/resources"
    install -Dm644 app.asar "$pkgdir/usr/share/XMind2020/app.asar"

    cd app.asar.unpacked
    find . -type f -exec install -Dm644 {} "$pkgdir/usr/share/XMind2020/app.asar.unpacked/{}" \;
}

esverde commented on 2020-04-26 05:13 (UTC)

need an update, thanks

cotcot commented on 2019-12-22 15:32 (UTC)

I got it solved thanks to https://tutorialforlinux.com/2018/05/06/how-to-install-xmind-in-arch-gnulinux/

XMind is now running as user.

alpha0x00 commented on 2019-12-14 01:36 (UTC)

@Sleipnir The source exists. I have verified.

Sleipnir commented on 2019-12-13 14:27 (UTC)

Source no longer exists. They offer a download that is in RPM format on their Linux download page.

cotcot commented on 2019-12-11 19:19 (UTC)

XMind only runs as super user since last updates. Before I had never problems.

From terminal as normal user I get :

$ XMind Gdk-Message: 20:02:07.308: Unable to load hand2 from the cursor theme


Here is a section from the log file :


!ENTRY org.xmind.cathy 1 0 2019-12-11 20:14:33.875 !MESSAGE Skip unrecognized command line argument: '-eclipse.keyring'

!ENTRY org.xmind.cathy 1 0 2019-12-11 20:14:33.876 !MESSAGE Skip unrecognized command line argument: '@user.home/.xmind/secure_storage_linux'

!ENTRY org.eclipse.osgi 4 0 2019-12-11 20:14:36.497 !MESSAGE Application error !STACK 1 org.eclipse.swt.SWTError: No more handles


I tried most of the solutions in this thread without success. Should I change permissions somewhere ?

Cherubel commented on 2019-12-03 18:48 (UTC)

Fabulous, thanks a lot, it works fine

deconf commented on 2019-12-03 11:41 (UTC)

Wrong packaging! I guess you want to change directory permissions under $(pkgdir) , but why is cd $(pkgdir) missing? Please fix the bug

Cherubel commented on 2019-12-02 20:05 (UTC)

Xmind updated to Version 10 https://dl3.xmind.net/XMind-ZEN-for-Linux-amd-64bit-10.0.0-201911260056.deb