惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
爱范儿
爱范儿
月光博客
月光博客
The GitHub Blog
The GitHub Blog
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog
T
Tailwind CSS Blog
美团技术团队
D
Docker
V
Visual Studio Blog
Martin Fowler
Martin Fowler
博客园 - 聂微东
The Cloudflare Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - jaspersoftstudio
2026-06-15 · via AUR Newest Packages

Frontier commented on 2024-04-25 06:23 (UTC)

As Jaspersoft Studio is no longer available on SourceForge, I am orphaning the package. It is no longer possible to download and use the program without registration on Jaspersoft site.

martin-de commented on 2024-01-30 12:18 (UTC)

Frontier commented on 2021-11-19 19:59 (UTC)

@Roknauta: I've fixed the SHA1 signature in the PKGBUILD, try installing the package again!

Roknauta commented on 2021-11-19 11:32 (UTC)

I get this error:

==> ERROR: One or more files did not pass the validity check! -> error making: jaspersoftstudio

Somebody help me ?

Frontier commented on 2020-02-18 18:52 (UTC)

@Smoerrebroed: Updated PKGBUILD with the new Exec line.

Smoerrebroed commented on 2020-02-17 05:27 (UTC)

The Exec= line needs to be modified to read

Exec=env GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc "/opt/jaspersoftstudio/Jaspersoft Studio"

Then the application shortcut will also be shown in Gnome menus.

Frontier commented on 2019-06-29 11:47 (UTC)

TIBCO seems to have dropped support for x86 architecture starting from v6.9.0. If it does not provide x86 binaries soon, I will drop support for x86 in the PKGBUILD.

Thank you.

severo commented on 2018-08-29 22:01 (UTC) (edited on 2018-08-29 22:01 (UTC) by severo)

I had the same following problem some users reported here with my Manjaro 17.1.12 XFCE:

- Failed to execute child process "GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc" (No such file or directory) -

To solve it, I just edited the application entry from the Start Menu as follows:

  • open Start Menu

  • search for "Jaspersoft"

  • right click the item

  • select "Edit Application.."

  • on the "Command" text box leave only : /opt/jaspersoftstudio/Jaspersoft\ Studio (without any double quote).

Worked for me, hope it helps someone too.

zachmathew commented on 2017-08-30 04:38 (UTC)

Im having some glitching issues while using JasperSoft Studio. (using the latest version from the AUR).Im using GNOME. Steps to reproduce : Add Text Field. Select it. Go to Properties -> Borders -> Click on a border on the square. The Pen Width (1.0 by default) appears for an instant and then "disappears" (Its still there as I can select it but i think the font color becomes white) This can be temprorarily resolved by going to preferences and toggling the theme from classic -> GTK or vice versa. The resolution exists only for the current report and does not remain for other opened reports. Really annoying bug. Ive tried Adwaita and other themes etc...but no use. The bug persists. I have a version 6.1.1 of Jasper running on another machine running the latest UBUNTU GNOME and it works near perfectly.I tried running this version of Jasper on arch using various settings but it stops workign as soon as I open a JRXML file. I am guessing its a GTK issue. I dont want to go back to using Ubuntu as I love the Arch experience. Can someone help me to run the AUR version of Arch without this glitch. And if you think 6.1.1 should run fine on Arch...can someone help me overcome the GTK issue (Ive already tried export SWT_GTK3=0; but it doesnt work) Thanks.

Smoerrebroed commented on 2017-05-16 09:57 (UTC)

Installed and mostly working; however, the path issue mentioned in 2015-09-25 is still there. ==> The .desktop file needs to either quote the exec path or use backslash for escaping the space character. On top of that, I do not get any application icon in my GNOME applications menu. Need to dig into that to see what's wrong/missing.