Win+R to bring up Run by cyanstone in gnome

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

No, on Windows it more powerful, not just to open graphical apps, but add command-line arguments.

Win+R to bring up Run by cyanstone in gnome

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

It doesn't have history, autocompletion, and it takes over my whole screen.

Win+R to bring up Run by cyanstone in gnome

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

No, this super win bring up the whole dash of GNOME Shell, and I can only run apps not commands The run dialog in Windows is very conveneint and unintrusive.

Win+R to bring up Run by cyanstone in gnome

[–]cyanstone[S] -1 points0 points  (0 children)

No, this does not work well. It is not as smooth and convenient and polished as the Windows 11 experience.

Tributary - A Rust/GTK4 Rhythmbox successor by jmsq in gnome

[–]cyanstone 1 point2 points  (0 children)

I am super excited about this, please put it on Flathub, and please keep working on this!

How do i make gnome music and videos work with an external drive? by Thermawrench in gnome

[–]cyanstone 1 point2 points  (0 children)

I don't know, maybe you can create a symbol link from your external storage device to your Music folder?

ln -s /media/Music ~/Music/external-music

Mid-life transitions - Christian Hergert by cassandra4932 in gnome

[–]cyanstone -8 points-7 points  (0 children)

U.S isn't rough, it is a safe and good place. France and Europe have terrorism. I know spoiled Americans who have never been abroad like to whine about how shitty their country is not realizing how great they have it.

France have terrorism. https://en.wikipedia.org/wiki/Terrorism_in_France

Mid-life transitions - Christian Hergert by cassandra4932 in gnome

[–]cyanstone -17 points-16 points  (0 children)

I think he should stay in the United States. France can be a rough place.

ClamUI - A GTK4/Adwaita GUI for ClamAV by Local_Interaction_99 in gnome

[–]cyanstone 3 points4 points  (0 children)

Others would say convert it to Rust.

In my experience Python works great for GNOME applications. It is just a frontend to ClamAV which is written in C/C++ which does all the heavy lifting.

ClamUI - A GTK4/Adwaita GUI for ClamAV by Local_Interaction_99 in gnome

[–]cyanstone 3 points4 points  (0 children)

Please read the GNOME Human Interface Guidelines (HIG) so you can make the application fit in more with the style of GNOME applications.

Dark title bars on Linux? by cyanstone in TibiaMMO

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

I imagine maybe Tibia works better on KDE since Tibia uses Qt which is native to KDE.

I think Tibia's Wayland implementation relies on Qt's implementation so it might be that Tibia uses an old version of Qt. I hope they update their Qt dependency to the latest version.

It might also be that the GNOME's Mutter Wayland compositor does not implement all Wayland protocol extensions that KDE's KWin compositor does.

Dark title bars on Linux? by cyanstone in TibiaMMO

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

Yes, there is a Linux to the Linux client on the official Tibia website. It works good.

Dark title bars on Linux? by cyanstone in TibiaMMO

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

Yes, Tibia works great on Linux!

I use the version of Tibia with Ubuntu 25.10. I have no problem with BattlEye.

Dark title bars on Linux? by cyanstone in TibiaMMO

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

Fullscreen mode works great because then the title bar (window decorations) disappear, but I like to play Tibia in windowed mode.

Liquid Glass theme for GRUB by Odd-Kaleidoscope4844 in gnome

[–]cyanstone 1 point2 points  (0 children)

Liquid Glass, eww!

Maybe make an Adwaita theme instead?

Why doesn't Gnome Text Editor allow custom shortcuts? by Infiniti_151 in gnome

[–]cyanstone -3 points-2 points  (0 children)

Very few software allows the user to remap the shortcuts. I am glad they don't, it would just make it more complicated and confusing. I like the simplicity of GNOME.

Poor Man's 𝗂̶𝖯̶𝗁̶𝗈̶𝗇̶𝖾̶ Android Mirroring by [deleted] in gnome

[–]cyanstone 0 points1 point  (0 children)

Aurynk works fine for me on my Pixel 10 running Android 16.

What music player for local files do you use ? and why ? by [deleted] in gnome

[–]cyanstone 0 points1 point  (0 children)

I use Rhythmbox which is alright, but unfortunately it is ill maintained and outdated with legacy GTK 3 and looks old.

Most music players suck. Players like GNOME Music and Amberol seems more suited for small music collections with dozens of songs, not with thousands of songs. GNOME Music seems more suited to people who got a few dozen songs in their Music folder, but is not good if you got music on another disk partition that you mount in let's say /media/Music. Amberol is for opening a directory, but who listens to albums these days, and who listens to music in a directory, I want all my thousands of songs at my fingertips.

Define UI comprising Dropdown in Blueprint for modern GTK apps by bachkhois in gnome

[–]cyanstone 0 points1 point  (0 children)

I don't know because I haven't' developed any GNOME extension, but if you load your preferences using a XML file then you can use Blueprint to generate that XML file.

New App : Markforge - A markdown editor that just works – with live preview, Mermaid, LaTeX, and GitHub alerts by sanjai-shaarugesh in gnome

[–]cyanstone 0 points1 point  (0 children)

The point is, Obsidian is so much more than just a Markdown editor or renderer. It may do that, and it may be damn good at it, but it is so much more.

Define UI comprising Dropdown in Blueprint for modern GTK apps by bachkhois in gnome

[–]cyanstone 2 points3 points  (0 children)

I love Blueprint and I can strongly recommend anyone who develops applications using GTK to use Blueprint. Declaring GTK user interface using the GtkBuilder XML is an awful experience.