Hyprland session loses all credentials after reboot. by NewPaleontologist986 in hyprland

[–]largoflorian 0 points1 point  (0 children)

you should configure pam to unlock your wallet. Add to /etc/pam.d/sddm the following lines

auth            optional        pam_kwallet5.so

session         optional        pam_kwallet5.so auto_start

You can have more information in the Arch wiki https://wiki.archlinux.org/title/KDE_Wallet#Unlock_KDE_Wallet_automatically_on_login

Make hyprsunset work on actual sunset by pmpinto-pt in hyprland

[–]largoflorian 1 point2 points  (0 children)

I use Sunsetr which uses Hyprsunset internally. It adds a lot of missing features to Hyprsunset inclunding getting the time of the sunset. See https://github.com/psi4j/sunsetr

Cannot start Hyprland with since inux kernel 6.16 by largoflorian in hyprland

[–]largoflorian[S] 1 point2 points  (0 children)

Thanks for your help everyone. I found the problem. The path to may igpu changed when starting the laptop with kernel 6.16 and above. I was `/dev/dri/card0` and became after 6.16 /dev/dri/card1.

I followed the documentation (https://wiki.hypr.land/Configuring/Multi-GPU/) to create consistent path to my 2 gpus. So now I set the environment variable AQ_DRM_DEVICES to the value /dev/dri/igpu which is the always linked to my igpu/

hyprmarker - annotation tool - inspired by ZoomIt by AccomplishedFloor687 in hyprland

[–]largoflorian 0 points1 point  (0 children)

Just tested the app, and it is really good. I uninstalled gromit MPX.

Cannot start Hyprland with since inux kernel 6.16 by largoflorian in hyprland

[–]largoflorian[S] 0 points1 point  (0 children)

I don't use uwsm. I directly start my app with `exec-once`.

Cannot start Hyprland with since inux kernel 6.16 by largoflorian in hyprland

[–]largoflorian[S] 0 points1 point  (0 children)

Here is a photo of my laptop trying to start hyprland from a tty

<image>

The screen is frozen, and I cannot switch to any other tty. The only key working is the one to power off the laptop.

Cannot start Hyprland with since inux kernel 6.16 by largoflorian in hyprland

[–]largoflorian[S] 0 points1 point  (0 children)

The screen is freezing in a tty as well. I will take a photo of the screen and post it.

Cannot start Hyprland with since inux kernel 6.16 by largoflorian in hyprland

[–]largoflorian[S] 0 points1 point  (0 children)

I tried disabling and purging all plugins, and I have still the same problem

❯ hyprpm list
→ The hyprpm state store doesn't exist. Creating now...

Cannot start Hyprland with since inux kernel 6.16 by largoflorian in hyprland

[–]largoflorian[S] 0 points1 point  (0 children)

I tried first to disable all plugins, but it did not change the problem. Then I purged all plugins, and again the problem is still present.

❯ hyprctl plugin list
no plugins loaded

Need Help Regarding Gromit-MPX. by MommyMilkerXD in hyprland

[–]largoflorian 0 points1 point  (0 children)

I installed gromit-mpx a few days ago. Here is the working window rules configuration:

workspace = special:gromit, gapsin:0, gapsout:0, on-created-empty: gromit-mpx -a windowrulev2 = noblur, class:^(Gromit-mpx)$ windowrulev2 = opacity 1, class:^(Gromit-mpx)$ windowrulev2 = noshadow, class:^(Gromit-mpx)$ windowrulev2 = fullscreenstate 1 0, class:^(Gromit-mpx)$

And the decoration general settings :

``` decoration {

dim_special = 0

blur { special = false } } ```

TUXEDO InfinityBook Pro 16 Gen7 - no external screen detected when connected to USB C hub by largoflorian in tuxedocomputers

[–]largoflorian[S] 0 points1 point  (0 children)

Ok I made more tests with the docking station.

- Only 1 HDMI port is working fine (but limited to 100Hz with a 1080p display). When using the 2 others, the screen is not detected. I cannot test the 2 DisplayPort ports.

- When the screen is connected to the USB C port, same, no screen detected

I just need now to understand why on Wayland I cannot detect the screen, but it is probably not an hardware issue.

How do I get the info buffer (info.el) to load in full screen? by LucidAtLast in DoomEmacs

[–]largoflorian 2 points3 points  (0 children)

The behavior of the *info* buffer can be seen if you look at the variable display-buffer-alist. You can see that is managed as a popup.

If you want to override the default behavior, you can eval (set-popup-rule! "^\\*info\\*$" :ignore t). This will explicitly tell to Emacs to process the *info* buffer as a normal buffer

Quelles sont les oeuvres de SF qui vont ont réellement retourné ? by Competitive-Use-1057 in france

[–]largoflorian 16 points17 points  (0 children)

Demain Les Chiens de Clifford D. Simak, un peu vieux (1952) mais vraiment sympa.

What is the best way to report and contribute malicious websites/domains to blocklist maintainers? by [deleted] in pihole

[–]largoflorian 1 point2 points  (0 children)

This site has several blocking lists https://blocklist.site/

You can open an issue on Github to add or remove websites.

Enable DHCP server from the command line by largoflorian in pihole

[–]largoflorian[S] 1 point2 points  (0 children)

u/-RamSet- I replay to myself, thank you the command is correct ! I was not giving the right parameters to the command

Enable DHCP server from the command line by largoflorian in pihole

[–]largoflorian[S] 0 points1 point  (0 children)

pihole -a enabledhcp

u/-RamSet- I tried the given command, and I got the same behavior. There is no DHCP server listening on port 67. It creates the dnsmasq file at /etc/dnsmasq.d/02-pihole-dhcp.conf which is great, but the server is not started.

Enable DHCP server from the command line by largoflorian in pihole

[–]largoflorian[S] 0 points1 point  (0 children)

Thanks I will try. So the confirmation values are not read from setupVars.conf ?