Package Details: cosbrowser 2.8.3-3

Git Clone URL: https://aur.archlinux.org/cosbrowser.git (read-only, click to copy)
Package Base: cosbrowser
Description: 腾讯云COS工具
Upstream URL: https://cloud.tencent.com
Keywords: cos tencent
Licenses: custom
Submitter: weearc
Maintainer: weearc
Last Packager: weearc
Votes: 2
Popularity: 0.163377
First Submitted: 2020-02-20 16:24 (UTC)
Last Updated: 2023-08-29 02:30 (UTC)

Latest Comments

mhpsy commented on 2026-02-06 09:28 (UTC)

Fix for build error (AppImage filename mismatch)

The upstream zip now contains a versioned AppImage (e.g., cosbrowser-2.11.26.AppImage) which causes the prepare() function to fail.

Suggested fix for PKGBUILD:

Update pkgver to 2.11.26.

Use wildcards in prepare() to find the AppImage:

prepare() {
    cd "$srcdir"
    chmod +x ./cosbrowser-*.AppImage
    ./cosbrowser-*.AppImage --appimage-extract
}

weearc commented on 2023-08-29 02:32 (UTC)

@Sherlock-Holo Yes, now error occurs starting up without -no-sandbox flag. Now added.

Sherlock-Holo commented on 2023-08-29 02:17 (UTC)

现在打开会闪退,需要加上 -no-sandbox 才行

weearc commented on 2022-05-24 06:10 (UTC)

@izumiChan16 Fixed

izumiChan16 commented on 2022-05-24 00:57 (UTC)

// Removed in Electron 12
crashReporter.getCrashesDirectory()

Bugfix:/usr/bin/cosbrowser

#!/bin/bash
electron11 /opt/cosbrowser/app.asar $@

wu2305 commented on 2022-01-28 05:37 (UTC)

update the edition number to catch up with the official one

weearc commented on 2020-08-16 16:16 (UTC)

@unstartdev using electron4 will cause some unexpected problem.

unstartdev commented on 2020-08-12 05:23 (UTC)

Bugfix: /usr/bin/cosbrowser

!/bin/bash

electron4 /opt/cosbrowser/app.asar $@