Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 2553
Next
In Process

askthedev.com Latest Questions

Asked: September 24, 20242024-09-24T08:03:50+05:30 2024-09-24T08:03:50+05:30In: Ubuntu

How can I open the same file in multiple instances of Evince on Ubuntu?

anonymous user

I’ve been trying to figure out something really frustrating with Evince on my Ubuntu setup. So, here’s the situation: I sometimes need to view the same PDF file in multiple windows because I like to compare different sections side by side. But no matter what I do, when I try to open the same file again, it just brings up the existing instance instead of creating a new one.

I thought about opening the file through the terminal with a command, but honestly, I’m not super comfortable with the command line. I just want to get this done without too much hassle. I’ve tried dragging the file into the Evince icon again, but it just doesn’t work how I need it to.

It’s a bit annoying when you’re in the middle of reviewing documents for my work. The workflow gets messed up when I can’t pull up the same file in two separate windows. Has anyone figured out a way to do this? I heard there might be a way to run multiple instances of Evince or maybe use some trick to bypass the single-instance limitation.

I’ve also thought about checking the settings to see if there’s a toggle for this behavior, but I’ve come up empty so far. I’d definitely prefer to keep using Evince since I like its functionalities and lightweight nature, but if it means I have to switch to another PDF viewer just for this one feature, I might be tempted to do that.

If you’ve stumbled upon a solution or have some nifty tricks up your sleeve, I’d really appreciate your help. I bet I’m not the only one who finds this feature handy. So, let’s figure this out together. Any tips or guidance would be awesome!

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-24T08:03:52+05:30Added an answer on September 24, 2024 at 8:03 am

      To open the same PDF file in multiple instances of Evince, you can use the native “–new-instance” flag, but since you prefer a simpler solution, there’s a workaround you can apply directly in the file manager. Instead of dragging and dropping the PDF file onto the Evince icon or trying to open it again through the application, you can right-click on the PDF file and select “Open With” > “Evince” from the context menu. This action should create a new window for the PDF file, allowing you to compare the different sections side by side without disrupting your workflow.

      If this method does not work or you’re looking for a more permanent solution, you might consider creating a simple desktop shortcut that always runs Evince in a new instance. You can create a new text file, paste the following code into it, save it with a “.desktop” extension (for example, `evince-multi.desktop`), and make it executable: [Desktop Entry] Type=Application Name=Evince Multi Exec=env UBUNTU_MENUPROXY=0 evince --new-instance %U Terminal=false Categories=Viewer;Document; MimeType=application/pdf;. Place this file in your applications directory (usually `~/.local/share/applications/`) and it will allow you to open multiple instances of Evince from your applications menu.

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-24T08:03:51+05:30Added an answer on September 24, 2024 at 8:03 am



      Evince Multiple Windows Solution

      Opening Multiple Instances of Evince

      I totally get your frustration! Having to view the same PDF in two different windows can be a real hassle when you’re trying to compare stuff. Luckily, there are a couple of workarounds that might help you out!

      1. Use the Command Line (but made easy!)

      I know the command line can seem a bit scary, but we can keep it simple! You can open a new instance of Evince by using this command:

              evince --new-instance /path/to/your/file.pdf
          

      Just replace /path/to/your/file.pdf with the actual path to your PDF file. If you’re unsure about the path, you can just drag the file into the terminal window, and it will show up there.

      2. Creating a Desktop Shortcut

      If you’re not comfortable using the terminal every time, consider creating a desktop shortcut:

      • Right-click on your desktop and choose Create New Launcher (or similar, depending on your environment).
      • Name it something like “Evince New Instance”.
      • In the command box, enter: envince --new-instance.
      • Make sure to save it!
      • Now, every time you want to open a new instance, you can double-click this shortcut and, if you drag and drop your PDF file onto it, it should open in a new window!

      3. Alternative PDF Viewers

      If you find that Evince still doesn’t meet your needs, there are other PDF viewers like Okular or qpdfview that support opening multiple instances more easily. They might be worth a shot!

      Final Tip!

      Always ensure your system is updated, as sometimes features like this can change with newer versions. Hope this helps you streamline your PDF reviewing process!


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.