Giter VIP home page Giter VIP logo

Comments (9)

probonopd avatar probonopd commented on September 25, 2024

Uh, that's really bad. Sorry you are running into trouble. Does the AppImage version work for you?

Maybe we should drop the rpm/deb packages altogether and just ship appimaged as an AppImage only. That's what I intend to do for the upcoming successor, anyway.

from appimaged.

kbknapp avatar kbknapp commented on September 25, 2024

The AppImage version does work.

The one bit of feature parity between them is I liked how the deb version uses systemd (auto)start. I guess it's not out of the realm of possibility to simply add a --user systemd unit file manually, but it was nice that the deb did it automatically. I'm assuming the same for the rpm? Although due to this bug I couldn't check it out 😜

from appimaged.

TheAssassin avatar TheAssassin commented on September 25, 2024

I think I know what the issue is. RPM doesn't like "empty directories" to be "installed". It's a nonsense limitation, and requires blacklisting all those directories in CMake's CPack configuration.

@probonopd please add all the directory names in https://github.com/AppImage/appimaged/blob/master/cmake/cpack_rpms.cmake#L31, that should fix the problem.

from appimaged.

TheAssassin avatar TheAssassin commented on September 25, 2024

The other issue is by the way not related.

from appimaged.

probonopd avatar probonopd commented on September 25, 2024

Interesting,

/usr/share/icons/hicolor/128x128 
/usr/share/icons/hicolor/128x128/apps

are not files (at least they shouldn't) but directories.

from appimaged.

TheAssassin avatar TheAssassin commented on September 25, 2024

IMO a bug/limitation in CMake. They should ignore directories automatically, they would be created automatically anyway. Not sure if the bug is known upstream, don't have time to look into that.

from appimaged.

probonopd avatar probonopd commented on September 25, 2024

@kbknapp can you please retest with the latest continuous build? Thanks.

from appimaged.

kbknapp avatar kbknapp commented on September 25, 2024

I just tested with appimaged-appimaged-1_alpha-gitb096cd3.travis221.x86_64.rpm and it works 🎉

from appimaged.

probonopd avatar probonopd commented on September 25, 2024

Thanks for confirming @kbknapp and thanks for providing the solution @TheAssassin

from appimaged.

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.