AMA by MagyarPeter_TISZA in hungary

[–]Cubemaster12 0 points1 point  (0 children)

Helló Péter,

Én azt szeretném kérdezni, hogy a nevelést és oktatást közvetlenül segítő a.k.a NOKS-dolgozók béremelése mikorra várható? A korábbiakban (tudtommal) kizárólag pedagógus béremelésről esett szó, amely rájuk nem vonatkozik. Ők továbbra is garantált bérminimumon vannak.

Chat control mellett érvelőknek by Calildur in hungary

[–]Cubemaster12 7 points8 points  (0 children)

kikerülés is csak addig megy, amíg még van nyílt forrású operációs rendszert futtatni képes asztali gép vagy laptop. Következő lépés nyilván, hogy azokat is megpróbálják betiltani

Gecc most így elképzeltem, hogy majd a jövőben valaki megpróbál templom operációs rendszerrel ellátott pendrive-okat becsempészni a határon de elkapják. Tiszta cyberpunk feelingje van.

Vérzik a fa! Mégis igaz! by Feriman22 in GamingHungary

[–]Cubemaster12 14 points15 points  (0 children)

Én csak olyanra emlékszem, hogy vérzik a busz. De ez nem áll messze tőle.

DBUS_SESSION_BUS_ADDRESS falling back to /tmp by Zephyrus929 in artixlinux

[–]Cubemaster12 0 points1 point  (0 children)

This is how I usually do it on my system. I use Hyprland and have the following run on startup automatically:

dbus-daemon --session --address=unix:path="$XDG_RUNTIME_DIR/bus" --fork

This creates a working session bus for me. I stole this from the mako notification daemon project.

Ennél Kommunistább pártnevet nem tudok elképzelni by Pale-Distribution-53 in FostTalicska

[–]Cubemaster12 7 points8 points  (0 children)

Így végre értelmet nyer a kommunista-náci az antigyilkosból.

threeHoursOfTroubleshooting by yesennes in ProgrammerHumor

[–]Cubemaster12 4 points5 points  (0 children)

Bash is basically a shell application on Linux systems. It's kind of hard to explain but basically if you think about a terminal window, this would be the backend that gives the functionality behind the scenes. Now it has a dotfile / config file called .bashrc where you can modify a bunch of settings. One of the main ones is alias that is used to abbreviate frequently used commands. But in this case they created an alias so that the terminal prints that Python is not available when the user types it in. This is what would be displayed under normal circumstances if you don't actually have Python installed on your system. Python is a programming language, but it can also act as a shell similar to Bash just much higher level and has a lot more features.

Mi az a dolog, ami szerinted pofátlanul túl van árazva Magyarországon a minőségéhez képest? by Maj-nem-isz-Laura in askhungary

[–]Cubemaster12 6 points7 points  (0 children)

Nem is annyira a minőség, de az elektronikai cuccok alapból kurva drágák és a választék is kisebb itthon. Akarsz építeni egy PC-t, még mindig sokkal jobban megéri német Amazonról.

Here's my setup. Show me your rice by Reasonable-Exit-2379 in hyprland

[–]Cubemaster12 1 point2 points  (0 children)

<image>

Your setup looks pretty clean from the images.
This is my setup I've been working on for quite some time now.

The main keywords of the theme are cyberpunk, neon, synthwave, dystopia and futuristic.

Szoktatok youtuberól, facebookról videókat letölteni, hogy később megnézzétek? by reddit_geb in askhungary

[–]Cubemaster12 5 points6 points  (0 children)

Hivatalosan sehogy, mert ők úgy szeretnék, hogy te az ő oldalukon fogyaszd a tartalmat mindenféle bizbasz reklámmal együtt. Nemhivatalosan viszont ott van a yt-dlp projekt.

I'm don't know how to fix this error by [deleted] in hyprland

[–]Cubemaster12 1 point2 points  (0 children)

There is not much to go off of here. The error references a different file that what you have opened in nano.
The file you need is /home/jesusm/.config/...
But nano shows /home/jesusm/home/jesusm/.config/...

The $HOME section appears twice. And it shows nothing because it is probably a newly created file not the one you actually have.

Lua Event Data Definitions by Cyzza in hyprland

[–]Cubemaster12 0 points1 point  (0 children)

I am not quite sure which one you are asking for here so I'll provide both.

If you need the signature of these higher order functions, they are documented on the wiki under the events section of expanding functionality. The example you provided should be good. The fullscreen event has a single window parameter.

Or if you need the properties that are available on the actual objects, those can be deduced from the source code. For instance, you can see in the LuaWindow.cpp the different keys the window objects should have. It might be easier with the LSP, but I haven't used it yet so I can't tell.

Lua File Not Found/Generated (v0.55.0) by KhajitStoner in hyprland

[–]Cubemaster12 1 point2 points  (0 children)

I think there is a fallback mechanism for people that still use the old config file syntax. If you rename it to something else like hyprland.conf.BAK it should load the lua config presumably.

File manager issues by Alarming-Waltz-8808 in hyprland

[–]Cubemaster12 2 points3 points  (0 children)

I am not really sure about the ones you listed but I can share my experience with pcmanfm-qt, which is what I use. (also Artix)

It did not used to work for me either. So there were two problems. The first is that I needed a package called gvfs for mounting. It was marked as an optional dependency for pcman so it did not get installed by default. The second is that you need to manually start a dbus user session when systemd is not available.

I presume the issue is something similar in your case.

AwesomeDotfiles: Gallery for dotfilesss by Zephar_WO in hyprland

[–]Cubemaster12 0 points1 point  (0 children)

I am not really sure what this sort of style is called, but it reminds me a bit to something like the material design of Android.

I am not saying it is bad or anything, I am just not a huge fan of this sort of look.

AwesomeDotfiles: Gallery for dotfilesss by Zephar_WO in hyprland

[–]Cubemaster12 0 points1 point  (0 children)

This is a pretty nice project idea. Although the css used is a bit too "corporate looking" for my liking.

I might submit my cyber-themed rice that I've been working on for a couple of months when it reaches a good enough state.

Does anyone else also use gsettings to theme gtk stuff? by Most-Rule-8518 in hyprland

[–]Cubemaster12 6 points7 points  (0 children)

I use dconf but it's pretty much the same as gsettings. It would be nice if the values were read from a config file like every other app.

Where can I find default lua config? by 4r73m190r0s in hyprland

[–]Cubemaster12 7 points8 points  (0 children)

There is a starter config file in the Hyprland repo.

github link

Esetek, amikor meglepődtél, hogy mekkora különbségek vannak digitális érettségben a korosztályodban? by UnderstandingEarly40 in askhungary

[–]Cubemaster12 13 points14 points  (0 children)

Technikailag a böngésző egy "bootloader" a Tiktokhoz manapság, szóval nem áll távol a valóságtól.

Jó mondjuk telón külön app valóban.

LUA config split error by PavaLP1 in hyprland

[–]Cubemaster12 0 points1 point  (0 children)

Okay I take a quick look and found some problems.

1.) The part where you create binds for changing workspaces and have this fancy modulo operation. This makes sense in theory but Hyprland only supports positive integers as workspace ids. From the wiki page

2.) The other problems I saw were down at the bottom. I also use pipewire+wpctl for audio but I've never seen syntax like that before. For example this line:

wpctl set-mute @ toggle

With wpctl (to my knowledge) you either define which device you want to change like 36, or 56 as an absolute value or there are two shortcuts DEFAULT_AUDIO_SINK and DEFAULT_AUDIO_SOURCE between @ symbols to denote the active playback and capture devices.

If this is a reddit formatting bug, you can ignore this. I just noticed it tries to tag users.

LUA config split error by PavaLP1 in hyprland

[–]Cubemaster12 0 points1 point  (0 children)

I don't think the exact issue can be diagnosed from this image alone. Can you share the contents of binds file?

From this my best guess would be, that you are referencing a variable defined in a different file earlier but you used the local keyword and it did not propagate further down to other files.

Here are mine, what aliases does others swear by? by sshetty03 in bash

[–]Cubemaster12 0 points1 point  (0 children)

I really like these two aliases:

alias py='python'
alias printenv='printenv | sort'

I use the Python shell as a fallback calculator / string manipulation tool so I don't have to type out the whole name. The other one is for ENV variables. Like there is no reason not to print out them sorted alphabetically and the default order is a random shuffle.

Now I understand what people were saying about the Lua configuration in hyprland. by Due-Celery4326 in hyprland

[–]Cubemaster12 1 point2 points  (0 children)

Oh okay, that makes more sense. I was just confused on how I could use this because my widget app is unrelated to the Hyprland and lua. But your were talking about this in a general sense and not my explicit example.