Questions tagged [session-manager]
31 questions
18
votes
6 answers
How to find out how often Windows Seven has rebooted?
Where on the system or registry should I look for data on how many times Windows has been rebooted? I want to create an application that uses this information (how many times Windows has rebooted since the OOBE* process) to implement a specific…
Diogo
- 30,792
9
votes
1 answer
Is it possible to have different pinned app tabs per tab group?
I have Firefox 10 and I want to have 2 main group of tabs. My personal tabs, with pinned tabs like my personal gmail, facebook, etc. And another group of tabs for my work, with pinned tabs like my work email and other sites.
Is it possible to have…
empz
- 643
6
votes
4 answers
Does shutdown/reboot need root privileges under Linux?
Why do I need to be root to shutdown/reboot my computer from the terminal? Doing so via the GUI menu doesn't require root privileges.
boh
- 213
5
votes
1 answer
How to execute a cleanup command on tmux server/session exit?
To improve my workflow a little I have written a few wrapper scripts to automatically start some commands when I want to work on a project. When I'm done however, and clean all the tmux tabs for this specific session I would like to kill some…
Wolph
- 645
5
votes
3 answers
How to get the "well, this is embarrassing" screen every time I start Firefox
Sometimes, when Firefox doesn't quit cleanly (perhaps because it crashed, or because the whole computer crashed or didn't successfully terminated Firefox when shutting down), Firefox shows a Well, this is embarrassing page where you can manually…
user36520
- 3,171
- 3
- 24
- 19
4
votes
1 answer
Can I make my window (session?) manager remember what workspace to place a window in?
I use Gnome on a RHEL system. When I launch a new program, the window manager (?) seems to make an effort to remember the size and position of the window when I last used it. However, I don't know how I can get it to remember what workspace it was…
Coderer
- 1,700
4
votes
1 answer
What is the WindowsWorkload.Manager and how do you control or use it
I am experiencing a weird, every 30s, load on the NPU of my arm-based Win 11 Notebook that seems to reduce battery.
I did some WPR traces and found the root cause to be
which is in C:\Program…
Falco Alexander
- 1,244
3
votes
1 answer
Debian XFCE "Session and Startup" doesn't see all applications
XFCE Session Manager doesn't "see" some of the applications I use regularly.
Namely:
google-chrome-stable (installed through apt-get, from http://dl.google.com/linux/chrome/deb/)
A bunch of JetBrains programming tools (Java apps, installed under…
panta82
- 131
3
votes
1 answer
Backing up tab groups, or online tab/session storage
When tab groups for Firefox came out they perfectly suited my workflow, and I often have 5 or 10 groups of tabs for various projects, or sections of projects. Previously I used a session manager but I found tab groups a lot quicker and easier to…
byronyasgur
- 404
3
votes
0 answers
Sytemd graphical multi-session
On Linux with systemd it is possible to have multi-sessions on one seat, eg. I have reached the graphical target starting my display manager, login, and then my graphical user session is in place. I can additionally login via ssh or similar – as far…
ElleJay
- 2,119
3
votes
1 answer
Go back to default XFCE-Linux Mint session?
Im using linux mint 17.2 with XFCE.
My graphical interface went down so i had the stupid idea of going to tty1 and type "startx".
Xfce started with a default session look, witch is different than what i got before doing this. It has a differente…
Hernan
- 131
2
votes
0 answers
Resume term after ssh disconnect without multiplexer (screen/tmux)
Screen and tmux (like emacs) are fancy feature rich terminal multiplexers designed to let you efficiently manage terminals as if it was 1985 but they just complicate the simple task of resuming an ssh session where you left off after switching…
Peter Gerdes
- 143
2
votes
0 answers
Terminal with session management and scrollback OS X
I use GNU Screen all the time in OS X, primarily running on the server side of my SSH connections in order to maintain persistence, while multitasking. The beauty is that if I get disconnected, all of my virtual screens get resumed, with almost no…
acjay
- 383
- 3
- 14
2
votes
3 answers
What session manager should I use?
I'm not using any desktop environment, but I need a session manager mainly to gracefully halt the system. It seems I can't find any solution around. The only one is xsm, but I got no luck with it.
What do you suggest?
cYrus
- 22,335
2
votes
0 answers
AWS SSM SSH with host alias not working as expected
I'm wondering why this command works (1):
ssh -i .ssh/my-dev.pem ubuntu@i-1234abc
But this command fails with the error below (2):
ssh myec2
The error is:
An error occurred (TargetNotConnected) when calling the StartSession operation: myec2 is not…
Markus Hedlund
- 2,987