Search found 51 matches

by slack631
14. Dec 2012, 02:31
Forum: Problems
Topic: How to connect huawei e303 gsm modem on salix 14?
Replies: 9
Views: 5400

Re: How to connect huawei e303 gsm modem on salix 14?

HI

Install ModemManager and mobile-broadband-provider-info packages
enable rc.networkmanager
then run

Code: Select all

nm-connection-editor
You can download and install manualy from here; or some other mirror,for 32bit,:
ftp://ftp.osuosl.org/pub/slackware/slac ... ackware/n/

regards
by slack631
10. Dec 2012, 00:23
Forum: Problems
Topic: open type fonts (.otf)
Replies: 3
Views: 1483

Re: open type fonts (.otf)

Try this way:

Code: Select all

mkdir /usr/share/fonts/OTF
cp font.otf /usr/share/fonts/OTF/
fc-cache
mkfontdir /usr/share/fonts/OTF 
hope it would help.
Edit:
You might need to change permissions on the fonts;
if some application is unable to use them.
by slack631
8. Dec 2012, 00:30
Forum: Problems
Topic: folder deleted mistakenly
Replies: 2
Views: 1059

Re: folder deleted mistakenly

Everything works again.

thanks
by slack631
8. Dec 2012, 00:01
Forum: Problems
Topic: folder deleted mistakenly
Replies: 2
Views: 1059

folder deleted mistakenly

Hi,
By mistake I have deleted /boot folder.
Now, I am able to recreate all the elements inside, taking initrd.img extracted. But I fail to find salix.bmp image.
Where is that file, in which package?
That is the new 14 salix xfce.

thanks
by slack631
28. Nov 2012, 22:29
Forum: Announcements
Topic: Salix Xfce 14.0
Replies: 70
Views: 93767

Re: Salix Xfce 14.0

X86_64 installed. Works great. Maybe the font appearance depends on the type of monitor. In Settings, Appearance, there is Fonts Enable anti-aliasing option, and Hinting can be set to slight. Infinality patches make miracles with fonts :). http://someslack.wordpress.com/infinality-on-slackware/ The ...
by slack631
14. Oct 2012, 14:59
Forum: Announcements
Topic: Salix Xfce 14.0beta1
Replies: 66
Views: 59552

Re: Salix Xfce 14.0beta1

When will be the next stable release of Salix-14. I am using it after the 13.37 version. Still have it on one partition as main OS. It would be nice to start all over again with a stable release. But I also test new 64bit beta1-14 on the second partition. Quite well so far. I can not say I'm sitting...
by slack631
6. Oct 2012, 15:57
Forum: Announcements
Topic: Salix Xfce 14.0beta1
Replies: 66
Views: 59552

Re: Salix Xfce 14.0beta1

Hi, A new x64-14 Salix. Everything looks quite nice. I installed the Nvidia proprietary drivers, But I had to pre-install the kernel source from slackvare-14dvd, also a usb_modeswitch package, cmake, and additionally slackvare64-compat32 packages. Hell :) only for Wine Package I had to install an ol...
by slack631
1. Sep 2012, 11:50
Forum: Package requests
Topic: Kalkun - Manage your SMS easily
Replies: 0
Views: 2726

Kalkun - Manage your SMS easily

Would be nice, to make package, if possible. http://kalkun.sourceforge.net/ http://azhari.harahap.us/2012/07/kalkun-0-6-codename-wakatobi-released/ "Kalkun is the must have tool to organize contacts, schedule/automate SMS and with event calendar (soon :-) it will be unstoppable." Features:...
by slack631
6. Aug 2012, 23:37
Forum: Announcements
Topic: Inactive forum users
Replies: 8
Views: 10199

Re: Inactive forum users

I don't know about spammers, if you have a few spammers here and there, in this forum, you delete them.
Unfair to others who signed in, for some support.
by slack631
11. Jan 2012, 02:07
Forum: Package requests
Topic: Openssl.1.0.0
Replies: 2
Views: 3029

Re: Openssl.1.0.0

It worked whit symlinks only :

Code: Select all

ln -s /lib/libssl.so.0.9.8 /lib/libssl.so.1.0.0
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.1.0.0
No need to upgrade :)