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
    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


      #62
      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


        #63
        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


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

          Comment

          Working...
          X