https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ccstudio#n81 Why 0755? The desktop entry is not an executable file, so it should be 0644.
Search Criteria
Package Details: ccstudio 12.8.0.00012-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ccstudio.git (read-only, click to copy) |
---|---|
Package Base: | ccstudio |
Description: | Texas Instruments Code Composer Studio IDE |
Upstream URL: | http://www.ti.com/tool/ccstudio |
Keywords: | c ide msp430 |
Licenses: | custom:TSPA |
Submitter: | alexei |
Maintainer: | tapajos |
Last Packager: | tapajos |
Votes: | 22 |
Popularity: | 0.95 |
First Submitted: | 2017-06-23 06:06 (UTC) |
Last Updated: | 2024-08-23 11:46 (UTC) |
Dependencies (16)
- alsa-lib
- binutils
- gconfAUR
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR)
- libcanberra
- libsecret
- libusb-compat (libusb0AUR)
- libxss
- libxtst
- ncurses5-compat-libsAUR
- nss (nss-hgAUR)
- python2AUR (python2-binAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR) (make)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR) (optional)
Required by (1)
Sources (4)
Freed commented on 2023-03-18 12:56 (UTC)
Freed commented on 2023-03-16 07:04 (UTC)
How about create /etc/profile.d/ccstudio.sh
to add some paths to $PATH
?
for bin in /opt/ccstudio/ccs/tools/compiler/*/bin; do
export PATH=$PATH:$bin
done
unset bin
Freed commented on 2023-03-09 06:21 (UTC)
And after yay -S ccstudio
, my ~/Desktop
occur a new file Bh560v2Config Utility.desktop
:
[Desktop Entry]
Type=Application
Version=0.9.4
Name=Bh560v2Config Utility
Comment=Blackhawk Bh560v2Config Utility
Icon=/home/wzy/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/ccs_base/emulation/Blackhawk/BH560v2-Config.PNG
Exec=/home/wzy/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/ccs_base/common/uscif/Bh560v2Config_start.sh
Terminal=false
Path=/home/wzy/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/ccs_base/common/uscif
Is it a bug?
Freed commented on 2023-03-09 06:10 (UTC)
Why python2 is a depend not an optdepend? I find if python2 is not installed, ccstudio seems to run normally.
filipetaveiros commented on 2023-02-26 19:02 (UTC)
Thank you @archio, I can confirm your instructions work for v12 as well.
archio commented on 2022-11-03 15:36 (UTC)
No problem! I'm glad it helped :)
Kris-G commented on 2022-11-03 06:59 (UTC)
Thanks you @archio, that worked for me.
dccafe commented on 2022-11-03 02:00 (UTC)
I haven't tried it yet. Will try tomorrow.
archio commented on 2022-11-03 00:26 (UTC)
but did it work for you dccafe?
archio commented on 2022-11-03 00:22 (UTC)
I found this, so I searched how to run eclipse with some other version of jre and figured out that you should modify the -vm flag. Then I tried ommiting the flag because the eclipse.ini in the same dir doesn't use it and ccstudio just worked. I thought it was using the system jre but I uninstalled the jre and it still works, so I dont know.
Pinned Comments