Announcement

Collapse
No announcement yet.

Question about 4.7.3

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Question about 4.7.3

    Originally posted by kubicle
    EDIT: the main problem with your method is that package upgrades will put the files back in (but won't affect disabling in the rc-files)
    Yep, I noticed the files returned after today's upgrade. I hadn't thought about the link between the autostart-condition stanzas and the related rc files, thanks.

    Comment


      #17
      Re: Question about 4.7.3

      Originally posted by kubicle
      You don't really need to do that with these files, these desktop files have the
      "X-KDE-autostart-condition" stanzas which allows for the autostarting to be disabled in their rc files, for example, the nepomuk .desktop files have:


      X-KDE-autostart-condition=nepomukserverrc:Basic Settings:Start Nepomuk:true

      Which means "start this service unless disabled in nepomukserverrc (~/.kde/share/config/nepomukserverrc, section [Basic Settings], option [Start Nepomuk])".
      Thanks for this - I reinstalled kdepim-runtime to put the akonadi tray symlink back in autostart and then just commented out

      Exec=akonaditray

      since X-KDE-autostart-condition doesn't exist in that file.

      Thanks!
      we see things not as they are, but as we are.
      -- anais nin

      Comment


        #18
        Re: Question about 4.7.3

        Originally posted by wizard10000
        since X-KDE-autostart-condition doesn't exist in that file.
        Yes, that's a problem with some of the .desktop files (like the printer-applet.desktop file). You could put it in manually, but editing these desktop files is rather pointless since they will get changed back once the package is upgraded.

        However, you can also override the global desktop files by creating (or copying) the desktop files into ~/.config/autostart/.

        For example, this should create a .desktop file to disable akonaditray from starting:
        Code:
        echo "[Desktop Entry]\nHidden=true" > ~/.config/autostart/akonaditray.desktop
        Since this is also a user setting, package upgrades won't change that.

        Comment


          #19
          Re: Question about 4.7.3

          Yup. That worked better.

          I put akonaditray.desktop back the way it was and put the setting in my home autostart as well and akonaditray didn't start. Much better solution.

          Thanks again
          we see things not as they are, but as we are.
          -- anais nin

          Comment


            #20
            Re: Question about 4.7.3

            So a setting entry of "Hidden=true" actually prevents the thing from running? I would have imagined that it ran but without displaying an icon in the system tray -- thus, hidden.

            Comment


              #21
              Re: Question about 4.7.3

              Originally posted by SteveRiley
              So a setting entry of "Hidden=true" actually prevents the thing from running?
              Yes

              I would have imagined that it ran but without displaying an icon in the system tray -- thus, hidden.
              The name of the "Hidden" key is slightly misleading, see the spec for description.

              Comment


                #22
                Re: Question about 4.7.3

                Any body see Firefox issues with kde4.7.3?

                See also:
                http://kubuntuforums.net/forums/inde...opic=3119062.0
                HP Pavilion dv6 core i7 (Main)
                4 GB Ram
                Kubuntu 18.10

                Comment


                  #23
                  Re: Question about 4.7.3

                  Hi there guys,

                  Does anyone know if 4.7.3 KDE SC release will be available through official repos? And how long it will take for us to get it there?

                  Thanks.

                  Comment


                    #24
                    Re: Question about 4.7.3

                    Does anyone know if 4.7.3 KDE SC release will be available through official repos? And how long it will take for us to get it there?

                    Maybe

                    https://wiki.kubuntu.org/Kubuntu/Ninjas/Packaging (revision 2759):
                    https://wiki.kubuntu.org/Kubuntu/Nin...ecall&rev=2759

                    KDE 4.7.3

                    Oneiric

                    The plan:
                    -
                    - test
                    - Copy to updates ppa when released
                    - test more
                    - SRU
                    SRU: https://wiki.ubuntu.com/StableReleaseUpdates

                    When

                    http://www.kubuntu.org/news/kde-sc-473:
                    Users of 11.10 can get it from the Kubuntu Updates PPA until the packages are available in the official repositories.
                    Until
                    Have you tried ?

                    - How to Ask a Question on the Internet and Get It Answered
                    - How To Ask Questions The Smart Way

                    Comment

                    Working...
                    X