(Re)Enable double-click on empty tab bar to open new tab?

For a while now I thought I was going nuts and having some sort of Mandela Effect until I searched for this feature and found out it's indeed something that was part of Firefox and then got removed again.

I think this was gone when they introduced the + button for opening a new tab being aligned to the last tab in the row and visible at all times… >_>
Maybe the feature is still there just the tab space reduced to nothingness to have the + right after the last tab.
Actually, I can middle-click on the empty space of a tab bar so the space is still there after all and recognises input.
I would now just like to have double-click as an alternative means, because it just so happens you sometimes use a mouse that has unreliable middle-click, and I don't really like opening 2-5 new tabs with a broken mouse wheel / MMB.

And if I want to maximise I can just double-click anywhere else on the browser UI space, so anyone got ideas how to restore it or already did it themselves?
Imo it was an incredibly useful function if you wanted to open a new tab without having to reach for the keyboard or going all the way to the last tab in your row to reach for the +: just double-click on the empty space and done.

reddit.com
u/Sly-Mk3 — 1 day ago
▲ 0 r/Gentoo

Newcomer kindly asking for your tips and experiences

Hello Gentoo community!

I'm not new to Linux (so far used Ubuntu, Xubuntu, Debian, Slax and had a short look at Tiny dcore, and meddling with Termux(:X11) if that counts), yet never compiled a system from source. A few applications only here and there based on needs.
However, the idea and thought of Gentoo's concept intrigues me.

Installing Gentoo on some device is kind of a bucket list entry of mine, but going in blindly sounds about as stupid as it likely is.

This is why I wanted to ask the community if there's anything in particular that you absolutely, definitely should mind as someone new to it (other than ye good ol' RTFM, lol).

For instance:

  • Any common hiccups and traps one can fall into that I should know about?
  • Or something in particular one should know about the device you're installing on, for instance (made up statement) "laptops are harder to install on than PCs"?
  • General tips to things you wished you knew earlier are highly welcome too.
  • I'm also quite interested in how long it took you to achieve your first useable installation, rough estimate of hours / days, how often it failed, etc.. This would be good to know so I can plan ahead how much time I need to put aside for this and when to do it so I don't get interrupted for too long.
  • What would you do differently if you were to get into it now and what would you recommend / discourage from doing (in general)?
  • And if you ever installed Gentoo on older hardware, for instance 32bit, what were your experiences doing so (other than it being absurdly slow)?

Note that my default assumption about myself and my skills is:
"I'm an idiot, I will fail this the first or first handful of times – and that's fine, I'm here to learn." so I'm definitely not having any delusional ideas of acing this on the first time around.

Thanks in advance for any insights! : )

reddit.com
u/Sly-Mk3 — 2 days ago
▲ 2 r/termux

Android 15 (no root): Powersave, except: Termux (to prevent it from resetting during standby)?

My goal is to be able to have battery saving settings on for basically everything, but have Termux and Termux:X11 be exceptions to this rule and excluded from it.

I have developer options enabled and I did enable "Disable child process restrictions". Anything else in there worth a look which affects this?

The reason I want to prevent this from happening is because Termux resetting means Termux:X11 closes as the process gets killed if the device is on standby for too long.
This is annoying behaviour.
Android sure has annoying amounts of control over and handholding with stuff (just let me do my thing, Google… geez…).
I tried wakelock on Termux, but with battery saving mode on it still did it.
Pretty sure actually that wakelock wasn't really respected.

I went into Apps → All apps → opened Termux's App info → App battery usage → Allow background usage is set to on.
The same was done for Termux:API and Termux:X11.

Any other tips or ideas?

Under settings I already searched for App Blocker, but there is not much I can do, it's just the App Blocker app settings. I cannot whitelist anything or the likes.
In Apps → Special app access I cannot alter Usage access as it is restricted.

Using Unihertz Titan 2, in case that matters.
This device is not rooted. For now I have no intents to do so (for reasons).

I heard some people wrote themselves a .sh which basically does a "heartbeat" using commands like echo to keep the system busy and allow it to be running? If yes, what's the specific setup, where can I find examples and where do I set it as a background script?
Or did I misunderstand this?

Coming from a Linux distro to Android sure poses a lot of headaches to me…

reddit.com
u/Sly-Mk3 — 2 days ago

Linux, pipewire-pulse: Stop Firefox from lowering audio stream volume?

I'm using Firefox 152.0.3 (at the time of writing) from the mozillateam PPA on Xubuntu 24.04 LTS. It uses pipewire-pulse, so should be PulseAudio.

What seems to be my issue was documented here in this 8 year old bugreport.

What I tried:

  • With media.volume_scale and media.default_volume → set it to double digits in about:config. I thought 2 for both would suffice but it did not work reliably. I'm in double digits now, but I'm afraid once Mozilla fixes this I'll go deaf or my speakers will really really hate it.
  • In .config/pipewire/pipewire-pulse.conf.d in my home directory, I made a custom.conf file with contents stream.properties = { channelmix.normalize = false }
  • In PulseAudio's daemon.conf I set flat-volumes = no and /usr/share/pipewire/ in pipewire-pulse.conf I added:

​

pulse.rules =
[
  {
    matches =
    [
        { client.name = "Firefox" }
        { application.process.binary = "firefox" }
        { application.name = "Firefox" }
    ]
    actions =
    {
        update-props = { #node.latency = 512/48000 }
        quirks = [ block-sink-volume ]
    }
  }
]

It doesn't sound like much effort put into it, but I searched all over and found near nothing on this. I'm honestly lost as to what else to do with this weird issue.

Even with double-digits for the two settings I caught how it ended up having some streams start quieter today. It remembered the volumes now after setting ones, but well… that just showed me the issue is still there and requiring attention.
Note that it does not change it midstream, only upon stream start, and now after setting a volume, it keeps it even when the stream restarts.

I'm not sure if it's Pipewire, PulseAudio, or whatever doing it, or allowing it (if so, I would love to turn this off – permanently, for all applications), or if it's a Firefox quirk, exclusively.

How to reproduce:
I found Aphex Twin's Vordhosbn (and the Windowlicker audio upload, though no idea I should or could link it here due to thumbnail) to be two cases where volumes changed against my expectations.
Without the edits mentioned, skipping with arrow keys through the video position, clicking through it, or hitting a number key to jump to a fixed position did reset the audio stream and consequently also its volume.
Pausing the video kept the stream active and as a result the volume remained in place.

Any help appreciated.
Would be great to hear if anyone solved this on their end. It's mildly infuriating.
I only found solutions involving Windows where it seemed to have been an audio driver setting allowing it to do so.

reddit.com
u/Sly-Mk3 — 3 days ago

Remove password needs for indicator-cpufreq (via Status Tray Plugin)?

Upgraded to 24.04, now I require to type my password to use indicator-cpufreq (or indicator-cpufreq-selector, which I suspect does the actual changing).
Wasn't the case before, baffled why since other applications doing the same don't need one.

I'm a noob with the sudoers file, so forgive any mistakes and point them out to me.
Tried adding the indicator plugin to it in the hopes of bypassing the password requirement.

I did:
sudo visudo

added at the bottom:

myusername ALL=(ALL) NOPASSWD:/bin/indicator-cpufreq
myusername ALL=(ALL) NOPASSWD:/bin/indicator-cpufreq-selector

This did not work.

I also tried it as a oneliner with
myusername ALL=(ALL) NOPASSWD:/bin/indicator-cpufreq,/bin/indicator-cpufreq-selector

Just to be sure, I also did add the /usr/bin/ equivalents of the above.
Same outcome as before.

I ran sudo indicator-cpufreq – this works, if isolated.
But the panel plugin entry, which is spawned via the new Status Tray Plugin, rejects this.
I found out it's now fully part of xfce4-panel – unfortunately – so I can't just add a binary of the plugin to sudoers… adding the xfce4-panel itself did not solve it and isn't exactly a solution I would have desired for many reasons anyway.

What am I doing wrong, what could I do (other than giving up and moving on, again)?
I'm slowly tempted to add the indicator to my login scripts and hide it in the tray to avoid a double entry… but that would be yet another hacky workaround. : /

reddit.com
u/Sly-Mk3 — 10 days ago
▲ 1 r/xfce

Making easy to reapply theme-presets & GUI application to manage those?

Is there any GUI manager for desktop theme presets? I looked around but found none.

It's a lot of hassle to make a complex theme setup, and then switch things one by one

Point of reference for what I'm looking for:

Think of how panel preset works. And now think of how Windows 7 theme presets used to be, in xfce's case they would need to store the following information:

  • Appearance and xfwm4 theming
  • Wallpaper and its settings
  • Cursor theming
  • Icon choice
  • System font
  • xfce4-panel preset (those which already exist)
  • Notification theming
  • gtk.css (if in use)
  • Used system sounds
  • Optionally: LightDM theme (and maybe grub theme?)

Now, I'm well aware that at least in the case of gtk.css, a restart of services is needed.
So reapplying on the fly is probably not as simple as I would like it to be.

The reason I'm asking here is because while I love how modular and self-contained things are, I have a few theme ideas I want to use on my device but I really don't feel like having to keep track of everything I changed and jump all over the place just to set it up, only to then undo/redo it and having to restart services one by one or logout and log back in just to see my visual changes applied. This is very chaotic to do.
I would appreciate more variety in my daily use, however.

Did I miss something essential to this, is there already an application for managing that or is this something anyone has yet to do?

reddit.com
u/Sly-Mk3 — 13 days ago

Toggling display colours to greyscale and back (CLI) to combine with "sct" colour shift for a tint with neutral base?

^(Yep, it's me again.)
I'm now looking for a CLI tool or at least some means to control screen saturation with to add it to a script of mine to desaturate my screen colours when I hit my keybind to flip the red mode late at night, so that the colours which get red-shifted are not mixed in with the red.
Granted, I'm not sure if the outcome won't be just black and white all over (the way sct works makes me hopeful though), but it's worth a shot.
Except I found nothing yet, searched the package list like mad, and Xubuntu and xfce itself has nothing alike to this integrated to my awareness (please correct me if I'm wrong).
Of course it would be perfect if running the desaturation command wtihout any value would simply restore defaults, just how sct does it, as it would simplify things.
Think of Android's bedtime mode: It does exactly what I want (except without any shift in colour).

___

Longer context:
I did make myself a small .sh using sct, the little nifty application to control colour temperature with, with the goal to crank up the red levels late at night simply by pressing a keybind.
By "crank up", I acutally mean it: It's nearly red-monochrome.
This is because other night modes were "too soft" for me.
I love how stupid simple sct is to use, but now the downside of this is that there's still colours in there. Consequently, some elements vanish in near black or blend in because of the colour mix generated by the red-shift… or they lack sufficient contrast. Most common the case on anything (dark) blue-leaning. My thought was that some desaturation prior to applying sct could maybe fix this. I could be mistaken though.

Install sct, and try sct 1000 to see what I mean with the red near-monochrome filter and its impact on blue elements.
You can type sct without any value to get to back to defaults by the way.

Before you judge:
Yes, it actually really helped me improve my sleep to cut down on blue to such an aggressive level and I would love to continue doing so, except I would want to avoid having to squint at elements contaning deep blue colours or seeing them as a dark green.

___

Any suggestions and help would be appreciated.
I'd like to avoid GUI-only solutions for the simple reason of using a keybind-script and wanting to add it in there, just to stress it. : )

Thanks in advance!

reddit.com
u/Sly-Mk3 — 16 days ago

E570: Puzzling Phantom Events of Deactivated Trackpad on Linux / Xubuntu

Hey there.
Any other ThinkPad E570 owners who happen to use Xubuntu and are TrackPoint fanatics like me, "suffering" from phantom input sabotage by their trackpad?

Since 2020 I have Linux in dual boot on this and since then I observed it. This didn't and still does not happen on Windows 10 to me.

This works as follows:
Resting hand on trackpad while using TrackPoint fires gesture events (think "two finger zoom") even though the trackpad is off. Kind of "phantom events" so to say.
This freezes and prevents input from my TrackPoint's mouse buttons and can result in input stuck in drags (until another button press is done) or resulting in non-responding clicks.
It does not affect the cursor's movement and does not fire actual events like zoom.

Mostly learnt to cope with it, so it's no drama if nobody knows. My workarounds so far were:

1: Not resting my hand on the trackpad. 2: Taping it in a way it doesn't register touches.
As you can tell, those are subpar solutions, akin to duct-taping things (…literally). ^^'

I don't remember seeing a way to turn the trackpad itself off in UEFI.
Likewise I tried all I could to sabotage the trackpad:
Shrinking its area into 1 pixel in a corner, turning it off, messing with driver configs, reinstalling, removing and replacing input drivers…
I "did all" I could think of and nothing has helped. The issue seems to be exotic or there's just not many E570 users (who also happen to use my distro). I had this issue consistently through all Xubuntu versions I used so far.

Who here found a solution to this and can help me?

And yes, I may have to crosspost this on the distribution's sub later but thought I'd ask the fellow hardware enthusiasts first.

Thanks in advance!

reddit.com
u/Sly-Mk3 — 25 days ago
▲ 11 r/xubuntu

Using older Greybird Dark (from 20.04) on 24.04

What the title says:
The contrast of 20.04 LTS's Greybird Dark were perfect for me, while 24.04 LTS's lacks a strong enough distinction in applications like Thunar (see screenshots, value differences included on first one).
It is simply too flat and blue-ish for my liking. I preferred the "dry" grey value in the inner window.

So, is there a way to migrate the old Greybird Dark theme over, and if so, what do I need to move, and can I keep it alongside the new Greybird Dark (for example by renaming the old one to "Greybird Dark Classic"), or do I need to overwrite it?
This is important to know for me so I can make backups in case I change my mind.

I was toying with overwriting colours with CSS until I realised what a pointless, lengthy and annoying task that is (considering I am really struggling with finding the right values in GTK+ Inspector) if I can simply just take the old stuff from a VM or the likes.

Any help is greatly appreciated!

__

UPDATE:

Found /usr/share/themes/Greybird-dark/gtk-2.0/gtkrc and in …/gtk-3.0/gtk.css and gtk-dark.css, albeit trying to figure out yet which of the two css files I would have to edit, or if it is the gtkrc, or all three, and if replacing with the older theme would break anything new that may have been added.

u/Sly-Mk3 — 1 month ago
▲ 2 r/GTK

Help finding out CSS names with GTK+ Inspector and how the CSS file should look like

Basically, what it says in the title.

Already searched in many places, including Reddit.
The whole process feels quite obscure to me.

I'm not a total stranger to CSS editing (albeit it's nothing I do everyday) and heavily customised my Firefox with the help of its browser toolkit to find styles and customise them in the userChrome.css file before.
But this seems to be a whole different beast with desktop applications, to my unfortunate surprise.

An example situation to show what my issue is and where I need help:

  1. Suppose I want to edit (the xfce file manager) Thunar and change the padding between icon squares in the file display area, like reducing the width between columns, or increasing the spacing between rows.
  2. I installed GTK+ Inspector, enabled it using the terminal. It works.
  3. Opened it on Thunar and used the selection to click into the main window's space featuring directory, file and application icons.
  4. There, under the Properties view, I found exactly what I searched for:
    • Property: column-spacing
    • Value: 6
    • Type: gint
    • Defined at: ExoIconView
  5. I changed the value from within Property to see its effect, typed 0 into it. It was exactly what I expected it to do, that's the property. All fine. Wish I could just auto-save that edit into a CSS – but I can't, so I gotta type this down.

But now:
How do I even write this down in the CSS file to actually take effect?

What do I do with this info?
What are the actual class names?
Do I have to reference .thunar or something alike before it?
Do I write down just the property and its value?

I blindly tried different means in the hopes I would see any change. None worked.

Besides:
Is it enough to restart just the application in xfce's case, or do I have to actually restart my window manager, or even the entire session?

__

To give further context here on what I looked into and what my intents are:
I tried to comprehend this little guide… but to no avail.
I feel really dumb right now and the journey started here with the desire to change just a simple few things, which in my browser I likely wouldn't have issues to do (by the way… if you do have answers to any of these, it would be highly appreciated). :' )

The guide I linked sadly doesn't show how or where the example value was even taken from, how the name of it was even found out, why it is written down in the CSS file, if there is any more context needed.
Where it is most important, it's mostly just "this is the tool, use it" if you boil it down, and that doesn't help someone like me who has to actually see the steps to comprehend them… especially when you're flooded with view modes and tabs in GTK+ Inspector, so I'm currently very lost. Feels like you already need to be into working with GTK to get it.
So I'm kindly asking for any kind of help or pointers, examples, etc, to fill in the gaps in my understanding.

Sadly, I failed to find any other tutorial that takes the approach of "hey, let's take it slow and easy and better overexplain!", anything I found just magically pulled up values I haven't even seen in the inspector to begin with, leaving me puzzled where they even got them from.

__

Anyway…

Despite my heavy browser customistion, consider me a noob in CSS.
So don't hold back, feel free to explain it to me like I'm 5.

Treat me like an absolute idiot, the simpler, the better – I will be very grateful for that!

u/Sly-Mk3 — 1 month ago
▲ 11 r/xubuntu+1 crossposts

Customising Panel Behaviour

Hello fellow xfce users and enjoyers!
I would like to ask you all for help in customising my xfce's panel behaviour.

To give some context:
I'm on Xubuntu 24.04 LTS using xfce 4.18, which introduced some notable changes.

My "preferred panel functionality" was what whichever xfce version Xubuntu 20.04 LTS offered did, but after upgrading to 24.04 LTS those aforementioned changes severely affect my workflows and focus and only cause more confusion than benefit.
I would like to undo them, but I have no idea where to find the responsible configs, let alone how those settings would be called to begin with… or if I'm just too dumb to see the GUI options for any of this.

This is what I intend to do (screenshot in this post meant for reference of what it is like now):

  1. After upgrading, the dropdown list of grouped windows got inverted, the oldest are on top, the newest are on bottom. This is incredibly confusing and I can't see any options to customise it under Panel Preferences → Window Buttons. The old order I had was oldest window on bottom, newest window on top of the list.
  2. I'm not fond of the italic text on focused(?) windows in grouped dropdowns, it's… I initially didn't even really know what it's even supposed to tell me to be honest, I now suspect it's supposed to be "currently raised / currently in focus window", but there's already a bold text on that option. That's enough to highlight it, so it just interrupts my focus and merely makes the text far less well readable than non-italic text in that list.
  3. Grouped windows now have a grey background variant of the selected window button background (see Thunar in screenshot). I found this to be jarring because it doesn't revert back to fully translucent anymore even if you close all but the last instance of the application in question, and some applications like Discord trigger this constantly on launch because it spawns two processes on launch: One with the (imo unnecessary) spinning logo, and then one of the chat window itself… which instantly triggers the panel to treat this like a group highlight even though just one is left over (like I said: I can close all but the last and the highlight is still there). I already got a circled number on grouped windows and a change to generic application name for groups instead of unique window titles for single entries. This is enough for me to see something is a group, if you know what I mean, and if it's a feature which works as unreliably as it does right now, I would rather really just not have it. It's also why I disabled blinking windows back then (it was buggy on the xfce version from 20.04 and before, sometimes the blinking never stopped).
  4. The new "Launch New Instance" option is absolutely unnecessary for me and clutters space for my uses. I got keyboard shortcuts for frequently used applications which I hit if I want another instance of it, so I would like to get rid of this menu point.
  5. If I rightclick on a window group and mouseover an entry to do something to it (like "Move to Workspace Right"), it automatically raises the window into focus. If I abort that, the last mouseovered menu entry even stays in focus… which is insanely annoying and not even what I want. I'm not intending to tab/cycle through those windows, I want to do an action to them (like move them or close them) when I do that. So this is sort of doing more than I even asked for and I was never fond of "thinking for you"-approaches in UX. On Xubuntu 20.04 the focus stayed with the last window you had in focus, there were no automatic raising and focus changes whatsoever.
  6. On the xfce version of 20.04, if I minimised a window, it didn't just make the text more translucent (like now), but it also wrapped the window title in [ ], for example Firefox became [ Firefox ] when minimised (this included an entire group name if all of it were minimised). I found no option to bring that back with, and as is the translucency alone isn't sufficient for me to see at a quick glance which window is minimised and which isn't… especially if I lower my screen brightness it's obscure.

I would be really really thankful if anyone can give me at least pointers how to customise this to get the 20.04 behaviour back. It would save me unnecessary confusion and headache. : )
In the window grouping department I even considered to ungroup stuff again… which I would rather not as there's clear benefits to groups which I'm also fond of.

Yes, I have been searching for answers, but perhaps I'm not using the correct key words as I couldn't find any answers (or modern search engines just plain suck…), so I'm starting to be "desperate" at this point.

Hoping in a community like this, which has a high focus on customisation and toying with xfce, I will be able to find the holy grail I have been looking for. It's been a good while since I felt this clueless with my system's behaviour… would like to change that. : )

___

tl;dr:
Please help me figure out how to get rid of:

  1. Inverted grouped windows order in dropdown (I want to invert it back to what it was with oldest on bottom, newest window on top of the list),
  2. italic text in that grouped dropdown (I prefer just bold for currently focused entries),
  3. the buggy grey backgrounds of non-selected groups (would rather have none),
  4. Launch New Instance option (I have 0 need for it),
  5. the automatic window-raising of grouped window entries when rightclicking and mouseovering on the group entries to do any kind of actions to these entries of the grouped application (like when wanting to go to "Move to Workspace Right", navigating to the option raises focus on the window it is for, which I don't want),
  6. the lack of [ ]-wrapping of minimised window titles (back then, if I minimised Firefox, it would become [Firefox] on the panel which made it instantly clear even on very low screen brightness. This is no more the case).

See screenshot for reference on how it is now and to understand what I want to change.

Thank you kindly in advance for any help in this matter!

u/Sly-Mk3 — 25 days ago

Panel Tray in Xubuntu 24.04 Stops Showing Applications

UPDATE 2 [SOLVED]:

To whom it may concern and to those who may have had similar issues:

Thanks to nuxi's post in this thread the issue has been solved by uninstalling xfce4-indicator-plugin and xfce4-sntray-plugin, leaving only Status Tray Plugin in the panel.
It seems to have been a conflict of things that all did the same, if I had to guess I likely unknowingly accumulated these through the update path taken from 20.04 up until 24.04.
Those redundancies weren't flagged for autoremove, so it didn't even cross my mind to look at it from this angle.
Friendly reminder to others who took the upgrade way to 24.04 to check if there's any duplicates of things that do the same and only leaving the very latest one on your system.

After going back to kernel 6.8.0-117 and using it for a while like that I can also confirm the "GUI ghosting / burn-in" mentioned below and weird occasional panel element flickering to be gone too, so this issue likely had the same origin.
This must have really messed a lot with xfce components.

In hindsight pretty obvious to avoid duplicates and also to get rid of legacy or effectively deprecated packages…

__

UPDATE:

I went into advanced boot settings… and went from 6.8.0-117 kernel version back to 5.15.0-179.
Suddenly it behaves as expected, listing applications correctly in my panel's tray with every tray plugin.
Even the ghosting on the GUI (see original post below) is gone now.
The heck.
I also don't know why I didn't think of this sooner. Terribly sorry, if I wasted anyone's time.
Though this still poses the question of the "why". Is there anything I could do with modprobe?

Any ideas on what might be responsible for this or how to find out?

__

Hello, fellow Xubuntu users! (tl;dr below)

From one boot to another, my system tray icons for applications like Discord and Element don't show up on my panel anymore. I didn't touch anything in the session before rebooting and that's weird.
The problem is that those tray entries were a great way to collapse those chats without having them take up clutter on my panel's Window Buttons section and so they have become my daily driver in usage.

Instead of the correct entries, now I am only able to get duplicates of the CPU clock switch button and network tray entry, see image.

What used to work (reloading panel profile as this user has done it) stopped working for me all of a sudden. It just keeps replacing what used to be the spot with those applications with yet another CPU clock setting button and network.
I tried reinstalling all xfce-related packages. Nope, no change.

Did anyone have the same problem and if so, how did you solve it?

Welcome any sort of pointers too.
Modern search engines are borderline to terrible so it's really hard for me to find a comparable situation or solution.

Further context:
I got 3 tray plugins and none works anymore:
Indicator Plugin, Status Tray Plugin, and Status Notifier Plugin. That's what the duplicates on there are by the way. Adding them separately in fresh sessions or while the two applications are on makes no difference.
I tried each and tried finding answers that may be relevant but to no avail, and something this basic which has never failed me before is suddenly causing me such a headache… so I'm genuinely wondering what's happening there.
I can't manually add applications to the list, I looked into the tray items' configuration and tried to find anything editable under Settings Editor → xfce4-panel. No luck though.
So, I'm wondering: Is this LTS release really as cursed as people say?

If anyone has resources on what one has to do to manually shove those applications back in there, I would appreciate that.

My patience is starting to wear thin as I've been sitting nearly 2 days in front of this device making backups, and then upgrading.
22.04 already had some weird stuff with xfce (shadows of dropdown menus cloning when swiping the cursor over it back and forth, big black frames from the shadow on some windows when disabling compositor, etc), and on 24.04 I now have this and "ghosting" of entries on the panel (like a translucent-duplicate burn-in on the panel) and dropdown menus of Firefox causing flickering behind them and being generally not as responsive as they used to be.
Really makes me reconsider if Xubuntu is still something I can use as a daily driver.
20.04 and earlier somehow never let me down, but this has been just annoying.
I hope it's at least relatable that frustration is building up given how the time I have been sinking into something as stupid as this is really not being worth it so far.

Like I said, given this wasn't the only oddity, I'm wondering if a full wipe and clean install wouldn't have been better. But initially I wanted to avoid having to reconfigure everything all over again, thus the upgrade path decision. :/

PS: Yes, the time on the screenshot is roughly when I posted this. Spending Wasting my days off on that by now…

tl;dr:

Panel tray entries for applications went poof and all I get is what you see on the screenshot: CPU button and network button, no matter the tray.
No other entries available.
Tried reinstallation of packages. Fresh boots and xfce-sessions to configure it on.
Go-to method of reloading a previously saved panel profile only yields the same duplicate buttons issue.
Out of ideas and kindly asking for any sort of help in figuring this out.

Thanks in advance.

u/Sly-Mk3 — 1 month ago

How would you explain E2E encryption, verification, room keys?

Hey, fellow Matrix users!
Before you say it: I know this might be a tricky one. ^ ^ '

But if you had to describe in a simple (visual) way to a person who is not tech-savvy how end-to-end encryption and verification works in Matrix clients and what room keys are (for and why and when they are needed), how would you describe it?

I feel this perceived complexity is what doesn't convince some people I know to make the move even though they expressed interest. It's intimidating to them, but I didn't find a great way to explain the whole system to them – yet. I recognise Matrix as a wonderful idea, but an idea on paper doesn't get very far if nobody reads it, if you know what I mean.
The explanations and FAQ on the Matrix (and Element) page didn't seem to help clear it up either and only confused people more.

I'm primarily looking for something "haptic", think along the lines of "It's like having a key to your letterbox!", but no matter how I approach it, I can't find a visual scenario I could use where all of the three mentioned things mesh well with another and are "relatable" for a lack of better words.

Now in case you wonder why:
I've been toying with the thought of visualising the whole concept of e2e encryption, verification and room keys, making something like a short comic sketch to help people visualise and grasp it, so they know what they need to do when logging in to a new client or device simply by following along or looking up the comic again, just something to draw parallels to each of these things, but am having serious trouble there. I want them to understand it and not just follow a bulletpoint list.

Help would be greatly appreciated! : )

PS: So far, I also struggled to make it clear to people that the recovery key is very very very important to preserve your account in case things go wrong… and so one friend already lost access to his first account and another may lose his chat history if his device breaks.
Wish I could have prevented that…

reddit.com
u/Sly-Mk3 — 2 months ago