The changes made to support custom makepkg build dirs should be working now.
Search Criteria
Package Details: ns-usbloader 5.0-1
Git Clone URL: | https://aur.archlinux.org/ns-usbloader.git (read-only, click to copy) |
---|---|
Package Base: | ns-usbloader |
Description: | Awoo Installer/TinFoil/GoldLeaf NSPs (and other files) uploader and RCM tool. |
Upstream URL: | https://github.com/developersu/ns-usbloader |
Licenses: | |
Submitter: | angelodalzotto |
Maintainer: | angelodalzotto |
Last Packager: | angelodalzotto |
Votes: | 3 |
Popularity: | 0.165804 |
First Submitted: | 2020-03-17 01:20 |
Last Updated: | 2020-12-10 02:23 |
Dependencies (2)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- nx-udev (optional) – udev rules to run without root
Required by (0)
Sources (3)
Latest Comments
angelodalzotto commented on 2020-11-04 22:09
CodingKoopa commented on 2020-11-02 01:56
Please consider implementing these changes.
CodingKoopa commented on 2020-07-29 17:58
To support custom makepkg build directories, it would be nice to add ns-usbloader
and ns-usbloader.desktop
as sources. In order to build this package, I also had to remove the ../
from the install
commands.
angelodalzotto commented on 2020-04-20 15:04
For those using wayland, a more elegant user-basis solution is to export the following environment variable in your sh rc (.zshrc, .bashrc):
export _JAVA_OPTIONS='-Djdk.gtk.version=2'
evertonstz commented on 2020-04-19 02:19
EDIT
this error seems to be related to Wayland and can be tracked here: https://github.com/developersu/ns-usbloader/issues/20
a workaround is to /usr/bin/ns-usbloader
edit with this:
#!/bin/sh
exec /usr/bin/java -Djdk.gtk.version=2 -jar '/usr/share/java/ns-usbloader/ns-usbloader.jar' "$@"
EDN OF EDIT
I'm getting the following error
(java:1473107): Gdk-CRITICAL **: 23:18:08.180: gdk_x11_display_set_window_scale: assertion 'GDK_IS_X11_DISPLAY (display)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fcd0b4929cc, pid=1473107, tid=1473536
#
# JRE version: OpenJDK Runtime Environment (13.0.2+8) (build 13.0.2+8)
# Java VM: OpenJDK 64-Bit Server VM (13.0.2+8, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libX11.so.6+0x2b9cc] XInternAtom+0x3c
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/everton/core.1473107)
#
# An error report file with more information is saved as:
# /home/everton/hs_err_pid1473107.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[1] 1473107 abort (core dumped) java -jar /usr/share/java/ns-usbloader/ns-usbloader.jar
Pinned Comments
angelodalzotto commented on 2020-04-20 15:04
For those using wayland, a more elegant user-basis solution is to export the following environment variable in your sh rc (.zshrc, .bashrc):
export _JAVA_OPTIONS='-Djdk.gtk.version=2'