Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toxblh/tizen-studio-arch
How to install TizenStudio on Arch Linux
https://github.com/toxblh/tizen-studio-arch
arch-linux archlinux sdk tizen tizen-studio
Last synced: 3 months ago
JSON representation
How to install TizenStudio on Arch Linux
- Host: GitHub
- URL: https://github.com/toxblh/tizen-studio-arch
- Owner: Toxblh
- Created: 2020-08-25T13:55:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T16:23:14.000Z (about 3 years ago)
- Last Synced: 2024-03-03T15:38:19.542Z (11 months ago)
- Topics: arch-linux, archlinux, sdk, tizen, tizen-studio
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 37
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to install Tizen Studio on Arch Linux
### Just clone the repo and run `./install.sh`
What we do?
0. Install java, I use OpenJDK 11.0.7 (via sdkman!)
1. Download the studio from https://developer.tizen.org/ko/development/tizen-studio/download?langredirect=1# (Tizen Studio with IDE installer)
2. Do it executable
3. Start with fake-dpkg (dkpg it's a symbol link) which will provide correct information for installer checks
4. List of deps what I used in arch for work. Will be cool if you provide more the information in issues or PR- rpm2cpio - `yay -S rpmextract`
- cpio - `yay -S cpio`
- gnome-keyring `pacman -S gnome-keyring` for certificates
- libwebkitgtk-1.0-0 - so here as I understand will be provided if you install `webkitgtk` but I don't remember. (This dependency is solved with https://github.com/frealgagu/archlinux.webkitgtk2/releases)If you have some problems with kwin while running device manager, such as some windows not well sized (1 pixel x 59) so is impossible to connect to devices.
To solve it change to other than kde wm or force windows size as in https://ahelpme.com/software/kde-plasma/kde-plasma-windows-force-resize-ikvm-virtual-keyboard/
Thanks @aleixq