Fedora :: Gnome 3: Add Link To Dash?
Jul 31, 2011
In Fedora 14 I used to have some links to often used folders in the top panel, and now I would like to have some shortcuts in the Gnome 3 dash. I tried adding a custom launcher to the applications menu using alacarte, but it doesn't show up there. There is, however, an entry in alacarte-made.desktop. Is there any way to accomplish this?
Code:
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Link
[Code].....
View 2 Replies
ADVERTISEMENT
Nov 2, 2015
When I use gnome (3), I find I have hundreds of strange icons in my dash, in addition to the applications that are actually there, which don't seem to actually do anything...
I'm using debian jessie, gnome version 3.14.
See the attached screenshot for what I mean by this...
View 3 Replies
View Related
Apr 10, 2011
I checked the site but may be missing the link.. Is there a script method (like there is for 13.1) for installing GSB 3.0 in current? The site says it is available but not from where.
View 2 Replies
View Related
Apr 28, 2010
i only need localhost for testing some phpnow i get[Wed Apr 28 18:44:57 2010] [error] [client ::1] Symbolic link not allowed or link target not accessible: /srv/www/htdocs
View 9 Replies
View Related
Sep 6, 2010
In the ordering of files I keep I need links to directories. Sometimes I even need to move directories to new locations. I have tried using symlinks, but they become dead when I move the directory they point to. I have tried hard links, but I haven't found any Linux file system that would support hard linked directories. How can I achieve that a complex structure of directories (currently with symlinks for directories and hard links for files) keep symlinks live when directories are moved?
- is there any utility that updates symlinks when a directory is moved?
- is there any Linux filesystem that supports hard linked directories?
- is there any good Linux interface to the new NTFS (the only file system I know to support automatically updating directory links, called directory junctions)?
View 9 Replies
View Related
Aug 13, 2011
I did install awn and setup. Nice look I got, but, some mess I must did, and the top/bottom panel disappeared, and the dash did too. After some search on the web, got back top panel, although it is not automatic, I must to start it.
View 1 Replies
View Related
Aug 16, 2011
I was looking for live link to download ubuntu mobile but unfortunately I don't find anything... Can someone send me a link for download and a link with the installation instructions ?? All the links that I found are dead.
View 9 Replies
View Related
Jun 8, 2010
Whenever we insert CD,it creates a shortcut link in desktop.Can we list this link name by using any command? I am using Oracle Enterprise Linux 5.0.
View 10 Replies
View Related
Sep 8, 2010
how can we create soft link and hard link in RHEL5 when am using in command it is giving format error
View 6 Replies
View Related
Apr 26, 2010
I have a problem where I'm using Ubuntu linux to mount a Windows Vista machine's USB drive and access it on the web using Apache. I did have the USB drive plugged into the Linux machine directly and that was working via the web. FollowSymLinks is on in httpd.conf
[Code]....
The mount works and I can see the files (see above) from my regular linux user account. If I make a test file in /mnt and soft link to that, I can see it on the web. So it's just the mount to the vista machine that seems to be a problem. It's supposed to be a simple read-only mount and the apache login should (I think) be able to see the same generic root access permissions.
log from apache: [Mon Apr 26 20:39:42 2010] [error] [client 99.99.99.99] Symbolic link not allowed or link target not accessible: /home/user1/pub_html/Music, referer: https://xx.xx.xx/~user1/music.html
The credentials have a login and password that matches a special read-only account on Vista. I can see the files on the system from Linux, but not via the web. As mentioned above, a different link to the same /mnt area works fine via the web. I've tried several different mount options with no success.
View 3 Replies
View Related
Apr 16, 2010
I have this crazy idea to map an em dash to AltGr+Dash, replacing the yen symbol currently produced by that key combination. Is there a way to do that?
Unless, of course, there is another way to produce an em dash with the US International keyboard? Not including OpenOffice's autocorrect feature.
View 5 Replies
View Related
Oct 21, 2010
when I try to enter an escape sequence in the interactive mode of dash, it keeps on spewing out the <ESC> character as ^[ displayed in plain text instead of catching it as a control character. I vaguely remember encountering this on some UNIX shell but for the life of me I can't find anything on it. So how do I properly enter escape sequences in dash's interactive mode? (it supposedly supports vi line edit mode but I can't access it at all because of the ESC situation)It's not a make-or-break thing.
View 2 Replies
View Related
Apr 27, 2011
im having some trouble with Md5sum, when i run
Code:
echo -n AlBgNb5Q5gic | md5sum
i get the hashed string with 3 white spaces and a dash, how do i remove the 3 whitespaces and dash? I need it to match with md5 over at mysql server but it fails, i'm guessing the problem is with the whitespaces and the dash
View 2 Replies
View Related
Sep 1, 2011
I have Ubuntu 11.04, upgraded from 10.10, and I'm logging into the default Ubuntu, Unity. In Dash, if I search for "firefox", I get three results:
Firefox Web Browser
Mozilla Firefox
Mozilla Firefox (Safe Mode)
Clicking Firefox Web Browser brings up Firefox just fine. But both Mozilla Firefoxes do nothing. I have a feeling that they're left over from Wine, but I'm not sure. The Uninstall Wine Software program doesn't show Firefox, but I may have uninstalled it through there a long time ago.
I want to remove these shortcuts from Dash. I tried checking the Main Menu program, but Mozilla Firefox isn't in there (though Firefox Web Browser is). I looked in /usr/share/menu/, and found a file called "firefox". That file specifies a title of "Firefox Browser", so I'm not sure if it even applies. The command it gives, "/usr/bin/firefox", is good, anyway. I don't see any other firefox related file there.
So, does anyone know how I remove those shortcuts from Dash?
View 1 Replies
View Related
Apr 19, 2011
why does md5sum return a dash at the end:
Code:
$ md5sum
string290350295 -
How can I remove this using the md5sum tags?
View 2 Replies
View Related
Mar 4, 2011
I have read about it, looked at screen shots of it but I don't think Unity runs on a virtual machine yet so I have not laid hands on it. Still it looks to me like a remake of the old Windows 3.x "program groups" concept (at least it was called something like that back before the fall of the Roman empire). Looks like a waste of space to me to have all the program and file icons in a box instead of tucked out of the way along a panel.
View 1 Replies
View Related
Jun 20, 2011
I have searched around and am trying to understand the difference between a hard link and symbolic link (soft link). I found this link is quite useful. But I am still not very clear. I understand soft link is not a copy of original file, but is a hard link a copy or not?
View 4 Replies
View Related
Aug 22, 2010
"When first starting, the shell inspects argument 0, and if it begins with a dash '-', the shell is also considered a login shell" - from the dash man page. Could someone please explain this to me in a way that I actually understand?
View 1 Replies
View Related
May 2, 2011
I upgraded to 11.04 with pretty much no issues. But, I do have one: When I opened "Files and Folders" in Dash and clicked on a .jpg image, a GNOME-looking dialogue popped up asking me which program I wanted to use to displayed the image. So, I went to make sure that opening an image on my desktop had the correct results. It did, and opens in Eye of Gnome. I messed up and made a typo, and now when I try to click on ANY folder or file in Dash, it says that it can't find the program "E" (which was my mistake/typo/whatever/I didn't finish typing and had a twitch or something xD). I cannot figure out how to set Dash to open [x file] with [x program].
View 9 Replies
View Related
May 2, 2011
Starting today, I have a new problem with "Files & Folders". No matter what file I click on, I get the same error message. For example, "Could not display "/work/photos/2011/March_LA/DSC_1585.JPG" The location is not a folder." Of course it's not a folder, since it is obviously an image file. If I navigate to this same file via Nautilus and double-click, it is opened properly. Is there some way to reset everything Unity back to some sort of default state? The only thing I did recently was to uninstall Thorin (XFCE file manager) which I had previously said to use for folders selected in the Dash. By the way, actual folders now work fine (and come up in Nautilus), but it now thinks everything is a folder. It doesn't make any difference what kind of file (.JPG, .mp4, .gnumeric,...) always the same "not a folder" error.
View 1 Replies
View Related
Aug 7, 2011
Hey everybody, I recently just switched to unity. I was wondering if there is any way to add classic categories in the dash menu?
View 6 Replies
View Related
Dec 5, 2010
copy a jpeg or a png and place it into the clipboard of X11 of my icewm. which program can do cat "myfile.jpg" > ?theclipboardofx11?
View 10 Replies
View Related
Mar 20, 2011
Some programs will take options like this:$ someprogram -orange apple
And other programs will use something like this:
$ otherprogram --orange apple
Is there a "rule" or convention for this in Linux/Unix/OSX?
View 2 Replies
View Related
Jun 23, 2011
I just installed Ubuntu on my cr-48 laptop and i wanted to map the Search button to open the Unity Dash. It was initally mapped to it, but when I tried to map some of the function keys to control volume and screen brightness it changed it when I imported the Cr-48 keyboard using keytouch.When I go into the System Settings> Keyboard Shortcuts I've tried to add a custom shortcut but I don't know what command to put into the prompt when I make it so that the Unity Dash will open. At the moment all the special keys (forward, backward, refresh, backlight, and volume) are working like i want them to, its just the search button i want to change.
View 1 Replies
View Related
Apr 11, 2010
[code].....
Now my desktop wont even boot up... I get stuck on a flashing input dash... or whatever, but cant type anything. It looks like this _ only flashing. How do I go about fixing this?
View 3 Replies
View Related
Mar 16, 2011
if i run /bin/dash at the command prompt I get the message /bin/dash: Bad substitution shown repeatedly until I kill the process
View 14 Replies
View Related
Nov 20, 2010
I have just recently installed Linux Lime along with windows 7 Home Premium. Before, there would be a menu asking me which operating system I would like to use. When I click linux it goes to linux and windows 7 goes to windows 7. Now when I click Linux, the black screen you get at the beginning shows a - (dash) constantly flashing on a black screen and won't boot to linux. This is normal as it does that for a second then boots. Now its stuck on that flashing dash on a black screen and won't boot.
View 1 Replies
View Related
Nov 28, 2010
I have thousands files in which there are numbers and a dash followed by file name (which are different from each other), but have the same suffix. I would like to remove all the numbers and dash that precedes the file names.
View 1 Replies
View Related
May 22, 2011
i am using natty 11.04. can you please guide me how to clear recent history in dash under search files folders?also tell me how to customize dash application menu etc...
View 1 Replies
View Related
Jul 21, 2011
In natty, if I hit the super key once, it opens the launcher, but it also opens the dash. And the launcher doesn't work the same when the dash is open. It takes two clicks on a program icon to open the program when the dash is open, and only one click when the dash is closed. Just enough to keep me from getting into a rhythm.Hitting the super key twice will open the launcher and close the dash, but only if you don't hit the super key twice too quickly. Is there some way I can configure unity so the super key (or some other key) opens the launcher but does not open the dash?
View 5 Replies
View Related