Search found 55 matches

by stefan_o
Tue Jan 23, 2024 12:21 pm
Forum: Networking
Topic: Wireguard connections are spamming the network applet
Replies: 3
Views: 413

Wireguard connections are spamming the network applet

Hello, I'm using the WireGuard applet to start/stop WireGuard connections and that still works fine with Mint 21.3. But now since upgrading to 21.3 the network manager also has WireGuard connections, but it doesn't handle them correctly: Every time I start a WireGuard connection it's added to the li...
by stefan_o
Sun Jul 23, 2023 10:40 am
Forum: Cinnamon
Topic: App Menu Scrolling
Replies: 8
Views: 760

Re: App Menu Scrolling

Just open the menu, go with the mouse to border, the cursor changes and can just resize the menu like a window
by stefan_o
Sun Jul 23, 2023 8:09 am
Forum: Cinnamon
Topic: App Menu Scrolling
Replies: 8
Views: 760

Re: App Menu Scrolling

I think I solved the problem: It's a new feature where the update wasn't implemented correctly: The size is now adjustable, you can resize the menu with the mouse at the borders.
Unfortunately with the update the default got very small instead of keeping the old size.
by stefan_o
Sun Jul 23, 2023 8:05 am
Forum: Cinnamon
Topic: App Menu Scrolling
Replies: 8
Views: 760

Re: App Menu Scrolling

I've got the same problem, Menu is much smaller, more scrollbars, text is cut off, the separator between the category and the application lists is moving whenever I hover over an application with a longer title. Something has gone wrong here with the Update.
How to get the old menu back?
by stefan_o
Sun Jul 23, 2023 8:01 am
Forum: Software & Applications
Topic: [SOLVED] App requires pyqt6 - any backports?
Replies: 6
Views: 821

Re: App requires pyqt6 - any backports?

Thanks

Code: Select all

libxcb-cursor-dev
fixed that problem!
by stefan_o
Fri Jul 07, 2023 6:08 pm
Forum: Software & Applications
Topic: [SOLVED] App requires pyqt6 - any backports?
Replies: 6
Views: 821

Re: App requires pyqt6 - any backports?

I installed vapoursynth from source, pip alone doesn't work. Vapoursynth is mostly C++, but it uses Python as s script language. I think pip only installs the Python part. Older versions (those that use PyQT5) of vs-preview work fine for me, but newer doesn't. Unfortunately audio support was added a...
by stefan_o
Fri Jul 07, 2023 12:42 pm
Forum: Software & Applications
Topic: [SOLVED] App requires pyqt6 - any backports?
Replies: 6
Views: 821

Re: App requires pyqt6 - any backports?

It's vs-preview
There is no appimage etc. It would probably be also impossible, as it depends vapoursynth, which itself has a ton of plugins that build against countless libraries. You couldn't update a single plug-in.
by stefan_o
Thu Jul 06, 2023 6:45 pm
Forum: Software & Applications
Topic: [SOLVED] App requires pyqt6 - any backports?
Replies: 6
Views: 821

[SOLVED] App requires pyqt6 - any backports?

Hello,
I would like to run a Python application that requires pyqt6. Installing pyqt6 with pip doesn't work. Unfortunately it was first included in Ubuntu 22.10. Are there any backports or any other ways to run a pyqt6 application on Linux Mint?
Best regards
Stefan
by stefan_o
Thu Feb 09, 2023 9:14 am
Forum: Other topics
Topic: Prevent stand-by temporarily?
Replies: 18
Views: 1493

Re: Prevent stand-by temporarily?

Or a regular mouse and an electric toothbrush... A bluetooth-controlled toothbrush... Sometimes I access my PC via SSH (after using Wake-on-LAN), but it will go back sleep after 10 minutes. Sometimes this is what should happen (I just copy some small file), sometimes not, I start a computation, cop...
by stefan_o
Thu Feb 09, 2023 8:21 am
Forum: Other topics
Topic: Prevent stand-by temporarily?
Replies: 18
Views: 1493

Re: Prevent stand-by temporarily?

There is a subtle difference: With killall nosleep I terminate the process, which means at least after a reboot it will go back to sleep like normal if that's not done (nothing changed permanently). Also this should be possible without root access. I also don't necessary mean a computer crash, but m...
by stefan_o
Thu Feb 09, 2023 7:52 am
Forum: Other topics
Topic: Prevent stand-by temporarily?
Replies: 18
Views: 1493

Re: Prevent stand-by temporarily?

I don't want enabling/disabling something, just blocking. Otherwise in case of a crash etc. it won't get enabled again
by stefan_o
Thu Feb 09, 2023 7:48 am
Forum: Other topics
Topic: Prevent stand-by temporarily?
Replies: 18
Views: 1493

Re: Prevent stand-by temporarily?

As mentioned, systemd-inhibit <command> (although I don't know if on your setup this keeps "the screensaver" active). man systemd-inhibit for more info. Two problems: Doesn't work from SSH: Failed to inhibit: Access denied . Same user on desktop terminal no access problem Doesn't work at ...
by stefan_o
Wed Feb 08, 2023 7:25 pm
Forum: Other topics
Topic: Prevent stand-by temporarily?
Replies: 18
Views: 1493

Re: Prevent stand-by temporarily?

I'm on Cinnamon and found a similar applet, but it's not exactly what I want:
  • I want to prevent stand-by not screensaver (screen should turn off)
  • I also want something that works from the console
Any ideas?
by stefan_o
Wed Feb 08, 2023 12:47 pm
Forum: Other topics
Topic: Prevent stand-by temporarily?
Replies: 18
Views: 1493

Prevent stand-by temporarily?

Hello, my PC is going into stand-by after 10 minutes, like it's supposed to do. Unfortunately it does so no matter what, even when downloading a large file or doing some computation. The simple trick is to just start a video/audio, that will prevent stand-by, but is quite inconvenient (you have to t...
by stefan_o
Mon Jan 30, 2023 7:50 pm
Forum: Software & Applications
Topic: Nemo search results default columns
Replies: 14
Views: 597

Re: Nemo search results default columns

Yes, the only difference is the setting. It can be reproduced directly, just turn it on and you'll get the three default columns only. This also means you cannot set unset -> change -> set, because not only the code that stores the custom columns checks that option, also the one that reads it. That'...
by stefan_o
Mon Jan 30, 2023 6:46 am
Forum: Software & Applications
Topic: Nemo search results default columns
Replies: 14
Views: 597

Re: Nemo search results default columns

Had a look at the source code and found the problem, there is a bug (feature???) in Nemo that prevents it from using that setting: I have the option "ignore-view-metadata" turned on, because I do not want Nemo to use/remember any folder-specific settings. If you have a look at src/nemo-lis...
by stefan_o
Mon Jan 30, 2023 6:34 am
Forum: Software & Applications
Topic: Nemo search results default columns
Replies: 14
Views: 597

Re: Nemo search results default columns

gsettings returns what I expected (because I set this using dconf-editor:

Code: Select all

['name', 'size', 'where', 'date_modified']
Unfortunately Nemo completly ignores that. Nemo is version 5.6.3
by stefan_o
Sun Jan 29, 2023 12:22 pm
Forum: Software & Applications
Topic: Nemo search results default columns
Replies: 14
Views: 597

Re: Nemo search results default columns

Ok, I just tried another device: It will remember the setting and store it in /org/nemo/search/search-visible-columns
Why does my system doesn't do that? It was a clean install of Mint 21 (updated to 21.1). The other system is a clean install of 21.1. Some bug in updating 21 to 21.1?
by stefan_o
Sun Jan 29, 2023 8:40 am
Forum: Software & Applications
Topic: Nemo search results default columns
Replies: 14
Views: 597

Re: Nemo search results default columns

The entry /org/nemo/ list-view /search-visible-columns doesn't exist for me. It seems that dconf-editor also doesn't allow me to create new entries. I'm not to sure, but I also think that Nemo did remember that in the past or maybe the default was different (it never annoyed me until recently that s...
by stefan_o
Sun Jan 29, 2023 7:17 am
Forum: Software & Applications
Topic: Nemo search results default columns
Replies: 14
Views: 597

Re: Nemo search results default columns

Thanks for that tip, but it didn't work (I would like to have it exactly like you): Even after restart it's still only the three default columns. I checked dconf-editor again, it shows the string exactly as you wrote at it as current value. I checked if Nemo reports any errors to stderr regarding to...

Go to advanced search