Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 389 matches

by Scorpion
2022-10-01 14:40
Forum: System and Network configuration
Topic: Make a service for a on-screen kbd on ttys
Replies: 2
Views: 647

Make a service for a on-screen kbd on ttys

Having an OSK (on-screen kbd) that work on ttys, how can I make a service that automatically opens it? When you open a tty that it is not the 7th cause on Debian there there is the GUI. Also you have to killed it when you switch to the GUI otherwise it will interfere, and restart it if something clo...
by Scorpion
2022-10-01 14:01
Forum: System and Network configuration
Topic: [SOLVED] Realtek_wifi.
Replies: 12
Views: 5300

Re: Realtek_wifi.

Are you on stable?
You can install the firmware from testing or sid, they are just firmware that don't depend on packages.
by Scorpion
2022-09-25 15:28
Forum: Programming
Topic: Make new layout for svkbd
Replies: 2
Views: 1182

Make new layout for svkbd

https://tools.suckless.org/x/svkbd/ You can create svkbd for additional layouts by doing: $ make LAYOUT=$layout This will take the file layout.$layout.h and create svkbd-$layout. make install will then pick up the new file and install it accordingly. I am trying to make a new layout but: make LAYOUT...
by Scorpion
2022-09-22 14:32
Forum: System and Network configuration
Topic: Unlock keyring upon login
Replies: 10
Views: 6266

Re: Unlock keyring upon login

I am on openbox and I never installed GNOME or other DEs. The file "/etc/xdg/autostart/gnome-keyring-secrets.desktop" has "OnlyShowIn=GNOME;Unity;MATE;". And also the other gnome-keyring*, but I can see its command in the gnome-keyring process: /usr/bin/gnome-keyring-daemon --sta...
by Scorpion
2022-09-20 07:55
Forum: System and Network configuration
Topic: Unlock keyring upon login
Replies: 10
Views: 6266

Re: Unlock keyring upon log in

I see it on the system-monitor app that I use. XDG autostart works here, openbox with the recommends package installed (default behavior). I never set the keyring to exist vorta wanted me to have one. And nheko asks for it. You don't use keyring because did you blank the password? My goal is to unlo...
by Scorpion
2022-09-19 18:05
Forum: System and Network configuration
Topic: Unlock keyring upon login
Replies: 10
Views: 6266

Re: Unlock keyring upon log in

I can see it running I already have in /etc/xdg/autostart:

Code: Select all

gnome-keyring-pkcs11.desktop
gnome-keyring-secrets.desktop
gnome-keyring-ssh.desktop
by Scorpion
2022-09-19 07:37
Forum: System and Network configuration
Topic: Unlock keyring upon login
Replies: 10
Views: 6266

Re: Unlock keyring upon log in

Tip To use automatic unlocking with automatic login, you can set a blank password for the default keyring. Note that the contents of the keyring are stored unencrypted in this case. I rebooted but didn't work, so do I need to blank the keyring for auto login? I was trying to find a method without r...
by Scorpion
2022-09-18 19:44
Forum: System and Network configuration
Topic: Unlock keyring upon login
Replies: 10
Views: 6266

Re: Unlock keyring upon log in

It didn't work.

I restarted nodm do I need to reboot?
by Scorpion
2022-09-18 18:07
Forum: System and Network configuration
Topic: Unlock keyring upon login
Replies: 10
Views: 6266

Unlock keyring upon login

I use nodm so I am auto-logged into my computers. Some apps ask me to enter the password because: Unlock Login Keyring Authentication Required The login keyring did not get unlocked when you logged into your computer. Password: That gtk dialog immediately nullify the output of the on-screen keyboard...
by Scorpion
2022-09-08 14:50
Forum: System and Network configuration
Topic: Add "startx -- -nocursor" to nodm [SOLVED]
Replies: 2
Views: 811

Add "startx -- -nocursor" to nodm [SOLVED]

How can I add "startx -- -nocursor" to nodm? In /etc/default/nodm: # nodm configuration # Set NODM_ENABLED to something different than 'false' to enable nodm NODM_ENABLED=true # User to autologin for NODM_USER=<user> # First vt to try when looking for free VTs NODM_FIRST_VT=7 # X session N...
by Scorpion
2022-06-18 07:53
Forum: System and Network configuration
Topic: Unlock encrypted swap wtih key file and hibernate
Replies: 4
Views: 1422

Re: Unlock encrypted swap wtih key file and hibernate

I put the keyfile on /etc/<keyfile>, I set crypttab to use it and updated initramfs. It works to unlock the partition but I cannot hibernate. When I try to it turns off for a moment and then turns on immediately. I need a key file since I am using osk-sdl to unlock LUKS so I cannot use the decrypt_k...
by Scorpion
2022-06-16 17:59
Forum: System and Network configuration
Topic: Unlock encrypted swap wtih key file and hibernate
Replies: 4
Views: 1422

Re: Unlock encrypted swap wtih key file and hibernate

Aki wrote: 2022-06-16 12:56 Yes, of course. See https://wiki.debian.org/Suspend
That wiki states to use `systemctl suspend` (or hibernate) of course I also tried that but I cannot when using a key file.
When running `update-initramfs -u`:

Code: Select all

cryptsetup: WARNING: Resume target cryptswap uses a key file
by Scorpion
2022-06-15 20:10
Forum: System and Network configuration
Topic: Enable osk-sdl [SOLVED]
Replies: 5
Views: 2239

Re: Enable osk-sdl

I set in /etc/crypptab: sda3_crypt UUID=... crypt_disk luks,initramfs,keyscript=/usr/share/initramfs-tools/scripts/osk-sdl-keyscript,discard Or you can add in /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet osk-sdl-root=/dev/sda3 osk-sdl-root-name=/dev/mapper/sda3_crypt" After you nee...
by Scorpion
2022-06-15 19:49
Forum: System and Network configuration
Topic: Unlock encrypted swap wtih key file and hibernate
Replies: 4
Views: 1422

Unlock encrypted swap wtih key file and hibernate

I set a key file but I cannot hibernate.
Is there a way to hibernate with that?
Using a random key you shouldn't be able.

Is nowadays possible to use a swap file to hibernate? No more uswsusp now, I use Bullseye.
https://wiki.debian.org/Hibernation/Hib ... _Partition
by Scorpion
2022-05-22 14:39
Forum: System and Network configuration
Topic: Enable osk-sdl [SOLVED]
Replies: 5
Views: 2239

Enable osk-sdl [SOLVED]

I installed osk-sdl on my tablet with Debian 11 amd64, how can I enable osk-sdl?
It is an onscreen keyboard for LUKS.

Here there is a wiki but is not for Debian https://github.com/ShapeShifter499/osk-sdl_arch.
by Scorpion
2022-05-22 14:35
Forum: Graphical Environments & Desktops
Topic: Simulate mouse keys for a tablet
Replies: 2
Views: 1757

Simulate mouse keys for a tablet

I use openbox usually and on a tablet would mean more battery duration. But onboard mouse keys work only on the openbox background I can't use them on the apps. When I launch onboard I can see: ** (mousetweaks:1775): CRITICAL **: Not running under X11. Aborting. Same problem with the mousetweaks pac...
by Scorpion
2022-04-19 06:08
Forum: General Questions
Topic: Run commands when resuming from hibernation
Replies: 11
Views: 12209

Re: Run commands when resuming from hibernation

I am running X as root.
by Scorpion
2022-04-17 08:15
Forum: General Questions
Topic: Run commands when resuming from hibernation
Replies: 11
Views: 12209

Re: Run commands when resuming from hibernation

This is /etc/systemd/system/wakeup.service that I made: [Unit] Description=Run script After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target [Service] ExecStart=/etc/wakeup.sh User=root Environment=DISPLAY=:0 [Install] WantedBy=suspend.target hibernate.target hybrid-...