"Old Time" («Старые времена») sausage spot

"Old Time" («Старые времена») sausage spot

Me and my family are planning to visit Tbilisi very soon. Does anybody know if this place, highly respected among the locals, offers halal sausages and if Batono Nodar still serves the clients himself? I can see from photos that they offer beer as well but we can take sausages only. If so, we'll be happy to add the spot to our itinerary.

We're planning to stop by anyway to say hello to Batono Nodar as a token of respect and gratitude to himself and his hard work for all these years, as we still cherish good ol' memories from our Soviet past. :o)

Matlobat, and thank you for understanding!

u/Victor_Quebec — 1 day ago

Trying to remove some TikTok parameters

Good morning everyone,

1- How can I combine these 3 filters into one? I tried | and , (comma) between the parameters to no avail.

$removeparam=is_from_webapp,domain=tiktok.com
$removeparam=sender_device,domain=tiktok.com
$removeparam=web_id,domain=tiktok.com

2- Why this simpler filter cannot replace the above?:

||tiktok.com^$urltransform=removeparam=is_from_webapp|sender_device|web_id

PS: uBO version = 1.72.2

Thank you and all the best!

reddit.com
u/Victor_Quebec — 15 days ago

A student looking for a safe and reasonably priced storage place/depot (preferably in Esenler) for a box of personal items

Hello there 👋 Our dorm asked us to leave with our personal items for the summer overhaul. Does anybody know a safe storage place in the city (preferably in Esenler) with suitable price where I can leave a mid-size box with my personal belongings like clothes till the end of September? Depot companies ask around $300-$400 which is quite expensive for a single box much less than a square cube. Thank you very much! 🙏🙏🙏

Herkese merhabalar 👋 Yurdumuz yaz tadilatına kapanacakmış diye bize kendi eşyalarımızla birlikte yurdu terketmemizi söylediler. Eylül sonuna kadar içinde elbiselerim gibi kendi eşyalarım olan bir orta boy koliyi depoalayacak güvenli ve uygun fiyatlı bildiğiniz bir yer var mı (Esenler civarı olursa daha iyi)? Birkaç depo şirketine sorduk $300-$400 para istediler; bir metreküpten gayet küçük olan tek koli için çok fazla geldi bana. Çok teşekkür ederim! 🙏🙏🙏

reddit.com
u/Victor_Quebec — 2 months ago

How to bind Super/Windows key to launch vicinae?

I'm using Fedora 44 Workstation with GNOME on Wayland.

How can I bind the Super/Windows key to launch vicinae? Is it at all possible? Currently, the key launches GNOME's Activities Overview by default. I've tried to do this through the keyboard settings to no avail yet... 😞

PS: The best Raycast-like launcher for Linux so far! And I mean it after failures with Rofi, Walker and Albert... I highly recommend it to all Linux users.

EDIT: After some trial and error, it seems I solved the trick. Here's what I did:

  • Free up the Super key in GNOME. This won't harm the behaviour of the Super key in combination with other keys (eg., Super + T to open the terminal). But if you ever want to revert the default keymapping, run gsettings set org.gnome.mutter overlay-key 'Super_L'. Caution: You must run GSettings commands with user privileges, so no sudo:

    gsettings set org.gnome.mutter overlay-key ''.

  • Now, because Wayland isolates input handles securely, traditional X11 tools like xcape don't work here. The most robust tool for handling keyboard actions at the system level under Wayland is keyd:

    sudo dnf copr enable alternateved/keyd # enable the community repository for keyd

    sudo dnf install keyd # Install the package now that DNF knows where to look

  • Create and open a new config file for keyd. For example, with nano as your default text editor:

    sudo nano /etc/keyd/default.conf

  • Insert this content to the config file, save and close it to re-map the left Super key to simulate a complex key combination, eg. Ctrl+Alt+Shift+P:

    [ids]

    [main]

    leftmeta = overload(meta, C-A-S-p)

  • Start and enable the keyd service with the newly created config file:

    sudo systemctl daemon-reload

    sudo systemctl enable --now keyd

    sudo systemctl restart keyd

  • Now you need to set a new custom key manually through GNOME's keyboard settings. When you press the left Super key, the GNOME mapper will set Ctrl+Alt+Shift+P as your new key to launch the app via vicinae toggle.

You can also run this an all-in-one Bash script to automate the task: https://pastebin.com/qy7mGbF8

Thank you! 🙏

reddit.com
u/Victor_Quebec — 3 months ago
▲ 2 r/Fedora

How to make the GNOME Launcher button show the search overlay on top of other windows/apps instead of showing workspace (Activities Overview)?

Good morning,

Currently, clicking on the Launcher sort of "pushes" all the windows out of focus, showing the workspace (Activities Overview), which makes it difficult to see, say, the numbers I want to use in calculation.

Also, each time the system starts up, I see Activities Overview again and the system expects me to press the Escape button to activate (bring to foreground) the workspace. Tiny yet extra workload on my side... E.g., I set KeePassXC to autostart and since it's also a part of the same workspace, it's also waiting for me in the background to press the Escape button first before dialing a password in.

reddit.com
u/Victor_Quebec — 3 months ago
▲ 1 r/gnome

How to make the GNOME Launcher button show the search overlay on top of other windows/apps instead of showing workspace (Activities Overview)?

Good morning,

Currently, clicking on the Launcher sort of "pushes" all the windows out of focus, showing the workspace (Activities Overview), which makes it difficult to see, say, the numbers I want to use in calculation.

Also, each time the system starts up, I see Activities Overview again and the system expects me to press the Escape button to activate (bring to foreground) the workspace. Tiny yet extra workload on my side... E.g., I set KeePassXC to autostart and since it's also a part of the same workspace, it's also waiting for me in the background to press the Escape button first before dialing a password in.

reddit.com
u/Victor_Quebec — 3 months ago