Skip to content
Michail Vourlakos edited this page Jul 16, 2018 · 18 revisions

Q: How to make Telegram indicators work with Latte?

A: you need the libunity9 package installed and in Telegram desktop file at the command section: env XDG_CURRENT_DESKTOP=unity

e.g. env XDG_CURRENT_DESKTOP=unity /home/john/bin/Telegram/Telegram -- %u

Q: How can I use a plasma taskmanager instead of the one provided by Latte?

A: You can follow the steps below:

  1. Disable from Tweaks page the Automatic applet shrinking when it is needed
  2. Remove the Latte Tasks plasmoid from Tweaks page
  3. Enable the Justify alignment
  4. Set zoom to 0% from Appearance page (this is optional, Latte blocks automatically applets that use fillWidth/Height)
  5. Drag n' drop any plasma taskmanager you want onto Latte dock

Q: How to add an "History" applet to Latte-dock ?

A:

  • Create a folder
  • drag it to the latte-dock as folder view
  • click with the right mouse button on the new applet
  • click on folder view setting
  • edit the "specify a folder field" with "recentdocuments://"

Q: I've moved Latte-Dock on the left screen side, but when I move the cursor it stays hidden. How can I fix it?

A: This is a known issue and the procedure is explained here #676

Q: How to provide uniformity for active applets (same active line) across all my docks with Latte 0.7?

A: Plasma uses the tabbar.svg file in order to provide how an active applet would look like. This file is located at your theme directory/widgets/tabbar.svg. So if the user wants to use the same line (color and thickness) found at Latte Tasks plasmoid to its applets also and the same time not messing with some lines shown at top and some at the bottom he can try the following:

  1. Go to theme directory/widgets/ and rename tabbar.svg to tabbar.svg.old
  2. execute at command line kbuildsycoca5 --noincremental to update your cache
  3. restart Latte
  4. go to Tweaks -> Active Applet Indicator -> Everywhere

this way you will be able to have the same active line for all your applets and tasks and one which is animated also ;)

Q: How can I activate the Internal Tasks Separator?

A:

  1. activate Edit Mode
  2. right click on Tasks Plasmoid to show its context menu
  3. activate the Internal Separator through the context menu

Q: Can I change the Previews delay in Latte taskmanager?

A: You will need to alter your layout text file

  1. Close Latte
  2. Open your layout text file from ~/.config/latte
  3. Try to locate your Latte plasmoid settings. Fast way to do this, search for isInLatteDock=true text
  4. the following text sets previews delay to 150ms. Take note that this is the lowest value that can be set and work correctly.
  5. Open Latte

e.g.

[Containments][13][Applets][68][Configuration][General]
isInLatteDock=true
previewsDelay=150

Q: Can I have different BorderlessMaximized windows option between different layouts?

A: Yes, this is possible. First enable this functionality at Latte preferences

  1. Enable/Disable afterwards this functionality per layout at Latte Layout Settings.

Clone this wiki locally