Re: [arch-general] `base` group replaced by mandatory `base` package - manual intervention required

2019-10-11 Thread sL1pKn07 SpinFlo via arch-general
Vi no, please. Nano is fine

Greetings


Re: [arch-general] Can not run kdesu kate

2017-07-15 Thread sL1pKn07 SpinFlo via arch-general
2017-07-16 1:57 GMT+02:00 Ralf Mardorf :
> On Sat, 15 Jul 2017 23:37:54 +, Junayeed Ahnaf wrote:
>>Freshly installed arch with KDE and I can not run kdesu kate
>>filename . When I enter this command it asks for a password and after
>>that it does absolutely nothing. What can I do ?
>
> Hi,
>
> did you expect "sudo" or "su"? IOW did you type the correct password
> "user" or "root" password? Did you run it from command line to get
> detailed information?
>
> On my system I've got "kdesu4" installed, but there is no "kdesu"
> available.
>
> [rocketmouse@archlinux ~]$ ls -hAl /usr/bin/kdesu
> ls: cannot access '/usr/bin/kdesu': No such file or directory
> [rocketmouse@archlinux ~]$ ls -hAl /usr/bin/kdesu*
> lrwxrwxrwx 1 root root 27 Jul 12 09:41 /usr/bin/kdesu4 -> 
> /usr/lib/kde4/libexec/kdesu
> [rocketmouse@archlinux ~]$ pacman -Qo /usr/bin/kdesu4
> /usr/bin/kdesu4 is owned by kdebase-runtime 17.04.3-1
>
> So if I e.g. type
>
> [rocketmouse@archlinux ~]$ kdesu xed
> bash: kdesu: command not found
>
> I get "command not found".
>
> Btw. I don't use it ;).
>
> Seemingly the command "kdesu" does exist on your machine, but it seems
> to be configured incorrectly.
>
> Did you take care of
>
> https://wiki.archlinux.org/index.php/sudo#kdesu
>
> ?
>
> Regards,
> Ralf

kdesu is part of kde-cli-tools from [extra]


Re: [arch-general] Can not run kdesu kate

2017-07-15 Thread sL1pKn07 SpinFlo via arch-general
2017-07-16 1:51 GMT+02:00 Junayeed Ahnaf <nirj...@outlook.com>:
> Any idea why kdesu isn't working?
>
> Sent from BlueMail
> On Jul 16, 2017, at 5:50 AM, sL1pKn07 SpinFlo via arch-general
> <arch-general@archlinux.org> wrote:
>>
>> 2017-07-16 1:37 GMT+02:00 Junayeed Ahnaf via arch-general
>> <arch-general@archlinux.org>:
>>>
>>>  Hello,
>>>
>>>
>>>  Freshly installed arch with KDE and I can not run kdesu kate filename .
>>> When I enter this command it asks for a password and after that it does
>>> absolutely nothing. What can I do ?
>>>
>>>
>>>  Thanks
>>>
>>>
>>>
>>>  Junayeed Ahnaf Nirjhor
>>>  Twitter @ Nirjhor<http://twitter.com/nirjhor>
>>
>>
>> SUDO_EDITOR=kate sudoedit 
>>
>> i'm not like, but works

the "problem" is kate, not kdesudo or kdesu

https://cgit.kde.org/kate.git/commit/?id=9adcebd3c2e476c8a32e9b455cc99f46b0e12a7e


Re: [arch-general] Can not run kdesu kate

2017-07-15 Thread sL1pKn07 SpinFlo via arch-general
2017-07-16 1:37 GMT+02:00 Junayeed Ahnaf via arch-general
:
> Hello,
>
>
> Freshly installed arch with KDE and I can not run kdesu kate filename . When 
> I enter this command it asks for a password and after that it does absolutely 
> nothing. What can I do ?
>
>
> Thanks
>
>
>
> Junayeed Ahnaf Nirjhor
> Twitter @ Nirjhor

SUDO_EDITOR=kate sudoedit 

i'm not like, but works


Re: [arch-general] libvirt and VLAN

2016-10-11 Thread sL1pKn07 SpinFlo via arch-general
El 11 oct. 2016 10:09 a. m., "Peter Nabbefeld" 
escribió:
>
> Hello,
>
> when trying to create a VLAN interface, I'm getting the following error
(english translation below):
>
>
> Fehler beim Anlegen der Netzwerkschnittstelle: 'Schnittstelle konnte
nicht definiert werden: internal error: Konnte Interface XML Beschreibung
nicht finden: unspecified error - aug_save failed on
/etc/sysconfig/network-scripts/ifcfg-wlp6s0.0: mk_augtemp (No such file or
directory)'
>
> Traceback (most recent call last):
>   File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in
cb_wrapper
> callback(asyncjob, *args, **kwargs)
>   File "/usr/share/virt-manager/virtManager/createinterface.py", line
1150, in do_install
> self.interface.install(meter, create=activate)
>   File "/usr/share/virt-manager/virtinst/interface.py", line 258, in
install
> raise RuntimeError(_("Could not define interface: %s") % str(e))
> RuntimeError: Schnittstelle konnte nicht definiert werden: internal
error: Konnte Interface XML Beschreibung nicht finden: unspecified error -
aug_save failed on /etc/sysconfig/network-scripts/ifcfg-wlp6s0.0:
mk_augtemp (No such file or directory)
>
>  English 
>
> Error creating network interface: 'Interface could not be defined:
internal error: Could not find Interface XML Description: unspecified error
- aug_save failed on /etc/sysconfig/network-scripts/ifcfg-wlp6s0.0:
mk_augtemp (No such file or directory)'
>
> Traceback (most recent call last):
>   File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in
cb_wrapper
> callback(asyncjob, *args, **kwargs)
>   File "/usr/share/virt-manager/virtManager/createinterface.py", line
1150, in do_install
> self.interface.install(meter, create=activate)
>   File "/usr/share/virt-manager/virtinst/interface.py", line 258, in
install
> raise RuntimeError(_("Could not define interface: %s") % str(e))
> RuntimeError: Interface could not be defined: internal error: Could not
find Interface XML Description: unspecified error - aug_save failed on
/etc/sysconfig/network-scripts/ifcfg-wlp6s0.0: mk_augtemp (No such file or
directory)
>
>  End of translation 
>
> The problem here seems to arise from usage of systemd or networking in
Arch, as /etc/sysconfig does not exist and XML cannot be created there.
>
> Kind regards
> Peter

https://bugs.archlinux.org/task/47565


Re: [arch-general] extra repository is messed up and broken AGAIN

2016-09-02 Thread sL1pKn07 SpinFlo via arch-general
The shadow of G

Its the same with Kicad but in inverse way. Kicad is a GTK aplicación
instead of KDE-ism


Re: [arch-general] KDE apps using incorrect colors after recent upgrade

2016-06-27 Thread sL1pKn07 SpinFlo via arch-general
2016-06-27 18:35 GMT+02:00 David Rosenstrauch :
>
>
> Thanks for the suggestion.  But that app seems just as messed up as all the
> others (see http://darose.net/Screenshot_2016-06-27_12-32-30.png): the app
> shows what my selected color scheme is, but doesn't use it in its own
> window.  And there doesn't seem to be any setting in qt5ct that allows me to
> correct this.  Is there some feature I'm not seeing?
>
> Thanks,
>
> DR

when i had the issue (on lxqt) dolphin (for example) display the right
color palette (breeze dark), but all applications opened through
dolphin (gwenview, kate, etc) use wrong palette (breeze white scheme).

i can fix my problem with qt5ct.

what style you use?

greetings


Re: [arch-general] KDE apps using incorrect colors after recent upgrade

2016-06-27 Thread sL1pKn07 SpinFlo via arch-general
2016-06-27 18:21 GMT+02:00 David Rosenstrauch :
> I haven't yet been able to pin down the root cause, but some recent upgrade
> (my best guess is qt5) seems to be messing with my KDE apps' ability to pick
> up the correct color scheme.
>
> If you look at the screenshot at
> http://darose.net/Screenshot_2016-06-27_12-13-53.png you can see that I have
> KDE's color scheme set to a custom, dark scheme.  However, several of the
> KDE apps are not picking up this scheme - e.g., the System Settings app
> itself, as well as Kalarm.  But several other KDE apps are picking up the
> correct scheme correctly - such as Konqueror.
>
> Note that I'm using XFCE as my desktop, if that makes a difference
>
> Anyone have any idea what might be broken here, and how I might be able to
> get it fixed?
>
> Thanks,
>
> DR

try with qt5ct. I had the same issue and some days ago i can fix with it

greetings