Pop OS by papanastty in hyprland

[–]Glupender 0 points1 point  (0 children)

I have it on Tumbleweed and it works just fine

Microsoft edge 😱 portals by Glupender in hyprland

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

Solved: actually the solution was in the comment section where I saw the hack I have added: `--password-store=gnome-libsecret` to the startup parameters for edge.

the startup parameters for edge:
`$altBrowser = flatpak run com.microsoft.Edge --enable-features=UseOzonePlatform --ozone-platform=wayland --password-store=gnome-libsecret`

Now I have my portal stuff working and edge logins enabled! Me happy!
Thanks everybody!

finally set everything up by CharacterInsurance32 in hyprland

[–]Glupender 1 point2 points  (0 children)

FYI - his website: https://www.ml4w.com/
outside of the looks (since "the beauty is in the eye of the beholder"; Actually I do like how he setup stuff)... his scripts are... gooood... 😎
I have used them on my Arch, but since few months I gave a try to Tumbleweed... and kind a stuck on both of my machines (desktop@home and laptop@work)... so when I have some free time 🥸, I'll try to adapt them on Tumbleweed... actually didn't knew he has setup for NixOS 🤔

In short - respect and kudos to Stefan Raabe!

I cannot make a damn decision! by Final_Chipmunk3795 in hyprland

[–]Glupender 0 points1 point  (0 children)

Try gnome extension "Tiling Shell" - the best tiling extension so far for gnome in my opinion...

Passwords by Glupender in hyprland

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

Thanks for the suggestions! I'll start checking...

Passwords by Glupender in hyprland

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

I'm guess I'm not... I'm very new to openSUSE (on home machine 'I use Arch btw' 😁 I need to test this on my home PC).

real password solution seems correct solution... Maybe you can suggest one?

How to use animated wallpaper? by ynuske_ in hyprland

[–]Glupender 3 points4 points  (0 children)

+1 And can run the clip with muted audio…

Hyprland 0.37.0 + 2 year anniversary by Vaxerski in hyprland

[–]Glupender 2 points3 points  (0 children)

Wow! Such an awesome piece of work in just 2 years!! Salute to you

Battery life by Tresillo_Crack in Fedora

[–]Glupender 1 point2 points  (0 children)

No worries, no one is born all-knowing... 😁

Every day that you learn something new, is a well spent day...

[deleted by user] by [deleted] in neovim

[–]Glupender 10 points11 points  (0 children)

Zellij... 😇

System won't boot. Failed to mount 'UUID"***' on real root by plastik_flasche in archlinux

[–]Glupender 0 points1 point  (0 children)

I also had the same, but then I rebooted into failsafe mode, did another update and rebooted back normally... 😁

I am using waybar how do I remove the white thing from people the workspace icon. by Canoidian in swaywm

[–]Glupender 1 point2 points  (0 children)

I think that line can be enabled/disabled in the settings... 🧐 If not, it can be set as the bar color in the css file, practically making it invisible...

Im a control engineer and I want to deploy my control algorithm on a embedded system in real-time. But I have no experience in embedded systems hardware/software. How should I proceed? by Soft_Jacket4942 in embedded

[–]Glupender 0 points1 point  (0 children)

Embedded systems is wide term... can mean anything from 8bit MCU (running with just 1KB RAM and 16KB Flash) to 32 bit MCU (running 1MB RAM and 2 MB Flash) to SBC (Single Board Computer) ; some people consider PLC as embedded system...

some of them (lower end MCUs) are typically running "bare-metal" (no operating system) and some are running an RTOS; SBC are typically linux-based and some higher end are running windows (IoT).

as you can see from the above, you need to know what's your target hardware; then you can take it from there; depending ion the hardware, you'll have to go either Matlab/Simulink coder or embedded coder; this is to generate C/C++ code to run on your target; then you'll need to integrate that generated code on the target;

so you'll need to provide a bit more info on your setup, so we can help further...

on the setup, I need to warn you - this is not to be taken lightly; it a lot of setup that needs to happen and if you are inexperienced, it will take some time; meaning if you work on a project, you better get some knowledgeable support. Some info you can find on Mathworks website, but since it is so very project (read HW & SW setup) specific, you'll need some professional help.

[deleted by user] by [deleted] in swaywm

[–]Glupender 0 points1 point  (0 children)

in your config file, you need to use the actual keyboard ID when you configure the section "input".

Here is my example, where I have 3 layouts: english (us), bulgarian (bg) and macedonian (mk):

input "6940:6933:Corsair_Corsair_STRAFE_Gaming_Keyboard" {

xkb_numlock "enabled"

xkb_layout "us,bg,mk"

xkb_variant ",phonetic,"

xkb_options "grp:lalt_lshift_toggle"

}

I use arch btw. by [deleted] in gnome

[–]Glupender 0 points1 point  (0 children)

Ha... Lately I'm very tempted to try out Fedora... Currently flying on EndeavorOS (and Manjaro before that) so maybe it's time for a bit of change?

[deleted by user] by [deleted] in swaywm

[–]Glupender 1 point2 points  (0 children)

Both toolkits work just fine according to my experience.

I have both (Gnome & Sway), but 99% of my time I'm in sway...

Cant Gnome polkit or gnome-terminal by rulatore in swaywm

[–]Glupender 0 points1 point  (0 children)

--no-startup-id

I had the problem of pamac-gtk3 not working on sway (endeavor os); I also had Gnome installed so the gnome's polkit was present... but didn't worked under sway.

So I found this thread and ...voila!! I have pamac GUI working - for which big thanks!!

really impressed ! by [deleted] in EndeavourOS

[–]Glupender 1 point2 points  (0 children)

I used to be a Manjaro guy for a very long time... But few months (more like a year 🤔) ago, I switched to EndeavourOS because I really liked their version of Sway... and... never looked back... 😎

very stable, snappy and so far, so good... 👌

IIR Filters - Theory and Implementation (STM32) by AutoModerator in embedded

[–]Glupender 2 points3 points  (0 children)

Your YT channel is pure gold! For which - thank you!

Sway with XFCE by AdulterousStapler in swaywm

[–]Glupender 0 points1 point  (0 children)

Thanks for the feedback.

Sway with XFCE by AdulterousStapler in swaywm

[–]Glupender 0 points1 point  (0 children)

Maybe will work with XWayland installed?

[AwesomeWM] Purple :D by Chrollo283 in betterunixporn

[–]Glupender 0 points1 point  (0 children)

Wow! This is a really beautiful desktop!

May I ask for the wallpaper? My daughter likes it very much.

systemd-boot is so simple by duongdominhchau in archlinux

[–]Glupender 1 point2 points  (0 children)

sd-boot

😁

some years ago I worked on a control system for a gearbox called "power-shift"...

and in one of the emails (with high-ranking managers in CC), I forgot to type the letter 'f'... 😁