Clear Fraction, the third-party repository for Clear Linux

What’s new:

  • delta-packs for
    improved update performance
  • a lot of small fixes

#ffmpeg #codecs #x264 #x265 #aac #brave #vscode #vscodium #sway #alacritty #kitty

16 Likes

Project news:

  • welcoming our first supporter on patreon!
  • new bundle - alacritty
  • new bundle - sway-extras
1 Like

Well done, thanks man! :grin:

1 Like

I can’t add the repo to swupd, the error :
curl -download failed: response (503) ‘https://clearfraction.herokuapp.com/update/version/format30/latest

Fixed✌️
500 hours per month isn’t enough now to keep the repository up, added more fuel.

2 Likes

Summer update :beach_umbrella: :ocean::dolphin:
A lot has happened since my last post.

  • performance tweaks
  • new software:
    • kanshi
    • wlsunset
    • btop
    • wlr-randr
    • kitty
    • wl-clipboard
    • swayblur, oguri, autotiling, swaylock-effects
    • imv
    • waybar

Is there a list of all the bundles that are available?

3 Likes

I got this error

Searching for bundle vscodium in the 3rd-party repositories...
Error: Failed to verify certificate: certificate has expired
Error: Unable to validate the certificate /opt/3rd-party/bundles/clearfraction/usr/share/clear/update-ca/Swupd_Root.pem

The certificate expired and manual update required.

-n should work as temporal workaround, for example swupd 3rd-party bundle-add -n vscodium.

but not working with flufychat.

sudo swupd 3rd-party bundle-add fluffychat -n
Searching for bundle fluffychat in the 3rd-party repositories...
Warning: The --nosigcheck flag was used and this compromises the system security

Warning: THE SIGNATURE OF https://clearfraction.herokuapp.com/update/36480/Manifest.MoM WILL NOT BE VERIFIED

Bundle fluffychat found in 3rd-party repository clearfraction

Bundles added from a 3rd-party repository are forced to run with the --no-scripts flag for security reasons


Warning: THE SIGNATURE OF https://clearfraction.herokuapp.com/update/36480/Manifest.MoM WILL NOT BE VERIFIED

Loading required manifests...
Warning: Bundle "fluffychat" is already installed, skipping it...
1 bundle was already installed

but there is no fluffychat on my apps list

sudo swupd 3rd-party bundle-add fluffychat
Searching for bundle fluffychat in the 3rd-party repositories...
Error: Failed to verify certificate: certificate has expired
Error: Unable to validate the certificate /opt/3rd-party/bundles/clearfraction/usr/share/clear/update-ca/Swupd_Root.pem

Works for me.

sudo swupd 3rd-party bundle-add fluffychat -n

Wrong, should be

bundle-add -n fluffychat

1 Like

i think that’s not problem. but thanks it fixed now. just need some reboot.

New software:

  • grim
  • wf-recorder

For screen-casting and screenshot on Sway.

1 Like

is there an alternative to OBS? I can’t record videos using gnome screenshot, and OBS got a core dumped error.

and OBS got a core dumped error

Open the bugreport.

alternative to OBS?

sudo ffmpeg -device /dev/dri/card0 -f kmsgrab -i - -vf 'hwmap=derive_device=vaapi,scale_vaapi=w=1920:h=1080:format=nv12' -c:v h264_vaapi -qp 24 output.mp4

This ffmpeg docs example works, tested several months ago.

To OBS’s Github or Clear Linux’s Github?

I’ve tried before, but can’t record the mouse pointer.

Both if you’re not sure. Will be great to test the issue on another distribution too.

1 Like

Thanks, I will try that later.