Linux Lite Forums
problem with conky-manager - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18)
+--- Thread: problem with conky-manager (/showthread.php?tid=6033)

Pages: 1 2


problem with conky-manager - Giorgos Georgitsis - 02-27-2019

Hallo i try to install conky-manager in linux lite 4.2 with this :
Code:
sudo gdebi conky-manager*.deb
and they output is
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Reading state information... Done
Αυτό το πακέτο δεν γίνεται να εγκατασταθεί
Dependency is not satisfiable: realpath
and i try to install then the realpath but i can not
input
Code:
sudo apt-get install realpath
output
Code:
Ανάγνωση Λιστών Πακέτων... Ολοκληρώθηκε
Κατασκευή Δένδρου Εξαρτήσεων                 
Ανάγνωση περιγραφής της τρέχουσας κατάσταση... Ολοκληρώθηκε
Το πακέτο realpath δεν είναι διαθέσιμο, αλλά υπάρχει αναφορά για αυτό από άλλο πακέτο.
Αυτό σημαίνει ότι το πακέτο αυτό λείπει, είναι παλαιωμένο, ή είναι διαθέσιμο από άλλη πηγή
Πάραυτα το ακόλουθο πακέτο το αντικαθιστά:
  manpages-pl manpages-fr-extra

E: Το πακέτο realpath δεν έχει υποψήφια εγκατάσταση

(in engleas with google translate)
" Read List of Packages ... Completed
Construction of Dependency Tree
Read description of the current status ... Completed
The realpath package is not available, but there is a report about it from another package.
This means that this package is missing, is outdated, or is available from another source
However, the following package replaces it:
  manpages-pl manpages-fr-extra

E: The realpath package has no candidate installation"
what i did wrong here
?


Re: problem with conky-manager - Moltke - 02-27-2019

Hi [member=8946]Giorgos Georgitsis[/member]  You could add teejee's ppa to LL so it's easier to install conky-manager. Open a terminal and type
Code:
sudo apt-add-repository -y ppa:teejee2008/ppa
enter your password when asked and once it has been added type
Code:
sudo apt-get update
wait till the database it's updated and finally install conky manager
Code:
sudo apt-get install conky-manager
that's it.
Hope this helps! Smile


Re: problem with conky-manager - Giorgos Georgitsis - 02-27-2019

yea i try that and my output is : (google translate)
Code:
Read List of Packages ... Completed
Construction of Dependency Tree
Read description of the current status ... Completed
E: Unable to locate the conky-manager package
Sad

thenx for helping me


Re: problem with conky-manager - firenice03 - 02-27-2019

I do believe Conky is installed by default - the LL Widget utilizes it..
Try, enabling Widget in Sessions & Start Up - Under Application AutoStart (put a check next to Lite Widget)..

From terminal I believe you can initiate Conky, by typing --(should it not start)
Code:
conky &


Should be able to confirm if installed:
Code:
apt list --installed |grep conky

My Output
Quote:conky-all/bionic,now 1.10.8-1 amd64 [installed]



Re: problem with conky-manager - trinidad - 02-27-2019

The Linux Lite version of conky is already installed. First enable the Widget like [member=5414]firenice03[/member] describes. To modify what's displayed (like an rc file) open /etc/conky-lite/widget as an administrator with a text editor.

TC


Re: problem with conky-manager - Moltke - 02-28-2019

[member=5916]trinidad[/member] [member=5414]firenice03[/member] he's talking about conky-manager, an app to manage conky themes, yes, conky is installed in LL but not the manager app developed by teejee2008 https://github.com/teejee2008/conky-manager I thought it could be installed via his ppa but it seems that I was wrong. Sorry about that.  [member=8946]Giorgos Georgitsis[/member] read here https://github.com/teejee2008/conky-manager/issues/5 and you'll find the solution provided there; a link to download realpath package, so you can install conky-manager.

Hope this helps! Smile


Re: problem with conky-manager - Giorgos Georgitsis - 02-28-2019

well yes the conky is pre install and yes the conky manager is what i iwant to install thank you very much [member=5916]moltke[/member] with your link i install the realpath and conky manager works fine installed and running
thenκ very much guys  Smile Smile you are the best  8)
and ones again sorry for my terible english and thenx for help Smile 


Re: problem with conky-manager - Moltke - 02-28-2019

(02-28-2019, 07:08 AM)Giorgos Georgitsis link Wrote: well yes the conky is pre install and yes the conky manager is what i iwant to install thank you very much [member=5916]moltke[/member] with your link i install the realpath and conky manager works fine installed and running
thenκ very much guys  Smile Smile you are the best  8)
and ones again sorry for my terible english and thenx for help Smile

Glad you solved it [member=8946]Giorgos Georgitsis[/member] Smile By the way, here are some nice themes you can add to conky-manager to use in LL https://www.deviantart.com/custom-linux/gallery/39357745/Conky-Themes?


Re: problem with conky-manager - Giorgos Georgitsis - 02-28-2019

owwwoow thenk you very much Smile you are the best


Re: problem with conky-manager - Giorgos Georgitsis - 03-01-2019

ok conky is very good but i think i want to show some of stats in my panel when i am running full screen windows on my desktop you khow some way to do that i find some applets for panel but i dont khow how to install it in my panel i install thoose with sudo but i dont khow how to put it in my panel bar

Has no one knows how to do that ?