As can be seen here, the upstream github has been moved to https://github.com/homestuck/unofficial-homestuck-collection.
Search Criteria
Package Details: unofficial-homestuck-collection-bin 2.5.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unofficial-homestuck-collection-bin.git (read-only, click to copy) |
---|---|
Package Base: | unofficial-homestuck-collection-bin |
Description: | The Unofficial Homestuck Collection |
Upstream URL: | https://bambosh.github.io/unofficial-homestuck-collection/ |
Licenses: | custom:chrome, custom:electron |
Conflicts: | unofficial-homestuck-collection |
Provides: | unofficial-homestuck-collection |
Submitter: | AquilaIrreale |
Maintainer: | AquilaIrreale |
Last Packager: | AquilaIrreale |
Votes: | 6 |
Popularity: | 0.017325 |
First Submitted: | 2021-04-14 00:40 (UTC) |
Last Updated: | 2024-10-10 07:34 (UTC) |
Dependencies (2)
- libvips (libvips-gitAUR, libvips-notiffAUR)
- gendesk (make)
Required by (0)
Sources (10)
Philanche commented on 2025-01-25 15:46 (UTC)
choruscory commented on 2025-01-14 01:50 (UTC) (edited on 2025-01-14 01:50 (UTC) by choruscory)
crashes whenever i run.
A JavaScript error occurred in the main process
Uncaught Exception:
SyntaxError: Unexpected string in JSON at position 46
at JSON.parse (<anonymous>)
at ElectronStore.Conf._deserialize (/opt/unofficial-homestuck-collection/resources/app.asar/node_modules/conf/dist/source/index.js:67:43)
at ElectronStore.get store [as store] (/opt/unofficial-homestuck-collection/resources/app.asar/node_modules/conf/dist/source/index.js:278:43)
at new Conf (/opt/unofficial-homestuck-collection/resources/app.asar/node_modules/conf/dist/source/index.js:131:32)
at new ElectronStore (/opt/unofficial-homestuck-collection/resources/app.asar/node_modules/electron-store/index.js:69:3)
at Module.<anonymous> (/opt/unofficial-homestuck-collection/resources/app.asar/background.js:29713:11)
at __webpack_require__ (/opt/unofficial-homestuck-collection/resources/app.asar/background.js:26:30)
at Object.<anonymous> (/opt/unofficial-homestuck-collection/resources/app.asar/background.js:3964:14)
at __webpack_require__ (/opt/unofficial-homestuck-collection/resources/app.asar/background.js:26:30)
at Module.<anonymous> (/opt/unofficial-homestuck-collection/resources/app.asar/background.js:46662:17)
[65776:0113/204926.813598:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)
AquilaIrreale commented on 2024-11-04 08:02 (UTC) (edited on 2024-11-04 08:03 (UTC) by AquilaIrreale)
@yatagarasu try running with the --in-process-gpu
flag as vann suggests. From what I've seen it's sometimes needed just for the setup process, you should be able to leave it out on subsequent runs.
In case that doesn't work and you have to edit the config manually, the schema has slightly changed. You can add the assetDir
config key directly to the root of the json document, next to the __internal__
section, like this:
{
"assetDir": "/home/.../Asset Pack V2",
"__internal__": {
"migrations": {
"version": "2.5.2"
}
},
// etc.
}
yatagarasu commented on 2024-11-02 09:27 (UTC)
where do i add the localData.assetDir line? my config looks like this: __internal_: migrations: version: "2.5.6"
vann commented on 2024-03-31 00:06 (UTC)
if you crash with "GPU Process Isn't Usable. Goodbye" or something similar just run the binary with "--in-process-gpu"
piuvas commented on 2023-08-03 21:10 (UTC)
here's the image i used for the svg.
AquilaIrreale commented on 2023-08-03 15:39 (UTC)
@piuvas makes sense, it's not just Homestuck after all. It's better to be consistent with upstream, switched to MSPA guy and added your SVG as a scalable icon. The small raster ones required AA and a bit of hand-nudging, but I think they are readable. Upstream version had a subtle gradient on the stroke color, but it would have honestly been too much effort to apply it to the SVG, and it would also be totally lost on the typical icon+screen size combination, so I used your version as a base for everything else (it was extremely close to the gradient's base color anyways).
piuvas commented on 2023-08-02 23:46 (UTC)
here. i made an svg version that is very lightweight. :)
it's using the delta-icons palette but it's easy to change the colors.
piuvas commented on 2023-08-02 23:10 (UTC)
haha thanks. i think the windows icon is the mspa guy, if you want to copy that. working great! thanks.
AquilaIrreale commented on 2023-08-01 20:48 (UTC) (edited on 2023-08-01 20:49 (UTC) by AquilaIrreale)
@piuvas right! I have no icons in my WM so it never occurred to me it was using the default one. I added the iconic (pun definitely intended) spirograph, let me know if it shows correctly in your menus
Pinned Comments
AquilaIrreale commented on 2023-05-17 17:28 (UTC) (edited on 2023-05-17 17:29 (UTC) by AquilaIrreale)
README
When installing for the first time, remember to download the Asset Pack v2 from the original author's page https://bambosh.dev/unofficial-homestuck-collection/#download and unpack it anywhere you like on your system.
Broken asset pack selector workaround
The asset pack selector menu looks still broken, if
unofficial-homestuck-collection
fails to start after a fresh install, try manually editing~/.config/unofficial-homestuck-collection/config.json
, settinglocalData.assetDir
with the absolute path to your unpacked copy of the Asset Pack v2.