Search found 150 matches

by nevets
Mon Dec 04, 2023 6:36 pm
Forum: General support
Topic: gpgtar decrypt failure
Replies: 2
Views: 20187

Re: gpgtar decrypt failure

It seems that the modifier --no-use-agent returns gpg: WARNING: "--no-use-agent" is an obsolete option - it has no effect Seems there is a bug in gpg. Workaround... install gpg-gui and use this application. Unlike gpgtar it only works on a file. But we can always use the native archiver to...
by nevets
Thu Nov 30, 2023 5:11 pm
Forum: General support
Topic: gpgtar decrypt failure
Replies: 2
Views: 20187

gpgtar decrypt failure

Hi, As we don't have a encrypted instal of Ghost I wanted to use the native pre-installed gnugp to selectively encrypt particular data directories. For some reason I can't fathom the decryption always fails... I followed [https://www.baeldung.com/linux/encrypting-decrypting-directory] example... enc...
by nevets
Thu Nov 30, 2023 4:56 pm
Forum: General support
Topic: definite linux newb with installer questions
Replies: 4
Views: 19350

Re: definite linux newb with installer questions

Usually we install binaries with pkg install from the external GhoistBSD repository. You can use System > Control Centre > Software Station to browse available packages - and then install by ticking a box. The pkg add is rarely used - it requires you to have the binary file [pkg] in a local director...
by nevets
Mon Oct 30, 2023 10:01 pm
Forum: Feedback
Topic: unsolicited passwd file changes
Replies: 7
Views: 79826

Re: unsolicited passwd file changes

I think some pkg installs seem to effect changes in passwd. Last time I saw this was installing scanner related pkgs I think. Perhaps there's an artefact somewhere in MATE configuration...? chsh doesn't seem to update passwd to the new TE which is why I ee the file. Only then does MATE stop using fi...
by nevets
Sun Oct 29, 2023 9:38 pm
Forum: Feedback
Topic: unsolicited passwd file changes
Replies: 7
Views: 79826

unsolicited passwd file changes

It seems that OS upgrades force changes to my username entry in passwd file, forcing the TE to fish. I prefer zsh. Whilst I can retrospectively edit the line from fish back to zsh 'username':*:1002:1002:'username':/home/'useername':/usr/local/bin/zsh Is there something in the upgrade process that ca...
by nevets
Thu Oct 05, 2023 5:31 pm
Forum: Sound Device
Topic: Defaulting VLC to the front jack of the PC
Replies: 1
Views: 16210

Defaulting VLC to the front jack of the PC

The device VLC uses to playback audio on the front jack is pcm5:Virtual as dsp5.vp0 Now VLC ignores any settings from the MATE -> Applications -> sounds app. And while /dev shows a dsp5.0 special file the /dev/dsp5.vp0 is only created once VLC is pointed there, and disappears once VLC quits. I thoug...
by nevets
Thu Oct 05, 2023 6:50 am
Forum: General Questions
Topic: GhostBSD tools on FreeBSD
Replies: 2
Views: 13018

Re: GhostBSD tools on FreeBSD

Before backup station I used the beadm pkg tool. It's command line yet fairly simple. beadm list to view all snapshots of t boot environment sudo beadm create "name" to create a snapshot. sudo beadm destroy "name" to destroy a snapshot. ---------------------------------------- Ot...
by nevets
Sun Aug 20, 2023 9:52 am
Forum: General Questions
Topic: After install lxterminal it starts fish?
Replies: 5
Views: 16723

Re: After install lxterminal it starts fish?

Fish is the GhostBSD default TE.
You can change the TE to another.
https://forums.ghostbsd.org/viewtopic.php?f=76&t=2520
by nevets
Sun Aug 06, 2023 8:29 am
Forum: General Questions
Topic: Local pkg index
Replies: 6
Views: 15610

Re: Local pkg index

From a terminal, this command lists the packages
pkg info
Next, in the terminal menu select Edit > Copy
Then, In pluma select from the menu Edit > Paste
by nevets
Mon Jul 24, 2023 5:45 am
Forum: Installation and Maintenance of software
Topic: Calibre stops LibreOffice Writer working
Replies: 5
Views: 14285

Re: Calibre stops LibreOffice Writer working

Calibre 6.23.0 --> this newer version still stops LibreOffice Writer from working. I think I'd need to run a backtrace debugger to resolve this - not something I've ever tried before. https://wiki.documentfoundation.org/QA/BugReport/Debug_Information -------------------------------------------------...