elementary / tasks

Synced tasks and reminders on elementary OS
https://elementary.io
GNU General Public License v3.0
83 stars 21 forks source link

Tasks app interface is broken #303

Open JohnDumpling opened 3 years ago

JohnDumpling commented 3 years ago

What Happened?

I had some issues previously regarding Nvidia drivers (see #276). Since then, the Tasks app was updated and the Flatpak app now works! Sadly, the interface still has misplaced elements and the app is basically not usable: image

I think the problem is faulty app data (which can't be uninstalled through a GUI). There is a way of uninstalling a Flatpak app with all of its data using flatpak uninstall io.elementary.tasks --delete-data, but as this data comes from the old app (previously not distributed as Flatpak due to problems with certain graphic cards), the interface remains broken.

Is there any way I could fix that?

Steps to Reproduce

  1. Open the Tasks app
  2. Misplaced elements show up in the user interface

Expected Behavior

The Tasks app should be usable, with fully functional UI.

OS Version

6.x (Odin)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

Running elementary OS Odin (dual-booting Windows 10) Computer: Lenovo Legion 5 Processor: AMD Ryzen 7 4800h + integrated Radeon Graphics Graphics card: Nvidia GTX 1660 ti Mobile (nvidia-driver-470 from the AppCenter - 470.57.02) Memory: 16GB Storage: 512GB SSD

Tasks app version 6.0.4 from AppCenter

marbetschar commented 3 years ago

@JohnDumpling elementary Tasks is shipped as *.deb currently. So you can try to uninstall and then re-install elementary Tasks in AppCenter using the elementary Updates remote.

If this does not work for you , try with apt:

sudo apt remove io.elementary.tasks
sudo apt install io.elementary.tasks
JohnDumpling commented 3 years ago

Sadly, neither of these options worked.