Search found 8799 matches

by smurphos
Tue Oct 08, 2024 3:45 am
Forum: Software & Applications
Topic: [Feature Request] Nemo: Drag & Drop Script Execution
Replies: 19
Views: 314

Re: [Feature Request] Nemo: Drag & Drop Script Execution

Rule of thumb is to always double quote variables in shell scripts. Actions - are context specific - you can limit them to specific mime-types, file extensions, or apply other custom conditions to control when they do or don't appear in the context menu. You can edit your desktop files with a text e...
by smurphos
Tue Oct 08, 2024 3:29 am
Forum: Beginner Questions
Topic: Need second opinion about mitigations
Replies: 5
Views: 139

Re: Need second opinion about mitigations

I don´t know except to suggest that you can use inxi -Ca to see what your processor is actually vulnerable to and what mitigations are active.
by smurphos
Tue Oct 08, 2024 3:22 am
Forum: Software & Applications
Topic: Desklets and other windows always on top?
Replies: 1
Views: 34

Re: Desklets and other windows always on top?

For windows in general right click the header/title bar and check "always on top".

For desklets you can't have them always on top. But if you want a quick look the keyboard shortcut Super+S shows the desklets. Super key == Win key...
by smurphos
Tue Oct 08, 2024 3:10 am
Forum: Software & Applications
Topic: Display Icons Not Thumbnails for OpenOffice
Replies: 5
Views: 87

Re: Display Icons Not Thumbnails for OpenOffice

You normally need to clear your thumbnail cache and log off and back on after making changes to thumbnailers - the thumbnail cache its here - ~/.cache/thumbnails A hint - when possible it is normally better to copy system files to a user controlled equivalent location and edit there. It minimises us...
by smurphos
Tue Oct 08, 2024 2:09 am
Forum: Software & Applications
Topic: [Feature Request] Nemo: Drag & Drop Script Execution
Replies: 19
Views: 314

Re: [Feature Request] Nemo: Drag & Drop Script Execution

The launcher idea really isn't working for me. It looks like the file paths get broken by the embedded spaces - how do I ensure the whole file path gets passed into the script as one parameter? On a quick test I don´t have any issues with this. Are you double quoting "$1" etc in your scri...
by smurphos
Mon Oct 07, 2024 12:36 pm
Forum: Cinnamon
Topic: Mirror taskbar on all monitors and their state
Replies: 4
Views: 155

Re: Mirror taskbar on all monitors and their state

https://electro-dan.co.uk/blog/34/linux-mint-cinnamon-multi-monitor-show-all-apps-on-every-panel#:~:text=By%20default%2C%20you%20may%20not,side%20to%20add%20the%20panel. Sigh...the tutorial is probably fine, other than the right ( better / safer / wont get over-written by a cinnamon update) way to ...
by smurphos
Mon Oct 07, 2024 12:19 pm
Forum: Software & Applications
Topic: Display Icons Not Thumbnails for OpenOffice
Replies: 5
Views: 87

Re: Display Icons Not Thumbnails for OpenOffice

Can we check what thumbnailers you have installed?
In a terminal run this command a report the output.

Code: Select all

ls -la /usr/share/thumbnailers
by smurphos
Mon Oct 07, 2024 11:57 am
Forum: Software & Applications
Topic: Installing an updated version of Python
Replies: 5
Views: 111

Re: Installing an updated version of Python

locovaco wrote: Sun Oct 06, 2024 12:36 pm Help?
Time for Mint 22 :wink:
by smurphos
Mon Oct 07, 2024 11:40 am
Forum: Installation & Boot
Topic: udev-settle.service mask NOT booting Linux
Replies: 16
Views: 340

Re: udev-settle.service mask NOT booting Linux

Sorry for the delayed response. So I´ḿ not sure where to go from here, but here are some ideas for further investigation 1) Anything interesting in dmesg? dmesg -l emerg,alert,crit,err will filter out informational and just leave errors and worse. 2) Any indication in the journal what is going on wh...
by smurphos
Mon Oct 07, 2024 9:24 am
Forum: Software & Applications
Topic: [Feature Request] Nemo: Drag & Drop Script Execution
Replies: 19
Views: 314

Re: [Feature Request] Nemo: Drag & Drop Script Execution

I don't want my script as a launcher on the desktop. Drag and drop onto a .desktop file (aka launcher) works as you describe in Nemo. They don´t have to be on the desktop, they can be be anywhere you like. Also what you are trying to do sounds like an ideal candidate for a user created nemo action ...
by smurphos
Mon Oct 07, 2024 3:30 am
Forum: Software & Applications
Topic: Error in sudo apt update
Replies: 6
Views: 342

Re: Error in sudo apt update

To fix the codium issue. 1)Open the relevant sources file is a text editor (xed) with elevated privileges export SUDO_EDITOR="xed -w" sudoedit /etc/apt/sources.list.d/vscodium.list 2) You should see this content deb [signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg] https://downl...
by smurphos
Mon Oct 07, 2024 3:20 am
Forum: Software & Applications
Topic: Error in sudo apt update
Replies: 6
Views: 342

Re: Error in sudo apt update

There's nothing wrong with the Wilma repo, it just doesn't share its PGP signature "InRelease" What does that mean? I'm curious as to why it always fails, could you explain in laymen terms? I will try :wink: It´s not failing. It is being ignored, because it doesn't exist, This is just two...
by smurphos
Mon Oct 07, 2024 2:55 am
Forum: Software & Applications
Topic: How to synchronize Cinnamon favorites between two machines
Replies: 7
Views: 140

Re: How to synchronize Cinnamon favorites between two machines

As per the existing answers. From man dconf with added emphasis from me The dconf program can perform various operations on a dconf database , such as reading or writing individual values or entire directories. The dconf database is ~/.config/dconf/user As-well as exploring it with the GUI dconf-edi...
by smurphos
Sun Oct 06, 2024 1:21 pm
Forum: Beginner Questions
Topic: [SOLVED] How can I disable single click menus in System Settings?
Replies: 8
Views: 192

Re: How can I disable single click menus in System Settings?

Anyway, that turned into a long one but thank you once again for instructions on how to change the behavior! :D I was genuinely interested in your thoughts, I suspect should a developer happen across this thread they probably would be as-well. There is definitely a design/UI issue here with the acc...
by smurphos
Sun Oct 06, 2024 5:00 am
Forum: Software & Applications
Topic: Other options for authentication
Replies: 3
Views: 133

Re: Other options for authentication

Yeah, I wouldn't want to completely disable authentication. But it seems like a simple "Allow" or "Deny" like Windows would be a better way to go than typing your password every time you want to install something--or at least providing that option. That is one of many reasons th...
by smurphos
Sun Oct 06, 2024 4:50 am
Forum: Software & Applications
Topic: Where does nemo store directory specific display information?
Replies: 17
Views: 334

Re: Where does nemo store directory specific display information?

Coffeeee wrote: Sun Oct 06, 2024 3:51 am After reboot it wiped zoom, list/icon view, ascending/descending. It kept bookmarks and favorites. It also kept all preferences.
Yep, bookmarks are not in metadata. Favorites are in both metadata and dconf, and it appears the dconf list has some sort of precedence.
by smurphos
Sun Oct 06, 2024 4:45 am
Forum: Software & Applications
Topic: How to synchronize Cinnamon favorites between two machines
Replies: 7
Views: 140

Re: How to synchronize Cinnamon favorites between two machines

This command will dump a lists of nemo favorites to a text file called nemo-favorites in the working directory (by default your home directory) dconf dump /org/x/apps/favorites/ > nemo-favorites On the other machine having moved the file to it this command will load that file (from the same location...
by smurphos
Sun Oct 06, 2024 3:44 am
Forum: Installation & Boot
Topic: udev-settle.service mask NOT booting Linux
Replies: 16
Views: 340

Re: udev-settle.service mask NOT booting Linux

Thanks - so no ZFS fils systems on your system, and I see nothing odd in the status of the various ZFS services. It is without a doubt systemd-udev-settle.service slowing your boot. https://i.imgur.com/4S1Ot1b.png So the mystery is why is disabling zfs services or the udev service stopping you booti...

Go to advanced search