GithubHelp home page GithubHelp logo

cutefish-git's Introduction

This project is discontinued as the upstream Cutefish developer is inactive.

cutefish-git

This repository contains the PKGBUILDs of cutefish desktop environment in Arch User Repository. If there is problem with each of them, please submit an issue and explain the problem.

installation

AUR

These packages are available in AUR. You can install them easily with your AUR helper of choice.

$ paru -S fishui-git "libcutefish-git cutefish-core-git cutefish-calculator-git \
        cutefish-dock-git cutefish-filemanager-git cutefish-icons-git \
        cutefish-kwin-plugins-git cutefish-launcher-git cutefish-qt-plugins-git \
        cutefish-screenlocker-git cutefish-settings-git cutefish-statusbar-git \
        cutefish-terminal-git cutefish-wallpapers-git cutefish-screenshot-git \
        cutefish-videoplayer-git cutefish-gtk-themes-git cutefish-cursor-themes-git

Script

The 'setup.sh' will go through all of packages, build and install them. So you can execute this file.

$ bash setup.sh

Manual

Obviously you can build all of packages yourself. Good luck with that.

TODO

  • Create a meta package to install all packages in one package

cutefish-git's People

Contributors

eyenpi avatar

Stargazers

 avatar

Watchers

 avatar

cutefish-git's Issues

[git] Session Fails

I installed it via your repo but qt plugins are broken also there is no Xsession for it to start.

[aur] Build Issue with fishui-git

-- Found SoundThemeFreeDesktop: /usr/share/sounds/freedesktop/index.theme
-- Checking for module 'libpulse'
-- Found libpulse, version 15.0
-- Checking for module 'libpulse-mainloop-glib'
-- Found libpulse-mainloop-glib, version 15.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/themage/.cache/yay/libcutefish-git/src/libcutefish
[67/104] Building CXX object screen/CMakeFiles/cutefishscreen_qmlplugins.dir/outputmodel.cpp.o
FAILED: screen/CMakeFiles/cutefishscreen_qmlplugins.dir/outputmodel.cpp.o
/usr/bin/c++ -DKCOREADDONS_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SENSORS_LIB -DQT_TESTCASE_BUILDDIR="/home/themage/.cache/yay/libcutefish-git/src/libcutefish" -DQT_TESTLIB_LIB -Dcutefishscreen_qmlplugins_EXPORTS -I/home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen -I/home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/cutefishscreen_qmlplugins_autogen/include -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtQmlModels -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtDBus -isystem /usr/include/qt/QtSensors -isystem /usr/include/qt/QtTest -isystem /usr/include/KF5/KScreen -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5 -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt/QtConcurrent -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -fPIC -std=gnu++14 -MD -MT screen/CMakeFiles/cutefishscreen_qmlplugins.dir/outputmodel.cpp.o -MF screen/CMakeFiles/cutefishscreen_qmlplugins.dir/outputmodel.cpp.o.d -o screen/CMakeFiles/cutefishscreen_qmlplugins.dir/outputmodel.cpp.o -c /home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/outputmodel.cpp
/home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/outputmodel.cpp: In member function ‘bool OutputModel::setReplicationSourceIndex(int, int)’:
/home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/outputmodel.cpp:606:21: error: ‘class KScreen::Output’ has no member named ‘setLogicalSize’
606 | output.ptr->setLogicalSize(QSizeF());
| ^~~~~~~~~~~~~~
/home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/outputmodel.cpp:617:21: error: ‘class KScreen::Output’ has no member named ‘setLogicalSize’
617 | output.ptr->setLogicalSize(source->logicalSize());
| ^~~~~~~~~~~~~~
/home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/outputmodel.cpp:617:44: error: ‘class KScreen::Output’ has no member named ‘logicalSize’
617 | output.ptr->setLogicalSize(source->logicalSize());
| ^~~~~~~~~~~
[69/104] Building CXX object screen/CMakeFiles/cutefishscreen_qmlplugins.dir/screen.cpp.o
/home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/screen.cpp: In constructor ‘Screen::Screen(QObject*)’:
/home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/screen.cpp:12:33: warning: ‘int qmlRegisterType() [with T = OutputModel]’ is deprecated: Use qmlRegisterAnonymousType instead [-Wdeprecated-declarations]
12 | qmlRegisterType();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt/QtQml/qqmlengine.h:47,
from /usr/include/qt/QtQml/QQmlEngine:1,
from /home/themage/.cache/yay/libcutefish-git/src/libcutefish/screen/screen.cpp:7:
/usr/include/qt/QtQml/qqml.h:183:74: note: declared here
183 | QT_DEPRECATED_VERSION_X_5_14("Use qmlRegisterAnonymousType instead") int qmlRegisterType()
| ^~~~~~~~~~~~~~~
[72/104] Automatic MOC and UIC for target cutefishaudio_qmlplugins
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.