Announcement

Collapse
No announcement yet.

radiotray-ng?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    radiotray-ng?

    I'm wondering if there's way to get radiotray-ng up and running in 24.04.

    The latest package (v.0.2.8) https://github.com/ebruck/radiotray-ng/releases dates from 2022 and is for Ubuntu 22.04, but even with the remark
    Code:
    # For Ubuntu 23.10 and newer install:
    libayatana-appindicator3-dev libwxgtk3.2-dev​
    I only get a bunch of crap pulled in the system that doesn't end up with a successfull install.

    Ideas?

    T.


    #2
    Those deps are for compiling the source code.
    You need all of the items mentioned in the first line, plus the ones you posted here, then follow the directions below.

    Comment


      #3
      But there aint no .deb for 24.04, right?

      Comment


        #4
        Not unless the developers or someone makes one.
        The build instructions seem pretty straightforward and simple, as far as this sort of thing goes. It actually builds a 'personal' deb.

        Comment


          #5
          Well...

          I get up to the dpkg step, but that one fails with
          Code:
          dpkg: Abhängigkeitsprobleme verhindern Konfiguration von radiotray-ng:
          radiotray-ng hängt ab von libjsoncpp1; aber:
           Paket libjsoncpp1 ist nicht installiert.
          radiotray-ng hängt ab von libwxgtk3.0-gtk3-0v5; aber:
           Paket libwxgtk3.0-gtk3-0v5 ist nicht installiert.
          ​
          The supsequent
          Code:
          sudo apt-get install -f​
          then removes everything again

          Comment


            #6
            Translation:
            dpkg: Dependency issues prevent configuration of radiotray-ng:
            radiotray-ng depends on libjsoncpp1; but:
            Package libjsoncpp1 is not installed.
            radiotray-ng depends on libwxgtk3.0-gtk3-0v5; but:
            Package libwxgtk3.0-gtk3-0v5 is not installed.​
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              You can try installing the identified dependencies first.
              Using Kubuntu Linux since March 23, 2007
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #8
                Originally posted by Snowhog View Post
                Package libwxgtk3.0-gtk3-0v5 is not installed.​
                libwxgtk3.0 is replaced by 3.2 in later *buntu releases, so the deb won't work there.

                Comment


                  #9
                  that means KO for radiotray-ng

                  Comment

                  Working...
                  X