LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Closed Thread
  Search this Thread
Old 11-06-2015, 10:32 PM   #406
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942

alsa sound project , goes to release 1.1.0 sortly i think
ftp://ftp.alsa-project.org/pub/testing/

i know slackware no goes in to no "stable released packages" ... but is possible 1.1.0 released sortly and think is better 1.1.0 than recompiled 1.0.29.
 
Old 11-07-2015, 04:53 AM   #407
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,233

Rep: Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027
A bug fix version of glib2 is available:

http://ftp.gnome.org/pub/gnome/sourc...-2.46.2.tar.xz
 
Old 11-07-2015, 07:24 AM   #408
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,233

Rep: Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027
readline-6.3 have two new patch since slackware current version

ftp://ftp.gnu.org/gnu/readline/readline-6.3-patches:

readline63-007

readline63-008
 
Old 11-07-2015, 06:17 PM   #409
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,065

Rep: Reputation: Disabled
I suggest to ship in packages a/pkgtools and ap/slackpkg the 120 localized man pages gathered in the archives in http://slint.fr/localized_man_pages/
They are provided in following languages, thanks to the Slint translators:
Code:
Code   Language                 Suggested console font
de     German                   ter-1*
el     Greek                    ter-7*
es     Spanish (Latin America)  ter-1*
fa     Persian                  bicon-8x16-512*[1]
fr     French                   ter-1*
id     Indonesian               ter-1*
it     Italian                  ter-1*
nb     Norwegian                ter-1*
nl     Dutch                    ter-1*
pt_BR  Portuguese (Brazil)      ter-1*
pt_PT  Portuguese (Portugal)    ter-1*
ru     Russian                  ter-k*
sv     Swedish                  ter-1*
tr     Turkish                  ter-9*
uk     Ukrainian                ter-c*
Notes:
  • All these man pages are encoded in UTF-8, so GROFF_ENCODING should be set to UTF-8.
  • To display a man page in a given language, LANG should be set to a locale encoded in UTF-8 and beginning with the relevant code in the left column above.
  • For instance for Dutch following locales can be used:
    Code:
    ~$ for i in $(locale -a|grep ^nl);do LANG=$i; echo -n "$i ";locale -k charmap;done|grep UTF-8|cut -d ' ' -f 1
    nl_AW
    nl_BE.utf8
    nl_NL.utf8
  • Then to display "man installpkg" in Dutch, for instance:
    Code:
    GROFF_ENCODING=UTF-8 LANG=nl_AW man slackpkg
  • For a proper display in Persian, use mlterm available from http://slackbuilds.org. An acceptable display can be obtained with this command:
    Code:
    LANG=fa_IR GROFF_ENCODING=UTF-8 man <man page>|fribidi --nobreak --wrtl|most
  • It should go without saying that the font used should include all the needed glyphs. Under X or in an adapted framebuffer the font DejaVuSansMono, for instance, covers all these languages.
[1]Fonts not shipped in Slackware, provided by bicon available from http://slackbuilds.org

Last edited by Didier Spaier; 11-08-2015 at 11:17 AM. Reason: s/can be get/can be obtained/
 
1 members found this post helpful.
Old 11-08-2015, 01:03 AM   #410
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,233

Rep: Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027
new at-spi2-core 2.18.2, bug fix:

http://ftp.gnome.org/pub/gnome/sourc...-2.18.2.tar.xz
 
Old 11-08-2015, 03:36 PM   #411
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

Recently I have migrated my system to a different disk. It's rather a flawless task.

But (from my point of view) it could be simpler if mkinitrd supported the following options:
1) possibility to specify an alternative configuration file,
2) chroot,
3) possibility to prepend another image.

1) I'm using mkinitrd.conf, because I prefer it over specifying all the arguments on the command line. The point is that I'm using partitions ID as opposed to /dev/sd* so it's easier/faster for me to keep them in config file. When you're migrating to a different disk, you have to change the IDs accordingly, so that's the point when it's important to be able to use alternative configuration file (that is I leave the original config file intact and only modify the config that resides in /etc on the disk that I'm migrating to.

2) This is more of a "visual" thingy. If the disk I'm migrating to is mounted on /mnt/tmp then when I create the initrd for the new disk, then when the new disk is booted, the initrd path will read something like: /mnt/tmp/boot/initrd.gz, where clearly this is not the truth.

3) It's not my case at the moment, but more and more people are gonna need the microcode to be updated early in the boot. For that reason it would be preferable to be able to prepend another image before the actual initrd image. This should be doable in the config file and also on command line.

For 3) to be painless experience, also the stock kernel configuration should have all the relevant CONFIG_MICROCODE_* set to =y.

Thanks in advance!

--
Best regards,
Andrzej Telszewski
 
Old 11-08-2015, 04:34 PM   #412
Zexuo
Member
 
Registered: Mar 2015
Location: Florida
Distribution: Slackware
Posts: 64

Rep: Reputation: Disabled
The Perl script xscreensaver-text that comes with XScreenSaver 5.33 uses deprecated regular expression syntax, which causes Perl 5.22.0 to emit a deprecation warning, which appears on text-emitting screensavers.

You can see the warning at the beginning of the output when you run `xscreensaver-text --program fortune`.

The version of the script bundled with XScreenSaver 5.34 has the updated regular expression syntax.
 
1 members found this post helpful.
Old 11-09-2015, 12:42 AM   #413
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,233

Rep: Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027
Maybe euigen 3 and 2 could be updated, 3.2.7 and 2.0.17 versions are available since a while
 
Old 11-09-2015, 01:55 AM   #414
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,246

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
A newer vte. The first version of vte to support true color (which neovim takes advantage of) is 0.35.1, according to this link:

http://www.getoffmalawn.com/blog/the...color-terminal

-current currently has 0.28.2, which is the same version that's in Slackware 14.1.

Last edited by dugan; 11-09-2015 at 08:47 AM.
 
Old 11-09-2015, 06:39 AM   #415
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,679

Rep: Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796
If new vte is accepted please include 0.36.5.
vte newer than 0.36.5. bump the API (2.91) and break many things.
 
Old 11-09-2015, 07:12 AM   #416
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,233

Rep: Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027
0.28.2 is latest version for use with gtk+2, example, xfce4-terminal use this version, geany also. lxterminal also, etc......

other 0.3 and 0.4 version are for use with gtk+3.
 
2 members found this post helpful.
Old 11-09-2015, 08:17 AM   #417
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,233

Rep: Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027
Another gvfs bug fix an enhancement version:

http://ftp.gnome.org/pub/gnome/sourc...-1.26.2.tar.xz
 
Old 11-09-2015, 03:20 PM   #418
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Finally alsa project launch out the 1.1.0 libs , plugins etc

http://www.alsa-project.org/main/index.php/Main_Page
 
2 members found this post helpful.
Old 11-10-2015, 02:17 AM   #419
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,233

Rep: Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027
New gnome-3.18 base update:

http://ftp.gnome.org/pub/gnome/sourc...-3.18.3.tar.xz
http://ftp.gnome.org/pub/gnome/sourc...-2.32.2.tar.xz
http://ftp.gnome.org/pub/gnome/sourc...-2.52.2.tar.xz
 
Old 11-10-2015, 05:15 AM   #420
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,233

Rep: Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027Reputation: 1027
Maybe libraw-0.17.0 could be updated, Eric has this package in his ktown repository
 
1 members found this post helpful.
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] vdso_time error after current updates chrissi29 Slackware 4 03-20-2013 04:09 AM
xfce 4.10 and latest updates to current BCarey Slackware 7 07-16-2012 10:56 AM
wget error with new current updates fogpipe Slackware 2 07-14-2012 03:16 PM
Massive updates in -current mlangdn Slackware 53 07-01-2012 08:15 AM
Slackware current updates today! neo Slackware 2 04-22-2005 05:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration