Search found 26713 matches

by xenopeek
Sat Nov 09, 2024 3:50 am
Forum: Beginner Questions
Topic: Unable to get notifications from flatpak apps (Discord)
Replies: 5
Views: 162

Re: Unable to get notifications from flatpak apps (Discord)

Are notifications working for any other flatpaks? If you don't know, I suggest you install ASHPD Demo: flatpak install ashpd ASHPD Demo lets you try out all portals from flatpak. So start the app, go to the Notification on the left, give it a Title on the right and click Send button. On my Linux Min...
by xenopeek
Fri Nov 08, 2024 7:01 am
Forum: Scripts & Bash
Topic: <Solved> what command to extract file names?
Replies: 3
Views: 94

Re: what command to extract file names?

I suppose you mean you want a list of file names from a directory, as you don't mention any archive file (like a zip, the type of file you extract). To list the files in the current directory, just the file names, you can use the command (that's number 1 at the end, not letter l): ls -1 To save the ...
by xenopeek
Fri Nov 08, 2024 4:31 am
Forum: Beginner Questions
Topic: Password Safe not "seeing" a folder on my desktop
Replies: 3
Views: 55

Re: Password Safe not "seeing" a folder on my desktop

I assume you installed Password Safe through Software Manager? That would install the flatpak version https://flathub.org/apps/org.pwsafe.pwsafe. Flatpak runs the app in a container which limits (for improved security) what parts of the operating system and your home directory the app can see. The a...
by xenopeek
Thu Nov 07, 2024 11:13 am
Forum: Software & Applications
Topic: GPG doesn't support compression
Replies: 6
Views: 119

Re: GPG doesn't support compression

I assume the package manager doesn't know but you can try with this command if a package installed that file:

Code: Select all

dpkg -S /usr/local/bin/gpg
by xenopeek
Thu Nov 07, 2024 11:11 am
Forum: Nederlands - Dutch
Topic: Formatteur voor USB-staafjes
Replies: 5
Views: 103

Re: Formatteur voor USB-staafjes

Voor zover ik weet hebben in ieder geval Linux Mint 21 en 22 ingebouwde ondersteuning voor exFAT. Waarom heb ik anders exFAT in dit menu toegevoegd :) Op oudere systemen, met een Linux kernel versie ouder dan 5.4 (?), zou je inderdaad een aparate driver nodig hebben (exfat-fuse, via Synaptic te inst...
by xenopeek
Thu Nov 07, 2024 7:36 am
Forum: Nederlands - Dutch
Topic: Formatteur voor USB-staafjes
Replies: 5
Views: 103

Re: Formatteur voor USB-staafjes

Volgens mij als je op de "i" klikt rechts van dat veld krijg je een toelichting.
by xenopeek
Thu Nov 07, 2024 7:12 am
Forum: Software & Applications
Topic: [SOLVED] Problem with Update Manager
Replies: 4
Views: 114

Re: [SOLVED] Problem with Update Manager

momist wrote: Thu Nov 07, 2024 6:23 am and have certainly never needed it until now
Hey, that's a good thing :)
by xenopeek
Thu Nov 07, 2024 5:59 am
Forum: Installation & Boot
Topic: Cannot upgrade to LM22 - solved
Replies: 7
Views: 183

Re: Cannot upgrade to LM22

Nice :D
by xenopeek
Thu Nov 07, 2024 5:57 am
Forum: Nederlands - Dutch
Topic: Lubuntu heeft een probleem met mijn usb stick
Replies: 1
Views: 64

Re: Lubuntu heeft een probleem met mijn usb stick

Dit forum is alleen voor ondersteuning met Linux Mint problemen. Draadje op slot gezet.

Op https://lubuntu.me/ kan je hun forum vinden.
by xenopeek
Thu Nov 07, 2024 4:57 am
Forum: Software & Applications
Topic: GPG doesn't support compression
Replies: 6
Views: 119

Re: GPG doesn't support compression

What does your apt policy gpg answer? Because gpg on Linux Mint 22 is version 2.4.4. Much newer that you have. Maybe that postgresql or microsoft repository has an older version of gpg and is forcing it to be installed. How are you creating the compressed gpg file? I tried this on Linux Mint 22 and ...
by xenopeek
Thu Nov 07, 2024 4:21 am
Forum: Chat about Linux Mint
Topic: New feature request cinnamon via MS github account
Replies: 2
Views: 128

Re: New feature request cinnamon via MS github account

I tried it just now and yes the captcha you have to solve on GitHub is weird. You can thank AI chatbots for captcha's getting more and more difficult :| It's needed to stop spam/malware bots from registering. We have the same issue on the forums, it's a constant battle. If you get one like below, I ...
by xenopeek
Thu Nov 07, 2024 4:02 am
Forum: Installation & Boot
Topic: Cannot upgrade to LM22 - solved
Replies: 7
Views: 183

Re: Cannot upgrade to LM22

Hopefully those were the last bumps in the road. Let us know how the upgrade goes.
by xenopeek
Wed Nov 06, 2024 7:22 pm
Forum: Gaming
Topic: Steam Won't Start
Replies: 7
Views: 146

Re: Steam Won't Start

Timeshift backs up only files of the operating system, not your own files. The Steam launcher — the deb packages — are included in the Timeshift backup but the Steam client as noted is located in your home directory. That is not included in Timeshift backups. Timeshift is most likely useless here. I...
by xenopeek
Wed Nov 06, 2024 6:49 pm
Forum: Gaming
Topic: Steam Won't Start
Replies: 7
Views: 146

Re: Steam Won't Start

Edit: would using "apt install --reinstall $(dpkg --get-selections steam* | cut -d$'\t' -f1 | paste -sd ' ')" work and reinstall over what is already installed? That reinstalls just the launcher. The launcher is what your start from the menu. It downloads & installs/updates the client...
by xenopeek
Wed Nov 06, 2024 6:31 pm
Forum: Gaming
Topic: Steam Won't Start
Replies: 7
Views: 146

Re: Steam Won't Start

What happens when you run the command steam from a terminal ­— any error or message on the terminal that may hold a clue why it's not starting or where it is stuck? The deb package is just the launcher. It downloads and installs the Steam client to your home directory. If it the power went out when ...
by xenopeek
Wed Nov 06, 2024 2:09 pm
Forum: Installation & Boot
Topic: Cannot upgrade to LM22 - solved
Replies: 7
Views: 183

Re: Cannot upgrade to LM22

Ah, I don't know how to fix that one. If you don't mind what you could do is remove the Wine software and repository, and add them back after upgrading: - remove the wine repository in the Software Sources app, on the Additional Repositories tab - then under Maintenance use Remove foreign packages s...
by xenopeek
Wed Nov 06, 2024 11:49 am
Forum: Installation & Boot
Topic: Cannot upgrade to LM22 - solved
Replies: 7
Views: 183

Re: Cannot upgrade to LM22

From the instructions for adding the Wine repository https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu, try running these 2 commands in a terminal to add their key file: sudo mkdir -pm755 /etc/apt/keyrings sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/wi...
by xenopeek
Wed Nov 06, 2024 11:06 am
Forum: Software & Applications
Topic: [SOLVED] Problem with Update Manager
Replies: 4
Views: 114

Re: Problem with Update Manager

Maybe this can work. Open the Software Sources app, go to the Maintenance tab and do use the Fix MergeList Issue.
by xenopeek
Wed Nov 06, 2024 9:35 am
Forum: Forums Feedback
Topic: Proposal for a Bengali Language Subforum
Replies: 3
Views: 142

Re: Proposal for a Bengali Language Subforum

Hi, we're generally willing to support other language forums if users will reasonably be able to expect they can find help here in that language — that it will be an active forum with also knowledgeable users present. You write there is a growing number of Bengali speakers using Linux Mint. That's w...

Go to advanced search