Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Note: An (*) indicates there is no official participation from that distribution here at LQ. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-05-2019, 12:51 PM
|
#1
|
LQ Newbie
Registered: Jan 2019
Posts: 2
Rep:
|
Linux Mint 19.1 no longer opens a terminal window using a [Desktop Entry] with Terminal=true
Can someone else please try this out.
Using Linux Mint 19.1
Note: this worked under Linux mint 19 and earlier versions.
create a simple bash script called test.sh on the desktop
add these lines
#!/bin/bash
echo "IT Works"
sleep 5
make it executable and when you run it from a terminal you can run it using /home/$USER/Desktop/test and it will say "IT Works" on the terminal screen.
create a desktop icon called test.desktop on your desktop.
Edit this so it includes the following
[Desktop Entry]
Type=Application
Name=test
Terminal=true
Exec=/home/$USER/Desktop/test.sh
make it executable.
When you click on it, it does not open a terminal window to display the output, Why would this functionality of Terminal=true be removed for 19.1?
If you change the Exec line to Exec=gnome-terminal -- /home/$USER/Desktop/test.sh then of coarse it does work.
|
|
|
01-05-2019, 01:57 PM
|
#2
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
A quick scour of the web sees that similar problems have been reported for MATE and LXQt (in the absence of information, I've assumed that you're using Cinnamon). It seems that the "Terminal=true" may default to using xterm so if that isn't installed then no dice. I suggest you install xterm and see what happens.
https://github.com/lxqt/qterminal/issues/510
https://github.com/mate-desktop/mate-panel/issues/57
|
|
|
01-05-2019, 02:34 PM
|
#3
|
LQ Newbie
Registered: Jan 2019
Posts: 2
Original Poster
Rep:
|
Thanks, but installing xterm didn't help.
I tried installing xterm, but there was no change. I looked at the threads as well.
You would think that glib would include gnome-terminal anyway. Does anyone know if there any way to post a bug report to the Linux Mint Cinnamon developers? I just want to make sure they are aware of this.
|
|
|
01-05-2019, 05:12 PM
|
#4
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by aversatech
I tried installing xterm, but there was no change. I looked at the threads as well.
You would think that glib would include gnome-terminal anyway. Does anyone know if there any way to post a bug report to the Linux Mint Cinnamon developers? I just want to make sure they are aware of this.
|
Oh well, it was worth a go.
The Cinnamon Github page is here: https://github.com/linuxmint/Cinnamon
Please let us know what response you get. Also, it might be worth your while posting a thread on the Mint forums ( https://forums.linuxmint.com/) to see if anyone there knows why this behaviour has changed.
|
|
|
01-27-2019, 05:24 AM
|
#5
|
LQ Newbie
Registered: Jan 2019
Posts: 1
Rep:
|
.desktop file problem - Linux Mint 19.1
A .desktop installer didn't work on LM 19.1
This same .desktop installer worked no problem in LM 18.3
Solution:
I copied the .desktop file and the hidden .setup file it called to: /usr/share/applications (did this via a file manager window opened as root).
This created a menu item which I clicked and the installer worked no problem.
I cleaned up by deleting the copied files from the /usr/... folder.
The installer was for the Zoho Workdrive client if this helps anyone.
Last edited by papist; 01-29-2019 at 03:56 AM.
Reason: typo
|
|
|
All times are GMT -5. The time now is 06:59 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|