Package Details: vue 3.3.0-3

Git Clone URL: https://aur.archlinux.org/vue.git (read-only, click to copy)
Package Base: vue
Description: Visual Understanding Environment
Upstream URL: https://github.com/VUE/VUE
Licenses: unknown
Submitter: None
Maintainer: matthewq337
Last Packager: matthewq337
Votes: 8
Popularity: 0.000000
First Submitted: 2016-04-07 19:20 (UTC)
Last Updated: 2025-04-08 19:00 (UTC)

Dependencies (2)

Required by (0)

Sources (4)

Latest Comments

marius137 commented on 2025-07-09 01:19 (UTC)

the md5sum for vue has changed, it is now af196991a58733c5c0742aace0439639

diff --git a/PKGBUILD b/PKGBUILD
index 04109bb..2e7bab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('java-environment' 'desktop-file-utils')
 source=(https://github.com/VUE/VUE/releases/download/$pkgver/VUE.jar vue vue.png vue.desktop)
 noextract=('VUE.jar')
 md5sums=('4ac36729f42d000ac163add1b6c7a351'
-         '1e7e76f1cbf6bba2f6a4e44dbfd75ee1'
+         'af196991a58733c5c0742aace0439639'
          '9369da34c69baefc77a7baeaceb4e476'
          '5c9a02147f1acea93492dbdf7a6d2656')

matthewq337 commented on 2025-04-08 19:06 (UTC)

@lebonk fixed, thanks

lebonk commented on 2025-02-24 20:23 (UTC) (edited on 2025-02-24 20:24 (UTC) by lebonk)

For anyone else getting "Could not instantiate serializer com.sun.org" errors when trying to save maps, install the jdk11-openjdk package, open the /usr/bin/vue file in your favorite text editor and replace java with /usr/lib/jvm/java-11-openjdk/bin/java (granting root perms to save the file when asked), and you should now be able to save maps in VUE properly.

dmnc commented on 2020-10-16 15:21 (UTC)

I'm using java-14-openjdk and java-8-openjdk/jre but this package is trying to install another one ... is any way how to force what I already have in a system?

sleeping commented on 2020-09-01 04:27 (UTC) (edited on 2020-09-01 04:27 (UTC) by sleeping)

It conflicts due to the presence of /usr/bin/vue in both packages.

<deleted-account> commented on 2018-12-02 12:29 (UTC)

Hello, I do not see how this package conflicts with vue-cli. This package is not related to VueJS at all.

IMO vue-cli should have been named vuejs-cli for disambiguation.

ragouel commented on 2018-11-30 04:30 (UTC)

This conflicts with vue-cli.

<deleted-account> commented on 2016-12-27 10:21 (UTC)

New PKGBUILD release, providing a simple .desktop entry

<deleted-account> commented on 2016-04-11 22:53 (UTC)

I did not have any of the problems you describe in the Github issue. Gonna continue discussing it on the GH issue #24 to not pollute here.

rcrath commented on 2016-04-11 21:02 (UTC)

3.3 has this issue: https://github.com/VUE/VUE/issues/24 there is an awkward and incomplete workaround. 3.2.2 (the initial github release at https://github.com/VUE/VUE/releases/tag/3.2.2) still has https://github.com/VUE/VUE/issues/14 but it has an easier workaround. I would suggest linking to this rather than the current flavor, since the devs are not addressing the problem upstream. Java on linux in general has a font rendering problem. Problem and solution are here: https://github.com/VUE/VUE/issues/7