You are not logged in.
There is no battery icon on tint2 panel in bl32 live mode. Would it be there if it is installed?
Last edited by slchan (2015-07-10 08:56:03)
Offline
There is no battery icon on tint2 panel in bl32 live mode. Would it be there if it is installed?
No, but you can install a backported version of xfce4-power-manager that will provide an icon:
http://crunchbang.org/forums/viewtopic. … 78#p429378
See also: http://crunchbang.org/forums/viewtopic.php?id=39299
Offline
slchan wrote:There is no battery icon on tint2 panel in bl32 live mode. Would it be there if it is installed?
No, but you can install a backported version of xfce4-power-manager that will provide an icon:
http://crunchbang.org/forums/viewtopic. … 78#p429378See also: http://crunchbang.org/forums/viewtopic.php?id=39299
Have to install xfce4-panel, but then Tint2 panel won't be needed, as xfce4-panel would do the panel work.
dpkg: dependency problems prevent configuration of xfce4-power-manager-plugins:
xfce4-power-manager-plugins depends on xfce4-panel (>= 4.9.2); however:
Package xfce4-panel is not installed.
xfce4-power-manager-plugins depends on xfce4-panel (<< 4.11); however:
Package xfce4-panel is not installed.dpkg: error processing package xfce4-power-manager-plugins (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
xfce4-power-manager-plugins
Offline
Have to install xfce4-panel
That's strange, I thought xfce4-panel was already included (it is in #!)...
You can install it anyway -- it will only be started if you put it in ~/.config/openbox/autostart
EDIT: Right, it looks like I will have to backport xfce4-panel as well.
I'll get back to you on this.
Last edited by Head_on_a_Stick (2015-07-09 18:51:06)
Offline
That's strange, I thought xfce4-panel was already included (it is in #!)...
It's in the Bunsen netinstall-script installation too, but I left it out of the ISO for now. However, your backports are working for me using the version of xfce4-panel in jessie. Please test by first running...
sudo apt-get install xfce4-panel --no-install-recommends
... and then install the backports.
Last edited by hhh (2015-07-09 18:56:41)
bunsenlabs 8) forum mod squad
Offline
slchan wrote:Have to install xfce4-panel
That's strange, I thought xfce4-panel was already included (it is in #!)...
You can install it anyway -- it will only be started if you put it in ~/.config/openbox/autostart
EDIT: Right, it looks like I will have to backport xfce4-panel as well.
I'll get back to you on this.
OK, thanks.
Only, we'd have 2 panels, tint2 & xfce4.
Offline
Only, we'd have 2 panels, tint2 & xfce4.
Two installed, you'd only have to use one. By all means, use xfce4-panel (it's what I do, the "Display>Mode: Deskbar" option is awesome). Removal of tint2 is up to you. You could also just use fdpowermon as your tint2 applet instead...
http://crunchbang.org/forums/viewtopic.php?id=39443
Last edited by hhh (2015-07-09 19:01:53)
bunsenlabs 8) forum mod squad
Offline
However, your backports are working for me using the version of xfce4-panel in jessie.
Ah, good -- thanks for that.
Offline
slchan wrote:Only, we'd have 2 panels, tint2 & xfce4.
Two installed, you'd only have to use one. By all means, use xfce4-panel (it's what I do, the "Display>Mode: Deskbar" option is awesome). Removal of tint2 is up to you. You could also just use fdpowermon as your tint2 applet instead...
http://crunchbang.org/forums/viewtopic.php?id=39443
Tried to install,
sudo apt-get install fdpowermon
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
fdpowermon : Depends: libgtk2-perl but it is not going to be installed
Depends: acpi but it is not going to be installed
Depends: fdpowermon-icons but it is not going to be installed or
oxygen-icon-theme but it is not going to be installed
Recommends: libgtk2-notify-perl but it is not going to be installed
xfce4-power-manager-plugins : Depends: xfce4-panel (>= 4.9.2) but it is not going to be installed
Depends: xfce4-panel (< 4.11) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Offline
I just tested with the live ISO, and after installing xfce4-panel from jessie the backports install via dpkg without errors. Assuming you have no other DEB files in your downloads folder...
sudo dpkg -i *.deb
@HoaS, I'll ask the team if we should include your backports in the next ISO release. If there are more questions/comments about the applet, I suggest we open a new thread for that.
bunsenlabs 8) forum mod squad
Offline
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
sudo apt-get -f install
Perhaps?
Be warned that this will install xfce4-panel unless you remove my backports first.
I think fdpowermon will install cleanly if you remove my backports first.
Offline
The following packages have unmet dependencies
Good grief man! From the Live session...
user@debian:~$ sudo apt-get install fdpowermon --no-install-recommends
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
acpi fdpowermon-icons libcairo-perl libglib-perl libgtk2-perl libpango-perl
Suggested packages:
libfont-freetype-perl libgtk2-perl-doc
Recommended packages:
libgtk2-notify-perl
The following NEW packages will be installed:
acpi fdpowermon fdpowermon-icons libcairo-perl libglib-perl libgtk2-perl
libpango-perl
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,422 kB of archives.
After this operation, 5,865 kB of additional disk space will be used.
Do you want to continue? [Y/n]
What does sudo apt-get -f install want to do?
-edit- The above output was after already having xfce4-panel and the backports installed. BTW, if you want to log out of the Live session...
user: user
password: live
Last edited by hhh (2015-07-09 19:22:11)
bunsenlabs 8) forum mod squad
Offline
What does sudo apt-get -f install want to do?
It will just install xfce4-panel -- the OP @slchan is getting that message because of my backports.
EDIT: Not the OP...
Last edited by Head_on_a_Stick (2015-07-09 19:31:44)
Offline
Shouldn't be, in a LIve session you're backport is installed and running in tint2 and fdpowermon installs with no errors. New thread to continue this, please.
Last edited by hhh (2015-07-09 19:26:24)
bunsenlabs 8) forum mod squad
Offline
Shouldn't be, in a LIve session you're backport is installed and running in tint2 and fdpowermon installs with no errors
Yes but in your system you have already installed xfce4-panel.
Because `dpkg` is used to install the .debs, APT is still trying to complete the action and `apt-get` cannot install anything else until that is resolved.
If the OP @slchan removes the backports then fdpowermon will install cleanly.
Probably best to ask a mod to split this off into it's own thread.
EDIT: Not the OP...
Last edited by Head_on_a_Stick (2015-07-09 19:31:20)
Offline
Yes but in your system you have already installed xfce4-panel.
*facepalm* Of course, sorry.
bunsenlabs 8) forum mod squad
Offline
hhh wrote:What does sudo apt-get -f install want to do?
It will just install xfce4-panel -- the OP @slchan is getting that message because of my backports.
EDIT: Not the OP...
No I uninstalled your backports, then again tried to install,
sudo apt-get install fdpowermon
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
fdpowermon : Depends: libgtk2-perl but it is not going to be installed
Depends: acpi but it is not going to be installed
Depends: fdpowermon-icons but it is not going to be installed or
oxygen-icon-theme but it is not going to be installed
Recommends: libgtk2-notify-perl but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
oxygen-icon-theme??? That's KDE
Offline
tried to install
So what does this say:
apt-get install -s -f
Offline
@slchan: Tint2 has text-based battery status. Read this post to learn how to enable it. Read the post after that for some gotchas.
Last edited by KrunchTime (2015-07-10 02:20:14)
Linux User #586672
Come and Die -- Kyle Idleman
Offline
^ yeppers got turn that little sucker on ya do
battery = boolean (0 or 1) : Whether to enable the battery item.
Last edited by userx-bw (2015-07-10 02:14:06)
"How can you learn how to fix it, if you don't break it first? :8
"the only way to get away with murder is - by killing time" swp 1997 8o
"A computer is only as smart as the person using it"
"Just plug it in and see if it blows up, if not then take it apart and figure out how it works."
Offline
@slchan: Tint2 has text-based battery status. Read this post to learn how to enable it. Read the post after that for some gotchas.
Thanks.
Not complaining, but it should've been turned on from the begining, meaning this letter B. The battery icon or text is much needed, when a guy is using an old laptop. No one is using desktops anymore.
Offline
^ That's not true ... the only computer I have ever had is a desktop ... since my C-64 and my first XT with 5.25" floppies. Never owned a laptop or netbook.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
^ That's not true ... the only computer I have ever had is a desktop ... since my C-64 and my first XT with 5.25" floppies. Never owned a laptop or netbook.
Where I live, no shop is selling desktops. If you want one, either you'd have to find a guy, who can put one together or learn how to make one. No one even advertises that they can. Parts too are not available. You can buy a laptop at most supermarkets, usually i3, sometimes Pentium/Celeron.
By the way, my first was Atari
Offline
@OP: Please post the output of:
apt-get install -s fdpowermon --no-install-recommends
Offline
@OP: Please post the output of:
apt-get install -s fdpowermon --no-install-recommends
Here it is:
apt-get install -s fdpowermon --no-install-recommends
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
acpi fdpowermon-icons libcairo-perl libglib-perl libgtk2-perl libpango-perl
Suggested packages:
libfont-freetype-perl libgtk2-perl-doc
Recommended packages:
libgtk2-notify-perl
The following NEW packages will be installed:
acpi fdpowermon fdpowermon-icons libcairo-perl libglib-perl libgtk2-perl
libpango-perl
0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.
Inst acpi (1.7-1 Debian:8.1/stable [i386])
Inst libcairo-perl (1.104-2 Debian:8.1/stable [i386])
Inst libglib-perl (3:1.305-2 Debian:8.1/stable [i386])
Inst libpango-perl (1.226-2 Debian:8.1/stable [i386])
Inst libgtk2-perl (2:1.2492-4 Debian:8.1/stable [i386])
Inst fdpowermon-icons (1.13 Debian:8.1/stable [all])
Inst fdpowermon (1.13 Debian:8.1/stable [all])
Conf acpi (1.7-1 Debian:8.1/stable [i386])
Conf libcairo-perl (1.104-2 Debian:8.1/stable [i386])
Conf libglib-perl (3:1.305-2 Debian:8.1/stable [i386])
Conf libpango-perl (1.226-2 Debian:8.1/stable [i386])
Conf libgtk2-perl (2:1.2492-4 Debian:8.1/stable [i386])
Conf fdpowermon-icons (1.13 Debian:8.1/stable [all])
Conf fdpowermon (1.13 Debian:8.1/stable [all])
Installed it and its working. Thanks!
Let it be default on next iso releases.
Last edited by slchan (2015-07-10 08:54:20)
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat