Search found 13 matches

by cyberpatrol
8. Mar 2013, 13:57
Forum: Problems
Topic: [Solved] How to find the package which a file belongs to?
Replies: 2
Views: 1393

Re: How to find the package which a file belongs to?

djemos wrote:slapt-get --search file_name
This unfortunately doesn't work.
djemos wrote:grep file_name /var/log/packages/*
That's the most simple and easiest way, I guess.

But I will try the script, too.

Thanks.
by cyberpatrol
8. Mar 2013, 00:34
Forum: Problems
Topic: [Solved] How to find the package which a file belongs to?
Replies: 2
Views: 1393

[Solved] How to find the package which a file belongs to?

Can anyone tell me, how I can find out to which package a file belongs?
I know how to get a file list of a package if I know the package name, but not how to get the package name if I only have a file name.
by cyberpatrol
5. Feb 2013, 12:04
Forum: Problems
Topic: [Solved] umask ignored by GUI applications
Replies: 6
Views: 3288

Re: [Solved] umask ignored by GUI applications

i put here :

# run xfce4-session if installed

. $HOME/.bashrc

if which xfce4-session >/dev/null 2>&1; then
Looks good. I have it there, too, well, before the comment, but that's technically irrelevant.

. $HOME/.bashrc use space in . and $ ?
Right. "." is a substitution for the command ...
by cyberpatrol
5. Feb 2013, 11:23
Forum: Problems
Topic: [Solved] umask ignored by GUI applications
Replies: 6
Views: 3288

Re: [Solved] umask ignored by GUI applications

Right before the line

Code: Select all

# run xfce4-session if installed
You probably can add it at the beginning of the file, after the first line, of course. I haven't tested this.
by cyberpatrol
2. Feb 2013, 02:32
Forum: Problems
Topic: [Solved] umask ignored by GUI applications
Replies: 6
Views: 3288

Re: umask ignored by GUI applications

Right. I just didn't get around to post the solution here and mark this thread as solved, too. ;)

To get the right umask for GUI applications the line ". $HOME/.bashrc" has to be added to /etc/xdg/xfce4/xinitrc.

Maybe this should be added officially in the appropriate package(s) by default. This ...
by cyberpatrol
2. Feb 2013, 02:21
Forum: Problems
Topic: [Solved] Hint: Num Lock on
Replies: 2
Views: 8042

Re: Hint: Num Lock on

I found the solution. Adding the parameter --nohints to the agetty commands in /etc/inittab disables the hints about Num, Caps and Scroll Locks.
by cyberpatrol
1. Feb 2013, 23:01
Forum: Bugs
Topic: Scanner gets wrong permissions (udev rule not applied)
Replies: 1
Views: 3507

Scanner gets wrong permissions (udev rule not applied)

I found another bug. This time it's the scanner resp. the permissions for the device.

My unprivileged user is in the groups scanner and lp, but the user can't access the scanner and sane-find-scanner doesn't find it while it is listed by lsusb. The problem is that the scanner device in /dev/bus/usb ...
by cyberpatrol
1. Feb 2013, 20:02
Forum: Problems
Topic: [Solved] umask ignored by GUI applications
Replies: 6
Views: 3288

[Solved] umask ignored by GUI applications

I have another problem. I want to keep the default umask 022 global and for root, but want to set umask 077 for unprivileged users. So I set umask 077 in the users' ~/.bashrc. Every console application respects this umask, but not the GUI applications like LibreOffice, Leafpad, etc. Those GUI ...
by cyberpatrol
26. Jan 2013, 21:37
Forum: Problems
Topic: [Solved] Hint: Num Lock on
Replies: 2
Views: 8042

[Solved] Hint: Num Lock on

On the console between issue and the login prompt I always get the message "Hint: Num Lock on".

Where does this message come from, and is it possible to deactivate this message?

On a notebook it can be quite helpful, even if there's a num lock indicator light, too, but on a desktop I don't like it ...
by cyberpatrol
22. Jan 2013, 10:30
Forum: Bugs
Topic: Kernel module cx88 hangs at powering down
Replies: 2
Views: 3475

Re: Kernel module cx88 hangs at powering down

I used this kernel version as well as earlier and later ones with Gentoo and Arch Linux before, and never had this issue. And Arch Linux doesn't patch the kernel too heavily. So if it's a kernel bug then I think it only occurs with a specific kernel configuration resp. a combination of kernel ...