Search found 89 matches

by john256
18. Jan 2015, 09:27
Forum: Bugs
Topic: Multiple update notifications
Replies: 3
Views: 3869

Re: Multiple update notifications

What would be the workaround until the bugfix hits the next Salix release? The MATE system monitor shows multiple "salix-update-notifier" and corresponding(?) "sleep" processes active. Now, would it be safe to kill the superfluous ones?
by john256
17. Jan 2015, 14:51
Forum: General
Topic: Should I login as root while creating packages?
Replies: 19
Views: 11556

Re: Should I login as root while creating packages?

I recommend you use fakeroot, like this: fakeroot name.Slackbuild 2>&1 | tee build-name.log so you can also have a build log. In that case, you should specify makepkg with a full path in the Slackbuild: /sbin/makepkg -l y -c n ... Using fakeroot has the huge advantage that if something tries to...
by john256
17. Jan 2015, 11:08
Forum: Package requests
Topic: Spek (Acoustic Spectrum Analyser)
Replies: 2
Views: 3042

Re: Spek (Acoustic Spectrum Analyser)

Thanks, I wasn't aware that sox does spectrograms!

Note to self - to prepare spectrograms for all the files (*.flac) in the directory do:

Code: Select all

for i in *.flac; do sox "$i" -n spectrogram -o "${i%%.flac}.png"; done
by john256
17. Jan 2015, 11:06
Forum: Bugs
Topic: [SOLVED] [14.1 MATE] Dedicated icon for a USB memory-stick?
Replies: 6
Views: 5719

Re: [Solved] [14.1 MATE] Dedicated icon for a USB memory-sti

After your first reply, I looked to see if there are any hidden/system files on the memory-stick, but there were none... Later, when I manage to transfer all the data (~32GB) from my current USB-memory I'll reformat it to see if that changes the icon. But now as this does not appear to be a bug, I'm...
by john256
16. Jan 2015, 20:34
Forum: Package requests
Topic: Spek (Acoustic Spectrum Analyser)
Replies: 2
Views: 3042

Spek (Acoustic Spectrum Analyser)

Spek helps to analyse your audio files by showing their spectrogram.

Homepage: http://spek.cc/
Source: https://spek.googlecode.com/files/spek-0.8.2.tar.xz
Screenshot:
Image
by john256
16. Jan 2015, 20:28
Forum: Bugs
Topic: [SOLVED] [14.1 MATE] Dedicated icon for a USB memory-stick?
Replies: 6
Views: 5719

Re: [Salix 14.1 MATE] Dedicated icon for a USB memory-stick?

If it's a new usb stick, it's probably because of all the crapware that manufacturers put on them. The fact is that MATE reads the icon file from the device itself, if one is set for it. If there is none set, it uses a generic icon (the one you're looking for). This seems reasonable - I found my fi...
by john256
15. Jan 2015, 19:01
Forum: Bugs
Topic: [SOLVED] [14.1 MATE] Dedicated icon for a USB memory-stick?
Replies: 6
Views: 5719

Re: [Salix 14.1 MATE] Dedicated icon for a USB memory-stick?

That is a problem with your usb stick and it is definitely not a bug with salix. It has probably been infected by a windows virus which changes the icon so it shows up as a document. If you showed the contents of the usb drive, then we could probably find the offender. This is a new USB stick that ...
by john256
15. Jan 2015, 18:06
Forum: Bugs
Topic: [SOLVED] [14.1 MATE] Dedicated icon for a USB memory-stick?
Replies: 6
Views: 5719

[SOLVED] [14.1 MATE] Dedicated icon for a USB memory-stick?

When mounting a USB memory-stick, it is shown on the desktop as a generic document icon [1], while it would be great if the shortcut gets a dedicated one, for example like the one from the Tango icon set [2]. [1]: http://i.imgur.com/qluFghB.png [2]: http://i.imgur.com/Qs0KNdm.png Edit: Marked post a...
by john256
7. Jan 2015, 18:37
Forum: Announcements
Topic: Salix MATE 14.1
Replies: 5
Views: 26258

Re: Salix MATE 14.1

:D I just decided to take it for a drive (switching from the XFCE flavor) and I find it amazing!

Keep up the good work!!!
by john256
4. Jun 2014, 12:42
Forum: Package requests
Topic: [SOLVED] Chromium or Chrome?
Replies: 30
Views: 22635

Re: [SOLVED] Chromium or Chrome?

@Retriever No problem requesting a package - that's what this board is for. As it happens, Chromium is quite a tricky one to do, and since Alien Bob's package is easily available, that seemed the best suggestion. Then the discussion drifted, as can happen. I felt it was important to respond to the ...