All Projects → tabit-pro → Qway-qubes-repo

tabit-pro / Qway-qubes-repo

Licence: other
Repository is intended to provide patches and rpm specs with experimental features to run under the Qubes OS.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
M4
1887 projects
Batchfile
5799 projects
powershell
5483 projects

Projects that are alternatives of or similar to Qway-qubes-repo

qubes-video-companion
Securely stream webcams and share screens across virtual machines *THIS PROJECT IS CURRENTLY STILL IN DEVELOPMENT (Mostly finishing switch to MJPEG for big performance boost; see FAQ)*
Stars: ✭ 38 (+100%)
Mutual labels:  qubes-os, qubes
qvm-create-windows-qube
Spin up new Windows qubes quickly, effortlessly and securely on Qubes OS
Stars: ✭ 267 (+1305.26%)
Mutual labels:  qubes-os, qubes
hen
Haskell bindings to Xen hypervisor interface
Stars: ✭ 17 (-10.53%)
Mutual labels:  xen
clickos
The Click modular router: fast modular packet processing and analysis
Stars: ✭ 127 (+568.42%)
Mutual labels:  xen
Qubes-scripts
Scripts that help with administration and usage of Qubes OS
Stars: ✭ 33 (+73.68%)
Mutual labels:  qubes-os
compiz-alike-magic-lamp-effect
Compiz alike magic lamp effect for GNOME Shell
Stars: ✭ 58 (+205.26%)
Mutual labels:  compiz
Jello
A wobbly windows implementation for MacOS.
Stars: ✭ 49 (+157.89%)
Mutual labels:  compiz
eye-of-mirage
WiP image viewer using MirageOS
Stars: ✭ 16 (-15.79%)
Mutual labels:  qubes
Dotfiles
Passionately crafted configs for CLI lovers 🐧❤️
Stars: ✭ 70 (+268.42%)
Mutual labels:  compiz
script
same script
Stars: ✭ 13 (-31.58%)
Mutual labels:  xen
uniprof
A stack tracer/profiler for Xen domains
Stars: ✭ 29 (+52.63%)
Mutual labels:  xen
xen-orchestra-ce
🐳 Docker & docker-compose files to deploy Xen Orchestra Community Edition (ie: from sources)
Stars: ✭ 70 (+268.42%)
Mutual labels:  xen
mirage-xen
Xen core platform libraries for MirageOS
Stars: ✭ 17 (-10.53%)
Mutual labels:  xen
mate-tweak
Tweak tool for the MATE Desktop
Stars: ✭ 57 (+200%)
Mutual labels:  compiz
mini-os
Minimalistic Operating System for Xen
Stars: ✭ 65 (+242.11%)
Mutual labels:  xen
xenstats exporter
Prometheus exporter for xen (Storage, Host CPUs, Memory usage)
Stars: ✭ 20 (+5.26%)
Mutual labels:  xen
Mirage
MirageOS is a library operating system that constructs unikernels
Stars: ✭ 1,707 (+8884.21%)
Mutual labels:  xen
qubes-app-split-browser
Tor Browser (or Firefox) in a Qubes DisposableVM, with persistent bookmarks and login credentials
Stars: ✭ 33 (+73.68%)
Mutual labels:  qubes

Repository is intended to provide patches and rpm specs with experimental features to run under the Qubes OS. Some of them may affect the stability and security, so use it with caution.

Wiki pages contain features description and setup instructions.

If you have a problem with repository features, please let us know through the issue tracker.

Qway repository features

Intel GVT-g mediated GPU pass-through with hardware accelerated xorg dummy driver

Compiz window manager on Qubes OS

Qubes Windows Tools crossbuild project

Build packages

Source packages could be built using mock-scm plugin:

    mock -r fedora-qbs.cfg --buildsrpm --scm-enable --scm-option package=pkgname
  • fedora-qbs.cfg - mock configuration (example in current repo)
  • pkgname - name of the directory in the current repo

Binary packages could be built with mockchain:

    mockchain -r fedora-qbs.cfg --rebuild [srpm name] [srpm name]...

For detailed instance, take a look at process of building qubes-windows-tools package:

# take a copy of mock config, it's not necessary to clone whole gitrepo
wget https://raw.githubusercontent.com/tabit-pro/qway-qubes-repo/master/fedora-qbs.cfg
# build source rpm package and place it to current directory (for qwt package downloading all tarballs may take a while)
mock -r fedora-qbs.cfg --buildsrpm --scm-enable --scm-option package=qubes-windows-tools --resultdir ./
# build binary package using srpm from previous step
mock -r fedora-qbs.cfg --rebuild qubes-windows-tools*.src.rpm --resultdir ./

Install packages

Binary packages could be copied to Dom0 and installed with rpm or dnf tool.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].