Search found 1105 matches

by laprjns
4. Mar 2024, 10:49
Forum: Problems
Topic: ls options
Replies: 12
Views: 308

Re: ls options

Try adding the -f option
by laprjns
25. Feb 2024, 16:40
Forum: Problems
Topic: Newest llvm update fails
Replies: 12
Views: 425

Re: Newest llvm update fails

Just a heads up. I learned today that some flatpak packages (Cura and FreeCAD) would not start up correctly. The only thing displayed was the top window bar as if the window was rolled up. This was happening on both of my computers. After a little troubleshooting, I tracked it down to a compatibilit...
by laprjns
19. Feb 2024, 19:25
Forum: Problems
Topic: Newest llvm update fails
Replies: 12
Views: 425

Re: Newest llvm update fails

Same problem here on two different computers. ich[~]$ sudo slapt-get --upg Reading Package Lists...Done The following packages have been EXCLUDED: glibc-zoneinfo rootuser-settings zzz-settings The following packages will be upgraded: llvm 1 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 3 ...
by laprjns
11. Feb 2024, 11:28
Forum: Problems
Topic: jack-rack compilation error
Replies: 9
Views: 245

Re: jack-rack compilation error

Jack-rack builds and installs without issues here on 15.0 using slapt-scr and the slapt-src repository set to the Slackbuild repository. rich[~]$ cat /etc/slapt-get/slapt-srcrc BUILDDIR=/usr/src/slapt-src PKGEXT=txz #SOURCE=http://slackware.uk/salix/slkbuild/15.0/ #SOURCE=http://slackware.uk/salix/s...
by laprjns
18. May 2023, 10:00
Forum: Problems
Topic: Strange behaviour with tail command
Replies: 14
Views: 2886

Re: Strange behaviour with tail command

From gapan post # Compilation with glibc version later than 2.3.2 needs the environment # variable DEFAULT_POSIX2_VERSION set to 199209. # Without that line, the coreutils will start complaining about 'obsolete' # command switches, like "tail -20" will be considered obsolete. # This behavi...
by laprjns
17. May 2023, 14:08
Forum: Problems
Topic: Strange behaviour with tail command
Replies: 14
Views: 2886

Re: Strange behaviour with tail command

percoco2000 wrote: 17. May 2023, 10:01 Now i'm wondering why your last command didn't give you an error........
Because I did this;
gapan wrote: 12. May 2023, 23:36 You can override it with:

Code: Select all

export _POSIX2_VERSION=200809
Note that it’s not persistent.
by laprjns
17. May 2023, 09:59
Forum: Problems
Topic: Strange behaviour with tail command
Replies: 14
Views: 2886

Re: Strange behaviour with tail command

You get different behaviors with and without the "+" -c , --bytes=[+]NUM output the last NUM bytes ; or use -c +NUM to output starting with byte NUM of each file rich[~]$ echo Mylongstring | tail --bytes 3 ng rich[~]$ echo Mylongstring | tail --bytes +3 longstring rich[~]$ echo Mylongstrin...
by laprjns
10. May 2023, 22:12
Forum: Problems
Topic: Strange behaviour with tail command
Replies: 14
Views: 2886

Re: Strange behaviour with tail command

The long option, - -bytes works rich[~]$ tail --h ... Mandatory arguments to long options are mandatory for short options too. -c, --bytes=[+]NUM output the last NUM bytes; or use -c +NUM to output starting with byte NUM of each file rich[~]$ echo Mylongstring | tail -c +2 tail: cannot open '+2' for...
by laprjns
5. Mar 2023, 12:18
Forum: Problems
Topic: Pithos missing login buttons; therefore, can't login
Replies: 4
Views: 1246

Re: Pithos missing login buttons; therefore, can't login

gapan wrote: 4. Mar 2023, 23:30 Oh, it's one of those stupid CSD apps...

Try this in a terminal:

Code: Select all

export export GTK_CSD=1
pithos
I found out yesterday that pithos works fine when running as root but not as a normal user. Doing the export command fixes it when running as a normal user.
by laprjns
4. Mar 2023, 12:22
Forum: Problems
Topic: Pithos missing login buttons; therefore, can't login
Replies: 4
Views: 1246

Re: Pithos missing login buttons; therefore, can't login

Same problem here. I haven't figured out what dependency is missing yet, but have confirmed that the flatpak Pithos works. However, you will need to install the xdg-destktop-portal-gtk package to get the "apply" button to work on the flatpak Pithos package. edit: Also need to install the x...