albert icon indicating copy to clipboard operation
albert copied to clipboard

Display of focused item is confusing when displayed next to the query

Open tomsquest opened this issue 2 years ago • 4 comments

Package source

official package, ubuntu, v0.23.0

App report

Albert version: 0.23.0
           Build date: Mar  4 2024 13:27:29
           Qt version: 6.2.4
            Build ABI: x86_64-little_endian-lp64
   Build architecture: x86_64
     CPU architecture: x86_64
          Kernel type: linux
       Kernel version: 6.5.0-25-generic
                   OS: Ubuntu 22.04.4 LTS
              OS type: ubuntu
           OS version: 22.04
        Platform name: xcb
           Style name: fusion
     Available styles: Windows, Fusion
           Icon theme: breeze
                 Font: Noto Sans,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
             Language: English
               Locale: en_US
      Binary location: /usr/bin/albert
          Working dir: /home/tom
            Arguments: albert
                $LANG: en_US.UTF-8
$QT_QPA_PLATFORMTHEME: 
                $PATH: /home/tom/bin:/home/tom/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
               $SHELL: /bin/zsh
    $XDG_SESSION_TYPE: x11
 $XDG_CURRENT_DESKTOP: KDE
     $DESKTOP_SESSION: plasma
 $XDG_SESSION_DESKTOP: KDE

Current Behavior

When using Albert, the input query is confusing with the selected entry.

For example, here I am using the Numix theme, and type vial. Albert is showing **"Vial" right next to vial **

image

With the default palette:

image

Expected Behavior

I think Albert appends the description of the selected item to the right of the input with the same style (font, size) as the input, which makes it confusing.

Anything else?

No response

tomsquest avatar Mar 12 '24 13:03 tomsquest

This is the input action/completion text. If you hit tab it will replace the input with this text. What would you suggest? Do you want it to not be visible at all?

ManuelSchneid3r avatar Mar 12 '24 14:03 ManuelSchneid3r

I would make it not visible at all.

Reasoning:

  1. The first items is de facto the one that will be run on Enter
  2. Google autocomplete does not do it image

tomsquest avatar Mar 13 '24 07:03 tomsquest

I also find this quite distracting. I'd suggest adjusting the opacity for this "Tab completion preview". And maybe an option to turn it off completely. Personally I never use tab completion. I can see a use for a preview while navigating folders, but usually my folder paths to the desired destination are so long, that I can't even see the end of it in the preview and to verify the correct folder of a desired file I usually look at the path in the results list.

Glint-Eye avatar Apr 01 '24 23:04 Glint-Eye

Currently I am evaluating the frontend design options. I recently decided to go with widgets only but it's that time consuming and the limitations are plain frustrating that I consider reintroducing QML again. I will take this into account.

ManuelSchneid3r avatar Apr 02 '24 06:04 ManuelSchneid3r