Application Can Be Found After Slackpkg Upgrade

After try slackpkg:
slackpkg update
slackpkg install-new
slackpkg upgrade xx (I try with firefox, kate and xpdf)
Then I cannot open these apps.

Kate give me "A KDE text-editor components could not be found. Please check your KDE installation".

And I don't know where apps locate. I don't know what I can do with this issue


Similar Content



KDEInit Could Not Launch '/usr/lib64/firefox-24.2.0/firefox On Slackware Error.

When i doble click on some html file it gives me that error

KDEInit could not launch '/usr/lib64/firefox-24.2.0/firefox.

I can open it with right click and use "open with" option, but than i have 4 positions of firefox in context menu. How can solve this ? I currently use firefox 34.1 , installed it slackpkg.

When Looking To Install Software On Xubuntu What Types (xfce Etc.) Will Work?

I just asked a question about Xubuntu and things are a little clearer now. But when I go to install new software or apps is the only thing that will work with Xubuntu something that says it's compatible with xfce?

I don't think that's the case, because I remember installing stuff like the text editor Kate that was more like other things than xfce but it works great anyway.

But what would be really helpful would be if someone could give me a list of the different kinds (I don't even know what they're called but the software programs or apps say things like 'works with KDE or Debian or GTK2 etc.') of things that will work with Xubuntu.

Thanks.

A Kate Related Question. How To Use A Text Prompt?

Hi there. My environment: Ubuntu 12.04, I just installed kate as an editor. I noticed many nice features and one I liked quite a bit although I don't know how to benefit from it. I began typing

Quote:
pi = 3.1415
and at this very moment a prompt appeared with about 15 decimal digits. How can I have it get pasted to the text? Is there a key shortcut for that?

Thanks, -A.

How To Run An Application After The Boot ?

Hi, i know this could seems like a "simple" question but after a lot fo try i can't seems to make it works, i am stuck on this. I am working on a sbc6000x board, linux 2.6.24, an embedded system.

I am working on a pretty nice project which when called like this run perfectly :
Code:
cd /bin
./apps

(/bin/apps don't works, it must be ./apps from the directory)

After searching a little about the startup i learned about rc.local and created it in /etc/init.d, rc.local look like this :

Code:
#!bin/sh
# /etc/rc.d/rc.local: Local system initialization script.
#

cd /bin
./apps
cd

Sadly it seems it is never called. I was thinking about maybe add cd /bin, /.apps to the end of the etc/profile but i don't know if profile can run command aside from simple scripts call.

Does anyone has an idea on why this don't work or on how i could do this ?

Best Way To Run Two Interdependent Scripts

Hi All,

I have two scripts, the aim of these two scripts is, to check whether a particular script is running or not, if it wont runs, then throw a mail.

How i Achieved this output is, I wrote first script.

I created an infinite while loop which performs below steps

1. It creates a touch file
2. Triggers the script which needs to be monitored if its working or not.
3. Removes the touch file.

If the second step fails, then the remove file command will not happen and the script will stuck there itself.

I created an another script which checks the creation time of the touch file and if it is more than ten minutes, it means the second step in the first script is hanged, which also means that particular script is not working.

So if the creation time is more than 2 minutes the second script will throw a mail.

Below are the two scripts.

Code:
#!/bin/ksh



userid="chansd"

filename="/apps/log/check.txt"

while true ;do
touch $filename
pass=`/apps/eDMZ/call_st.ksh $userid`
sleep 20
rm $filename
done

Below script checks the file creation time and throws email if it is older than 2 minutes
Code:
#!/bin/ksh


filename="/apps/log/check.txt"

if [ -f "${filename}" ]
then
if test "`find $filename -mmin +2`"
then
echo "script is not working ! Please act on it" | mail -s "Script  is not working" Example@mail.com
fi


else

        exit 1

fi


What im going to do is

1. I am going to run the first script in background so it runs forever.
2. I am going to run the second script in cron forevry 5 mins to check the file creation time.

3. So if the first script hangs . I will kill the process using process id and after the issue resolves with the inner script, I will run the main script again.

I am new to Linux, Please let me know if this approach will work as expected.

How Can Remove Mozilla Firefox?

Hi all ,
i tried to update firefox 24 to firefox 35. Found a tutorial how to install it and did
#chown -R root:root /tmp/firefox && mv /tmp/firefox /opt/firefox-latest
#ln -s /opt/firefox-latest/firefox /usr/local/bin/firefox-latest
and now run it with firefox-latest.
I had actually the both versions of firefox and with pkgtool tried to remove firefox 35 but it cant, so i uninstalled firefox 24. Now i have troubles with flashplayer. how can remove firefox 35 ?

Stuck Reboot @ "BusyBox V1.21.1" Then "initramfs" Prompt, Plz Help?!

Hi all! I'm a Linux/Ubuntu noob who has recently bought a brand new HP laptop, nuked the Win 8 OS that it came/w & installed Ubuntu 14.04LTS. After DL/installing apps & setting it up a bit I decided to use gparted & partition my HDD for an additional OS, isolate programs from files, adjust swap, etc. All went well until I was prompted to reboot which I did & now I'm stuck @

" BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) multi-call binary.

usage: chroot NEWROOT [PROG ARGS]

Run PROG with root directory set to NEWROOT "

Which invariably produces: (no matter what command I enter?!?)

" (initramfs) boot from BIOS
/bin/sh: boot: not found "

I'm quite confused @ how to proceed here?

My primary concern is the health of my machine through/after this is worked out.
That said, I'd love to not have to re-install Ubuntu/apps, etc. as I was partitioning the HDD because I had gotten it to a nice back-up place & felt ready to set it up.
Like I said I'm new to Linux/Ubuntu & waayyy behind on my terminal coding, but I could really use some pointers here & I'm not usually hard to teach. lol
Help?! :-[
Thanx!
Embarrassingly yours, WS.

Need Help Running Fsck On Mounted Logical Volume

Hi ALL,
One of filesystem went readonly.Need help how to run filesystem check on mounted logical volume to make the filesystem read write

[root@porsche ~]# cd /opt/apps
[root@porscheapps]# touch 1
touch: cannot touch `1': Read-only file system
[root@porsche apps]#



[root@porsche ]# df -h /opt/apps
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/apps-vg
798G 687G 71G 91% /opt/apps
[root@porsche ]#

Can Confirmation Be Bypassed In CLI While Installing Software Or Upgrading?

I don't know why I want this, but is there a way the Code:
sudo aptitude install <package>

or Code:
sudo aptitude upgrade

command could bypass the confirmation stage? It's always occurred to me shouldn't there be some command parameter for install/upgrade that does the work?

Let me give an example. Suppose I want to install Variety, the wallpaper changing application. Now, I know that I want to install the software with all the dependencies it requires to install/run - the entire package. So, isn't it obvious that I would press Y when aptitude shows the info what it's going to download/install and asks for permission?

I can't, however, imagine scenarios when seeing that information I'd change my mind and press N to abort the install/upgrade procedure.

Elder Scrolls Online: Tamriel Unlimited Not Working No Matter What I Do

I've recently bought The Elder Scrolls Online: Tamriel Unlimited, and I can't get it to work with wine no matter what I do. I've followed this tutorial, which just gives me a white screen when I run the installation exe, I've run the script from POL, which gives me the same white screen when I run the exe, and I've tried running it with just wine, giving me the same result. I've tried using opengl in the "display" tab on play on linux, which does't do anything. I've tried installing some components such as vcrun, doesn't help. I've reinstalled play on linux and wine, didn't do anything. And I've tried installing steam and then installing the elder scrolls online from steam and it doesn't do anything.

"playonlinux.log" from installation script: http://paste.ubuntu.com/11549385/

"playonlinux.log" from this video: http://paste.ubuntu.com/11549531/

When I start up the installation exe it will bring up a window that looks like this (sometimes the text doesn't show up) or bring up a crash dialog that looks like this. Then When I press "go" or the blank button depending on whether or not the text decides to show up, it will bring up a fullscreen white window and then it will shrink down and freeze, not doing anything or showing anything. Sometimes it will bring up a window like this when I press "go", frozen, saying "play on linux is installing your application."

I'm using the latest version of Manjaro, just updated. And I'm using the "video-catalyst" proprietary drivers. Note that I did get it working with my laptop by just running "wine Install_ESO.exe" and it worked fine. The only difference is the hardware and the drivers, both are running manjaro. Does it only work with open-source drivers?

If any of you have any help, I'd appreciate it. If there is any log files you need I can provide them.