Announcement

Collapse
No announcement yet.

Canonical being silly again - Can this not be in Kubuntu, please?

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

    #61
    I'm guessing Kubuntu 18.04 doesn't have it. See https://i.stack.imgur.com/f7MLm.png and https://askubuntu.com/questions/1027...mation-reports for context.

    I did a clean install and should have seen it if it's that obvious.
    Kubuntu 20.04

    Comment


      #62
      Originally posted by oshunluvr View Post
      but kdialog simply isn't working at this point
      I have a very simple kdialog script and that's working in a clean Kubuntu 18.04 install.
      Code:
      #!/usr/bin/env bash
      
      time=$(kdialog --title "Input dialog" --inputbox "Enter a number (minutes)"  2>/dev/null)
      
      find ~/ \
      ! -name ".xsession-errors" \
      ! -name "katerc" \
      ! -name "kwinrulesrc" \
      ! -name "katemetainfos" \
      ! -name "dolphinrc" \
      ! -name ".bash_history" \
      ! -name "recently-used.xbel" \
      ...
      -cmin -$time -type f -ls
      where the ...

      is just a long list of more excluded paths.
      Kubuntu 20.04

      Comment


        #63
        I felt that was off-topic and not really worth expanding on at this point. On this new install, trying to add an image to a post using Vivaldi browser opens the kdialog window file selector. It just "spins" for longer than I'm willing to wait it out - over a minute.

        Please Read Me

        Comment


          #64
          Just tried again - over three minutes then the mouse pointer stopped spinning, but as soon as I tried to change folders, it began again. Nothing in "top" or "iotop" shows any actually actions are happening. I'ts broken.

          Please Read Me

          Comment


            #65
            Oops! That kdialog ...
            Last edited by chimak111; May 05, 2018, 09:10 AM.
            Kubuntu 20.04

            Comment

            Working...
            X