There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

vikingtons , in Cannot Install openSUSE or any other Distro
@vikingtons@lemmy.world avatar

Is this via a USB 3 or USB 2 port?

Sandbag OP ,

USB 2 port.

huojtkeg , in NixOS on OnePlus 6 with Extra Steps, or the Diary of my Descent into Madness

Nice read. I did similar hacks in the past but I have less time lately.

merthyr1831 , in Poll: GUI framework for widgets/apps in Wayland

Flutter gang rise up (though technically it’s just hijacking a GTK window)

merthyr1831 , in Announcing Brise theme

These are some good tweaks! Personally, especially the smaller changes like uniform sizes for controls, would be worth taking up with the KDE community because they might consider merging them into breeze proper. Unless it doesn’t work like that for theming of course!

jagot , in what's your opinion on typst?

Without having tried typst myself, I would still recommend learning LaTeX, if you’re ever looking to publish in a scientific journal; most journals accept submissions in either Word (which in my mind is a very painful tool to use, especially when it comes to typesetting and equations) or LaTeX. They then typically convert the input to some internal format, but are probably unlikely to add support for new formats.

If you only ever intend to write documents for your own purposes, use whichever format you like the best; I personally use Emacs Org-mode and LaTeX export.

Unsafe , in Kate KF6 Status

NotePad++ for Linux.

Unsafe , in The TuneD Project - Tuning Profile Delivery Mechanism for Linux

I wonder if it works with eudev and mdev.

skullgiver , in I need some help with linux energy management and hibernation
@skullgiver@popplesburger.hilciferous.nl avatar

Framework has a guide for you. You’ll need to disable either power-profiles-daemon or TLP depending on what CPU you have.

As for hibernation: TL;DR: it’s a mess. Fedora doesn’t support it out of the box. You can make it work with some elbow grease.

However, you shouldn’t need hibernation if your laptop goes to sleep like it should. If you can’t get it to sleep right, or still really want hibernation, here are some pointers:

  • many Linux distros don’t consider hibernation to be a stable feature. The default Fedora setup doesn’t even come with a swap partition by default, which makes hibernation impossible. You’ll need to allocate some swap space before you can hibernate your computer.
  • make sure your swap partition is encrypted if the rest of your laptop is encrypted as well. If you use a swap file, you can make this work, too, but it’ll be slightly more complicated
  • make sure your swap partition is big enough (at least RAM size + the amount of swap in use at the point of hibernation)
  • if you’re fine with disabling zram and using normal, this guide will show you how to hibernate a normal Linux system: www.ctrl.blog/entry/fedora-hibernate.html
  • if you don’t have a partition for swap and don’t want to create one, or if you want to keep using zram (compressed memory, enabled by default on Fedora, probably recommended to keep enabled), then this guide and its comments will tell you how to get a swap file to work. Make sure you read the update with more details too, and there’s also a comment further down specifically about Intel Framework laptops (need to disable a certain Intel driver that breaks hibernation).
  • disable secure boot in your BIOS. Linux doesn’t support the security features that Windows has to validate the state of boot SECURITY (even with custom secure boot keys), so when you’re running in secure boot mode (and the kernel is in lockdown mode), the Linux kernel disables hibernation. Alternatively, there are guides that’ll show you how to patch that check out, but that involves compiling your own kernel and that’s not worth the effort IMO.
  • configure your laptop for suspend-then-hibernate for best performance. I believe hybrid-sleep will also work. The Github gist I linked has details
  • you will probably need to enter your password when resuming from hibernation. This is a security feature. You can configure your laptop to use the TPM to decrypt the disk, skipping the encryption password entirely, it you don’t mind thieves having the ability to access your data when they steal the laptop.

You may be wondering why this is so complicated. A big reason is that Linux wants to be secure, but hibernation comes with unique security challenges. Linux also wants to be fast and efficient (by compressing RAM rather than writing it to disk) but that messes with the presumptions the hibernation system makes. Fedora dorky sorry hibernation out of the box, but they’re working on it, albeit not as fast as you might hope: pagure.io/fedora-workstation/issue/121

linuxPIPEpower , in Tint2 taskbar icons

In the tint2 docs do a ctrl-f for ‘icon’ — does any of that look like it could be of any use to you? I am not sure I understand the issue but maybe this:

launcher_icon_theme = name_of_theme : (Optional) Uses the specified icon theme to display shortcut icons. Note that tint2 will detect and use the icon theme of your desktop if you have an XSETTINGS manager running (which you probably do), unless launcher_icon_theme_override = 1.

launcher_icon_theme_override = boolean (0 or 1) : Whether launcher_icon_theme overrides the value obtained from the XSETTINGS manager. (since 0.12)

If not try searching for ‘icon’ in the rest of the repo, issues etc.

cranberryjam OP ,
@cranberryjam@lemmy.blahaj.zone avatar

Unfortunately, setting the launcher icon theme seems to have no effect on the taskbar icons. Thank you though.

linuxPIPEpower ,

Here is some troubleshooting ideas I have. Do any of them make any difference whatsoever

  1. Using a very generic, well supported icon theme with no customization. Is the problem that tint2 isn’t picking up any icon theme or it just isn’t picking up these icons? If not picking up any icons, then what icons is it using?
  2. create a fresh user on system with all default settings and see if anything is different? And if you have done system level customizations you could even try a fresh system liveboot/VM but that is a lot of work to be fair.
  3. change your xfce4-appearance and xfwm-settings themes
  4. Do you install icon themes for the user or the system? Try the other way does it make a difference?

I am using latest stable xfce4 (1.18 I think) with tint2 for task list and xfce4-panel for workspace switcher miniature view. From what I’ve noticed, the icons in both are always the same between the two of them. Tbh in general I have found changing icon themes very annoying and inconsistent across the system with some applications and tray items being resistant. Like firefox developer I find is impervious to icon themes. Do you have the issue with all applications including very well-supported ones like thunar or mousepad?

There is a command called gtk-update-icon-cache/gtk4-update-icon-cache but I don’t know if it would help.

cranberryjam OP ,
@cranberryjam@lemmy.blahaj.zone avatar

So I set the theme to Papirus, which came pre-installed. Most icons are ok I think, but I am still missing icons in tint2 for Slack, Freetube, and Firetools. I get a generic window icon.

The kitty terminal icon in the tint2 panel is also different from the Papirus theme icon.

Tried uninstalling the icon theme and reinstalling following the instruction on github (installed to root), but no dice.

linuxPIPEpower ,

I admit I find icons under xfce4 to be very mysterious. There are all kinds of weird behaviours I can’t explain.

However I am not the only one. There are lots of threads about the “generic icon” problem, for example: Window buttons not showing the proper icon which might have something useful for you.

Kitty has specific instructions for its icon. I don’t mind the kitty icon so I never changed it.

Is the overall problems you are facing different in tint2 than in the xfce panel? if you open them both up is one able to access the correct icons and the other isn’t? I’m out of ideas in either case but it would at least clarify if the problem has anything to do with tint2 or is a general icon thing. If its a general icon thing you’re in luck because there a lot broader resources. If it’s a tint2 problem then you are stuck trying to figure out why.

DangerousInternet , in Translation / dictionary workflow in GNOME/ Linux?
@DangerousInternet@lemmy.world avatar

deleted_by_author

  • Loading...
  • juli OP ,

    Did you try Meta + T? It’ll open the popup and I can paste into it.

    How does the dialect integration work? What do you type into the search?

    DangerousInternet ,
    @DangerousInternet@lemmy.world avatar

    deleted_by_author

  • Loading...
  • juli OP ,

    Thx.

    It doesn’t work for me. That’s probably because of flatpak, I have the same issue with calc.

    IsThisLoss , in Calamares 3.3 Released as the Next Generation Graphical Installer for Linux - 9to5Linux

    neato

    juli , in Is Ubuntu deserving the hate?

    What if you just use distrobox in the future? You can use debian/ubuntu with it on whatever system you use. On my fedora silverblue installation almost everything is seperated from the OS. I barely touch the OS. It doesn’t really matter if I’m on silverblue, microos or vanillaos. I want to switch to microos because it comes with firefox as a flatpak ootb and other minor things. It’s jist not worth it anymore to switch the distro

    ultra , in Calamares 3.3 Released as the Next Generation Graphical Installer for Linux - 9to5Linux

    Since when is Element a matrix-based messenger?

    kib48 ,

    it always was

    ultra ,

    It’s a matrix client. Weechat isn’t an IRC-based messenger

    kib48 ,

    are you in the wrong thread?

    nix , (edited ) in are tiling WM good only for terminal?

    Not at all. I use a tiling WM, and most of my time is spent in text editors or a browser. I just like having everything visible and spaced out automatically for me.

    I think tiling WMs just have a lot of overlap with the terminal-heavy crowd. They tend to require some manual set up, and they tend to be very keyboard shortcut heavy.

    corrupts_absolutely , in are tiling WM good only for terminal?

    you should be just fine with gui apps on most twms

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines