Bug 397099 - Latte-dock doesn't launch
Summary: Latte-dock doesn't launch
Status: RESOLVED WORKSFORME
Alias: None
Product: lattedock
Classification: Unmaintained
Component: application (other bugs)
Version First Reported In: 0.7.4
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-02 17:33 UTC by Nataniel
Modified: 2018-08-05 09:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nataniel 2018-08-02 17:33:55 UTC
I've used latte dock for months without any problem. As of yesterday it stopped showing even though the process is running. I've tried reinstalling it several times

´sudo apt purge latte-dock´

´sudo apt install latte-dock´

But the problem remained. 

Any idea why and how I can address this issue?
Comment 1 Michail Vourlakos 2018-08-02 22:58:36 UTC
(In reply to Nataniel from comment #0)
> I've used latte dock for months without any problem. As of yesterday it
> stopped showing even though the process is running. I've tried reinstalling
> it several times
> 
> ´sudo apt purge latte-dock´
> 
> ´sudo apt install latte-dock´
> 
> But the problem remained. 
> 
> Any idea why and how I can address this issue?

if you are using v0.7.x then probably the layout broke somehow, in order to start from scratch you can close Latte and remove the latte layout files at ~/.config/latte

if you are using v0.8.x then you can load the default layout from command prompt by executing:
    latte-dock --default-layout
Comment 2 Nataniel 2018-08-05 09:47:41 UTC
(In reply to Michail Vourlakos from comment #1)
> (In reply to Nataniel from comment #0)
> > I've used latte dock for months without any problem. As of yesterday it
> > stopped showing even though the process is running. I've tried reinstalling
> > it several times
> > 
> > ´sudo apt purge latte-dock´
> > 
> > ´sudo apt install latte-dock´
> > 
> > But the problem remained. 
> > 
> > Any idea why and how I can address this issue?
> 
> if you are using v0.7.x then probably the layout broke somehow, in order to
> start from scratch you can close Latte and remove the latte layout files at
> ~/.config/latte
> 
> if you are using v0.8.x then you can load the default layout from command
> prompt by executing:
>     latte-dock --default-layout

THanks Michail Vourlakos, that was indeed the problem. 

´~/.config$ sudo rm -rv ~/.config/latte/ lattedockrc´

did the trick ;)