You are not logged in.
tranjeeshan wrote:Another problem is, every time I log into the system, I'm prompted with a message that says, "Xfce4 Power Settings Manager is not running. Do you want to launch it now?"
N.B.: I added xfce4-power-settings-manager in my openbox autostart file.Should it be
## Enable power management xfce4-power-manager &
Previously I had xfce4-power-manager-settings in the autostart file. What's the difference between these two (xfce4-power-manager and xfce4-power-manager-settings)?
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
Previously I had xfce4-power-manager-settings in the autostart file. What's the difference between these two (xfce4-power-manager and xfce4-power-manager-settings)?
Run the commands and see One is the power manager, the other is the gui for the settings.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Settings is settings, not a manager, right?
One is a manager, and the other is the manager's settings.
Last edited by nobody0 (2015-10-21 18:18:09)
Offline
tranjeeshan wrote:Previously I had xfce4-power-manager-settings in the autostart file. What's the difference between these two (xfce4-power-manager and xfce4-power-manager-settings)?
Run the commands and see
One is the power manager, the other is the gui for the settings.
Got it
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
I think I can now mark it solved.
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
Though I tagged this topic as solved, I have another question in mind. I think I don't need to create a separate thread for this topic. What are the possible alternatives for xfce4-power-manager to be used with openbox? The alternative one would preferable portable, modular and can be configured using plain text?
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
What are the possible alternatives for xfce4-power-manager to be used with openbox?
what functionality do you require?
most of it can be achieved with X (try "man xset", or just "xset" or "xset q").
systemd has basic power managing capabilities.
the only thing you need is something to monitor your battery status and take action once it hits a low threshold.
a simple cronjob/systemd service/shellscript can do that.
Offline
tranjeeshan wrote:What are the possible alternatives for xfce4-power-manager to be used with openbox?
what functionality do you require?
most of it can be achieved with X (try "man xset", or just "xset" or "xset q").
systemd has basic power managing capabilities.
the only thing you need is something to monitor your battery status and take action once it hits a low threshold.
a simple cronjob/systemd service/shellscript can do that.
A basic tool with good power management would do the job for me. I have heard about pm-utils and acpid. Any thought about these tools? or others?
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
A basic tool with good power management would do the job for me.
What do you mean by "power management"?
What *exactly* is it you wish the replacement program to do?
Offline
what functionality do you require?
most of it can be achieved with X (try "man xset", or just "xset" or "xset q").
systemd has basic power managing capabilities.
the only extra thing you need is something to monitor your battery status and take action once it hits a low threshold.
a simple cronjob/systemd service/shellscript can do that.
tranjeeshan, look at the functionality that xfce4-power-manager provides.
apart from the fancy gui and a systray icon and notifications, it's not much. now compare that to Xorg's or systemd's inbuilt power management capabilities, you will understand why i highlighted that sentence above.
now, if you say: "i have a laptop, and i want that magical app that recognizes my hardware automatically, will always know exactly when to hibernate or spin down my hard drives and will increase my battery life by 20%" - that's a different story altogether.
Offline
tranjeeshan wrote:A basic tool with good power management would do the job for me.
What do you mean by "power management"?
What *exactly* is it you wish the replacement program to do?
As a matter of fact, I'm quite happy with xfce4-power-manager. I just wanted to check whether any power management utility is available that can be configured with plain text. That's all.
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline
ohnonot wrote:what functionality do you require?
most of it can be achieved with X (try "man xset", or just "xset" or "xset q").
systemd has basic power managing capabilities.
the only extra thing you need is something to monitor your battery status and take action once it hits a low threshold.
a simple cronjob/systemd service/shellscript can do that.tranjeeshan, look at the functionality that xfce4-power-manager provides.
apart from the fancy gui and a systray icon and notifications, it's not much. now compare that to Xorg's or systemd's inbuilt power management capabilities, you will understand why i highlighted that sentence above.now, if you say: "i have a laptop, and i want that magical app that recognizes my hardware automatically, will always know exactly when to hibernate or spin down my hard drives and will increase my battery life by 20%" - that's a different story altogether.
Ha ha ha!I got my answer. I'll tinker with xfce4-power-manager for now. Thanks.
"Unix is simple. It just takes a genius to understand its simplicity." - Dennis Ritchie (1941-2011), Unix Co-Creator
Unix philosophy
Offline