Coder Social home page Coder Social logo

Comments (5)

qwertychouskie avatar qwertychouskie commented on September 23, 2024

Actually this seems to be a bug in install.sh when running it with sudo, running it without sudo then manually copying the files from ~/.themes/ to /usr/share/themes works on my system.

from canta-theme.

xieve avatar xieve commented on September 23, 2024

Maybe you could add the fact that it does support Xfce window decoration in your readme. I just looked into this again and it seems like this is something that happened because I just tried to install it via the AUR pacman package which seems to run install.sh as root. I'm gonna look into the PKGBUILD and try to solve it there. Thanks for taking the time!

from canta-theme.

xieve avatar xieve commented on September 23, 2024

I just realized that that package was even marked outdated, so I guess I'll try to fix more than just this I guess.

from canta-theme.

xieve avatar xieve commented on September 23, 2024

Looking at the themes folder though, the xfwm4 folder is present in there, so I tried to compile a list with files which were copied to ~/.themes but not to /usr/share/themes.

$ cd .themes
~/.themes $ find Canta | sort > /tmp/1.txt          
~/.themes $ cd /usr/share/themes/                      
 /usr/share/themes $ sudo find Canta | sort > /tmp/2.txt
 /usr/share/themes $ comm -23 /tmp/1.txt /tmp/2.txt

Output: None. This is confusing, if you ask me. I'll now try to restart xfce, which means I gotta send this.

from canta-theme.

xieve avatar xieve commented on September 23, 2024

Restarting seemingly does the trick. I'm now gonna start converting your install.sh into a PKGBUILD.

from canta-theme.

Related Issues (20)

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.